@c3d.gg/mwi-types 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +192 -0
- package/dist/.tsbuildinfo +1 -0
- package/dist/constants/index.d.ts +2 -0
- package/dist/constants/index.d.ts.map +1 -0
- package/dist/constants/index.js +2 -0
- package/dist/constants/index.js.map +1 -0
- package/dist/game-logic/index.d.ts +2 -0
- package/dist/game-logic/index.d.ts.map +1 -0
- package/dist/game-logic/index.js +3 -0
- package/dist/game-logic/index.js.map +1 -0
- package/dist/generated/constants/abilities-hrids.d.ts +131 -0
- package/dist/generated/constants/abilities-hrids.d.ts.map +1 -0
- package/dist/generated/constants/abilities-hrids.js +132 -0
- package/dist/generated/constants/abilities-hrids.js.map +1 -0
- package/dist/generated/constants/action-categories-hrids.d.ts +129 -0
- package/dist/generated/constants/action-categories-hrids.d.ts.map +1 -0
- package/dist/generated/constants/action-categories-hrids.js +130 -0
- package/dist/generated/constants/action-categories-hrids.js.map +1 -0
- package/dist/generated/constants/actions-hrids.d.ts +1275 -0
- package/dist/generated/constants/actions-hrids.d.ts.map +1 -0
- package/dist/generated/constants/actions-hrids.js +1276 -0
- package/dist/generated/constants/actions-hrids.js.map +1 -0
- package/dist/generated/constants/avatar-outfits-hrids.d.ts +201 -0
- package/dist/generated/constants/avatar-outfits-hrids.d.ts.map +1 -0
- package/dist/generated/constants/avatar-outfits-hrids.js +202 -0
- package/dist/generated/constants/avatar-outfits-hrids.js.map +1 -0
- package/dist/generated/constants/avatars-hrids.d.ts +181 -0
- package/dist/generated/constants/avatars-hrids.d.ts.map +1 -0
- package/dist/generated/constants/avatars-hrids.js +182 -0
- package/dist/generated/constants/avatars-hrids.js.map +1 -0
- package/dist/generated/constants/buff-types-hrids.d.ts +131 -0
- package/dist/generated/constants/buff-types-hrids.d.ts.map +1 -0
- package/dist/generated/constants/buff-types-hrids.js +132 -0
- package/dist/generated/constants/buff-types-hrids.js.map +1 -0
- package/dist/generated/constants/chat-channel-types-hrids.d.ts +57 -0
- package/dist/generated/constants/chat-channel-types-hrids.d.ts.map +1 -0
- package/dist/generated/constants/chat-channel-types-hrids.js +58 -0
- package/dist/generated/constants/chat-channel-types-hrids.js.map +1 -0
- package/dist/generated/constants/chat-icons-hrids.d.ts +853 -0
- package/dist/generated/constants/chat-icons-hrids.d.ts.map +1 -0
- package/dist/generated/constants/chat-icons-hrids.js +854 -0
- package/dist/generated/constants/chat-icons-hrids.js.map +1 -0
- package/dist/generated/constants/combat-monsters-hrids.d.ts +169 -0
- package/dist/generated/constants/combat-monsters-hrids.d.ts.map +1 -0
- package/dist/generated/constants/combat-monsters-hrids.js +170 -0
- package/dist/generated/constants/combat-monsters-hrids.js.map +1 -0
- package/dist/generated/constants/combat-styles-hrids.d.ts +27 -0
- package/dist/generated/constants/combat-styles-hrids.d.ts.map +1 -0
- package/dist/generated/constants/combat-styles-hrids.js +28 -0
- package/dist/generated/constants/combat-styles-hrids.js.map +1 -0
- package/dist/generated/constants/community-buff-types-hrids.d.ts +25 -0
- package/dist/generated/constants/community-buff-types-hrids.d.ts.map +1 -0
- package/dist/generated/constants/community-buff-types-hrids.js +26 -0
- package/dist/generated/constants/community-buff-types-hrids.js.map +1 -0
- package/dist/generated/constants/damage-types-hrids.d.ts +23 -0
- package/dist/generated/constants/damage-types-hrids.d.ts.map +1 -0
- package/dist/generated/constants/damage-types-hrids.js +24 -0
- package/dist/generated/constants/damage-types-hrids.js.map +1 -0
- package/dist/generated/constants/equipment-types-hrids.d.ts +63 -0
- package/dist/generated/constants/equipment-types-hrids.d.ts.map +1 -0
- package/dist/generated/constants/equipment-types-hrids.js +64 -0
- package/dist/generated/constants/equipment-types-hrids.js.map +1 -0
- package/dist/generated/constants/game-modes-hrids.d.ts +21 -0
- package/dist/generated/constants/game-modes-hrids.d.ts.map +1 -0
- package/dist/generated/constants/game-modes-hrids.js +22 -0
- package/dist/generated/constants/game-modes-hrids.js.map +1 -0
- package/dist/generated/constants/guild-character-roles-hrids.d.ts +23 -0
- package/dist/generated/constants/guild-character-roles-hrids.d.ts.map +1 -0
- package/dist/generated/constants/guild-character-roles-hrids.js +24 -0
- package/dist/generated/constants/guild-character-roles-hrids.js.map +1 -0
- package/dist/generated/constants/house-rooms-hrids.d.ts +49 -0
- package/dist/generated/constants/house-rooms-hrids.d.ts.map +1 -0
- package/dist/generated/constants/house-rooms-hrids.js +50 -0
- package/dist/generated/constants/house-rooms-hrids.js.map +1 -0
- package/dist/generated/constants/index.d.ts +34 -0
- package/dist/generated/constants/index.d.ts.map +1 -0
- package/dist/generated/constants/index.js +35 -0
- package/dist/generated/constants/index.js.map +1 -0
- package/dist/generated/constants/item-categories-hrids.d.ts +31 -0
- package/dist/generated/constants/item-categories-hrids.d.ts.map +1 -0
- package/dist/generated/constants/item-categories-hrids.js +32 -0
- package/dist/generated/constants/item-categories-hrids.js.map +1 -0
- package/dist/generated/constants/item-locations-hrids.d.ts +65 -0
- package/dist/generated/constants/item-locations-hrids.d.ts.map +1 -0
- package/dist/generated/constants/item-locations-hrids.js +66 -0
- package/dist/generated/constants/item-locations-hrids.js.map +1 -0
- package/dist/generated/constants/items-hrids.d.ts +1523 -0
- package/dist/generated/constants/items-hrids.d.ts.map +1 -0
- package/dist/generated/constants/items-hrids.js +1524 -0
- package/dist/generated/constants/items-hrids.js.map +1 -0
- package/dist/generated/constants/leaderboard-categories-hrids.d.ts +57 -0
- package/dist/generated/constants/leaderboard-categories-hrids.d.ts.map +1 -0
- package/dist/generated/constants/leaderboard-categories-hrids.js +58 -0
- package/dist/generated/constants/leaderboard-categories-hrids.js.map +1 -0
- package/dist/generated/constants/leaderboard-types-hrids.d.ts +27 -0
- package/dist/generated/constants/leaderboard-types-hrids.d.ts.map +1 -0
- package/dist/generated/constants/leaderboard-types-hrids.js +28 -0
- package/dist/generated/constants/leaderboard-types-hrids.js.map +1 -0
- package/dist/generated/constants/name-colors-hrids.d.ts +273 -0
- package/dist/generated/constants/name-colors-hrids.d.ts.map +1 -0
- package/dist/generated/constants/name-colors-hrids.js +274 -0
- package/dist/generated/constants/name-colors-hrids.js.map +1 -0
- package/dist/generated/constants/random-task-types-hrids.d.ts +33 -0
- package/dist/generated/constants/random-task-types-hrids.d.ts.map +1 -0
- package/dist/generated/constants/random-task-types-hrids.js +34 -0
- package/dist/generated/constants/random-task-types-hrids.js.map +1 -0
- package/dist/generated/constants/recipes-hrids.d.ts +1033 -0
- package/dist/generated/constants/recipes-hrids.d.ts.map +1 -0
- package/dist/generated/constants/recipes-hrids.js +1034 -0
- package/dist/generated/constants/recipes-hrids.js.map +1 -0
- package/dist/generated/constants/shop-categories-hrids.d.ts +19 -0
- package/dist/generated/constants/shop-categories-hrids.d.ts.map +1 -0
- package/dist/generated/constants/shop-categories-hrids.js +20 -0
- package/dist/generated/constants/shop-categories-hrids.js.map +1 -0
- package/dist/generated/constants/shop-items-hrids.d.ts +105 -0
- package/dist/generated/constants/shop-items-hrids.d.ts.map +1 -0
- package/dist/generated/constants/shop-items-hrids.js +106 -0
- package/dist/generated/constants/shop-items-hrids.js.map +1 -0
- package/dist/generated/constants/skills-hrids.d.ts +51 -0
- package/dist/generated/constants/skills-hrids.d.ts.map +1 -0
- package/dist/generated/constants/skills-hrids.js +52 -0
- package/dist/generated/constants/skills-hrids.js.map +1 -0
- package/dist/generated/constants/task-shop-items-hrids.d.ts +23 -0
- package/dist/generated/constants/task-shop-items-hrids.d.ts.map +1 -0
- package/dist/generated/constants/task-shop-items-hrids.js +24 -0
- package/dist/generated/constants/task-shop-items-hrids.js.map +1 -0
- package/dist/generated/game-logic/abilities.d.ts +108 -0
- package/dist/generated/game-logic/abilities.d.ts.map +1 -0
- package/dist/generated/game-logic/abilities.js +3696 -0
- package/dist/generated/game-logic/abilities.js.map +1 -0
- package/dist/generated/game-logic/action-categories.d.ts +35 -0
- package/dist/generated/game-logic/action-categories.d.ts.map +1 -0
- package/dist/generated/game-logic/action-categories.js +420 -0
- package/dist/generated/game-logic/action-categories.js.map +1 -0
- package/dist/generated/game-logic/actions.d.ts +471 -0
- package/dist/generated/game-logic/actions.d.ts.map +1 -0
- package/dist/generated/game-logic/actions.js +37423 -0
- package/dist/generated/game-logic/actions.js.map +1 -0
- package/dist/generated/game-logic/avatar-outfits.d.ts +66 -0
- package/dist/generated/game-logic/avatar-outfits.d.ts.map +1 -0
- package/dist/generated/game-logic/avatar-outfits.js +706 -0
- package/dist/generated/game-logic/avatar-outfits.js.map +1 -0
- package/dist/generated/game-logic/avatars.d.ts +66 -0
- package/dist/generated/game-logic/avatars.d.ts.map +1 -0
- package/dist/generated/game-logic/avatars.js +636 -0
- package/dist/generated/game-logic/avatars.js.map +1 -0
- package/dist/generated/game-logic/buff-types.d.ts +101 -0
- package/dist/generated/game-logic/buff-types.d.ts.map +1 -0
- package/dist/generated/game-logic/buff-types.js +815 -0
- package/dist/generated/game-logic/buff-types.js.map +1 -0
- package/dist/generated/game-logic/chat-channel-types.d.ts +40 -0
- package/dist/generated/game-logic/chat-channel-types.d.ts.map +1 -0
- package/dist/generated/game-logic/chat-channel-types.js +400 -0
- package/dist/generated/game-logic/chat-channel-types.js.map +1 -0
- package/dist/generated/game-logic/chat-icons.d.ts +40 -0
- package/dist/generated/game-logic/chat-icons.d.ts.map +1 -0
- package/dist/generated/game-logic/chat-icons.js +10127 -0
- package/dist/generated/game-logic/chat-icons.js.map +1 -0
- package/dist/generated/game-logic/combat-monsters.d.ts +1287 -0
- package/dist/generated/game-logic/combat-monsters.d.ts.map +1 -0
- package/dist/generated/game-logic/combat-monsters.js +17207 -0
- package/dist/generated/game-logic/combat-monsters.js.map +1 -0
- package/dist/generated/game-logic/combat-styles.d.ts +71 -0
- package/dist/generated/game-logic/combat-styles.d.ts.map +1 -0
- package/dist/generated/game-logic/combat-styles.js +130 -0
- package/dist/generated/game-logic/combat-styles.js.map +1 -0
- package/dist/generated/game-logic/community-buff-types.d.ts +35 -0
- package/dist/generated/game-logic/community-buff-types.d.ts.map +1 -0
- package/dist/generated/game-logic/community-buff-types.js +178 -0
- package/dist/generated/game-logic/community-buff-types.js.map +1 -0
- package/dist/generated/game-logic/damage-types.d.ts +61 -0
- package/dist/generated/game-logic/damage-types.d.ts.map +1 -0
- package/dist/generated/game-logic/damage-types.js +126 -0
- package/dist/generated/game-logic/damage-types.js.map +1 -0
- package/dist/generated/game-logic/equipment-types.d.ts +83 -0
- package/dist/generated/game-logic/equipment-types.d.ts.map +1 -0
- package/dist/generated/game-logic/equipment-types.js +281 -0
- package/dist/generated/game-logic/equipment-types.js.map +1 -0
- package/dist/generated/game-logic/game-modes.d.ts +37 -0
- package/dist/generated/game-logic/game-modes.d.ts.map +1 -0
- package/dist/generated/game-logic/game-modes.js +96 -0
- package/dist/generated/game-logic/game-modes.js.map +1 -0
- package/dist/generated/game-logic/guild-character-roles.d.ts +37 -0
- package/dist/generated/game-logic/guild-character-roles.d.ts.map +1 -0
- package/dist/generated/game-logic/guild-character-roles.js +139 -0
- package/dist/generated/game-logic/guild-character-roles.js.map +1 -0
- package/dist/generated/game-logic/house-rooms.d.ts +138 -0
- package/dist/generated/game-logic/house-rooms.d.ts.map +1 -0
- package/dist/generated/game-logic/house-rooms.js +5625 -0
- package/dist/generated/game-logic/house-rooms.js.map +1 -0
- package/dist/generated/game-logic/houses.d.ts +186 -0
- package/dist/generated/game-logic/houses.d.ts.map +1 -0
- package/dist/generated/game-logic/houses.js +526 -0
- package/dist/generated/game-logic/houses.js.map +1 -0
- package/dist/generated/game-logic/index.d.ts +35 -0
- package/dist/generated/game-logic/index.d.ts.map +1 -0
- package/dist/generated/game-logic/index.js +215 -0
- package/dist/generated/game-logic/index.js.map +1 -0
- package/dist/generated/game-logic/item-categories.d.ts +28 -0
- package/dist/generated/game-logic/item-categories.d.ts.map +1 -0
- package/dist/generated/game-logic/item-categories.js +90 -0
- package/dist/generated/game-logic/item-categories.js.map +1 -0
- package/dist/generated/game-logic/item-locations.d.ts +34 -0
- package/dist/generated/game-logic/item-locations.d.ts.map +1 -0
- package/dist/generated/game-logic/item-locations.js +322 -0
- package/dist/generated/game-logic/item-locations.js.map +1 -0
- package/dist/generated/game-logic/items.d.ts +184 -0
- package/dist/generated/game-logic/items.d.ts.map +1 -0
- package/dist/generated/game-logic/items.js +54663 -0
- package/dist/generated/game-logic/items.js.map +1 -0
- package/dist/generated/game-logic/leaderboard-categories.d.ts +41 -0
- package/dist/generated/game-logic/leaderboard-categories.d.ts.map +1 -0
- package/dist/generated/game-logic/leaderboard-categories.js +227 -0
- package/dist/generated/game-logic/leaderboard-categories.js.map +1 -0
- package/dist/generated/game-logic/leaderboard-types.d.ts +38 -0
- package/dist/generated/game-logic/leaderboard-types.d.ts.map +1 -0
- package/dist/generated/game-logic/leaderboard-types.js +124 -0
- package/dist/generated/game-logic/leaderboard-types.js.map +1 -0
- package/dist/generated/game-logic/name-colors.d.ts +39 -0
- package/dist/generated/game-logic/name-colors.d.ts.map +1 -0
- package/dist/generated/game-logic/name-colors.js +2779 -0
- package/dist/generated/game-logic/name-colors.js.map +1 -0
- package/dist/generated/game-logic/random-task-types.d.ts +45 -0
- package/dist/generated/game-logic/random-task-types.d.ts.map +1 -0
- package/dist/generated/game-logic/random-task-types.js +117 -0
- package/dist/generated/game-logic/random-task-types.js.map +1 -0
- package/dist/generated/game-logic/recipes.d.ts +542 -0
- package/dist/generated/game-logic/recipes.d.ts.map +1 -0
- package/dist/generated/game-logic/recipes.js +29193 -0
- package/dist/generated/game-logic/recipes.js.map +1 -0
- package/dist/generated/game-logic/shop-categories.d.ts +28 -0
- package/dist/generated/game-logic/shop-categories.d.ts.map +1 -0
- package/dist/generated/game-logic/shop-categories.js +52 -0
- package/dist/generated/game-logic/shop-categories.js.map +1 -0
- package/dist/generated/game-logic/shop-items.d.ts +32 -0
- package/dist/generated/game-logic/shop-items.d.ts.map +1 -0
- package/dist/generated/game-logic/shop-items.js +623 -0
- package/dist/generated/game-logic/shop-items.js.map +1 -0
- package/dist/generated/game-logic/skills.d.ts +85 -0
- package/dist/generated/game-logic/skills.d.ts.map +1 -0
- package/dist/generated/game-logic/skills.js +249 -0
- package/dist/generated/game-logic/skills.js.map +1 -0
- package/dist/generated/game-logic/task-shop-items.d.ts +46 -0
- package/dist/generated/game-logic/task-shop-items.d.ts.map +1 -0
- package/dist/generated/game-logic/task-shop-items.js +104 -0
- package/dist/generated/game-logic/task-shop-items.js.map +1 -0
- package/dist/generated/game-logic/types.d.ts +64 -0
- package/dist/generated/game-logic/types.d.ts.map +1 -0
- package/dist/generated/game-logic/types.js +13 -0
- package/dist/generated/game-logic/types.js.map +1 -0
- package/dist/generated/index.d.ts +14 -0
- package/dist/generated/index.d.ts.map +1 -0
- package/dist/generated/index.js +18 -0
- package/dist/generated/index.js.map +1 -0
- package/dist/generated/localization/en/abilities.d.ts +10 -0
- package/dist/generated/localization/en/abilities.d.ts.map +1 -0
- package/dist/generated/localization/en/abilities.js +239 -0
- package/dist/generated/localization/en/abilities.js.map +1 -0
- package/dist/generated/localization/en/actions.d.ts +10 -0
- package/dist/generated/localization/en/actions.d.ts.map +1 -0
- package/dist/generated/localization/en/actions.js +1897 -0
- package/dist/generated/localization/en/actions.js.map +1 -0
- package/dist/generated/localization/en/house-rooms.d.ts +10 -0
- package/dist/generated/localization/en/house-rooms.d.ts.map +1 -0
- package/dist/generated/localization/en/house-rooms.js +58 -0
- package/dist/generated/localization/en/house-rooms.js.map +1 -0
- package/dist/generated/localization/en/index.d.ts +10 -0
- package/dist/generated/localization/en/index.d.ts.map +1 -0
- package/dist/generated/localization/en/index.js +10 -0
- package/dist/generated/localization/en/index.js.map +1 -0
- package/dist/generated/localization/en/items.d.ts +10 -0
- package/dist/generated/localization/en/items.d.ts.map +1 -0
- package/dist/generated/localization/en/items.js +2421 -0
- package/dist/generated/localization/en/items.js.map +1 -0
- package/dist/generated/localization/en/skills.d.ts +10 -0
- package/dist/generated/localization/en/skills.d.ts.map +1 -0
- package/dist/generated/localization/en/skills.js +61 -0
- package/dist/generated/localization/en/skills.js.map +1 -0
- package/dist/generated/localization/index.d.ts +53 -0
- package/dist/generated/localization/index.d.ts.map +1 -0
- package/dist/generated/localization/index.js +100 -0
- package/dist/generated/localization/index.js.map +1 -0
- package/dist/generated/localization/zh/abilities.d.ts +10 -0
- package/dist/generated/localization/zh/abilities.d.ts.map +1 -0
- package/dist/generated/localization/zh/abilities.js +239 -0
- package/dist/generated/localization/zh/abilities.js.map +1 -0
- package/dist/generated/localization/zh/actions.d.ts +10 -0
- package/dist/generated/localization/zh/actions.d.ts.map +1 -0
- package/dist/generated/localization/zh/actions.js +1897 -0
- package/dist/generated/localization/zh/actions.js.map +1 -0
- package/dist/generated/localization/zh/house-rooms.d.ts +10 -0
- package/dist/generated/localization/zh/house-rooms.d.ts.map +1 -0
- package/dist/generated/localization/zh/house-rooms.js +58 -0
- package/dist/generated/localization/zh/house-rooms.js.map +1 -0
- package/dist/generated/localization/zh/index.d.ts +10 -0
- package/dist/generated/localization/zh/index.d.ts.map +1 -0
- package/dist/generated/localization/zh/index.js +10 -0
- package/dist/generated/localization/zh/index.js.map +1 -0
- package/dist/generated/localization/zh/items.d.ts +10 -0
- package/dist/generated/localization/zh/items.d.ts.map +1 -0
- package/dist/generated/localization/zh/items.js +2421 -0
- package/dist/generated/localization/zh/items.js.map +1 -0
- package/dist/generated/localization/zh/skills.d.ts +10 -0
- package/dist/generated/localization/zh/skills.d.ts.map +1 -0
- package/dist/generated/localization/zh/skills.js +61 -0
- package/dist/generated/localization/zh/skills.js.map +1 -0
- package/dist/generated/player-data/index.d.ts +79 -0
- package/dist/generated/player-data/index.d.ts.map +1 -0
- package/dist/generated/player-data/index.js +140 -0
- package/dist/generated/player-data/index.js.map +1 -0
- package/dist/generated/schemas/typebox/abilities.d.ts +6 -0
- package/dist/generated/schemas/typebox/abilities.d.ts.map +1 -0
- package/dist/generated/schemas/typebox/abilities.js +10 -0
- package/dist/generated/schemas/typebox/abilities.js.map +1 -0
- package/dist/generated/schemas/typebox/action-categories.d.ts +6 -0
- package/dist/generated/schemas/typebox/action-categories.d.ts.map +1 -0
- package/dist/generated/schemas/typebox/action-categories.js +10 -0
- package/dist/generated/schemas/typebox/action-categories.js.map +1 -0
- package/dist/generated/schemas/typebox/actions.d.ts +6 -0
- package/dist/generated/schemas/typebox/actions.d.ts.map +1 -0
- package/dist/generated/schemas/typebox/actions.js +10 -0
- package/dist/generated/schemas/typebox/actions.js.map +1 -0
- package/dist/generated/schemas/typebox/avatar-outfits.d.ts +6 -0
- package/dist/generated/schemas/typebox/avatar-outfits.d.ts.map +1 -0
- package/dist/generated/schemas/typebox/avatar-outfits.js +10 -0
- package/dist/generated/schemas/typebox/avatar-outfits.js.map +1 -0
- package/dist/generated/schemas/typebox/avatars.d.ts +6 -0
- package/dist/generated/schemas/typebox/avatars.d.ts.map +1 -0
- package/dist/generated/schemas/typebox/avatars.js +10 -0
- package/dist/generated/schemas/typebox/avatars.js.map +1 -0
- package/dist/generated/schemas/typebox/buff-types.d.ts +6 -0
- package/dist/generated/schemas/typebox/buff-types.d.ts.map +1 -0
- package/dist/generated/schemas/typebox/buff-types.js +10 -0
- package/dist/generated/schemas/typebox/buff-types.js.map +1 -0
- package/dist/generated/schemas/typebox/chat-channel-types.d.ts +6 -0
- package/dist/generated/schemas/typebox/chat-channel-types.d.ts.map +1 -0
- package/dist/generated/schemas/typebox/chat-channel-types.js +10 -0
- package/dist/generated/schemas/typebox/chat-channel-types.js.map +1 -0
- package/dist/generated/schemas/typebox/chat-icons.d.ts +6 -0
- package/dist/generated/schemas/typebox/chat-icons.d.ts.map +1 -0
- package/dist/generated/schemas/typebox/chat-icons.js +10 -0
- package/dist/generated/schemas/typebox/chat-icons.js.map +1 -0
- package/dist/generated/schemas/typebox/combat-monsters.d.ts +6 -0
- package/dist/generated/schemas/typebox/combat-monsters.d.ts.map +1 -0
- package/dist/generated/schemas/typebox/combat-monsters.js +10 -0
- package/dist/generated/schemas/typebox/combat-monsters.js.map +1 -0
- package/dist/generated/schemas/typebox/combat-styles.d.ts +6 -0
- package/dist/generated/schemas/typebox/combat-styles.d.ts.map +1 -0
- package/dist/generated/schemas/typebox/combat-styles.js +10 -0
- package/dist/generated/schemas/typebox/combat-styles.js.map +1 -0
- package/dist/generated/schemas/typebox/community-buff-types.d.ts +6 -0
- package/dist/generated/schemas/typebox/community-buff-types.d.ts.map +1 -0
- package/dist/generated/schemas/typebox/community-buff-types.js +10 -0
- package/dist/generated/schemas/typebox/community-buff-types.js.map +1 -0
- package/dist/generated/schemas/typebox/damage-types.d.ts +6 -0
- package/dist/generated/schemas/typebox/damage-types.d.ts.map +1 -0
- package/dist/generated/schemas/typebox/damage-types.js +10 -0
- package/dist/generated/schemas/typebox/damage-types.js.map +1 -0
- package/dist/generated/schemas/typebox/equipment-types.d.ts +6 -0
- package/dist/generated/schemas/typebox/equipment-types.d.ts.map +1 -0
- package/dist/generated/schemas/typebox/equipment-types.js +10 -0
- package/dist/generated/schemas/typebox/equipment-types.js.map +1 -0
- package/dist/generated/schemas/typebox/game-modes.d.ts +6 -0
- package/dist/generated/schemas/typebox/game-modes.d.ts.map +1 -0
- package/dist/generated/schemas/typebox/game-modes.js +10 -0
- package/dist/generated/schemas/typebox/game-modes.js.map +1 -0
- package/dist/generated/schemas/typebox/guild-character-roles.d.ts +6 -0
- package/dist/generated/schemas/typebox/guild-character-roles.d.ts.map +1 -0
- package/dist/generated/schemas/typebox/guild-character-roles.js +10 -0
- package/dist/generated/schemas/typebox/guild-character-roles.js.map +1 -0
- package/dist/generated/schemas/typebox/house-rooms.d.ts +6 -0
- package/dist/generated/schemas/typebox/house-rooms.d.ts.map +1 -0
- package/dist/generated/schemas/typebox/house-rooms.js +10 -0
- package/dist/generated/schemas/typebox/house-rooms.js.map +1 -0
- package/dist/generated/schemas/typebox/index.d.ts +34 -0
- package/dist/generated/schemas/typebox/index.d.ts.map +1 -0
- package/dist/generated/schemas/typebox/index.js +35 -0
- package/dist/generated/schemas/typebox/index.js.map +1 -0
- package/dist/generated/schemas/typebox/item-categories.d.ts +6 -0
- package/dist/generated/schemas/typebox/item-categories.d.ts.map +1 -0
- package/dist/generated/schemas/typebox/item-categories.js +10 -0
- package/dist/generated/schemas/typebox/item-categories.js.map +1 -0
- package/dist/generated/schemas/typebox/item-locations.d.ts +6 -0
- package/dist/generated/schemas/typebox/item-locations.d.ts.map +1 -0
- package/dist/generated/schemas/typebox/item-locations.js +10 -0
- package/dist/generated/schemas/typebox/item-locations.js.map +1 -0
- package/dist/generated/schemas/typebox/items.d.ts +6 -0
- package/dist/generated/schemas/typebox/items.d.ts.map +1 -0
- package/dist/generated/schemas/typebox/items.js +10 -0
- package/dist/generated/schemas/typebox/items.js.map +1 -0
- package/dist/generated/schemas/typebox/leaderboard-categories.d.ts +6 -0
- package/dist/generated/schemas/typebox/leaderboard-categories.d.ts.map +1 -0
- package/dist/generated/schemas/typebox/leaderboard-categories.js +10 -0
- package/dist/generated/schemas/typebox/leaderboard-categories.js.map +1 -0
- package/dist/generated/schemas/typebox/leaderboard-types.d.ts +6 -0
- package/dist/generated/schemas/typebox/leaderboard-types.d.ts.map +1 -0
- package/dist/generated/schemas/typebox/leaderboard-types.js +10 -0
- package/dist/generated/schemas/typebox/leaderboard-types.js.map +1 -0
- package/dist/generated/schemas/typebox/name-colors.d.ts +6 -0
- package/dist/generated/schemas/typebox/name-colors.d.ts.map +1 -0
- package/dist/generated/schemas/typebox/name-colors.js +10 -0
- package/dist/generated/schemas/typebox/name-colors.js.map +1 -0
- package/dist/generated/schemas/typebox/player-data.d.ts +51 -0
- package/dist/generated/schemas/typebox/player-data.d.ts.map +1 -0
- package/dist/generated/schemas/typebox/player-data.js +34 -0
- package/dist/generated/schemas/typebox/player-data.js.map +1 -0
- package/dist/generated/schemas/typebox/random-task-types.d.ts +6 -0
- package/dist/generated/schemas/typebox/random-task-types.d.ts.map +1 -0
- package/dist/generated/schemas/typebox/random-task-types.js +10 -0
- package/dist/generated/schemas/typebox/random-task-types.js.map +1 -0
- package/dist/generated/schemas/typebox/shop-categories.d.ts +6 -0
- package/dist/generated/schemas/typebox/shop-categories.d.ts.map +1 -0
- package/dist/generated/schemas/typebox/shop-categories.js +10 -0
- package/dist/generated/schemas/typebox/shop-categories.js.map +1 -0
- package/dist/generated/schemas/typebox/shop-items.d.ts +6 -0
- package/dist/generated/schemas/typebox/shop-items.d.ts.map +1 -0
- package/dist/generated/schemas/typebox/shop-items.js +10 -0
- package/dist/generated/schemas/typebox/shop-items.js.map +1 -0
- package/dist/generated/schemas/typebox/skills.d.ts +6 -0
- package/dist/generated/schemas/typebox/skills.d.ts.map +1 -0
- package/dist/generated/schemas/typebox/skills.js +10 -0
- package/dist/generated/schemas/typebox/skills.js.map +1 -0
- package/dist/generated/schemas/typebox/task-shop-items.d.ts +6 -0
- package/dist/generated/schemas/typebox/task-shop-items.d.ts.map +1 -0
- package/dist/generated/schemas/typebox/task-shop-items.js +10 -0
- package/dist/generated/schemas/typebox/task-shop-items.js.map +1 -0
- package/dist/generated/schemas/zod/abilities.d.ts +178 -0
- package/dist/generated/schemas/zod/abilities.d.ts.map +1 -0
- package/dist/generated/schemas/zod/abilities.js +58 -0
- package/dist/generated/schemas/zod/abilities.js.map +1 -0
- package/dist/generated/schemas/zod/action-categories.d.ts +131 -0
- package/dist/generated/schemas/zod/action-categories.d.ts.map +1 -0
- package/dist/generated/schemas/zod/action-categories.js +13 -0
- package/dist/generated/schemas/zod/action-categories.js.map +1 -0
- package/dist/generated/schemas/zod/actions.d.ts +1378 -0
- package/dist/generated/schemas/zod/actions.d.ts.map +1 -0
- package/dist/generated/schemas/zod/actions.js +114 -0
- package/dist/generated/schemas/zod/actions.js.map +1 -0
- package/dist/generated/schemas/zod/avatar-outfits.d.ts +204 -0
- package/dist/generated/schemas/zod/avatar-outfits.d.ts.map +1 -0
- package/dist/generated/schemas/zod/avatar-outfits.js +14 -0
- package/dist/generated/schemas/zod/avatar-outfits.js.map +1 -0
- package/dist/generated/schemas/zod/avatars.d.ts +184 -0
- package/dist/generated/schemas/zod/avatars.d.ts.map +1 -0
- package/dist/generated/schemas/zod/avatars.js +14 -0
- package/dist/generated/schemas/zod/avatars.js.map +1 -0
- package/dist/generated/schemas/zod/buff-types.d.ts +135 -0
- package/dist/generated/schemas/zod/buff-types.d.ts.map +1 -0
- package/dist/generated/schemas/zod/buff-types.js +15 -0
- package/dist/generated/schemas/zod/buff-types.js.map +1 -0
- package/dist/generated/schemas/zod/chat-channel-types.d.ts +59 -0
- package/dist/generated/schemas/zod/chat-channel-types.d.ts.map +1 -0
- package/dist/generated/schemas/zod/chat-channel-types.js +13 -0
- package/dist/generated/schemas/zod/chat-channel-types.js.map +1 -0
- package/dist/generated/schemas/zod/chat-icons.d.ts +857 -0
- package/dist/generated/schemas/zod/chat-icons.d.ts.map +1 -0
- package/dist/generated/schemas/zod/chat-icons.js +15 -0
- package/dist/generated/schemas/zod/chat-icons.js.map +1 -0
- package/dist/generated/schemas/zod/combat-monsters.d.ts +2084 -0
- package/dist/generated/schemas/zod/combat-monsters.d.ts.map +1 -0
- package/dist/generated/schemas/zod/combat-monsters.js +325 -0
- package/dist/generated/schemas/zod/combat-monsters.js.map +1 -0
- package/dist/generated/schemas/zod/combat-styles.d.ts +28 -0
- package/dist/generated/schemas/zod/combat-styles.d.ts.map +1 -0
- package/dist/generated/schemas/zod/combat-styles.js +12 -0
- package/dist/generated/schemas/zod/combat-styles.js.map +1 -0
- package/dist/generated/schemas/zod/community-buff-types.d.ts +98 -0
- package/dist/generated/schemas/zod/community-buff-types.d.ts.map +1 -0
- package/dist/generated/schemas/zod/community-buff-types.js +26 -0
- package/dist/generated/schemas/zod/community-buff-types.js.map +1 -0
- package/dist/generated/schemas/zod/damage-types.d.ts +24 -0
- package/dist/generated/schemas/zod/damage-types.d.ts.map +1 -0
- package/dist/generated/schemas/zod/damage-types.js +12 -0
- package/dist/generated/schemas/zod/damage-types.js.map +1 -0
- package/dist/generated/schemas/zod/equipment-types.d.ts +65 -0
- package/dist/generated/schemas/zod/equipment-types.d.ts.map +1 -0
- package/dist/generated/schemas/zod/equipment-types.js +13 -0
- package/dist/generated/schemas/zod/equipment-types.js.map +1 -0
- package/dist/generated/schemas/zod/game-modes.d.ts +27 -0
- package/dist/generated/schemas/zod/game-modes.d.ts.map +1 -0
- package/dist/generated/schemas/zod/game-modes.js +17 -0
- package/dist/generated/schemas/zod/game-modes.js.map +1 -0
- package/dist/generated/schemas/zod/guild-character-roles.d.ts +33 -0
- package/dist/generated/schemas/zod/guild-character-roles.d.ts.map +1 -0
- package/dist/generated/schemas/zod/guild-character-roles.js +21 -0
- package/dist/generated/schemas/zod/guild-character-roles.js.map +1 -0
- package/dist/generated/schemas/zod/house-rooms.d.ts +968 -0
- package/dist/generated/schemas/zod/house-rooms.d.ts.map +1 -0
- package/dist/generated/schemas/zod/house-rooms.js +41 -0
- package/dist/generated/schemas/zod/house-rooms.js.map +1 -0
- package/dist/generated/schemas/zod/index.d.ts +34 -0
- package/dist/generated/schemas/zod/index.d.ts.map +1 -0
- package/dist/generated/schemas/zod/index.js +35 -0
- package/dist/generated/schemas/zod/index.js.map +1 -0
- package/dist/generated/schemas/zod/item-categories.d.ts +33 -0
- package/dist/generated/schemas/zod/item-categories.d.ts.map +1 -0
- package/dist/generated/schemas/zod/item-categories.js +13 -0
- package/dist/generated/schemas/zod/item-categories.js.map +1 -0
- package/dist/generated/schemas/zod/item-locations.d.ts +70 -0
- package/dist/generated/schemas/zod/item-locations.d.ts.map +1 -0
- package/dist/generated/schemas/zod/item-locations.js +16 -0
- package/dist/generated/schemas/zod/item-locations.js.map +1 -0
- package/dist/generated/schemas/zod/items.d.ts +1669 -0
- package/dist/generated/schemas/zod/items.d.ts.map +1 -0
- package/dist/generated/schemas/zod/items.js +157 -0
- package/dist/generated/schemas/zod/items.js.map +1 -0
- package/dist/generated/schemas/zod/leaderboard-categories.d.ts +60 -0
- package/dist/generated/schemas/zod/leaderboard-categories.d.ts.map +1 -0
- package/dist/generated/schemas/zod/leaderboard-categories.js +14 -0
- package/dist/generated/schemas/zod/leaderboard-categories.js.map +1 -0
- package/dist/generated/schemas/zod/leaderboard-types.d.ts +32 -0
- package/dist/generated/schemas/zod/leaderboard-types.d.ts.map +1 -0
- package/dist/generated/schemas/zod/leaderboard-types.js +16 -0
- package/dist/generated/schemas/zod/leaderboard-types.js.map +1 -0
- package/dist/generated/schemas/zod/name-colors.d.ts +276 -0
- package/dist/generated/schemas/zod/name-colors.d.ts.map +1 -0
- package/dist/generated/schemas/zod/name-colors.js +14 -0
- package/dist/generated/schemas/zod/name-colors.js.map +1 -0
- package/dist/generated/schemas/zod/player-data.d.ts +12526 -0
- package/dist/generated/schemas/zod/player-data.d.ts.map +1 -0
- package/dist/generated/schemas/zod/player-data.js +379 -0
- package/dist/generated/schemas/zod/player-data.js.map +1 -0
- package/dist/generated/schemas/zod/random-task-types.d.ts +36 -0
- package/dist/generated/schemas/zod/random-task-types.d.ts.map +1 -0
- package/dist/generated/schemas/zod/random-task-types.js +14 -0
- package/dist/generated/schemas/zod/random-task-types.js.map +1 -0
- package/dist/generated/schemas/zod/shop-categories.d.ts +20 -0
- package/dist/generated/schemas/zod/shop-categories.d.ts.map +1 -0
- package/dist/generated/schemas/zod/shop-categories.js +12 -0
- package/dist/generated/schemas/zod/shop-categories.js.map +1 -0
- package/dist/generated/schemas/zod/shop-items.d.ts +111 -0
- package/dist/generated/schemas/zod/shop-items.d.ts.map +1 -0
- package/dist/generated/schemas/zod/shop-items.js +17 -0
- package/dist/generated/schemas/zod/shop-items.js.map +1 -0
- package/dist/generated/schemas/zod/skills.d.ts +54 -0
- package/dist/generated/schemas/zod/skills.d.ts.map +1 -0
- package/dist/generated/schemas/zod/skills.js +14 -0
- package/dist/generated/schemas/zod/skills.js.map +1 -0
- package/dist/generated/schemas/zod/task-shop-items.d.ts +1539 -0
- package/dist/generated/schemas/zod/task-shop-items.d.ts.map +1 -0
- package/dist/generated/schemas/zod/task-shop-items.js +18 -0
- package/dist/generated/schemas/zod/task-shop-items.js.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +6 -0
- package/dist/index.js.map +1 -0
- package/dist/localization/index.d.ts +2 -0
- package/dist/localization/index.d.ts.map +1 -0
- package/dist/localization/index.js +3 -0
- package/dist/localization/index.js.map +1 -0
- package/dist/player-data/index.d.ts +2 -0
- package/dist/player-data/index.d.ts.map +1 -0
- package/dist/player-data/index.js +3 -0
- package/dist/player-data/index.js.map +1 -0
- package/dist/schemas/typebox/index.d.ts +2 -0
- package/dist/schemas/typebox/index.d.ts.map +1 -0
- package/dist/schemas/typebox/index.js +3 -0
- package/dist/schemas/typebox/index.js.map +1 -0
- package/dist/schemas/zod/index.d.ts +2 -0
- package/dist/schemas/zod/index.d.ts.map +1 -0
- package/dist/schemas/zod/index.js +3 -0
- package/dist/schemas/zod/index.js.map +1 -0
- package/dist/types/source-data.d.ts +330 -0
- package/dist/types/source-data.d.ts.map +1 -0
- package/dist/types/source-data.js +19 -0
- package/dist/types/source-data.js.map +1 -0
- package/package.json +93 -0
|
@@ -0,0 +1,1275 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Auto-generated file - DO NOT EDIT
|
|
3
|
+
* Generated on 2025-07-26T22:01:12.908Z
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* Action HRID constants and enums
|
|
7
|
+
* Auto-generated from game data
|
|
8
|
+
*/
|
|
9
|
+
export declare enum ActionHridEnum {
|
|
10
|
+
COINIFY = "/actions/alchemy/coinify",
|
|
11
|
+
DECOMPOSE = "/actions/alchemy/decompose",
|
|
12
|
+
TRANSMUTE = "/actions/alchemy/transmute",
|
|
13
|
+
ALCHEMY_TEA = "/actions/brewing/alchemy_tea",
|
|
14
|
+
ARTISAN_TEA = "/actions/brewing/artisan_tea",
|
|
15
|
+
ATTACK_COFFEE = "/actions/brewing/attack_coffee",
|
|
16
|
+
BLESSED_TEA = "/actions/brewing/blessed_tea",
|
|
17
|
+
BREWING_TEA = "/actions/brewing/brewing_tea",
|
|
18
|
+
CATALYTIC_TEA = "/actions/brewing/catalytic_tea",
|
|
19
|
+
CHANNELING_COFFEE = "/actions/brewing/channeling_coffee",
|
|
20
|
+
CHEESESMITHING_TEA = "/actions/brewing/cheesesmithing_tea",
|
|
21
|
+
COOKING_TEA = "/actions/brewing/cooking_tea",
|
|
22
|
+
CRAFTING_TEA = "/actions/brewing/crafting_tea",
|
|
23
|
+
CRITICAL_COFFEE = "/actions/brewing/critical_coffee",
|
|
24
|
+
DEFENSE_COFFEE = "/actions/brewing/defense_coffee",
|
|
25
|
+
EFFICIENCY_TEA = "/actions/brewing/efficiency_tea",
|
|
26
|
+
ENHANCING_TEA = "/actions/brewing/enhancing_tea",
|
|
27
|
+
FORAGING_TEA = "/actions/brewing/foraging_tea",
|
|
28
|
+
GATHERING_TEA = "/actions/brewing/gathering_tea",
|
|
29
|
+
GOURMET_TEA = "/actions/brewing/gourmet_tea",
|
|
30
|
+
INTELLIGENCE_COFFEE = "/actions/brewing/intelligence_coffee",
|
|
31
|
+
LUCKY_COFFEE = "/actions/brewing/lucky_coffee",
|
|
32
|
+
MAGIC_COFFEE = "/actions/brewing/magic_coffee",
|
|
33
|
+
MILKING_TEA = "/actions/brewing/milking_tea",
|
|
34
|
+
POWER_COFFEE = "/actions/brewing/power_coffee",
|
|
35
|
+
PROCESSING_TEA = "/actions/brewing/processing_tea",
|
|
36
|
+
RANGED_COFFEE = "/actions/brewing/ranged_coffee",
|
|
37
|
+
STAMINA_COFFEE = "/actions/brewing/stamina_coffee",
|
|
38
|
+
SUPER_ALCHEMY_TEA = "/actions/brewing/super_alchemy_tea",
|
|
39
|
+
SUPER_ATTACK_COFFEE = "/actions/brewing/super_attack_coffee",
|
|
40
|
+
SUPER_BREWING_TEA = "/actions/brewing/super_brewing_tea",
|
|
41
|
+
SUPER_CHEESESMITHING_TEA = "/actions/brewing/super_cheesesmithing_tea",
|
|
42
|
+
SUPER_COOKING_TEA = "/actions/brewing/super_cooking_tea",
|
|
43
|
+
SUPER_CRAFTING_TEA = "/actions/brewing/super_crafting_tea",
|
|
44
|
+
SUPER_DEFENSE_COFFEE = "/actions/brewing/super_defense_coffee",
|
|
45
|
+
SUPER_ENHANCING_TEA = "/actions/brewing/super_enhancing_tea",
|
|
46
|
+
SUPER_FORAGING_TEA = "/actions/brewing/super_foraging_tea",
|
|
47
|
+
SUPER_INTELLIGENCE_COFFEE = "/actions/brewing/super_intelligence_coffee",
|
|
48
|
+
SUPER_MAGIC_COFFEE = "/actions/brewing/super_magic_coffee",
|
|
49
|
+
SUPER_MILKING_TEA = "/actions/brewing/super_milking_tea",
|
|
50
|
+
SUPER_POWER_COFFEE = "/actions/brewing/super_power_coffee",
|
|
51
|
+
SUPER_RANGED_COFFEE = "/actions/brewing/super_ranged_coffee",
|
|
52
|
+
SUPER_STAMINA_COFFEE = "/actions/brewing/super_stamina_coffee",
|
|
53
|
+
SUPER_TAILORING_TEA = "/actions/brewing/super_tailoring_tea",
|
|
54
|
+
SUPER_WOODCUTTING_TEA = "/actions/brewing/super_woodcutting_tea",
|
|
55
|
+
SWIFTNESS_COFFEE = "/actions/brewing/swiftness_coffee",
|
|
56
|
+
TAILORING_TEA = "/actions/brewing/tailoring_tea",
|
|
57
|
+
ULTRA_ALCHEMY_TEA = "/actions/brewing/ultra_alchemy_tea",
|
|
58
|
+
ULTRA_ATTACK_COFFEE = "/actions/brewing/ultra_attack_coffee",
|
|
59
|
+
ULTRA_BREWING_TEA = "/actions/brewing/ultra_brewing_tea",
|
|
60
|
+
ULTRA_CHEESESMITHING_TEA = "/actions/brewing/ultra_cheesesmithing_tea",
|
|
61
|
+
ULTRA_COOKING_TEA = "/actions/brewing/ultra_cooking_tea",
|
|
62
|
+
ULTRA_CRAFTING_TEA = "/actions/brewing/ultra_crafting_tea",
|
|
63
|
+
ULTRA_DEFENSE_COFFEE = "/actions/brewing/ultra_defense_coffee",
|
|
64
|
+
ULTRA_ENHANCING_TEA = "/actions/brewing/ultra_enhancing_tea",
|
|
65
|
+
ULTRA_FORAGING_TEA = "/actions/brewing/ultra_foraging_tea",
|
|
66
|
+
ULTRA_INTELLIGENCE_COFFEE = "/actions/brewing/ultra_intelligence_coffee",
|
|
67
|
+
ULTRA_MAGIC_COFFEE = "/actions/brewing/ultra_magic_coffee",
|
|
68
|
+
ULTRA_MILKING_TEA = "/actions/brewing/ultra_milking_tea",
|
|
69
|
+
ULTRA_POWER_COFFEE = "/actions/brewing/ultra_power_coffee",
|
|
70
|
+
ULTRA_RANGED_COFFEE = "/actions/brewing/ultra_ranged_coffee",
|
|
71
|
+
ULTRA_STAMINA_COFFEE = "/actions/brewing/ultra_stamina_coffee",
|
|
72
|
+
ULTRA_TAILORING_TEA = "/actions/brewing/ultra_tailoring_tea",
|
|
73
|
+
ULTRA_WOODCUTTING_TEA = "/actions/brewing/ultra_woodcutting_tea",
|
|
74
|
+
WISDOM_COFFEE = "/actions/brewing/wisdom_coffee",
|
|
75
|
+
WISDOM_TEA = "/actions/brewing/wisdom_tea",
|
|
76
|
+
WOODCUTTING_TEA = "/actions/brewing/woodcutting_tea",
|
|
77
|
+
ANCHORBOUND_PLATE_BODY = "/actions/cheesesmithing/anchorbound_plate_body",
|
|
78
|
+
ANCHORBOUND_PLATE_LEGS = "/actions/cheesesmithing/anchorbound_plate_legs",
|
|
79
|
+
AZURE_ALEMBIC = "/actions/cheesesmithing/azure_alembic",
|
|
80
|
+
AZURE_BOOTS = "/actions/cheesesmithing/azure_boots",
|
|
81
|
+
AZURE_BRUSH = "/actions/cheesesmithing/azure_brush",
|
|
82
|
+
AZURE_BUCKLER = "/actions/cheesesmithing/azure_buckler",
|
|
83
|
+
AZURE_BULWARK = "/actions/cheesesmithing/azure_bulwark",
|
|
84
|
+
AZURE_CHEESE = "/actions/cheesesmithing/azure_cheese",
|
|
85
|
+
AZURE_CHISEL = "/actions/cheesesmithing/azure_chisel",
|
|
86
|
+
AZURE_ENHANCER = "/actions/cheesesmithing/azure_enhancer",
|
|
87
|
+
AZURE_GAUNTLETS = "/actions/cheesesmithing/azure_gauntlets",
|
|
88
|
+
AZURE_HAMMER = "/actions/cheesesmithing/azure_hammer",
|
|
89
|
+
AZURE_HATCHET = "/actions/cheesesmithing/azure_hatchet",
|
|
90
|
+
AZURE_HELMET = "/actions/cheesesmithing/azure_helmet",
|
|
91
|
+
AZURE_MACE = "/actions/cheesesmithing/azure_mace",
|
|
92
|
+
AZURE_NEEDLE = "/actions/cheesesmithing/azure_needle",
|
|
93
|
+
AZURE_PLATE_BODY = "/actions/cheesesmithing/azure_plate_body",
|
|
94
|
+
AZURE_PLATE_LEGS = "/actions/cheesesmithing/azure_plate_legs",
|
|
95
|
+
AZURE_POT = "/actions/cheesesmithing/azure_pot",
|
|
96
|
+
AZURE_SHEARS = "/actions/cheesesmithing/azure_shears",
|
|
97
|
+
AZURE_SPATULA = "/actions/cheesesmithing/azure_spatula",
|
|
98
|
+
AZURE_SPEAR = "/actions/cheesesmithing/azure_spear",
|
|
99
|
+
AZURE_SWORD = "/actions/cheesesmithing/azure_sword",
|
|
100
|
+
BLACK_BEAR_SHOES = "/actions/cheesesmithing/black_bear_shoes",
|
|
101
|
+
BURBLE_ALEMBIC = "/actions/cheesesmithing/burble_alembic",
|
|
102
|
+
BURBLE_BOOTS = "/actions/cheesesmithing/burble_boots",
|
|
103
|
+
BURBLE_BRUSH = "/actions/cheesesmithing/burble_brush",
|
|
104
|
+
BURBLE_BUCKLER = "/actions/cheesesmithing/burble_buckler",
|
|
105
|
+
BURBLE_BULWARK = "/actions/cheesesmithing/burble_bulwark",
|
|
106
|
+
BURBLE_CHEESE = "/actions/cheesesmithing/burble_cheese",
|
|
107
|
+
BURBLE_CHISEL = "/actions/cheesesmithing/burble_chisel",
|
|
108
|
+
BURBLE_ENHANCER = "/actions/cheesesmithing/burble_enhancer",
|
|
109
|
+
BURBLE_GAUNTLETS = "/actions/cheesesmithing/burble_gauntlets",
|
|
110
|
+
BURBLE_HAMMER = "/actions/cheesesmithing/burble_hammer",
|
|
111
|
+
BURBLE_HATCHET = "/actions/cheesesmithing/burble_hatchet",
|
|
112
|
+
BURBLE_HELMET = "/actions/cheesesmithing/burble_helmet",
|
|
113
|
+
BURBLE_MACE = "/actions/cheesesmithing/burble_mace",
|
|
114
|
+
BURBLE_NEEDLE = "/actions/cheesesmithing/burble_needle",
|
|
115
|
+
BURBLE_PLATE_BODY = "/actions/cheesesmithing/burble_plate_body",
|
|
116
|
+
BURBLE_PLATE_LEGS = "/actions/cheesesmithing/burble_plate_legs",
|
|
117
|
+
BURBLE_POT = "/actions/cheesesmithing/burble_pot",
|
|
118
|
+
BURBLE_SHEARS = "/actions/cheesesmithing/burble_shears",
|
|
119
|
+
BURBLE_SPATULA = "/actions/cheesesmithing/burble_spatula",
|
|
120
|
+
BURBLE_SPEAR = "/actions/cheesesmithing/burble_spear",
|
|
121
|
+
BURBLE_SWORD = "/actions/cheesesmithing/burble_sword",
|
|
122
|
+
CELESTIAL_ALEMBIC = "/actions/cheesesmithing/celestial_alembic",
|
|
123
|
+
CELESTIAL_BRUSH = "/actions/cheesesmithing/celestial_brush",
|
|
124
|
+
CELESTIAL_CHISEL = "/actions/cheesesmithing/celestial_chisel",
|
|
125
|
+
CELESTIAL_ENHANCER = "/actions/cheesesmithing/celestial_enhancer",
|
|
126
|
+
CELESTIAL_HAMMER = "/actions/cheesesmithing/celestial_hammer",
|
|
127
|
+
CELESTIAL_HATCHET = "/actions/cheesesmithing/celestial_hatchet",
|
|
128
|
+
CELESTIAL_NEEDLE = "/actions/cheesesmithing/celestial_needle",
|
|
129
|
+
CELESTIAL_POT = "/actions/cheesesmithing/celestial_pot",
|
|
130
|
+
CELESTIAL_SHEARS = "/actions/cheesesmithing/celestial_shears",
|
|
131
|
+
CELESTIAL_SPATULA = "/actions/cheesesmithing/celestial_spatula",
|
|
132
|
+
CHAOTIC_FLAIL = "/actions/cheesesmithing/chaotic_flail",
|
|
133
|
+
CHEESE = "/actions/cheesesmithing/cheese",
|
|
134
|
+
CHEESE_ALEMBIC = "/actions/cheesesmithing/cheese_alembic",
|
|
135
|
+
CHEESE_BOOTS = "/actions/cheesesmithing/cheese_boots",
|
|
136
|
+
CHEESE_BRUSH = "/actions/cheesesmithing/cheese_brush",
|
|
137
|
+
CHEESE_BUCKLER = "/actions/cheesesmithing/cheese_buckler",
|
|
138
|
+
CHEESE_BULWARK = "/actions/cheesesmithing/cheese_bulwark",
|
|
139
|
+
CHEESE_CHISEL = "/actions/cheesesmithing/cheese_chisel",
|
|
140
|
+
CHEESE_ENHANCER = "/actions/cheesesmithing/cheese_enhancer",
|
|
141
|
+
CHEESE_GAUNTLETS = "/actions/cheesesmithing/cheese_gauntlets",
|
|
142
|
+
CHEESE_HAMMER = "/actions/cheesesmithing/cheese_hammer",
|
|
143
|
+
CHEESE_HATCHET = "/actions/cheesesmithing/cheese_hatchet",
|
|
144
|
+
CHEESE_HELMET = "/actions/cheesesmithing/cheese_helmet",
|
|
145
|
+
CHEESE_MACE = "/actions/cheesesmithing/cheese_mace",
|
|
146
|
+
CHEESE_NEEDLE = "/actions/cheesesmithing/cheese_needle",
|
|
147
|
+
CHEESE_PLATE_BODY = "/actions/cheesesmithing/cheese_plate_body",
|
|
148
|
+
CHEESE_PLATE_LEGS = "/actions/cheesesmithing/cheese_plate_legs",
|
|
149
|
+
CHEESE_POT = "/actions/cheesesmithing/cheese_pot",
|
|
150
|
+
CHEESE_SHEARS = "/actions/cheesesmithing/cheese_shears",
|
|
151
|
+
CHEESE_SPATULA = "/actions/cheesesmithing/cheese_spatula",
|
|
152
|
+
CHEESE_SPEAR = "/actions/cheesesmithing/cheese_spear",
|
|
153
|
+
CHEESE_SWORD = "/actions/cheesesmithing/cheese_sword",
|
|
154
|
+
COLOSSUS_PLATE_BODY = "/actions/cheesesmithing/colossus_plate_body",
|
|
155
|
+
COLOSSUS_PLATE_LEGS = "/actions/cheesesmithing/colossus_plate_legs",
|
|
156
|
+
CORSAIR_HELMET = "/actions/cheesesmithing/corsair_helmet",
|
|
157
|
+
CRIMSON_ALEMBIC = "/actions/cheesesmithing/crimson_alembic",
|
|
158
|
+
CRIMSON_BOOTS = "/actions/cheesesmithing/crimson_boots",
|
|
159
|
+
CRIMSON_BRUSH = "/actions/cheesesmithing/crimson_brush",
|
|
160
|
+
CRIMSON_BUCKLER = "/actions/cheesesmithing/crimson_buckler",
|
|
161
|
+
CRIMSON_BULWARK = "/actions/cheesesmithing/crimson_bulwark",
|
|
162
|
+
CRIMSON_CHEESE = "/actions/cheesesmithing/crimson_cheese",
|
|
163
|
+
CRIMSON_CHISEL = "/actions/cheesesmithing/crimson_chisel",
|
|
164
|
+
CRIMSON_ENHANCER = "/actions/cheesesmithing/crimson_enhancer",
|
|
165
|
+
CRIMSON_GAUNTLETS = "/actions/cheesesmithing/crimson_gauntlets",
|
|
166
|
+
CRIMSON_HAMMER = "/actions/cheesesmithing/crimson_hammer",
|
|
167
|
+
CRIMSON_HATCHET = "/actions/cheesesmithing/crimson_hatchet",
|
|
168
|
+
CRIMSON_HELMET = "/actions/cheesesmithing/crimson_helmet",
|
|
169
|
+
CRIMSON_MACE = "/actions/cheesesmithing/crimson_mace",
|
|
170
|
+
CRIMSON_NEEDLE = "/actions/cheesesmithing/crimson_needle",
|
|
171
|
+
CRIMSON_PLATE_BODY = "/actions/cheesesmithing/crimson_plate_body",
|
|
172
|
+
CRIMSON_PLATE_LEGS = "/actions/cheesesmithing/crimson_plate_legs",
|
|
173
|
+
CRIMSON_POT = "/actions/cheesesmithing/crimson_pot",
|
|
174
|
+
CRIMSON_SHEARS = "/actions/cheesesmithing/crimson_shears",
|
|
175
|
+
CRIMSON_SPATULA = "/actions/cheesesmithing/crimson_spatula",
|
|
176
|
+
CRIMSON_SPEAR = "/actions/cheesesmithing/crimson_spear",
|
|
177
|
+
CRIMSON_SWORD = "/actions/cheesesmithing/crimson_sword",
|
|
178
|
+
DEMONIC_PLATE_BODY = "/actions/cheesesmithing/demonic_plate_body",
|
|
179
|
+
DEMONIC_PLATE_LEGS = "/actions/cheesesmithing/demonic_plate_legs",
|
|
180
|
+
DODOCAMEL_GAUNTLETS = "/actions/cheesesmithing/dodocamel_gauntlets",
|
|
181
|
+
FURIOUS_SPEAR = "/actions/cheesesmithing/furious_spear",
|
|
182
|
+
GRANITE_BLUDGEON = "/actions/cheesesmithing/granite_bludgeon",
|
|
183
|
+
GRIFFIN_BULWARK = "/actions/cheesesmithing/griffin_bulwark",
|
|
184
|
+
GRIZZLY_BEAR_SHOES = "/actions/cheesesmithing/grizzly_bear_shoes",
|
|
185
|
+
HOLY_ALEMBIC = "/actions/cheesesmithing/holy_alembic",
|
|
186
|
+
HOLY_BOOTS = "/actions/cheesesmithing/holy_boots",
|
|
187
|
+
HOLY_BRUSH = "/actions/cheesesmithing/holy_brush",
|
|
188
|
+
HOLY_BUCKLER = "/actions/cheesesmithing/holy_buckler",
|
|
189
|
+
HOLY_BULWARK = "/actions/cheesesmithing/holy_bulwark",
|
|
190
|
+
HOLY_CHEESE = "/actions/cheesesmithing/holy_cheese",
|
|
191
|
+
HOLY_CHISEL = "/actions/cheesesmithing/holy_chisel",
|
|
192
|
+
HOLY_ENHANCER = "/actions/cheesesmithing/holy_enhancer",
|
|
193
|
+
HOLY_GAUNTLETS = "/actions/cheesesmithing/holy_gauntlets",
|
|
194
|
+
HOLY_HAMMER = "/actions/cheesesmithing/holy_hammer",
|
|
195
|
+
HOLY_HATCHET = "/actions/cheesesmithing/holy_hatchet",
|
|
196
|
+
HOLY_HELMET = "/actions/cheesesmithing/holy_helmet",
|
|
197
|
+
HOLY_MACE = "/actions/cheesesmithing/holy_mace",
|
|
198
|
+
HOLY_NEEDLE = "/actions/cheesesmithing/holy_needle",
|
|
199
|
+
HOLY_PLATE_BODY = "/actions/cheesesmithing/holy_plate_body",
|
|
200
|
+
HOLY_PLATE_LEGS = "/actions/cheesesmithing/holy_plate_legs",
|
|
201
|
+
HOLY_POT = "/actions/cheesesmithing/holy_pot",
|
|
202
|
+
HOLY_SHEARS = "/actions/cheesesmithing/holy_shears",
|
|
203
|
+
HOLY_SPATULA = "/actions/cheesesmithing/holy_spatula",
|
|
204
|
+
HOLY_SPEAR = "/actions/cheesesmithing/holy_spear",
|
|
205
|
+
HOLY_SWORD = "/actions/cheesesmithing/holy_sword",
|
|
206
|
+
KNIGHTS_AEGIS = "/actions/cheesesmithing/knights_aegis",
|
|
207
|
+
MAELSTROM_PLATE_BODY = "/actions/cheesesmithing/maelstrom_plate_body",
|
|
208
|
+
MAELSTROM_PLATE_LEGS = "/actions/cheesesmithing/maelstrom_plate_legs",
|
|
209
|
+
MAGNETIC_GLOVES = "/actions/cheesesmithing/magnetic_gloves",
|
|
210
|
+
PANDA_GLOVES = "/actions/cheesesmithing/panda_gloves",
|
|
211
|
+
PINCER_GLOVES = "/actions/cheesesmithing/pincer_gloves",
|
|
212
|
+
POLAR_BEAR_SHOES = "/actions/cheesesmithing/polar_bear_shoes",
|
|
213
|
+
RAINBOW_ALEMBIC = "/actions/cheesesmithing/rainbow_alembic",
|
|
214
|
+
RAINBOW_BOOTS = "/actions/cheesesmithing/rainbow_boots",
|
|
215
|
+
RAINBOW_BRUSH = "/actions/cheesesmithing/rainbow_brush",
|
|
216
|
+
RAINBOW_BUCKLER = "/actions/cheesesmithing/rainbow_buckler",
|
|
217
|
+
RAINBOW_BULWARK = "/actions/cheesesmithing/rainbow_bulwark",
|
|
218
|
+
RAINBOW_CHEESE = "/actions/cheesesmithing/rainbow_cheese",
|
|
219
|
+
RAINBOW_CHISEL = "/actions/cheesesmithing/rainbow_chisel",
|
|
220
|
+
RAINBOW_ENHANCER = "/actions/cheesesmithing/rainbow_enhancer",
|
|
221
|
+
RAINBOW_GAUNTLETS = "/actions/cheesesmithing/rainbow_gauntlets",
|
|
222
|
+
RAINBOW_HAMMER = "/actions/cheesesmithing/rainbow_hammer",
|
|
223
|
+
RAINBOW_HATCHET = "/actions/cheesesmithing/rainbow_hatchet",
|
|
224
|
+
RAINBOW_HELMET = "/actions/cheesesmithing/rainbow_helmet",
|
|
225
|
+
RAINBOW_MACE = "/actions/cheesesmithing/rainbow_mace",
|
|
226
|
+
RAINBOW_NEEDLE = "/actions/cheesesmithing/rainbow_needle",
|
|
227
|
+
RAINBOW_PLATE_BODY = "/actions/cheesesmithing/rainbow_plate_body",
|
|
228
|
+
RAINBOW_PLATE_LEGS = "/actions/cheesesmithing/rainbow_plate_legs",
|
|
229
|
+
RAINBOW_POT = "/actions/cheesesmithing/rainbow_pot",
|
|
230
|
+
RAINBOW_SHEARS = "/actions/cheesesmithing/rainbow_shears",
|
|
231
|
+
RAINBOW_SPATULA = "/actions/cheesesmithing/rainbow_spatula",
|
|
232
|
+
RAINBOW_SPEAR = "/actions/cheesesmithing/rainbow_spear",
|
|
233
|
+
RAINBOW_SWORD = "/actions/cheesesmithing/rainbow_sword",
|
|
234
|
+
REGAL_SWORD = "/actions/cheesesmithing/regal_sword",
|
|
235
|
+
SNAIL_SHELL_HELMET = "/actions/cheesesmithing/snail_shell_helmet",
|
|
236
|
+
SNAKE_FANG_DIRK = "/actions/cheesesmithing/snake_fang_dirk",
|
|
237
|
+
SPIKED_BULWARK = "/actions/cheesesmithing/spiked_bulwark",
|
|
238
|
+
STALACTITE_SPEAR = "/actions/cheesesmithing/stalactite_spear",
|
|
239
|
+
TURTLE_SHELL_BODY = "/actions/cheesesmithing/turtle_shell_body",
|
|
240
|
+
TURTLE_SHELL_LEGS = "/actions/cheesesmithing/turtle_shell_legs",
|
|
241
|
+
VAMPIRE_FANG_DIRK = "/actions/cheesesmithing/vampire_fang_dirk",
|
|
242
|
+
VERDANT_ALEMBIC = "/actions/cheesesmithing/verdant_alembic",
|
|
243
|
+
VERDANT_BOOTS = "/actions/cheesesmithing/verdant_boots",
|
|
244
|
+
VERDANT_BRUSH = "/actions/cheesesmithing/verdant_brush",
|
|
245
|
+
VERDANT_BUCKLER = "/actions/cheesesmithing/verdant_buckler",
|
|
246
|
+
VERDANT_BULWARK = "/actions/cheesesmithing/verdant_bulwark",
|
|
247
|
+
VERDANT_CHEESE = "/actions/cheesesmithing/verdant_cheese",
|
|
248
|
+
VERDANT_CHISEL = "/actions/cheesesmithing/verdant_chisel",
|
|
249
|
+
VERDANT_ENHANCER = "/actions/cheesesmithing/verdant_enhancer",
|
|
250
|
+
VERDANT_GAUNTLETS = "/actions/cheesesmithing/verdant_gauntlets",
|
|
251
|
+
VERDANT_HAMMER = "/actions/cheesesmithing/verdant_hammer",
|
|
252
|
+
VERDANT_HATCHET = "/actions/cheesesmithing/verdant_hatchet",
|
|
253
|
+
VERDANT_HELMET = "/actions/cheesesmithing/verdant_helmet",
|
|
254
|
+
VERDANT_MACE = "/actions/cheesesmithing/verdant_mace",
|
|
255
|
+
VERDANT_NEEDLE = "/actions/cheesesmithing/verdant_needle",
|
|
256
|
+
VERDANT_PLATE_BODY = "/actions/cheesesmithing/verdant_plate_body",
|
|
257
|
+
VERDANT_PLATE_LEGS = "/actions/cheesesmithing/verdant_plate_legs",
|
|
258
|
+
VERDANT_POT = "/actions/cheesesmithing/verdant_pot",
|
|
259
|
+
VERDANT_SHEARS = "/actions/cheesesmithing/verdant_shears",
|
|
260
|
+
VERDANT_SPATULA = "/actions/cheesesmithing/verdant_spatula",
|
|
261
|
+
VERDANT_SPEAR = "/actions/cheesesmithing/verdant_spear",
|
|
262
|
+
VERDANT_SWORD = "/actions/cheesesmithing/verdant_sword",
|
|
263
|
+
VISION_HELMET = "/actions/cheesesmithing/vision_helmet",
|
|
264
|
+
VISION_SHIELD = "/actions/cheesesmithing/vision_shield",
|
|
265
|
+
WEREWOLF_SLASHER = "/actions/cheesesmithing/werewolf_slasher",
|
|
266
|
+
ABYSSAL_IMP = "/actions/combat/abyssal_imp",
|
|
267
|
+
ALLIGATOR = "/actions/combat/alligator",
|
|
268
|
+
AQUA_PLANET = "/actions/combat/aqua_planet",
|
|
269
|
+
AQUA_PLANET_ELITE = "/actions/combat/aqua_planet_elite",
|
|
270
|
+
AQUAHORSE = "/actions/combat/aquahorse",
|
|
271
|
+
BEAR_WITH_IT = "/actions/combat/bear_with_it",
|
|
272
|
+
BEAR_WITH_IT_ELITE = "/actions/combat/bear_with_it_elite",
|
|
273
|
+
BLACK_BEAR = "/actions/combat/black_bear",
|
|
274
|
+
CENTAUR_ARCHER = "/actions/combat/centaur_archer",
|
|
275
|
+
CHIMERICAL_DEN = "/actions/combat/chimerical_den",
|
|
276
|
+
CRAB = "/actions/combat/crab",
|
|
277
|
+
ELEMENTALIST = "/actions/combat/elementalist",
|
|
278
|
+
ENCHANTED_FORTRESS = "/actions/combat/enchanted_fortress",
|
|
279
|
+
EYE = "/actions/combat/eye",
|
|
280
|
+
EYES = "/actions/combat/eyes",
|
|
281
|
+
FLAME_SORCERER = "/actions/combat/flame_sorcerer",
|
|
282
|
+
FLY = "/actions/combat/fly",
|
|
283
|
+
FROG = "/actions/combat/frog",
|
|
284
|
+
GOBO_BOOMY = "/actions/combat/gobo_boomy",
|
|
285
|
+
GOBO_PLANET = "/actions/combat/gobo_planet",
|
|
286
|
+
GOBO_PLANET_ELITE = "/actions/combat/gobo_planet_elite",
|
|
287
|
+
GOBO_SHOOTY = "/actions/combat/gobo_shooty",
|
|
288
|
+
GOBO_SLASHY = "/actions/combat/gobo_slashy",
|
|
289
|
+
GOBO_SMASHY = "/actions/combat/gobo_smashy",
|
|
290
|
+
GOBO_STABBY = "/actions/combat/gobo_stabby",
|
|
291
|
+
GOLEM_CAVE = "/actions/combat/golem_cave",
|
|
292
|
+
GOLEM_CAVE_ELITE = "/actions/combat/golem_cave_elite",
|
|
293
|
+
GRANITE_GOLEM = "/actions/combat/granite_golem",
|
|
294
|
+
GRIZZLY_BEAR = "/actions/combat/grizzly_bear",
|
|
295
|
+
GUMMY_BEAR = "/actions/combat/gummy_bear",
|
|
296
|
+
ICE_SORCERER = "/actions/combat/ice_sorcerer",
|
|
297
|
+
INFERNAL_ABYSS = "/actions/combat/infernal_abyss",
|
|
298
|
+
INFERNAL_ABYSS_ELITE = "/actions/combat/infernal_abyss_elite",
|
|
299
|
+
INFERNAL_WARLOCK = "/actions/combat/infernal_warlock",
|
|
300
|
+
JUNGLE_PLANET = "/actions/combat/jungle_planet",
|
|
301
|
+
JUNGLE_PLANET_ELITE = "/actions/combat/jungle_planet_elite",
|
|
302
|
+
JUNGLE_SPRITE = "/actions/combat/jungle_sprite",
|
|
303
|
+
MAGNETIC_GOLEM = "/actions/combat/magnetic_golem",
|
|
304
|
+
MYCONID = "/actions/combat/myconid",
|
|
305
|
+
NOM_NOM = "/actions/combat/nom_nom",
|
|
306
|
+
NOVICE_SORCERER = "/actions/combat/novice_sorcerer",
|
|
307
|
+
PANDA = "/actions/combat/panda",
|
|
308
|
+
PIRATE_COVE = "/actions/combat/pirate_cove",
|
|
309
|
+
PLANET_OF_THE_EYES = "/actions/combat/planet_of_the_eyes",
|
|
310
|
+
PLANET_OF_THE_EYES_ELITE = "/actions/combat/planet_of_the_eyes_elite",
|
|
311
|
+
POLAR_BEAR = "/actions/combat/polar_bear",
|
|
312
|
+
PORCUPINE = "/actions/combat/porcupine",
|
|
313
|
+
RAT = "/actions/combat/rat",
|
|
314
|
+
SEA_SNAIL = "/actions/combat/sea_snail",
|
|
315
|
+
SINISTER_CIRCUS = "/actions/combat/sinister_circus",
|
|
316
|
+
SKUNK = "/actions/combat/skunk",
|
|
317
|
+
SLIMY = "/actions/combat/slimy",
|
|
318
|
+
SMELLY_PLANET = "/actions/combat/smelly_planet",
|
|
319
|
+
SMELLY_PLANET_ELITE = "/actions/combat/smelly_planet_elite",
|
|
320
|
+
SNAKE = "/actions/combat/snake",
|
|
321
|
+
SORCERERS_TOWER = "/actions/combat/sorcerers_tower",
|
|
322
|
+
SORCERERS_TOWER_ELITE = "/actions/combat/sorcerers_tower_elite",
|
|
323
|
+
SOUL_HUNTER = "/actions/combat/soul_hunter",
|
|
324
|
+
STALACTITE_GOLEM = "/actions/combat/stalactite_golem",
|
|
325
|
+
SWAMP_PLANET = "/actions/combat/swamp_planet",
|
|
326
|
+
SWAMP_PLANET_ELITE = "/actions/combat/swamp_planet_elite",
|
|
327
|
+
SWAMPY = "/actions/combat/swampy",
|
|
328
|
+
TREANT = "/actions/combat/treant",
|
|
329
|
+
TURTLE = "/actions/combat/turtle",
|
|
330
|
+
TWILIGHT_ZONE = "/actions/combat/twilight_zone",
|
|
331
|
+
TWILIGHT_ZONE_ELITE = "/actions/combat/twilight_zone_elite",
|
|
332
|
+
VAMPIRE = "/actions/combat/vampire",
|
|
333
|
+
VEYES = "/actions/combat/veyes",
|
|
334
|
+
WEREWOLF = "/actions/combat/werewolf",
|
|
335
|
+
ZOMBIE = "/actions/combat/zombie",
|
|
336
|
+
APPLE_GUMMY = "/actions/cooking/apple_gummy",
|
|
337
|
+
APPLE_YOGURT = "/actions/cooking/apple_yogurt",
|
|
338
|
+
BLACKBERRY_CAKE = "/actions/cooking/blackberry_cake",
|
|
339
|
+
BLACKBERRY_DONUT = "/actions/cooking/blackberry_donut",
|
|
340
|
+
BLUEBERRY_CAKE = "/actions/cooking/blueberry_cake",
|
|
341
|
+
BLUEBERRY_DONUT = "/actions/cooking/blueberry_donut",
|
|
342
|
+
CUPCAKE = "/actions/cooking/cupcake",
|
|
343
|
+
DONUT = "/actions/cooking/donut",
|
|
344
|
+
DRAGON_FRUIT_GUMMY = "/actions/cooking/dragon_fruit_gummy",
|
|
345
|
+
DRAGON_FRUIT_YOGURT = "/actions/cooking/dragon_fruit_yogurt",
|
|
346
|
+
GUMMY = "/actions/cooking/gummy",
|
|
347
|
+
MARSBERRY_CAKE = "/actions/cooking/marsberry_cake",
|
|
348
|
+
MARSBERRY_DONUT = "/actions/cooking/marsberry_donut",
|
|
349
|
+
MOOBERRY_CAKE = "/actions/cooking/mooberry_cake",
|
|
350
|
+
MOOBERRY_DONUT = "/actions/cooking/mooberry_donut",
|
|
351
|
+
ORANGE_GUMMY = "/actions/cooking/orange_gummy",
|
|
352
|
+
ORANGE_YOGURT = "/actions/cooking/orange_yogurt",
|
|
353
|
+
PEACH_GUMMY = "/actions/cooking/peach_gummy",
|
|
354
|
+
PEACH_YOGURT = "/actions/cooking/peach_yogurt",
|
|
355
|
+
PLUM_GUMMY = "/actions/cooking/plum_gummy",
|
|
356
|
+
PLUM_YOGURT = "/actions/cooking/plum_yogurt",
|
|
357
|
+
SPACEBERRY_CAKE = "/actions/cooking/spaceberry_cake",
|
|
358
|
+
SPACEBERRY_DONUT = "/actions/cooking/spaceberry_donut",
|
|
359
|
+
STAR_FRUIT_GUMMY = "/actions/cooking/star_fruit_gummy",
|
|
360
|
+
STAR_FRUIT_YOGURT = "/actions/cooking/star_fruit_yogurt",
|
|
361
|
+
STRAWBERRY_CAKE = "/actions/cooking/strawberry_cake",
|
|
362
|
+
STRAWBERRY_DONUT = "/actions/cooking/strawberry_donut",
|
|
363
|
+
YOGURT = "/actions/cooking/yogurt",
|
|
364
|
+
ADVANCED_TASK_BADGE = "/actions/crafting/advanced_task_badge",
|
|
365
|
+
ARCANE_BOW = "/actions/crafting/arcane_bow",
|
|
366
|
+
ARCANE_CROSSBOW = "/actions/crafting/arcane_crossbow",
|
|
367
|
+
ARCANE_FIRE_STAFF = "/actions/crafting/arcane_fire_staff",
|
|
368
|
+
ARCANE_LUMBER = "/actions/crafting/arcane_lumber",
|
|
369
|
+
ARCANE_NATURE_STAFF = "/actions/crafting/arcane_nature_staff",
|
|
370
|
+
ARCANE_SHIELD = "/actions/crafting/arcane_shield",
|
|
371
|
+
ARCANE_WATER_STAFF = "/actions/crafting/arcane_water_staff",
|
|
372
|
+
BASIC_TASK_BADGE = "/actions/crafting/basic_task_badge",
|
|
373
|
+
BIRCH_BOW = "/actions/crafting/birch_bow",
|
|
374
|
+
BIRCH_CROSSBOW = "/actions/crafting/birch_crossbow",
|
|
375
|
+
BIRCH_FIRE_STAFF = "/actions/crafting/birch_fire_staff",
|
|
376
|
+
BIRCH_LUMBER = "/actions/crafting/birch_lumber",
|
|
377
|
+
BIRCH_NATURE_STAFF = "/actions/crafting/birch_nature_staff",
|
|
378
|
+
BIRCH_SHIELD = "/actions/crafting/birch_shield",
|
|
379
|
+
BIRCH_WATER_STAFF = "/actions/crafting/birch_water_staff",
|
|
380
|
+
BISHOPS_CODEX = "/actions/crafting/bishops_codex",
|
|
381
|
+
BLAZING_TRIDENT = "/actions/crafting/blazing_trident",
|
|
382
|
+
BLOOMING_TRIDENT = "/actions/crafting/blooming_trident",
|
|
383
|
+
CATALYST_OF_COINIFICATION = "/actions/crafting/catalyst_of_coinification",
|
|
384
|
+
CATALYST_OF_DECOMPOSITION = "/actions/crafting/catalyst_of_decomposition",
|
|
385
|
+
CATALYST_OF_TRANSMUTATION = "/actions/crafting/catalyst_of_transmutation",
|
|
386
|
+
CEDAR_BOW = "/actions/crafting/cedar_bow",
|
|
387
|
+
CEDAR_CROSSBOW = "/actions/crafting/cedar_crossbow",
|
|
388
|
+
CEDAR_FIRE_STAFF = "/actions/crafting/cedar_fire_staff",
|
|
389
|
+
CEDAR_LUMBER = "/actions/crafting/cedar_lumber",
|
|
390
|
+
CEDAR_NATURE_STAFF = "/actions/crafting/cedar_nature_staff",
|
|
391
|
+
CEDAR_SHIELD = "/actions/crafting/cedar_shield",
|
|
392
|
+
CEDAR_WATER_STAFF = "/actions/crafting/cedar_water_staff",
|
|
393
|
+
CHIMERICAL_CHEST_KEY = "/actions/crafting/chimerical_chest_key",
|
|
394
|
+
CHIMERICAL_ENTRY_KEY = "/actions/crafting/chimerical_entry_key",
|
|
395
|
+
CRUSHED_AMBER = "/actions/crafting/crushed_amber",
|
|
396
|
+
CRUSHED_AMETHYST = "/actions/crafting/crushed_amethyst",
|
|
397
|
+
CRUSHED_GARNET = "/actions/crafting/crushed_garnet",
|
|
398
|
+
CRUSHED_JADE = "/actions/crafting/crushed_jade",
|
|
399
|
+
CRUSHED_MOONSTONE = "/actions/crafting/crushed_moonstone",
|
|
400
|
+
CRUSHED_PEARL = "/actions/crafting/crushed_pearl",
|
|
401
|
+
CRUSHED_PHILOSOPHERS_STONE = "/actions/crafting/crushed_philosophers_stone",
|
|
402
|
+
CRUSHED_SUNSTONE = "/actions/crafting/crushed_sunstone",
|
|
403
|
+
CURSED_BOW = "/actions/crafting/cursed_bow",
|
|
404
|
+
EARRINGS_OF_ARMOR = "/actions/crafting/earrings_of_armor",
|
|
405
|
+
EARRINGS_OF_CRITICAL_STRIKE = "/actions/crafting/earrings_of_critical_strike",
|
|
406
|
+
EARRINGS_OF_ESSENCE_FIND = "/actions/crafting/earrings_of_essence_find",
|
|
407
|
+
EARRINGS_OF_GATHERING = "/actions/crafting/earrings_of_gathering",
|
|
408
|
+
EARRINGS_OF_RARE_FIND = "/actions/crafting/earrings_of_rare_find",
|
|
409
|
+
EARRINGS_OF_REGENERATION = "/actions/crafting/earrings_of_regeneration",
|
|
410
|
+
EARRINGS_OF_RESISTANCE = "/actions/crafting/earrings_of_resistance",
|
|
411
|
+
ENCHANTED_CHEST_KEY = "/actions/crafting/enchanted_chest_key",
|
|
412
|
+
ENCHANTED_ENTRY_KEY = "/actions/crafting/enchanted_entry_key",
|
|
413
|
+
EXPERT_TASK_BADGE = "/actions/crafting/expert_task_badge",
|
|
414
|
+
EYE_WATCH = "/actions/crafting/eye_watch",
|
|
415
|
+
FIGHTER_NECKLACE = "/actions/crafting/fighter_necklace",
|
|
416
|
+
FROST_STAFF = "/actions/crafting/frost_staff",
|
|
417
|
+
GINKGO_BOW = "/actions/crafting/ginkgo_bow",
|
|
418
|
+
GINKGO_CROSSBOW = "/actions/crafting/ginkgo_crossbow",
|
|
419
|
+
GINKGO_FIRE_STAFF = "/actions/crafting/ginkgo_fire_staff",
|
|
420
|
+
GINKGO_LUMBER = "/actions/crafting/ginkgo_lumber",
|
|
421
|
+
GINKGO_NATURE_STAFF = "/actions/crafting/ginkgo_nature_staff",
|
|
422
|
+
GINKGO_SHIELD = "/actions/crafting/ginkgo_shield",
|
|
423
|
+
GINKGO_WATER_STAFF = "/actions/crafting/ginkgo_water_staff",
|
|
424
|
+
INFERNAL_BATTLESTAFF = "/actions/crafting/infernal_battlestaff",
|
|
425
|
+
JACKALOPE_STAFF = "/actions/crafting/jackalope_staff",
|
|
426
|
+
LUMBER = "/actions/crafting/lumber",
|
|
427
|
+
MANTICORE_SHIELD = "/actions/crafting/manticore_shield",
|
|
428
|
+
MIRROR_OF_PROTECTION = "/actions/crafting/mirror_of_protection",
|
|
429
|
+
NECKLACE_OF_EFFICIENCY = "/actions/crafting/necklace_of_efficiency",
|
|
430
|
+
NECKLACE_OF_SPEED = "/actions/crafting/necklace_of_speed",
|
|
431
|
+
NECKLACE_OF_WISDOM = "/actions/crafting/necklace_of_wisdom",
|
|
432
|
+
PHILOSOPHERS_EARRINGS = "/actions/crafting/philosophers_earrings",
|
|
433
|
+
PHILOSOPHERS_NECKLACE = "/actions/crafting/philosophers_necklace",
|
|
434
|
+
PHILOSOPHERS_RING = "/actions/crafting/philosophers_ring",
|
|
435
|
+
PIRATE_CHEST_KEY = "/actions/crafting/pirate_chest_key",
|
|
436
|
+
PIRATE_ENTRY_KEY = "/actions/crafting/pirate_entry_key",
|
|
437
|
+
PURPLEHEART_BOW = "/actions/crafting/purpleheart_bow",
|
|
438
|
+
PURPLEHEART_CROSSBOW = "/actions/crafting/purpleheart_crossbow",
|
|
439
|
+
PURPLEHEART_FIRE_STAFF = "/actions/crafting/purpleheart_fire_staff",
|
|
440
|
+
PURPLEHEART_LUMBER = "/actions/crafting/purpleheart_lumber",
|
|
441
|
+
PURPLEHEART_NATURE_STAFF = "/actions/crafting/purpleheart_nature_staff",
|
|
442
|
+
PURPLEHEART_SHIELD = "/actions/crafting/purpleheart_shield",
|
|
443
|
+
PURPLEHEART_WATER_STAFF = "/actions/crafting/purpleheart_water_staff",
|
|
444
|
+
RANGER_NECKLACE = "/actions/crafting/ranger_necklace",
|
|
445
|
+
REDWOOD_BOW = "/actions/crafting/redwood_bow",
|
|
446
|
+
REDWOOD_CROSSBOW = "/actions/crafting/redwood_crossbow",
|
|
447
|
+
REDWOOD_FIRE_STAFF = "/actions/crafting/redwood_fire_staff",
|
|
448
|
+
REDWOOD_LUMBER = "/actions/crafting/redwood_lumber",
|
|
449
|
+
REDWOOD_NATURE_STAFF = "/actions/crafting/redwood_nature_staff",
|
|
450
|
+
REDWOOD_SHIELD = "/actions/crafting/redwood_shield",
|
|
451
|
+
REDWOOD_WATER_STAFF = "/actions/crafting/redwood_water_staff",
|
|
452
|
+
RING_OF_ARMOR = "/actions/crafting/ring_of_armor",
|
|
453
|
+
RING_OF_CRITICAL_STRIKE = "/actions/crafting/ring_of_critical_strike",
|
|
454
|
+
RING_OF_ESSENCE_FIND = "/actions/crafting/ring_of_essence_find",
|
|
455
|
+
RING_OF_GATHERING = "/actions/crafting/ring_of_gathering",
|
|
456
|
+
RING_OF_RARE_FIND = "/actions/crafting/ring_of_rare_find",
|
|
457
|
+
RING_OF_REGENERATION = "/actions/crafting/ring_of_regeneration",
|
|
458
|
+
RING_OF_RESISTANCE = "/actions/crafting/ring_of_resistance",
|
|
459
|
+
RIPPLING_TRIDENT = "/actions/crafting/rippling_trident",
|
|
460
|
+
SINISTER_CHEST_KEY = "/actions/crafting/sinister_chest_key",
|
|
461
|
+
SINISTER_ENTRY_KEY = "/actions/crafting/sinister_entry_key",
|
|
462
|
+
SOUL_HUNTER_CROSSBOW = "/actions/crafting/soul_hunter_crossbow",
|
|
463
|
+
SUNDERING_CROSSBOW = "/actions/crafting/sundering_crossbow",
|
|
464
|
+
TREANT_SHIELD = "/actions/crafting/treant_shield",
|
|
465
|
+
VAMPIRIC_BOW = "/actions/crafting/vampiric_bow",
|
|
466
|
+
WATCHFUL_RELIC = "/actions/crafting/watchful_relic",
|
|
467
|
+
WIZARD_NECKLACE = "/actions/crafting/wizard_necklace",
|
|
468
|
+
WOODEN_BOW = "/actions/crafting/wooden_bow",
|
|
469
|
+
WOODEN_CROSSBOW = "/actions/crafting/wooden_crossbow",
|
|
470
|
+
WOODEN_FIRE_STAFF = "/actions/crafting/wooden_fire_staff",
|
|
471
|
+
WOODEN_NATURE_STAFF = "/actions/crafting/wooden_nature_staff",
|
|
472
|
+
WOODEN_SHIELD = "/actions/crafting/wooden_shield",
|
|
473
|
+
WOODEN_WATER_STAFF = "/actions/crafting/wooden_water_staff",
|
|
474
|
+
ENHANCE = "/actions/enhancing/enhance",
|
|
475
|
+
APPLE = "/actions/foraging/apple",
|
|
476
|
+
ARABICA_COFFEE_BEAN = "/actions/foraging/arabica_coffee_bean",
|
|
477
|
+
ASTEROID_BELT = "/actions/foraging/asteroid_belt",
|
|
478
|
+
BAMBOO_BRANCH = "/actions/foraging/bamboo_branch",
|
|
479
|
+
BLACKBERRY = "/actions/foraging/blackberry",
|
|
480
|
+
BLUEBERRY = "/actions/foraging/blueberry",
|
|
481
|
+
BURBLE_BEACH = "/actions/foraging/burble_beach",
|
|
482
|
+
COCOON = "/actions/foraging/cocoon",
|
|
483
|
+
COTTON = "/actions/foraging/cotton",
|
|
484
|
+
DRAGON_FRUIT = "/actions/foraging/dragon_fruit",
|
|
485
|
+
EGG = "/actions/foraging/egg",
|
|
486
|
+
EXCELSA_COFFEE_BEAN = "/actions/foraging/excelsa_coffee_bean",
|
|
487
|
+
FARMLAND = "/actions/foraging/farmland",
|
|
488
|
+
FIERIOSA_COFFEE_BEAN = "/actions/foraging/fieriosa_coffee_bean",
|
|
489
|
+
FLAX = "/actions/foraging/flax",
|
|
490
|
+
LIBERICA_COFFEE_BEAN = "/actions/foraging/liberica_coffee_bean",
|
|
491
|
+
MARSBERRY = "/actions/foraging/marsberry",
|
|
492
|
+
MISTY_FOREST = "/actions/foraging/misty_forest",
|
|
493
|
+
MOOBERRY = "/actions/foraging/mooberry",
|
|
494
|
+
OLYMPUS_MONS = "/actions/foraging/olympus_mons",
|
|
495
|
+
ORANGE = "/actions/foraging/orange",
|
|
496
|
+
PEACH = "/actions/foraging/peach",
|
|
497
|
+
PLUM = "/actions/foraging/plum",
|
|
498
|
+
RADIANT_FIBER = "/actions/foraging/radiant_fiber",
|
|
499
|
+
ROBUSTA_COFFEE_BEAN = "/actions/foraging/robusta_coffee_bean",
|
|
500
|
+
SHIMMERING_LAKE = "/actions/foraging/shimmering_lake",
|
|
501
|
+
SILLY_COW_VALLEY = "/actions/foraging/silly_cow_valley",
|
|
502
|
+
SPACEBERRY = "/actions/foraging/spaceberry",
|
|
503
|
+
SPACIA_COFFEE_BEAN = "/actions/foraging/spacia_coffee_bean",
|
|
504
|
+
STAR_FRUIT = "/actions/foraging/star_fruit",
|
|
505
|
+
STRAWBERRY = "/actions/foraging/strawberry",
|
|
506
|
+
SUGAR = "/actions/foraging/sugar",
|
|
507
|
+
WHEAT = "/actions/foraging/wheat",
|
|
508
|
+
AZURE_COW = "/actions/milking/azure_cow",
|
|
509
|
+
BURBLE_COW = "/actions/milking/burble_cow",
|
|
510
|
+
COW = "/actions/milking/cow",
|
|
511
|
+
CRIMSON_COW = "/actions/milking/crimson_cow",
|
|
512
|
+
HOLY_COW = "/actions/milking/holy_cow",
|
|
513
|
+
UNICOW = "/actions/milking/unicow",
|
|
514
|
+
VERDANT_COW = "/actions/milking/verdant_cow",
|
|
515
|
+
ACROBATIC_HOOD = "/actions/tailoring/acrobatic_hood",
|
|
516
|
+
ALCHEMISTS_BOTTOMS = "/actions/tailoring/alchemists_bottoms",
|
|
517
|
+
ALCHEMISTS_TOP = "/actions/tailoring/alchemists_top",
|
|
518
|
+
BAMBOO_BOOTS = "/actions/tailoring/bamboo_boots",
|
|
519
|
+
BAMBOO_FABRIC = "/actions/tailoring/bamboo_fabric",
|
|
520
|
+
BAMBOO_GLOVES = "/actions/tailoring/bamboo_gloves",
|
|
521
|
+
BAMBOO_HAT = "/actions/tailoring/bamboo_hat",
|
|
522
|
+
BAMBOO_ROBE_BOTTOMS = "/actions/tailoring/bamboo_robe_bottoms",
|
|
523
|
+
BAMBOO_ROBE_TOP = "/actions/tailoring/bamboo_robe_top",
|
|
524
|
+
BEAST_BOOTS = "/actions/tailoring/beast_boots",
|
|
525
|
+
BEAST_BRACERS = "/actions/tailoring/beast_bracers",
|
|
526
|
+
BEAST_CHAPS = "/actions/tailoring/beast_chaps",
|
|
527
|
+
BEAST_HOOD = "/actions/tailoring/beast_hood",
|
|
528
|
+
BEAST_LEATHER = "/actions/tailoring/beast_leather",
|
|
529
|
+
BEAST_TUNIC = "/actions/tailoring/beast_tunic",
|
|
530
|
+
BREWERS_BOTTOMS = "/actions/tailoring/brewers_bottoms",
|
|
531
|
+
BREWERS_TOP = "/actions/tailoring/brewers_top",
|
|
532
|
+
CENTAUR_BOOTS = "/actions/tailoring/centaur_boots",
|
|
533
|
+
CHEESEMAKERS_BOTTOMS = "/actions/tailoring/cheesemakers_bottoms",
|
|
534
|
+
CHEESEMAKERS_TOP = "/actions/tailoring/cheesemakers_top",
|
|
535
|
+
CHEFS_BOTTOMS = "/actions/tailoring/chefs_bottoms",
|
|
536
|
+
CHEFS_TOP = "/actions/tailoring/chefs_top",
|
|
537
|
+
CHRONO_GLOVES = "/actions/tailoring/chrono_gloves",
|
|
538
|
+
COLLECTORS_BOOTS = "/actions/tailoring/collectors_boots",
|
|
539
|
+
COTTON_BOOTS = "/actions/tailoring/cotton_boots",
|
|
540
|
+
COTTON_FABRIC = "/actions/tailoring/cotton_fabric",
|
|
541
|
+
COTTON_GLOVES = "/actions/tailoring/cotton_gloves",
|
|
542
|
+
COTTON_HAT = "/actions/tailoring/cotton_hat",
|
|
543
|
+
COTTON_ROBE_BOTTOMS = "/actions/tailoring/cotton_robe_bottoms",
|
|
544
|
+
COTTON_ROBE_TOP = "/actions/tailoring/cotton_robe_top",
|
|
545
|
+
CRAFTERS_BOTTOMS = "/actions/tailoring/crafters_bottoms",
|
|
546
|
+
CRAFTERS_TOP = "/actions/tailoring/crafters_top",
|
|
547
|
+
DAIRYHANDS_BOTTOMS = "/actions/tailoring/dairyhands_bottoms",
|
|
548
|
+
DAIRYHANDS_TOP = "/actions/tailoring/dairyhands_top",
|
|
549
|
+
ENCHANTED_GLOVES = "/actions/tailoring/enchanted_gloves",
|
|
550
|
+
ENHANCERS_BOTTOMS = "/actions/tailoring/enhancers_bottoms",
|
|
551
|
+
ENHANCERS_TOP = "/actions/tailoring/enhancers_top",
|
|
552
|
+
FLAMING_ROBE_BOTTOMS = "/actions/tailoring/flaming_robe_bottoms",
|
|
553
|
+
FLAMING_ROBE_TOP = "/actions/tailoring/flaming_robe_top",
|
|
554
|
+
FLUFFY_RED_HAT = "/actions/tailoring/fluffy_red_hat",
|
|
555
|
+
FORAGERS_BOTTOMS = "/actions/tailoring/foragers_bottoms",
|
|
556
|
+
FORAGERS_TOP = "/actions/tailoring/foragers_top",
|
|
557
|
+
GIANT_POUCH = "/actions/tailoring/giant_pouch",
|
|
558
|
+
GLUTTONOUS_POUCH = "/actions/tailoring/gluttonous_pouch",
|
|
559
|
+
GOBO_BOOTS = "/actions/tailoring/gobo_boots",
|
|
560
|
+
GOBO_BRACERS = "/actions/tailoring/gobo_bracers",
|
|
561
|
+
GOBO_CHAPS = "/actions/tailoring/gobo_chaps",
|
|
562
|
+
GOBO_HOOD = "/actions/tailoring/gobo_hood",
|
|
563
|
+
GOBO_LEATHER = "/actions/tailoring/gobo_leather",
|
|
564
|
+
GOBO_TUNIC = "/actions/tailoring/gobo_tunic",
|
|
565
|
+
GRIFFIN_CHAPS = "/actions/tailoring/griffin_chaps",
|
|
566
|
+
GRIFFIN_TUNIC = "/actions/tailoring/griffin_tunic",
|
|
567
|
+
GUZZLING_POUCH = "/actions/tailoring/guzzling_pouch",
|
|
568
|
+
ICY_ROBE_BOTTOMS = "/actions/tailoring/icy_robe_bottoms",
|
|
569
|
+
ICY_ROBE_TOP = "/actions/tailoring/icy_robe_top",
|
|
570
|
+
KRAKEN_CHAPS = "/actions/tailoring/kraken_chaps",
|
|
571
|
+
KRAKEN_TUNIC = "/actions/tailoring/kraken_tunic",
|
|
572
|
+
LARGE_POUCH = "/actions/tailoring/large_pouch",
|
|
573
|
+
LINEN_BOOTS = "/actions/tailoring/linen_boots",
|
|
574
|
+
LINEN_FABRIC = "/actions/tailoring/linen_fabric",
|
|
575
|
+
LINEN_GLOVES = "/actions/tailoring/linen_gloves",
|
|
576
|
+
LINEN_HAT = "/actions/tailoring/linen_hat",
|
|
577
|
+
LINEN_ROBE_BOTTOMS = "/actions/tailoring/linen_robe_bottoms",
|
|
578
|
+
LINEN_ROBE_TOP = "/actions/tailoring/linen_robe_top",
|
|
579
|
+
LUMBERJACKS_BOTTOMS = "/actions/tailoring/lumberjacks_bottoms",
|
|
580
|
+
LUMBERJACKS_TOP = "/actions/tailoring/lumberjacks_top",
|
|
581
|
+
LUNA_ROBE_BOTTOMS = "/actions/tailoring/luna_robe_bottoms",
|
|
582
|
+
LUNA_ROBE_TOP = "/actions/tailoring/luna_robe_top",
|
|
583
|
+
MAGICIANS_HAT = "/actions/tailoring/magicians_hat",
|
|
584
|
+
MARINE_CHAPS = "/actions/tailoring/marine_chaps",
|
|
585
|
+
MARINE_TUNIC = "/actions/tailoring/marine_tunic",
|
|
586
|
+
MARKSMAN_BRACERS = "/actions/tailoring/marksman_bracers",
|
|
587
|
+
MEDIUM_POUCH = "/actions/tailoring/medium_pouch",
|
|
588
|
+
RADIANT_BOOTS = "/actions/tailoring/radiant_boots",
|
|
589
|
+
RADIANT_FABRIC = "/actions/tailoring/radiant_fabric",
|
|
590
|
+
RADIANT_GLOVES = "/actions/tailoring/radiant_gloves",
|
|
591
|
+
RADIANT_HAT = "/actions/tailoring/radiant_hat",
|
|
592
|
+
RADIANT_ROBE_BOTTOMS = "/actions/tailoring/radiant_robe_bottoms",
|
|
593
|
+
RADIANT_ROBE_TOP = "/actions/tailoring/radiant_robe_top",
|
|
594
|
+
RED_CULINARY_HAT = "/actions/tailoring/red_culinary_hat",
|
|
595
|
+
REPTILE_BOOTS = "/actions/tailoring/reptile_boots",
|
|
596
|
+
REPTILE_BRACERS = "/actions/tailoring/reptile_bracers",
|
|
597
|
+
REPTILE_CHAPS = "/actions/tailoring/reptile_chaps",
|
|
598
|
+
REPTILE_HOOD = "/actions/tailoring/reptile_hood",
|
|
599
|
+
REPTILE_LEATHER = "/actions/tailoring/reptile_leather",
|
|
600
|
+
REPTILE_TUNIC = "/actions/tailoring/reptile_tunic",
|
|
601
|
+
REVENANT_CHAPS = "/actions/tailoring/revenant_chaps",
|
|
602
|
+
REVENANT_TUNIC = "/actions/tailoring/revenant_tunic",
|
|
603
|
+
ROUGH_BOOTS = "/actions/tailoring/rough_boots",
|
|
604
|
+
ROUGH_BRACERS = "/actions/tailoring/rough_bracers",
|
|
605
|
+
ROUGH_CHAPS = "/actions/tailoring/rough_chaps",
|
|
606
|
+
ROUGH_HOOD = "/actions/tailoring/rough_hood",
|
|
607
|
+
ROUGH_LEATHER = "/actions/tailoring/rough_leather",
|
|
608
|
+
ROUGH_TUNIC = "/actions/tailoring/rough_tunic",
|
|
609
|
+
ROYAL_FIRE_ROBE_BOTTOMS = "/actions/tailoring/royal_fire_robe_bottoms",
|
|
610
|
+
ROYAL_FIRE_ROBE_TOP = "/actions/tailoring/royal_fire_robe_top",
|
|
611
|
+
ROYAL_NATURE_ROBE_BOTTOMS = "/actions/tailoring/royal_nature_robe_bottoms",
|
|
612
|
+
ROYAL_NATURE_ROBE_TOP = "/actions/tailoring/royal_nature_robe_top",
|
|
613
|
+
ROYAL_WATER_ROBE_BOTTOMS = "/actions/tailoring/royal_water_robe_bottoms",
|
|
614
|
+
ROYAL_WATER_ROBE_TOP = "/actions/tailoring/royal_water_robe_top",
|
|
615
|
+
SHOEBILL_SHOES = "/actions/tailoring/shoebill_shoes",
|
|
616
|
+
SIGHTED_BRACERS = "/actions/tailoring/sighted_bracers",
|
|
617
|
+
SILK_BOOTS = "/actions/tailoring/silk_boots",
|
|
618
|
+
SILK_FABRIC = "/actions/tailoring/silk_fabric",
|
|
619
|
+
SILK_GLOVES = "/actions/tailoring/silk_gloves",
|
|
620
|
+
SILK_HAT = "/actions/tailoring/silk_hat",
|
|
621
|
+
SILK_ROBE_BOTTOMS = "/actions/tailoring/silk_robe_bottoms",
|
|
622
|
+
SILK_ROBE_TOP = "/actions/tailoring/silk_robe_top",
|
|
623
|
+
SMALL_POUCH = "/actions/tailoring/small_pouch",
|
|
624
|
+
SORCERER_BOOTS = "/actions/tailoring/sorcerer_boots",
|
|
625
|
+
TAILORS_BOTTOMS = "/actions/tailoring/tailors_bottoms",
|
|
626
|
+
TAILORS_TOP = "/actions/tailoring/tailors_top",
|
|
627
|
+
UMBRAL_BOOTS = "/actions/tailoring/umbral_boots",
|
|
628
|
+
UMBRAL_BRACERS = "/actions/tailoring/umbral_bracers",
|
|
629
|
+
UMBRAL_CHAPS = "/actions/tailoring/umbral_chaps",
|
|
630
|
+
UMBRAL_HOOD = "/actions/tailoring/umbral_hood",
|
|
631
|
+
UMBRAL_LEATHER = "/actions/tailoring/umbral_leather",
|
|
632
|
+
UMBRAL_TUNIC = "/actions/tailoring/umbral_tunic",
|
|
633
|
+
ARCANE_TREE = "/actions/woodcutting/arcane_tree",
|
|
634
|
+
BIRCH_TREE = "/actions/woodcutting/birch_tree",
|
|
635
|
+
CEDAR_TREE = "/actions/woodcutting/cedar_tree",
|
|
636
|
+
GINKGO_TREE = "/actions/woodcutting/ginkgo_tree",
|
|
637
|
+
PURPLEHEART_TREE = "/actions/woodcutting/purpleheart_tree",
|
|
638
|
+
REDWOOD_TREE = "/actions/woodcutting/redwood_tree",
|
|
639
|
+
TREE = "/actions/woodcutting/tree"
|
|
640
|
+
}
|
|
641
|
+
export declare const ACTION_HRIDS: {
|
|
642
|
+
readonly COINIFY: "/actions/alchemy/coinify";
|
|
643
|
+
readonly DECOMPOSE: "/actions/alchemy/decompose";
|
|
644
|
+
readonly TRANSMUTE: "/actions/alchemy/transmute";
|
|
645
|
+
readonly ALCHEMY_TEA: "/actions/brewing/alchemy_tea";
|
|
646
|
+
readonly ARTISAN_TEA: "/actions/brewing/artisan_tea";
|
|
647
|
+
readonly ATTACK_COFFEE: "/actions/brewing/attack_coffee";
|
|
648
|
+
readonly BLESSED_TEA: "/actions/brewing/blessed_tea";
|
|
649
|
+
readonly BREWING_TEA: "/actions/brewing/brewing_tea";
|
|
650
|
+
readonly CATALYTIC_TEA: "/actions/brewing/catalytic_tea";
|
|
651
|
+
readonly CHANNELING_COFFEE: "/actions/brewing/channeling_coffee";
|
|
652
|
+
readonly CHEESESMITHING_TEA: "/actions/brewing/cheesesmithing_tea";
|
|
653
|
+
readonly COOKING_TEA: "/actions/brewing/cooking_tea";
|
|
654
|
+
readonly CRAFTING_TEA: "/actions/brewing/crafting_tea";
|
|
655
|
+
readonly CRITICAL_COFFEE: "/actions/brewing/critical_coffee";
|
|
656
|
+
readonly DEFENSE_COFFEE: "/actions/brewing/defense_coffee";
|
|
657
|
+
readonly EFFICIENCY_TEA: "/actions/brewing/efficiency_tea";
|
|
658
|
+
readonly ENHANCING_TEA: "/actions/brewing/enhancing_tea";
|
|
659
|
+
readonly FORAGING_TEA: "/actions/brewing/foraging_tea";
|
|
660
|
+
readonly GATHERING_TEA: "/actions/brewing/gathering_tea";
|
|
661
|
+
readonly GOURMET_TEA: "/actions/brewing/gourmet_tea";
|
|
662
|
+
readonly INTELLIGENCE_COFFEE: "/actions/brewing/intelligence_coffee";
|
|
663
|
+
readonly LUCKY_COFFEE: "/actions/brewing/lucky_coffee";
|
|
664
|
+
readonly MAGIC_COFFEE: "/actions/brewing/magic_coffee";
|
|
665
|
+
readonly MILKING_TEA: "/actions/brewing/milking_tea";
|
|
666
|
+
readonly POWER_COFFEE: "/actions/brewing/power_coffee";
|
|
667
|
+
readonly PROCESSING_TEA: "/actions/brewing/processing_tea";
|
|
668
|
+
readonly RANGED_COFFEE: "/actions/brewing/ranged_coffee";
|
|
669
|
+
readonly STAMINA_COFFEE: "/actions/brewing/stamina_coffee";
|
|
670
|
+
readonly SUPER_ALCHEMY_TEA: "/actions/brewing/super_alchemy_tea";
|
|
671
|
+
readonly SUPER_ATTACK_COFFEE: "/actions/brewing/super_attack_coffee";
|
|
672
|
+
readonly SUPER_BREWING_TEA: "/actions/brewing/super_brewing_tea";
|
|
673
|
+
readonly SUPER_CHEESESMITHING_TEA: "/actions/brewing/super_cheesesmithing_tea";
|
|
674
|
+
readonly SUPER_COOKING_TEA: "/actions/brewing/super_cooking_tea";
|
|
675
|
+
readonly SUPER_CRAFTING_TEA: "/actions/brewing/super_crafting_tea";
|
|
676
|
+
readonly SUPER_DEFENSE_COFFEE: "/actions/brewing/super_defense_coffee";
|
|
677
|
+
readonly SUPER_ENHANCING_TEA: "/actions/brewing/super_enhancing_tea";
|
|
678
|
+
readonly SUPER_FORAGING_TEA: "/actions/brewing/super_foraging_tea";
|
|
679
|
+
readonly SUPER_INTELLIGENCE_COFFEE: "/actions/brewing/super_intelligence_coffee";
|
|
680
|
+
readonly SUPER_MAGIC_COFFEE: "/actions/brewing/super_magic_coffee";
|
|
681
|
+
readonly SUPER_MILKING_TEA: "/actions/brewing/super_milking_tea";
|
|
682
|
+
readonly SUPER_POWER_COFFEE: "/actions/brewing/super_power_coffee";
|
|
683
|
+
readonly SUPER_RANGED_COFFEE: "/actions/brewing/super_ranged_coffee";
|
|
684
|
+
readonly SUPER_STAMINA_COFFEE: "/actions/brewing/super_stamina_coffee";
|
|
685
|
+
readonly SUPER_TAILORING_TEA: "/actions/brewing/super_tailoring_tea";
|
|
686
|
+
readonly SUPER_WOODCUTTING_TEA: "/actions/brewing/super_woodcutting_tea";
|
|
687
|
+
readonly SWIFTNESS_COFFEE: "/actions/brewing/swiftness_coffee";
|
|
688
|
+
readonly TAILORING_TEA: "/actions/brewing/tailoring_tea";
|
|
689
|
+
readonly ULTRA_ALCHEMY_TEA: "/actions/brewing/ultra_alchemy_tea";
|
|
690
|
+
readonly ULTRA_ATTACK_COFFEE: "/actions/brewing/ultra_attack_coffee";
|
|
691
|
+
readonly ULTRA_BREWING_TEA: "/actions/brewing/ultra_brewing_tea";
|
|
692
|
+
readonly ULTRA_CHEESESMITHING_TEA: "/actions/brewing/ultra_cheesesmithing_tea";
|
|
693
|
+
readonly ULTRA_COOKING_TEA: "/actions/brewing/ultra_cooking_tea";
|
|
694
|
+
readonly ULTRA_CRAFTING_TEA: "/actions/brewing/ultra_crafting_tea";
|
|
695
|
+
readonly ULTRA_DEFENSE_COFFEE: "/actions/brewing/ultra_defense_coffee";
|
|
696
|
+
readonly ULTRA_ENHANCING_TEA: "/actions/brewing/ultra_enhancing_tea";
|
|
697
|
+
readonly ULTRA_FORAGING_TEA: "/actions/brewing/ultra_foraging_tea";
|
|
698
|
+
readonly ULTRA_INTELLIGENCE_COFFEE: "/actions/brewing/ultra_intelligence_coffee";
|
|
699
|
+
readonly ULTRA_MAGIC_COFFEE: "/actions/brewing/ultra_magic_coffee";
|
|
700
|
+
readonly ULTRA_MILKING_TEA: "/actions/brewing/ultra_milking_tea";
|
|
701
|
+
readonly ULTRA_POWER_COFFEE: "/actions/brewing/ultra_power_coffee";
|
|
702
|
+
readonly ULTRA_RANGED_COFFEE: "/actions/brewing/ultra_ranged_coffee";
|
|
703
|
+
readonly ULTRA_STAMINA_COFFEE: "/actions/brewing/ultra_stamina_coffee";
|
|
704
|
+
readonly ULTRA_TAILORING_TEA: "/actions/brewing/ultra_tailoring_tea";
|
|
705
|
+
readonly ULTRA_WOODCUTTING_TEA: "/actions/brewing/ultra_woodcutting_tea";
|
|
706
|
+
readonly WISDOM_COFFEE: "/actions/brewing/wisdom_coffee";
|
|
707
|
+
readonly WISDOM_TEA: "/actions/brewing/wisdom_tea";
|
|
708
|
+
readonly WOODCUTTING_TEA: "/actions/brewing/woodcutting_tea";
|
|
709
|
+
readonly ANCHORBOUND_PLATE_BODY: "/actions/cheesesmithing/anchorbound_plate_body";
|
|
710
|
+
readonly ANCHORBOUND_PLATE_LEGS: "/actions/cheesesmithing/anchorbound_plate_legs";
|
|
711
|
+
readonly AZURE_ALEMBIC: "/actions/cheesesmithing/azure_alembic";
|
|
712
|
+
readonly AZURE_BOOTS: "/actions/cheesesmithing/azure_boots";
|
|
713
|
+
readonly AZURE_BRUSH: "/actions/cheesesmithing/azure_brush";
|
|
714
|
+
readonly AZURE_BUCKLER: "/actions/cheesesmithing/azure_buckler";
|
|
715
|
+
readonly AZURE_BULWARK: "/actions/cheesesmithing/azure_bulwark";
|
|
716
|
+
readonly AZURE_CHEESE: "/actions/cheesesmithing/azure_cheese";
|
|
717
|
+
readonly AZURE_CHISEL: "/actions/cheesesmithing/azure_chisel";
|
|
718
|
+
readonly AZURE_ENHANCER: "/actions/cheesesmithing/azure_enhancer";
|
|
719
|
+
readonly AZURE_GAUNTLETS: "/actions/cheesesmithing/azure_gauntlets";
|
|
720
|
+
readonly AZURE_HAMMER: "/actions/cheesesmithing/azure_hammer";
|
|
721
|
+
readonly AZURE_HATCHET: "/actions/cheesesmithing/azure_hatchet";
|
|
722
|
+
readonly AZURE_HELMET: "/actions/cheesesmithing/azure_helmet";
|
|
723
|
+
readonly AZURE_MACE: "/actions/cheesesmithing/azure_mace";
|
|
724
|
+
readonly AZURE_NEEDLE: "/actions/cheesesmithing/azure_needle";
|
|
725
|
+
readonly AZURE_PLATE_BODY: "/actions/cheesesmithing/azure_plate_body";
|
|
726
|
+
readonly AZURE_PLATE_LEGS: "/actions/cheesesmithing/azure_plate_legs";
|
|
727
|
+
readonly AZURE_POT: "/actions/cheesesmithing/azure_pot";
|
|
728
|
+
readonly AZURE_SHEARS: "/actions/cheesesmithing/azure_shears";
|
|
729
|
+
readonly AZURE_SPATULA: "/actions/cheesesmithing/azure_spatula";
|
|
730
|
+
readonly AZURE_SPEAR: "/actions/cheesesmithing/azure_spear";
|
|
731
|
+
readonly AZURE_SWORD: "/actions/cheesesmithing/azure_sword";
|
|
732
|
+
readonly BLACK_BEAR_SHOES: "/actions/cheesesmithing/black_bear_shoes";
|
|
733
|
+
readonly BURBLE_ALEMBIC: "/actions/cheesesmithing/burble_alembic";
|
|
734
|
+
readonly BURBLE_BOOTS: "/actions/cheesesmithing/burble_boots";
|
|
735
|
+
readonly BURBLE_BRUSH: "/actions/cheesesmithing/burble_brush";
|
|
736
|
+
readonly BURBLE_BUCKLER: "/actions/cheesesmithing/burble_buckler";
|
|
737
|
+
readonly BURBLE_BULWARK: "/actions/cheesesmithing/burble_bulwark";
|
|
738
|
+
readonly BURBLE_CHEESE: "/actions/cheesesmithing/burble_cheese";
|
|
739
|
+
readonly BURBLE_CHISEL: "/actions/cheesesmithing/burble_chisel";
|
|
740
|
+
readonly BURBLE_ENHANCER: "/actions/cheesesmithing/burble_enhancer";
|
|
741
|
+
readonly BURBLE_GAUNTLETS: "/actions/cheesesmithing/burble_gauntlets";
|
|
742
|
+
readonly BURBLE_HAMMER: "/actions/cheesesmithing/burble_hammer";
|
|
743
|
+
readonly BURBLE_HATCHET: "/actions/cheesesmithing/burble_hatchet";
|
|
744
|
+
readonly BURBLE_HELMET: "/actions/cheesesmithing/burble_helmet";
|
|
745
|
+
readonly BURBLE_MACE: "/actions/cheesesmithing/burble_mace";
|
|
746
|
+
readonly BURBLE_NEEDLE: "/actions/cheesesmithing/burble_needle";
|
|
747
|
+
readonly BURBLE_PLATE_BODY: "/actions/cheesesmithing/burble_plate_body";
|
|
748
|
+
readonly BURBLE_PLATE_LEGS: "/actions/cheesesmithing/burble_plate_legs";
|
|
749
|
+
readonly BURBLE_POT: "/actions/cheesesmithing/burble_pot";
|
|
750
|
+
readonly BURBLE_SHEARS: "/actions/cheesesmithing/burble_shears";
|
|
751
|
+
readonly BURBLE_SPATULA: "/actions/cheesesmithing/burble_spatula";
|
|
752
|
+
readonly BURBLE_SPEAR: "/actions/cheesesmithing/burble_spear";
|
|
753
|
+
readonly BURBLE_SWORD: "/actions/cheesesmithing/burble_sword";
|
|
754
|
+
readonly CELESTIAL_ALEMBIC: "/actions/cheesesmithing/celestial_alembic";
|
|
755
|
+
readonly CELESTIAL_BRUSH: "/actions/cheesesmithing/celestial_brush";
|
|
756
|
+
readonly CELESTIAL_CHISEL: "/actions/cheesesmithing/celestial_chisel";
|
|
757
|
+
readonly CELESTIAL_ENHANCER: "/actions/cheesesmithing/celestial_enhancer";
|
|
758
|
+
readonly CELESTIAL_HAMMER: "/actions/cheesesmithing/celestial_hammer";
|
|
759
|
+
readonly CELESTIAL_HATCHET: "/actions/cheesesmithing/celestial_hatchet";
|
|
760
|
+
readonly CELESTIAL_NEEDLE: "/actions/cheesesmithing/celestial_needle";
|
|
761
|
+
readonly CELESTIAL_POT: "/actions/cheesesmithing/celestial_pot";
|
|
762
|
+
readonly CELESTIAL_SHEARS: "/actions/cheesesmithing/celestial_shears";
|
|
763
|
+
readonly CELESTIAL_SPATULA: "/actions/cheesesmithing/celestial_spatula";
|
|
764
|
+
readonly CHAOTIC_FLAIL: "/actions/cheesesmithing/chaotic_flail";
|
|
765
|
+
readonly CHEESE: "/actions/cheesesmithing/cheese";
|
|
766
|
+
readonly CHEESE_ALEMBIC: "/actions/cheesesmithing/cheese_alembic";
|
|
767
|
+
readonly CHEESE_BOOTS: "/actions/cheesesmithing/cheese_boots";
|
|
768
|
+
readonly CHEESE_BRUSH: "/actions/cheesesmithing/cheese_brush";
|
|
769
|
+
readonly CHEESE_BUCKLER: "/actions/cheesesmithing/cheese_buckler";
|
|
770
|
+
readonly CHEESE_BULWARK: "/actions/cheesesmithing/cheese_bulwark";
|
|
771
|
+
readonly CHEESE_CHISEL: "/actions/cheesesmithing/cheese_chisel";
|
|
772
|
+
readonly CHEESE_ENHANCER: "/actions/cheesesmithing/cheese_enhancer";
|
|
773
|
+
readonly CHEESE_GAUNTLETS: "/actions/cheesesmithing/cheese_gauntlets";
|
|
774
|
+
readonly CHEESE_HAMMER: "/actions/cheesesmithing/cheese_hammer";
|
|
775
|
+
readonly CHEESE_HATCHET: "/actions/cheesesmithing/cheese_hatchet";
|
|
776
|
+
readonly CHEESE_HELMET: "/actions/cheesesmithing/cheese_helmet";
|
|
777
|
+
readonly CHEESE_MACE: "/actions/cheesesmithing/cheese_mace";
|
|
778
|
+
readonly CHEESE_NEEDLE: "/actions/cheesesmithing/cheese_needle";
|
|
779
|
+
readonly CHEESE_PLATE_BODY: "/actions/cheesesmithing/cheese_plate_body";
|
|
780
|
+
readonly CHEESE_PLATE_LEGS: "/actions/cheesesmithing/cheese_plate_legs";
|
|
781
|
+
readonly CHEESE_POT: "/actions/cheesesmithing/cheese_pot";
|
|
782
|
+
readonly CHEESE_SHEARS: "/actions/cheesesmithing/cheese_shears";
|
|
783
|
+
readonly CHEESE_SPATULA: "/actions/cheesesmithing/cheese_spatula";
|
|
784
|
+
readonly CHEESE_SPEAR: "/actions/cheesesmithing/cheese_spear";
|
|
785
|
+
readonly CHEESE_SWORD: "/actions/cheesesmithing/cheese_sword";
|
|
786
|
+
readonly COLOSSUS_PLATE_BODY: "/actions/cheesesmithing/colossus_plate_body";
|
|
787
|
+
readonly COLOSSUS_PLATE_LEGS: "/actions/cheesesmithing/colossus_plate_legs";
|
|
788
|
+
readonly CORSAIR_HELMET: "/actions/cheesesmithing/corsair_helmet";
|
|
789
|
+
readonly CRIMSON_ALEMBIC: "/actions/cheesesmithing/crimson_alembic";
|
|
790
|
+
readonly CRIMSON_BOOTS: "/actions/cheesesmithing/crimson_boots";
|
|
791
|
+
readonly CRIMSON_BRUSH: "/actions/cheesesmithing/crimson_brush";
|
|
792
|
+
readonly CRIMSON_BUCKLER: "/actions/cheesesmithing/crimson_buckler";
|
|
793
|
+
readonly CRIMSON_BULWARK: "/actions/cheesesmithing/crimson_bulwark";
|
|
794
|
+
readonly CRIMSON_CHEESE: "/actions/cheesesmithing/crimson_cheese";
|
|
795
|
+
readonly CRIMSON_CHISEL: "/actions/cheesesmithing/crimson_chisel";
|
|
796
|
+
readonly CRIMSON_ENHANCER: "/actions/cheesesmithing/crimson_enhancer";
|
|
797
|
+
readonly CRIMSON_GAUNTLETS: "/actions/cheesesmithing/crimson_gauntlets";
|
|
798
|
+
readonly CRIMSON_HAMMER: "/actions/cheesesmithing/crimson_hammer";
|
|
799
|
+
readonly CRIMSON_HATCHET: "/actions/cheesesmithing/crimson_hatchet";
|
|
800
|
+
readonly CRIMSON_HELMET: "/actions/cheesesmithing/crimson_helmet";
|
|
801
|
+
readonly CRIMSON_MACE: "/actions/cheesesmithing/crimson_mace";
|
|
802
|
+
readonly CRIMSON_NEEDLE: "/actions/cheesesmithing/crimson_needle";
|
|
803
|
+
readonly CRIMSON_PLATE_BODY: "/actions/cheesesmithing/crimson_plate_body";
|
|
804
|
+
readonly CRIMSON_PLATE_LEGS: "/actions/cheesesmithing/crimson_plate_legs";
|
|
805
|
+
readonly CRIMSON_POT: "/actions/cheesesmithing/crimson_pot";
|
|
806
|
+
readonly CRIMSON_SHEARS: "/actions/cheesesmithing/crimson_shears";
|
|
807
|
+
readonly CRIMSON_SPATULA: "/actions/cheesesmithing/crimson_spatula";
|
|
808
|
+
readonly CRIMSON_SPEAR: "/actions/cheesesmithing/crimson_spear";
|
|
809
|
+
readonly CRIMSON_SWORD: "/actions/cheesesmithing/crimson_sword";
|
|
810
|
+
readonly DEMONIC_PLATE_BODY: "/actions/cheesesmithing/demonic_plate_body";
|
|
811
|
+
readonly DEMONIC_PLATE_LEGS: "/actions/cheesesmithing/demonic_plate_legs";
|
|
812
|
+
readonly DODOCAMEL_GAUNTLETS: "/actions/cheesesmithing/dodocamel_gauntlets";
|
|
813
|
+
readonly FURIOUS_SPEAR: "/actions/cheesesmithing/furious_spear";
|
|
814
|
+
readonly GRANITE_BLUDGEON: "/actions/cheesesmithing/granite_bludgeon";
|
|
815
|
+
readonly GRIFFIN_BULWARK: "/actions/cheesesmithing/griffin_bulwark";
|
|
816
|
+
readonly GRIZZLY_BEAR_SHOES: "/actions/cheesesmithing/grizzly_bear_shoes";
|
|
817
|
+
readonly HOLY_ALEMBIC: "/actions/cheesesmithing/holy_alembic";
|
|
818
|
+
readonly HOLY_BOOTS: "/actions/cheesesmithing/holy_boots";
|
|
819
|
+
readonly HOLY_BRUSH: "/actions/cheesesmithing/holy_brush";
|
|
820
|
+
readonly HOLY_BUCKLER: "/actions/cheesesmithing/holy_buckler";
|
|
821
|
+
readonly HOLY_BULWARK: "/actions/cheesesmithing/holy_bulwark";
|
|
822
|
+
readonly HOLY_CHEESE: "/actions/cheesesmithing/holy_cheese";
|
|
823
|
+
readonly HOLY_CHISEL: "/actions/cheesesmithing/holy_chisel";
|
|
824
|
+
readonly HOLY_ENHANCER: "/actions/cheesesmithing/holy_enhancer";
|
|
825
|
+
readonly HOLY_GAUNTLETS: "/actions/cheesesmithing/holy_gauntlets";
|
|
826
|
+
readonly HOLY_HAMMER: "/actions/cheesesmithing/holy_hammer";
|
|
827
|
+
readonly HOLY_HATCHET: "/actions/cheesesmithing/holy_hatchet";
|
|
828
|
+
readonly HOLY_HELMET: "/actions/cheesesmithing/holy_helmet";
|
|
829
|
+
readonly HOLY_MACE: "/actions/cheesesmithing/holy_mace";
|
|
830
|
+
readonly HOLY_NEEDLE: "/actions/cheesesmithing/holy_needle";
|
|
831
|
+
readonly HOLY_PLATE_BODY: "/actions/cheesesmithing/holy_plate_body";
|
|
832
|
+
readonly HOLY_PLATE_LEGS: "/actions/cheesesmithing/holy_plate_legs";
|
|
833
|
+
readonly HOLY_POT: "/actions/cheesesmithing/holy_pot";
|
|
834
|
+
readonly HOLY_SHEARS: "/actions/cheesesmithing/holy_shears";
|
|
835
|
+
readonly HOLY_SPATULA: "/actions/cheesesmithing/holy_spatula";
|
|
836
|
+
readonly HOLY_SPEAR: "/actions/cheesesmithing/holy_spear";
|
|
837
|
+
readonly HOLY_SWORD: "/actions/cheesesmithing/holy_sword";
|
|
838
|
+
readonly KNIGHTS_AEGIS: "/actions/cheesesmithing/knights_aegis";
|
|
839
|
+
readonly MAELSTROM_PLATE_BODY: "/actions/cheesesmithing/maelstrom_plate_body";
|
|
840
|
+
readonly MAELSTROM_PLATE_LEGS: "/actions/cheesesmithing/maelstrom_plate_legs";
|
|
841
|
+
readonly MAGNETIC_GLOVES: "/actions/cheesesmithing/magnetic_gloves";
|
|
842
|
+
readonly PANDA_GLOVES: "/actions/cheesesmithing/panda_gloves";
|
|
843
|
+
readonly PINCER_GLOVES: "/actions/cheesesmithing/pincer_gloves";
|
|
844
|
+
readonly POLAR_BEAR_SHOES: "/actions/cheesesmithing/polar_bear_shoes";
|
|
845
|
+
readonly RAINBOW_ALEMBIC: "/actions/cheesesmithing/rainbow_alembic";
|
|
846
|
+
readonly RAINBOW_BOOTS: "/actions/cheesesmithing/rainbow_boots";
|
|
847
|
+
readonly RAINBOW_BRUSH: "/actions/cheesesmithing/rainbow_brush";
|
|
848
|
+
readonly RAINBOW_BUCKLER: "/actions/cheesesmithing/rainbow_buckler";
|
|
849
|
+
readonly RAINBOW_BULWARK: "/actions/cheesesmithing/rainbow_bulwark";
|
|
850
|
+
readonly RAINBOW_CHEESE: "/actions/cheesesmithing/rainbow_cheese";
|
|
851
|
+
readonly RAINBOW_CHISEL: "/actions/cheesesmithing/rainbow_chisel";
|
|
852
|
+
readonly RAINBOW_ENHANCER: "/actions/cheesesmithing/rainbow_enhancer";
|
|
853
|
+
readonly RAINBOW_GAUNTLETS: "/actions/cheesesmithing/rainbow_gauntlets";
|
|
854
|
+
readonly RAINBOW_HAMMER: "/actions/cheesesmithing/rainbow_hammer";
|
|
855
|
+
readonly RAINBOW_HATCHET: "/actions/cheesesmithing/rainbow_hatchet";
|
|
856
|
+
readonly RAINBOW_HELMET: "/actions/cheesesmithing/rainbow_helmet";
|
|
857
|
+
readonly RAINBOW_MACE: "/actions/cheesesmithing/rainbow_mace";
|
|
858
|
+
readonly RAINBOW_NEEDLE: "/actions/cheesesmithing/rainbow_needle";
|
|
859
|
+
readonly RAINBOW_PLATE_BODY: "/actions/cheesesmithing/rainbow_plate_body";
|
|
860
|
+
readonly RAINBOW_PLATE_LEGS: "/actions/cheesesmithing/rainbow_plate_legs";
|
|
861
|
+
readonly RAINBOW_POT: "/actions/cheesesmithing/rainbow_pot";
|
|
862
|
+
readonly RAINBOW_SHEARS: "/actions/cheesesmithing/rainbow_shears";
|
|
863
|
+
readonly RAINBOW_SPATULA: "/actions/cheesesmithing/rainbow_spatula";
|
|
864
|
+
readonly RAINBOW_SPEAR: "/actions/cheesesmithing/rainbow_spear";
|
|
865
|
+
readonly RAINBOW_SWORD: "/actions/cheesesmithing/rainbow_sword";
|
|
866
|
+
readonly REGAL_SWORD: "/actions/cheesesmithing/regal_sword";
|
|
867
|
+
readonly SNAIL_SHELL_HELMET: "/actions/cheesesmithing/snail_shell_helmet";
|
|
868
|
+
readonly SNAKE_FANG_DIRK: "/actions/cheesesmithing/snake_fang_dirk";
|
|
869
|
+
readonly SPIKED_BULWARK: "/actions/cheesesmithing/spiked_bulwark";
|
|
870
|
+
readonly STALACTITE_SPEAR: "/actions/cheesesmithing/stalactite_spear";
|
|
871
|
+
readonly TURTLE_SHELL_BODY: "/actions/cheesesmithing/turtle_shell_body";
|
|
872
|
+
readonly TURTLE_SHELL_LEGS: "/actions/cheesesmithing/turtle_shell_legs";
|
|
873
|
+
readonly VAMPIRE_FANG_DIRK: "/actions/cheesesmithing/vampire_fang_dirk";
|
|
874
|
+
readonly VERDANT_ALEMBIC: "/actions/cheesesmithing/verdant_alembic";
|
|
875
|
+
readonly VERDANT_BOOTS: "/actions/cheesesmithing/verdant_boots";
|
|
876
|
+
readonly VERDANT_BRUSH: "/actions/cheesesmithing/verdant_brush";
|
|
877
|
+
readonly VERDANT_BUCKLER: "/actions/cheesesmithing/verdant_buckler";
|
|
878
|
+
readonly VERDANT_BULWARK: "/actions/cheesesmithing/verdant_bulwark";
|
|
879
|
+
readonly VERDANT_CHEESE: "/actions/cheesesmithing/verdant_cheese";
|
|
880
|
+
readonly VERDANT_CHISEL: "/actions/cheesesmithing/verdant_chisel";
|
|
881
|
+
readonly VERDANT_ENHANCER: "/actions/cheesesmithing/verdant_enhancer";
|
|
882
|
+
readonly VERDANT_GAUNTLETS: "/actions/cheesesmithing/verdant_gauntlets";
|
|
883
|
+
readonly VERDANT_HAMMER: "/actions/cheesesmithing/verdant_hammer";
|
|
884
|
+
readonly VERDANT_HATCHET: "/actions/cheesesmithing/verdant_hatchet";
|
|
885
|
+
readonly VERDANT_HELMET: "/actions/cheesesmithing/verdant_helmet";
|
|
886
|
+
readonly VERDANT_MACE: "/actions/cheesesmithing/verdant_mace";
|
|
887
|
+
readonly VERDANT_NEEDLE: "/actions/cheesesmithing/verdant_needle";
|
|
888
|
+
readonly VERDANT_PLATE_BODY: "/actions/cheesesmithing/verdant_plate_body";
|
|
889
|
+
readonly VERDANT_PLATE_LEGS: "/actions/cheesesmithing/verdant_plate_legs";
|
|
890
|
+
readonly VERDANT_POT: "/actions/cheesesmithing/verdant_pot";
|
|
891
|
+
readonly VERDANT_SHEARS: "/actions/cheesesmithing/verdant_shears";
|
|
892
|
+
readonly VERDANT_SPATULA: "/actions/cheesesmithing/verdant_spatula";
|
|
893
|
+
readonly VERDANT_SPEAR: "/actions/cheesesmithing/verdant_spear";
|
|
894
|
+
readonly VERDANT_SWORD: "/actions/cheesesmithing/verdant_sword";
|
|
895
|
+
readonly VISION_HELMET: "/actions/cheesesmithing/vision_helmet";
|
|
896
|
+
readonly VISION_SHIELD: "/actions/cheesesmithing/vision_shield";
|
|
897
|
+
readonly WEREWOLF_SLASHER: "/actions/cheesesmithing/werewolf_slasher";
|
|
898
|
+
readonly ABYSSAL_IMP: "/actions/combat/abyssal_imp";
|
|
899
|
+
readonly ALLIGATOR: "/actions/combat/alligator";
|
|
900
|
+
readonly AQUA_PLANET: "/actions/combat/aqua_planet";
|
|
901
|
+
readonly AQUA_PLANET_ELITE: "/actions/combat/aqua_planet_elite";
|
|
902
|
+
readonly AQUAHORSE: "/actions/combat/aquahorse";
|
|
903
|
+
readonly BEAR_WITH_IT: "/actions/combat/bear_with_it";
|
|
904
|
+
readonly BEAR_WITH_IT_ELITE: "/actions/combat/bear_with_it_elite";
|
|
905
|
+
readonly BLACK_BEAR: "/actions/combat/black_bear";
|
|
906
|
+
readonly CENTAUR_ARCHER: "/actions/combat/centaur_archer";
|
|
907
|
+
readonly CHIMERICAL_DEN: "/actions/combat/chimerical_den";
|
|
908
|
+
readonly CRAB: "/actions/combat/crab";
|
|
909
|
+
readonly ELEMENTALIST: "/actions/combat/elementalist";
|
|
910
|
+
readonly ENCHANTED_FORTRESS: "/actions/combat/enchanted_fortress";
|
|
911
|
+
readonly EYE: "/actions/combat/eye";
|
|
912
|
+
readonly EYES: "/actions/combat/eyes";
|
|
913
|
+
readonly FLAME_SORCERER: "/actions/combat/flame_sorcerer";
|
|
914
|
+
readonly FLY: "/actions/combat/fly";
|
|
915
|
+
readonly FROG: "/actions/combat/frog";
|
|
916
|
+
readonly GOBO_BOOMY: "/actions/combat/gobo_boomy";
|
|
917
|
+
readonly GOBO_PLANET: "/actions/combat/gobo_planet";
|
|
918
|
+
readonly GOBO_PLANET_ELITE: "/actions/combat/gobo_planet_elite";
|
|
919
|
+
readonly GOBO_SHOOTY: "/actions/combat/gobo_shooty";
|
|
920
|
+
readonly GOBO_SLASHY: "/actions/combat/gobo_slashy";
|
|
921
|
+
readonly GOBO_SMASHY: "/actions/combat/gobo_smashy";
|
|
922
|
+
readonly GOBO_STABBY: "/actions/combat/gobo_stabby";
|
|
923
|
+
readonly GOLEM_CAVE: "/actions/combat/golem_cave";
|
|
924
|
+
readonly GOLEM_CAVE_ELITE: "/actions/combat/golem_cave_elite";
|
|
925
|
+
readonly GRANITE_GOLEM: "/actions/combat/granite_golem";
|
|
926
|
+
readonly GRIZZLY_BEAR: "/actions/combat/grizzly_bear";
|
|
927
|
+
readonly GUMMY_BEAR: "/actions/combat/gummy_bear";
|
|
928
|
+
readonly ICE_SORCERER: "/actions/combat/ice_sorcerer";
|
|
929
|
+
readonly INFERNAL_ABYSS: "/actions/combat/infernal_abyss";
|
|
930
|
+
readonly INFERNAL_ABYSS_ELITE: "/actions/combat/infernal_abyss_elite";
|
|
931
|
+
readonly INFERNAL_WARLOCK: "/actions/combat/infernal_warlock";
|
|
932
|
+
readonly JUNGLE_PLANET: "/actions/combat/jungle_planet";
|
|
933
|
+
readonly JUNGLE_PLANET_ELITE: "/actions/combat/jungle_planet_elite";
|
|
934
|
+
readonly JUNGLE_SPRITE: "/actions/combat/jungle_sprite";
|
|
935
|
+
readonly MAGNETIC_GOLEM: "/actions/combat/magnetic_golem";
|
|
936
|
+
readonly MYCONID: "/actions/combat/myconid";
|
|
937
|
+
readonly NOM_NOM: "/actions/combat/nom_nom";
|
|
938
|
+
readonly NOVICE_SORCERER: "/actions/combat/novice_sorcerer";
|
|
939
|
+
readonly PANDA: "/actions/combat/panda";
|
|
940
|
+
readonly PIRATE_COVE: "/actions/combat/pirate_cove";
|
|
941
|
+
readonly PLANET_OF_THE_EYES: "/actions/combat/planet_of_the_eyes";
|
|
942
|
+
readonly PLANET_OF_THE_EYES_ELITE: "/actions/combat/planet_of_the_eyes_elite";
|
|
943
|
+
readonly POLAR_BEAR: "/actions/combat/polar_bear";
|
|
944
|
+
readonly PORCUPINE: "/actions/combat/porcupine";
|
|
945
|
+
readonly RAT: "/actions/combat/rat";
|
|
946
|
+
readonly SEA_SNAIL: "/actions/combat/sea_snail";
|
|
947
|
+
readonly SINISTER_CIRCUS: "/actions/combat/sinister_circus";
|
|
948
|
+
readonly SKUNK: "/actions/combat/skunk";
|
|
949
|
+
readonly SLIMY: "/actions/combat/slimy";
|
|
950
|
+
readonly SMELLY_PLANET: "/actions/combat/smelly_planet";
|
|
951
|
+
readonly SMELLY_PLANET_ELITE: "/actions/combat/smelly_planet_elite";
|
|
952
|
+
readonly SNAKE: "/actions/combat/snake";
|
|
953
|
+
readonly SORCERERS_TOWER: "/actions/combat/sorcerers_tower";
|
|
954
|
+
readonly SORCERERS_TOWER_ELITE: "/actions/combat/sorcerers_tower_elite";
|
|
955
|
+
readonly SOUL_HUNTER: "/actions/combat/soul_hunter";
|
|
956
|
+
readonly STALACTITE_GOLEM: "/actions/combat/stalactite_golem";
|
|
957
|
+
readonly SWAMP_PLANET: "/actions/combat/swamp_planet";
|
|
958
|
+
readonly SWAMP_PLANET_ELITE: "/actions/combat/swamp_planet_elite";
|
|
959
|
+
readonly SWAMPY: "/actions/combat/swampy";
|
|
960
|
+
readonly TREANT: "/actions/combat/treant";
|
|
961
|
+
readonly TURTLE: "/actions/combat/turtle";
|
|
962
|
+
readonly TWILIGHT_ZONE: "/actions/combat/twilight_zone";
|
|
963
|
+
readonly TWILIGHT_ZONE_ELITE: "/actions/combat/twilight_zone_elite";
|
|
964
|
+
readonly VAMPIRE: "/actions/combat/vampire";
|
|
965
|
+
readonly VEYES: "/actions/combat/veyes";
|
|
966
|
+
readonly WEREWOLF: "/actions/combat/werewolf";
|
|
967
|
+
readonly ZOMBIE: "/actions/combat/zombie";
|
|
968
|
+
readonly APPLE_GUMMY: "/actions/cooking/apple_gummy";
|
|
969
|
+
readonly APPLE_YOGURT: "/actions/cooking/apple_yogurt";
|
|
970
|
+
readonly BLACKBERRY_CAKE: "/actions/cooking/blackberry_cake";
|
|
971
|
+
readonly BLACKBERRY_DONUT: "/actions/cooking/blackberry_donut";
|
|
972
|
+
readonly BLUEBERRY_CAKE: "/actions/cooking/blueberry_cake";
|
|
973
|
+
readonly BLUEBERRY_DONUT: "/actions/cooking/blueberry_donut";
|
|
974
|
+
readonly CUPCAKE: "/actions/cooking/cupcake";
|
|
975
|
+
readonly DONUT: "/actions/cooking/donut";
|
|
976
|
+
readonly DRAGON_FRUIT_GUMMY: "/actions/cooking/dragon_fruit_gummy";
|
|
977
|
+
readonly DRAGON_FRUIT_YOGURT: "/actions/cooking/dragon_fruit_yogurt";
|
|
978
|
+
readonly GUMMY: "/actions/cooking/gummy";
|
|
979
|
+
readonly MARSBERRY_CAKE: "/actions/cooking/marsberry_cake";
|
|
980
|
+
readonly MARSBERRY_DONUT: "/actions/cooking/marsberry_donut";
|
|
981
|
+
readonly MOOBERRY_CAKE: "/actions/cooking/mooberry_cake";
|
|
982
|
+
readonly MOOBERRY_DONUT: "/actions/cooking/mooberry_donut";
|
|
983
|
+
readonly ORANGE_GUMMY: "/actions/cooking/orange_gummy";
|
|
984
|
+
readonly ORANGE_YOGURT: "/actions/cooking/orange_yogurt";
|
|
985
|
+
readonly PEACH_GUMMY: "/actions/cooking/peach_gummy";
|
|
986
|
+
readonly PEACH_YOGURT: "/actions/cooking/peach_yogurt";
|
|
987
|
+
readonly PLUM_GUMMY: "/actions/cooking/plum_gummy";
|
|
988
|
+
readonly PLUM_YOGURT: "/actions/cooking/plum_yogurt";
|
|
989
|
+
readonly SPACEBERRY_CAKE: "/actions/cooking/spaceberry_cake";
|
|
990
|
+
readonly SPACEBERRY_DONUT: "/actions/cooking/spaceberry_donut";
|
|
991
|
+
readonly STAR_FRUIT_GUMMY: "/actions/cooking/star_fruit_gummy";
|
|
992
|
+
readonly STAR_FRUIT_YOGURT: "/actions/cooking/star_fruit_yogurt";
|
|
993
|
+
readonly STRAWBERRY_CAKE: "/actions/cooking/strawberry_cake";
|
|
994
|
+
readonly STRAWBERRY_DONUT: "/actions/cooking/strawberry_donut";
|
|
995
|
+
readonly YOGURT: "/actions/cooking/yogurt";
|
|
996
|
+
readonly ADVANCED_TASK_BADGE: "/actions/crafting/advanced_task_badge";
|
|
997
|
+
readonly ARCANE_BOW: "/actions/crafting/arcane_bow";
|
|
998
|
+
readonly ARCANE_CROSSBOW: "/actions/crafting/arcane_crossbow";
|
|
999
|
+
readonly ARCANE_FIRE_STAFF: "/actions/crafting/arcane_fire_staff";
|
|
1000
|
+
readonly ARCANE_LUMBER: "/actions/crafting/arcane_lumber";
|
|
1001
|
+
readonly ARCANE_NATURE_STAFF: "/actions/crafting/arcane_nature_staff";
|
|
1002
|
+
readonly ARCANE_SHIELD: "/actions/crafting/arcane_shield";
|
|
1003
|
+
readonly ARCANE_WATER_STAFF: "/actions/crafting/arcane_water_staff";
|
|
1004
|
+
readonly BASIC_TASK_BADGE: "/actions/crafting/basic_task_badge";
|
|
1005
|
+
readonly BIRCH_BOW: "/actions/crafting/birch_bow";
|
|
1006
|
+
readonly BIRCH_CROSSBOW: "/actions/crafting/birch_crossbow";
|
|
1007
|
+
readonly BIRCH_FIRE_STAFF: "/actions/crafting/birch_fire_staff";
|
|
1008
|
+
readonly BIRCH_LUMBER: "/actions/crafting/birch_lumber";
|
|
1009
|
+
readonly BIRCH_NATURE_STAFF: "/actions/crafting/birch_nature_staff";
|
|
1010
|
+
readonly BIRCH_SHIELD: "/actions/crafting/birch_shield";
|
|
1011
|
+
readonly BIRCH_WATER_STAFF: "/actions/crafting/birch_water_staff";
|
|
1012
|
+
readonly BISHOPS_CODEX: "/actions/crafting/bishops_codex";
|
|
1013
|
+
readonly BLAZING_TRIDENT: "/actions/crafting/blazing_trident";
|
|
1014
|
+
readonly BLOOMING_TRIDENT: "/actions/crafting/blooming_trident";
|
|
1015
|
+
readonly CATALYST_OF_COINIFICATION: "/actions/crafting/catalyst_of_coinification";
|
|
1016
|
+
readonly CATALYST_OF_DECOMPOSITION: "/actions/crafting/catalyst_of_decomposition";
|
|
1017
|
+
readonly CATALYST_OF_TRANSMUTATION: "/actions/crafting/catalyst_of_transmutation";
|
|
1018
|
+
readonly CEDAR_BOW: "/actions/crafting/cedar_bow";
|
|
1019
|
+
readonly CEDAR_CROSSBOW: "/actions/crafting/cedar_crossbow";
|
|
1020
|
+
readonly CEDAR_FIRE_STAFF: "/actions/crafting/cedar_fire_staff";
|
|
1021
|
+
readonly CEDAR_LUMBER: "/actions/crafting/cedar_lumber";
|
|
1022
|
+
readonly CEDAR_NATURE_STAFF: "/actions/crafting/cedar_nature_staff";
|
|
1023
|
+
readonly CEDAR_SHIELD: "/actions/crafting/cedar_shield";
|
|
1024
|
+
readonly CEDAR_WATER_STAFF: "/actions/crafting/cedar_water_staff";
|
|
1025
|
+
readonly CHIMERICAL_CHEST_KEY: "/actions/crafting/chimerical_chest_key";
|
|
1026
|
+
readonly CHIMERICAL_ENTRY_KEY: "/actions/crafting/chimerical_entry_key";
|
|
1027
|
+
readonly CRUSHED_AMBER: "/actions/crafting/crushed_amber";
|
|
1028
|
+
readonly CRUSHED_AMETHYST: "/actions/crafting/crushed_amethyst";
|
|
1029
|
+
readonly CRUSHED_GARNET: "/actions/crafting/crushed_garnet";
|
|
1030
|
+
readonly CRUSHED_JADE: "/actions/crafting/crushed_jade";
|
|
1031
|
+
readonly CRUSHED_MOONSTONE: "/actions/crafting/crushed_moonstone";
|
|
1032
|
+
readonly CRUSHED_PEARL: "/actions/crafting/crushed_pearl";
|
|
1033
|
+
readonly CRUSHED_PHILOSOPHERS_STONE: "/actions/crafting/crushed_philosophers_stone";
|
|
1034
|
+
readonly CRUSHED_SUNSTONE: "/actions/crafting/crushed_sunstone";
|
|
1035
|
+
readonly CURSED_BOW: "/actions/crafting/cursed_bow";
|
|
1036
|
+
readonly EARRINGS_OF_ARMOR: "/actions/crafting/earrings_of_armor";
|
|
1037
|
+
readonly EARRINGS_OF_CRITICAL_STRIKE: "/actions/crafting/earrings_of_critical_strike";
|
|
1038
|
+
readonly EARRINGS_OF_ESSENCE_FIND: "/actions/crafting/earrings_of_essence_find";
|
|
1039
|
+
readonly EARRINGS_OF_GATHERING: "/actions/crafting/earrings_of_gathering";
|
|
1040
|
+
readonly EARRINGS_OF_RARE_FIND: "/actions/crafting/earrings_of_rare_find";
|
|
1041
|
+
readonly EARRINGS_OF_REGENERATION: "/actions/crafting/earrings_of_regeneration";
|
|
1042
|
+
readonly EARRINGS_OF_RESISTANCE: "/actions/crafting/earrings_of_resistance";
|
|
1043
|
+
readonly ENCHANTED_CHEST_KEY: "/actions/crafting/enchanted_chest_key";
|
|
1044
|
+
readonly ENCHANTED_ENTRY_KEY: "/actions/crafting/enchanted_entry_key";
|
|
1045
|
+
readonly EXPERT_TASK_BADGE: "/actions/crafting/expert_task_badge";
|
|
1046
|
+
readonly EYE_WATCH: "/actions/crafting/eye_watch";
|
|
1047
|
+
readonly FIGHTER_NECKLACE: "/actions/crafting/fighter_necklace";
|
|
1048
|
+
readonly FROST_STAFF: "/actions/crafting/frost_staff";
|
|
1049
|
+
readonly GINKGO_BOW: "/actions/crafting/ginkgo_bow";
|
|
1050
|
+
readonly GINKGO_CROSSBOW: "/actions/crafting/ginkgo_crossbow";
|
|
1051
|
+
readonly GINKGO_FIRE_STAFF: "/actions/crafting/ginkgo_fire_staff";
|
|
1052
|
+
readonly GINKGO_LUMBER: "/actions/crafting/ginkgo_lumber";
|
|
1053
|
+
readonly GINKGO_NATURE_STAFF: "/actions/crafting/ginkgo_nature_staff";
|
|
1054
|
+
readonly GINKGO_SHIELD: "/actions/crafting/ginkgo_shield";
|
|
1055
|
+
readonly GINKGO_WATER_STAFF: "/actions/crafting/ginkgo_water_staff";
|
|
1056
|
+
readonly INFERNAL_BATTLESTAFF: "/actions/crafting/infernal_battlestaff";
|
|
1057
|
+
readonly JACKALOPE_STAFF: "/actions/crafting/jackalope_staff";
|
|
1058
|
+
readonly LUMBER: "/actions/crafting/lumber";
|
|
1059
|
+
readonly MANTICORE_SHIELD: "/actions/crafting/manticore_shield";
|
|
1060
|
+
readonly MIRROR_OF_PROTECTION: "/actions/crafting/mirror_of_protection";
|
|
1061
|
+
readonly NECKLACE_OF_EFFICIENCY: "/actions/crafting/necklace_of_efficiency";
|
|
1062
|
+
readonly NECKLACE_OF_SPEED: "/actions/crafting/necklace_of_speed";
|
|
1063
|
+
readonly NECKLACE_OF_WISDOM: "/actions/crafting/necklace_of_wisdom";
|
|
1064
|
+
readonly PHILOSOPHERS_EARRINGS: "/actions/crafting/philosophers_earrings";
|
|
1065
|
+
readonly PHILOSOPHERS_NECKLACE: "/actions/crafting/philosophers_necklace";
|
|
1066
|
+
readonly PHILOSOPHERS_RING: "/actions/crafting/philosophers_ring";
|
|
1067
|
+
readonly PIRATE_CHEST_KEY: "/actions/crafting/pirate_chest_key";
|
|
1068
|
+
readonly PIRATE_ENTRY_KEY: "/actions/crafting/pirate_entry_key";
|
|
1069
|
+
readonly PURPLEHEART_BOW: "/actions/crafting/purpleheart_bow";
|
|
1070
|
+
readonly PURPLEHEART_CROSSBOW: "/actions/crafting/purpleheart_crossbow";
|
|
1071
|
+
readonly PURPLEHEART_FIRE_STAFF: "/actions/crafting/purpleheart_fire_staff";
|
|
1072
|
+
readonly PURPLEHEART_LUMBER: "/actions/crafting/purpleheart_lumber";
|
|
1073
|
+
readonly PURPLEHEART_NATURE_STAFF: "/actions/crafting/purpleheart_nature_staff";
|
|
1074
|
+
readonly PURPLEHEART_SHIELD: "/actions/crafting/purpleheart_shield";
|
|
1075
|
+
readonly PURPLEHEART_WATER_STAFF: "/actions/crafting/purpleheart_water_staff";
|
|
1076
|
+
readonly RANGER_NECKLACE: "/actions/crafting/ranger_necklace";
|
|
1077
|
+
readonly REDWOOD_BOW: "/actions/crafting/redwood_bow";
|
|
1078
|
+
readonly REDWOOD_CROSSBOW: "/actions/crafting/redwood_crossbow";
|
|
1079
|
+
readonly REDWOOD_FIRE_STAFF: "/actions/crafting/redwood_fire_staff";
|
|
1080
|
+
readonly REDWOOD_LUMBER: "/actions/crafting/redwood_lumber";
|
|
1081
|
+
readonly REDWOOD_NATURE_STAFF: "/actions/crafting/redwood_nature_staff";
|
|
1082
|
+
readonly REDWOOD_SHIELD: "/actions/crafting/redwood_shield";
|
|
1083
|
+
readonly REDWOOD_WATER_STAFF: "/actions/crafting/redwood_water_staff";
|
|
1084
|
+
readonly RING_OF_ARMOR: "/actions/crafting/ring_of_armor";
|
|
1085
|
+
readonly RING_OF_CRITICAL_STRIKE: "/actions/crafting/ring_of_critical_strike";
|
|
1086
|
+
readonly RING_OF_ESSENCE_FIND: "/actions/crafting/ring_of_essence_find";
|
|
1087
|
+
readonly RING_OF_GATHERING: "/actions/crafting/ring_of_gathering";
|
|
1088
|
+
readonly RING_OF_RARE_FIND: "/actions/crafting/ring_of_rare_find";
|
|
1089
|
+
readonly RING_OF_REGENERATION: "/actions/crafting/ring_of_regeneration";
|
|
1090
|
+
readonly RING_OF_RESISTANCE: "/actions/crafting/ring_of_resistance";
|
|
1091
|
+
readonly RIPPLING_TRIDENT: "/actions/crafting/rippling_trident";
|
|
1092
|
+
readonly SINISTER_CHEST_KEY: "/actions/crafting/sinister_chest_key";
|
|
1093
|
+
readonly SINISTER_ENTRY_KEY: "/actions/crafting/sinister_entry_key";
|
|
1094
|
+
readonly SOUL_HUNTER_CROSSBOW: "/actions/crafting/soul_hunter_crossbow";
|
|
1095
|
+
readonly SUNDERING_CROSSBOW: "/actions/crafting/sundering_crossbow";
|
|
1096
|
+
readonly TREANT_SHIELD: "/actions/crafting/treant_shield";
|
|
1097
|
+
readonly VAMPIRIC_BOW: "/actions/crafting/vampiric_bow";
|
|
1098
|
+
readonly WATCHFUL_RELIC: "/actions/crafting/watchful_relic";
|
|
1099
|
+
readonly WIZARD_NECKLACE: "/actions/crafting/wizard_necklace";
|
|
1100
|
+
readonly WOODEN_BOW: "/actions/crafting/wooden_bow";
|
|
1101
|
+
readonly WOODEN_CROSSBOW: "/actions/crafting/wooden_crossbow";
|
|
1102
|
+
readonly WOODEN_FIRE_STAFF: "/actions/crafting/wooden_fire_staff";
|
|
1103
|
+
readonly WOODEN_NATURE_STAFF: "/actions/crafting/wooden_nature_staff";
|
|
1104
|
+
readonly WOODEN_SHIELD: "/actions/crafting/wooden_shield";
|
|
1105
|
+
readonly WOODEN_WATER_STAFF: "/actions/crafting/wooden_water_staff";
|
|
1106
|
+
readonly ENHANCE: "/actions/enhancing/enhance";
|
|
1107
|
+
readonly APPLE: "/actions/foraging/apple";
|
|
1108
|
+
readonly ARABICA_COFFEE_BEAN: "/actions/foraging/arabica_coffee_bean";
|
|
1109
|
+
readonly ASTEROID_BELT: "/actions/foraging/asteroid_belt";
|
|
1110
|
+
readonly BAMBOO_BRANCH: "/actions/foraging/bamboo_branch";
|
|
1111
|
+
readonly BLACKBERRY: "/actions/foraging/blackberry";
|
|
1112
|
+
readonly BLUEBERRY: "/actions/foraging/blueberry";
|
|
1113
|
+
readonly BURBLE_BEACH: "/actions/foraging/burble_beach";
|
|
1114
|
+
readonly COCOON: "/actions/foraging/cocoon";
|
|
1115
|
+
readonly COTTON: "/actions/foraging/cotton";
|
|
1116
|
+
readonly DRAGON_FRUIT: "/actions/foraging/dragon_fruit";
|
|
1117
|
+
readonly EGG: "/actions/foraging/egg";
|
|
1118
|
+
readonly EXCELSA_COFFEE_BEAN: "/actions/foraging/excelsa_coffee_bean";
|
|
1119
|
+
readonly FARMLAND: "/actions/foraging/farmland";
|
|
1120
|
+
readonly FIERIOSA_COFFEE_BEAN: "/actions/foraging/fieriosa_coffee_bean";
|
|
1121
|
+
readonly FLAX: "/actions/foraging/flax";
|
|
1122
|
+
readonly LIBERICA_COFFEE_BEAN: "/actions/foraging/liberica_coffee_bean";
|
|
1123
|
+
readonly MARSBERRY: "/actions/foraging/marsberry";
|
|
1124
|
+
readonly MISTY_FOREST: "/actions/foraging/misty_forest";
|
|
1125
|
+
readonly MOOBERRY: "/actions/foraging/mooberry";
|
|
1126
|
+
readonly OLYMPUS_MONS: "/actions/foraging/olympus_mons";
|
|
1127
|
+
readonly ORANGE: "/actions/foraging/orange";
|
|
1128
|
+
readonly PEACH: "/actions/foraging/peach";
|
|
1129
|
+
readonly PLUM: "/actions/foraging/plum";
|
|
1130
|
+
readonly RADIANT_FIBER: "/actions/foraging/radiant_fiber";
|
|
1131
|
+
readonly ROBUSTA_COFFEE_BEAN: "/actions/foraging/robusta_coffee_bean";
|
|
1132
|
+
readonly SHIMMERING_LAKE: "/actions/foraging/shimmering_lake";
|
|
1133
|
+
readonly SILLY_COW_VALLEY: "/actions/foraging/silly_cow_valley";
|
|
1134
|
+
readonly SPACEBERRY: "/actions/foraging/spaceberry";
|
|
1135
|
+
readonly SPACIA_COFFEE_BEAN: "/actions/foraging/spacia_coffee_bean";
|
|
1136
|
+
readonly STAR_FRUIT: "/actions/foraging/star_fruit";
|
|
1137
|
+
readonly STRAWBERRY: "/actions/foraging/strawberry";
|
|
1138
|
+
readonly SUGAR: "/actions/foraging/sugar";
|
|
1139
|
+
readonly WHEAT: "/actions/foraging/wheat";
|
|
1140
|
+
readonly AZURE_COW: "/actions/milking/azure_cow";
|
|
1141
|
+
readonly BURBLE_COW: "/actions/milking/burble_cow";
|
|
1142
|
+
readonly COW: "/actions/milking/cow";
|
|
1143
|
+
readonly CRIMSON_COW: "/actions/milking/crimson_cow";
|
|
1144
|
+
readonly HOLY_COW: "/actions/milking/holy_cow";
|
|
1145
|
+
readonly UNICOW: "/actions/milking/unicow";
|
|
1146
|
+
readonly VERDANT_COW: "/actions/milking/verdant_cow";
|
|
1147
|
+
readonly ACROBATIC_HOOD: "/actions/tailoring/acrobatic_hood";
|
|
1148
|
+
readonly ALCHEMISTS_BOTTOMS: "/actions/tailoring/alchemists_bottoms";
|
|
1149
|
+
readonly ALCHEMISTS_TOP: "/actions/tailoring/alchemists_top";
|
|
1150
|
+
readonly BAMBOO_BOOTS: "/actions/tailoring/bamboo_boots";
|
|
1151
|
+
readonly BAMBOO_FABRIC: "/actions/tailoring/bamboo_fabric";
|
|
1152
|
+
readonly BAMBOO_GLOVES: "/actions/tailoring/bamboo_gloves";
|
|
1153
|
+
readonly BAMBOO_HAT: "/actions/tailoring/bamboo_hat";
|
|
1154
|
+
readonly BAMBOO_ROBE_BOTTOMS: "/actions/tailoring/bamboo_robe_bottoms";
|
|
1155
|
+
readonly BAMBOO_ROBE_TOP: "/actions/tailoring/bamboo_robe_top";
|
|
1156
|
+
readonly BEAST_BOOTS: "/actions/tailoring/beast_boots";
|
|
1157
|
+
readonly BEAST_BRACERS: "/actions/tailoring/beast_bracers";
|
|
1158
|
+
readonly BEAST_CHAPS: "/actions/tailoring/beast_chaps";
|
|
1159
|
+
readonly BEAST_HOOD: "/actions/tailoring/beast_hood";
|
|
1160
|
+
readonly BEAST_LEATHER: "/actions/tailoring/beast_leather";
|
|
1161
|
+
readonly BEAST_TUNIC: "/actions/tailoring/beast_tunic";
|
|
1162
|
+
readonly BREWERS_BOTTOMS: "/actions/tailoring/brewers_bottoms";
|
|
1163
|
+
readonly BREWERS_TOP: "/actions/tailoring/brewers_top";
|
|
1164
|
+
readonly CENTAUR_BOOTS: "/actions/tailoring/centaur_boots";
|
|
1165
|
+
readonly CHEESEMAKERS_BOTTOMS: "/actions/tailoring/cheesemakers_bottoms";
|
|
1166
|
+
readonly CHEESEMAKERS_TOP: "/actions/tailoring/cheesemakers_top";
|
|
1167
|
+
readonly CHEFS_BOTTOMS: "/actions/tailoring/chefs_bottoms";
|
|
1168
|
+
readonly CHEFS_TOP: "/actions/tailoring/chefs_top";
|
|
1169
|
+
readonly CHRONO_GLOVES: "/actions/tailoring/chrono_gloves";
|
|
1170
|
+
readonly COLLECTORS_BOOTS: "/actions/tailoring/collectors_boots";
|
|
1171
|
+
readonly COTTON_BOOTS: "/actions/tailoring/cotton_boots";
|
|
1172
|
+
readonly COTTON_FABRIC: "/actions/tailoring/cotton_fabric";
|
|
1173
|
+
readonly COTTON_GLOVES: "/actions/tailoring/cotton_gloves";
|
|
1174
|
+
readonly COTTON_HAT: "/actions/tailoring/cotton_hat";
|
|
1175
|
+
readonly COTTON_ROBE_BOTTOMS: "/actions/tailoring/cotton_robe_bottoms";
|
|
1176
|
+
readonly COTTON_ROBE_TOP: "/actions/tailoring/cotton_robe_top";
|
|
1177
|
+
readonly CRAFTERS_BOTTOMS: "/actions/tailoring/crafters_bottoms";
|
|
1178
|
+
readonly CRAFTERS_TOP: "/actions/tailoring/crafters_top";
|
|
1179
|
+
readonly DAIRYHANDS_BOTTOMS: "/actions/tailoring/dairyhands_bottoms";
|
|
1180
|
+
readonly DAIRYHANDS_TOP: "/actions/tailoring/dairyhands_top";
|
|
1181
|
+
readonly ENCHANTED_GLOVES: "/actions/tailoring/enchanted_gloves";
|
|
1182
|
+
readonly ENHANCERS_BOTTOMS: "/actions/tailoring/enhancers_bottoms";
|
|
1183
|
+
readonly ENHANCERS_TOP: "/actions/tailoring/enhancers_top";
|
|
1184
|
+
readonly FLAMING_ROBE_BOTTOMS: "/actions/tailoring/flaming_robe_bottoms";
|
|
1185
|
+
readonly FLAMING_ROBE_TOP: "/actions/tailoring/flaming_robe_top";
|
|
1186
|
+
readonly FLUFFY_RED_HAT: "/actions/tailoring/fluffy_red_hat";
|
|
1187
|
+
readonly FORAGERS_BOTTOMS: "/actions/tailoring/foragers_bottoms";
|
|
1188
|
+
readonly FORAGERS_TOP: "/actions/tailoring/foragers_top";
|
|
1189
|
+
readonly GIANT_POUCH: "/actions/tailoring/giant_pouch";
|
|
1190
|
+
readonly GLUTTONOUS_POUCH: "/actions/tailoring/gluttonous_pouch";
|
|
1191
|
+
readonly GOBO_BOOTS: "/actions/tailoring/gobo_boots";
|
|
1192
|
+
readonly GOBO_BRACERS: "/actions/tailoring/gobo_bracers";
|
|
1193
|
+
readonly GOBO_CHAPS: "/actions/tailoring/gobo_chaps";
|
|
1194
|
+
readonly GOBO_HOOD: "/actions/tailoring/gobo_hood";
|
|
1195
|
+
readonly GOBO_LEATHER: "/actions/tailoring/gobo_leather";
|
|
1196
|
+
readonly GOBO_TUNIC: "/actions/tailoring/gobo_tunic";
|
|
1197
|
+
readonly GRIFFIN_CHAPS: "/actions/tailoring/griffin_chaps";
|
|
1198
|
+
readonly GRIFFIN_TUNIC: "/actions/tailoring/griffin_tunic";
|
|
1199
|
+
readonly GUZZLING_POUCH: "/actions/tailoring/guzzling_pouch";
|
|
1200
|
+
readonly ICY_ROBE_BOTTOMS: "/actions/tailoring/icy_robe_bottoms";
|
|
1201
|
+
readonly ICY_ROBE_TOP: "/actions/tailoring/icy_robe_top";
|
|
1202
|
+
readonly KRAKEN_CHAPS: "/actions/tailoring/kraken_chaps";
|
|
1203
|
+
readonly KRAKEN_TUNIC: "/actions/tailoring/kraken_tunic";
|
|
1204
|
+
readonly LARGE_POUCH: "/actions/tailoring/large_pouch";
|
|
1205
|
+
readonly LINEN_BOOTS: "/actions/tailoring/linen_boots";
|
|
1206
|
+
readonly LINEN_FABRIC: "/actions/tailoring/linen_fabric";
|
|
1207
|
+
readonly LINEN_GLOVES: "/actions/tailoring/linen_gloves";
|
|
1208
|
+
readonly LINEN_HAT: "/actions/tailoring/linen_hat";
|
|
1209
|
+
readonly LINEN_ROBE_BOTTOMS: "/actions/tailoring/linen_robe_bottoms";
|
|
1210
|
+
readonly LINEN_ROBE_TOP: "/actions/tailoring/linen_robe_top";
|
|
1211
|
+
readonly LUMBERJACKS_BOTTOMS: "/actions/tailoring/lumberjacks_bottoms";
|
|
1212
|
+
readonly LUMBERJACKS_TOP: "/actions/tailoring/lumberjacks_top";
|
|
1213
|
+
readonly LUNA_ROBE_BOTTOMS: "/actions/tailoring/luna_robe_bottoms";
|
|
1214
|
+
readonly LUNA_ROBE_TOP: "/actions/tailoring/luna_robe_top";
|
|
1215
|
+
readonly MAGICIANS_HAT: "/actions/tailoring/magicians_hat";
|
|
1216
|
+
readonly MARINE_CHAPS: "/actions/tailoring/marine_chaps";
|
|
1217
|
+
readonly MARINE_TUNIC: "/actions/tailoring/marine_tunic";
|
|
1218
|
+
readonly MARKSMAN_BRACERS: "/actions/tailoring/marksman_bracers";
|
|
1219
|
+
readonly MEDIUM_POUCH: "/actions/tailoring/medium_pouch";
|
|
1220
|
+
readonly RADIANT_BOOTS: "/actions/tailoring/radiant_boots";
|
|
1221
|
+
readonly RADIANT_FABRIC: "/actions/tailoring/radiant_fabric";
|
|
1222
|
+
readonly RADIANT_GLOVES: "/actions/tailoring/radiant_gloves";
|
|
1223
|
+
readonly RADIANT_HAT: "/actions/tailoring/radiant_hat";
|
|
1224
|
+
readonly RADIANT_ROBE_BOTTOMS: "/actions/tailoring/radiant_robe_bottoms";
|
|
1225
|
+
readonly RADIANT_ROBE_TOP: "/actions/tailoring/radiant_robe_top";
|
|
1226
|
+
readonly RED_CULINARY_HAT: "/actions/tailoring/red_culinary_hat";
|
|
1227
|
+
readonly REPTILE_BOOTS: "/actions/tailoring/reptile_boots";
|
|
1228
|
+
readonly REPTILE_BRACERS: "/actions/tailoring/reptile_bracers";
|
|
1229
|
+
readonly REPTILE_CHAPS: "/actions/tailoring/reptile_chaps";
|
|
1230
|
+
readonly REPTILE_HOOD: "/actions/tailoring/reptile_hood";
|
|
1231
|
+
readonly REPTILE_LEATHER: "/actions/tailoring/reptile_leather";
|
|
1232
|
+
readonly REPTILE_TUNIC: "/actions/tailoring/reptile_tunic";
|
|
1233
|
+
readonly REVENANT_CHAPS: "/actions/tailoring/revenant_chaps";
|
|
1234
|
+
readonly REVENANT_TUNIC: "/actions/tailoring/revenant_tunic";
|
|
1235
|
+
readonly ROUGH_BOOTS: "/actions/tailoring/rough_boots";
|
|
1236
|
+
readonly ROUGH_BRACERS: "/actions/tailoring/rough_bracers";
|
|
1237
|
+
readonly ROUGH_CHAPS: "/actions/tailoring/rough_chaps";
|
|
1238
|
+
readonly ROUGH_HOOD: "/actions/tailoring/rough_hood";
|
|
1239
|
+
readonly ROUGH_LEATHER: "/actions/tailoring/rough_leather";
|
|
1240
|
+
readonly ROUGH_TUNIC: "/actions/tailoring/rough_tunic";
|
|
1241
|
+
readonly ROYAL_FIRE_ROBE_BOTTOMS: "/actions/tailoring/royal_fire_robe_bottoms";
|
|
1242
|
+
readonly ROYAL_FIRE_ROBE_TOP: "/actions/tailoring/royal_fire_robe_top";
|
|
1243
|
+
readonly ROYAL_NATURE_ROBE_BOTTOMS: "/actions/tailoring/royal_nature_robe_bottoms";
|
|
1244
|
+
readonly ROYAL_NATURE_ROBE_TOP: "/actions/tailoring/royal_nature_robe_top";
|
|
1245
|
+
readonly ROYAL_WATER_ROBE_BOTTOMS: "/actions/tailoring/royal_water_robe_bottoms";
|
|
1246
|
+
readonly ROYAL_WATER_ROBE_TOP: "/actions/tailoring/royal_water_robe_top";
|
|
1247
|
+
readonly SHOEBILL_SHOES: "/actions/tailoring/shoebill_shoes";
|
|
1248
|
+
readonly SIGHTED_BRACERS: "/actions/tailoring/sighted_bracers";
|
|
1249
|
+
readonly SILK_BOOTS: "/actions/tailoring/silk_boots";
|
|
1250
|
+
readonly SILK_FABRIC: "/actions/tailoring/silk_fabric";
|
|
1251
|
+
readonly SILK_GLOVES: "/actions/tailoring/silk_gloves";
|
|
1252
|
+
readonly SILK_HAT: "/actions/tailoring/silk_hat";
|
|
1253
|
+
readonly SILK_ROBE_BOTTOMS: "/actions/tailoring/silk_robe_bottoms";
|
|
1254
|
+
readonly SILK_ROBE_TOP: "/actions/tailoring/silk_robe_top";
|
|
1255
|
+
readonly SMALL_POUCH: "/actions/tailoring/small_pouch";
|
|
1256
|
+
readonly SORCERER_BOOTS: "/actions/tailoring/sorcerer_boots";
|
|
1257
|
+
readonly TAILORS_BOTTOMS: "/actions/tailoring/tailors_bottoms";
|
|
1258
|
+
readonly TAILORS_TOP: "/actions/tailoring/tailors_top";
|
|
1259
|
+
readonly UMBRAL_BOOTS: "/actions/tailoring/umbral_boots";
|
|
1260
|
+
readonly UMBRAL_BRACERS: "/actions/tailoring/umbral_bracers";
|
|
1261
|
+
readonly UMBRAL_CHAPS: "/actions/tailoring/umbral_chaps";
|
|
1262
|
+
readonly UMBRAL_HOOD: "/actions/tailoring/umbral_hood";
|
|
1263
|
+
readonly UMBRAL_LEATHER: "/actions/tailoring/umbral_leather";
|
|
1264
|
+
readonly UMBRAL_TUNIC: "/actions/tailoring/umbral_tunic";
|
|
1265
|
+
readonly ARCANE_TREE: "/actions/woodcutting/arcane_tree";
|
|
1266
|
+
readonly BIRCH_TREE: "/actions/woodcutting/birch_tree";
|
|
1267
|
+
readonly CEDAR_TREE: "/actions/woodcutting/cedar_tree";
|
|
1268
|
+
readonly GINKGO_TREE: "/actions/woodcutting/ginkgo_tree";
|
|
1269
|
+
readonly PURPLEHEART_TREE: "/actions/woodcutting/purpleheart_tree";
|
|
1270
|
+
readonly REDWOOD_TREE: "/actions/woodcutting/redwood_tree";
|
|
1271
|
+
readonly TREE: "/actions/woodcutting/tree";
|
|
1272
|
+
};
|
|
1273
|
+
export type ActionHridType = '/actions/alchemy/coinify' | '/actions/alchemy/decompose' | '/actions/alchemy/transmute' | '/actions/brewing/alchemy_tea' | '/actions/brewing/artisan_tea' | '/actions/brewing/attack_coffee' | '/actions/brewing/blessed_tea' | '/actions/brewing/brewing_tea' | '/actions/brewing/catalytic_tea' | '/actions/brewing/channeling_coffee' | '/actions/brewing/cheesesmithing_tea' | '/actions/brewing/cooking_tea' | '/actions/brewing/crafting_tea' | '/actions/brewing/critical_coffee' | '/actions/brewing/defense_coffee' | '/actions/brewing/efficiency_tea' | '/actions/brewing/enhancing_tea' | '/actions/brewing/foraging_tea' | '/actions/brewing/gathering_tea' | '/actions/brewing/gourmet_tea' | '/actions/brewing/intelligence_coffee' | '/actions/brewing/lucky_coffee' | '/actions/brewing/magic_coffee' | '/actions/brewing/milking_tea' | '/actions/brewing/power_coffee' | '/actions/brewing/processing_tea' | '/actions/brewing/ranged_coffee' | '/actions/brewing/stamina_coffee' | '/actions/brewing/super_alchemy_tea' | '/actions/brewing/super_attack_coffee' | '/actions/brewing/super_brewing_tea' | '/actions/brewing/super_cheesesmithing_tea' | '/actions/brewing/super_cooking_tea' | '/actions/brewing/super_crafting_tea' | '/actions/brewing/super_defense_coffee' | '/actions/brewing/super_enhancing_tea' | '/actions/brewing/super_foraging_tea' | '/actions/brewing/super_intelligence_coffee' | '/actions/brewing/super_magic_coffee' | '/actions/brewing/super_milking_tea' | '/actions/brewing/super_power_coffee' | '/actions/brewing/super_ranged_coffee' | '/actions/brewing/super_stamina_coffee' | '/actions/brewing/super_tailoring_tea' | '/actions/brewing/super_woodcutting_tea' | '/actions/brewing/swiftness_coffee' | '/actions/brewing/tailoring_tea' | '/actions/brewing/ultra_alchemy_tea' | '/actions/brewing/ultra_attack_coffee' | '/actions/brewing/ultra_brewing_tea' | '/actions/brewing/ultra_cheesesmithing_tea' | '/actions/brewing/ultra_cooking_tea' | '/actions/brewing/ultra_crafting_tea' | '/actions/brewing/ultra_defense_coffee' | '/actions/brewing/ultra_enhancing_tea' | '/actions/brewing/ultra_foraging_tea' | '/actions/brewing/ultra_intelligence_coffee' | '/actions/brewing/ultra_magic_coffee' | '/actions/brewing/ultra_milking_tea' | '/actions/brewing/ultra_power_coffee' | '/actions/brewing/ultra_ranged_coffee' | '/actions/brewing/ultra_stamina_coffee' | '/actions/brewing/ultra_tailoring_tea' | '/actions/brewing/ultra_woodcutting_tea' | '/actions/brewing/wisdom_coffee' | '/actions/brewing/wisdom_tea' | '/actions/brewing/woodcutting_tea' | '/actions/cheesesmithing/anchorbound_plate_body' | '/actions/cheesesmithing/anchorbound_plate_legs' | '/actions/cheesesmithing/azure_alembic' | '/actions/cheesesmithing/azure_boots' | '/actions/cheesesmithing/azure_brush' | '/actions/cheesesmithing/azure_buckler' | '/actions/cheesesmithing/azure_bulwark' | '/actions/cheesesmithing/azure_cheese' | '/actions/cheesesmithing/azure_chisel' | '/actions/cheesesmithing/azure_enhancer' | '/actions/cheesesmithing/azure_gauntlets' | '/actions/cheesesmithing/azure_hammer' | '/actions/cheesesmithing/azure_hatchet' | '/actions/cheesesmithing/azure_helmet' | '/actions/cheesesmithing/azure_mace' | '/actions/cheesesmithing/azure_needle' | '/actions/cheesesmithing/azure_plate_body' | '/actions/cheesesmithing/azure_plate_legs' | '/actions/cheesesmithing/azure_pot' | '/actions/cheesesmithing/azure_shears' | '/actions/cheesesmithing/azure_spatula' | '/actions/cheesesmithing/azure_spear' | '/actions/cheesesmithing/azure_sword' | '/actions/cheesesmithing/black_bear_shoes' | '/actions/cheesesmithing/burble_alembic' | '/actions/cheesesmithing/burble_boots' | '/actions/cheesesmithing/burble_brush' | '/actions/cheesesmithing/burble_buckler' | '/actions/cheesesmithing/burble_bulwark' | '/actions/cheesesmithing/burble_cheese' | '/actions/cheesesmithing/burble_chisel' | '/actions/cheesesmithing/burble_enhancer' | '/actions/cheesesmithing/burble_gauntlets' | '/actions/cheesesmithing/burble_hammer' | '/actions/cheesesmithing/burble_hatchet' | '/actions/cheesesmithing/burble_helmet' | '/actions/cheesesmithing/burble_mace' | '/actions/cheesesmithing/burble_needle' | '/actions/cheesesmithing/burble_plate_body' | '/actions/cheesesmithing/burble_plate_legs' | '/actions/cheesesmithing/burble_pot' | '/actions/cheesesmithing/burble_shears' | '/actions/cheesesmithing/burble_spatula' | '/actions/cheesesmithing/burble_spear' | '/actions/cheesesmithing/burble_sword' | '/actions/cheesesmithing/celestial_alembic' | '/actions/cheesesmithing/celestial_brush' | '/actions/cheesesmithing/celestial_chisel' | '/actions/cheesesmithing/celestial_enhancer' | '/actions/cheesesmithing/celestial_hammer' | '/actions/cheesesmithing/celestial_hatchet' | '/actions/cheesesmithing/celestial_needle' | '/actions/cheesesmithing/celestial_pot' | '/actions/cheesesmithing/celestial_shears' | '/actions/cheesesmithing/celestial_spatula' | '/actions/cheesesmithing/chaotic_flail' | '/actions/cheesesmithing/cheese' | '/actions/cheesesmithing/cheese_alembic' | '/actions/cheesesmithing/cheese_boots' | '/actions/cheesesmithing/cheese_brush' | '/actions/cheesesmithing/cheese_buckler' | '/actions/cheesesmithing/cheese_bulwark' | '/actions/cheesesmithing/cheese_chisel' | '/actions/cheesesmithing/cheese_enhancer' | '/actions/cheesesmithing/cheese_gauntlets' | '/actions/cheesesmithing/cheese_hammer' | '/actions/cheesesmithing/cheese_hatchet' | '/actions/cheesesmithing/cheese_helmet' | '/actions/cheesesmithing/cheese_mace' | '/actions/cheesesmithing/cheese_needle' | '/actions/cheesesmithing/cheese_plate_body' | '/actions/cheesesmithing/cheese_plate_legs' | '/actions/cheesesmithing/cheese_pot' | '/actions/cheesesmithing/cheese_shears' | '/actions/cheesesmithing/cheese_spatula' | '/actions/cheesesmithing/cheese_spear' | '/actions/cheesesmithing/cheese_sword' | '/actions/cheesesmithing/colossus_plate_body' | '/actions/cheesesmithing/colossus_plate_legs' | '/actions/cheesesmithing/corsair_helmet' | '/actions/cheesesmithing/crimson_alembic' | '/actions/cheesesmithing/crimson_boots' | '/actions/cheesesmithing/crimson_brush' | '/actions/cheesesmithing/crimson_buckler' | '/actions/cheesesmithing/crimson_bulwark' | '/actions/cheesesmithing/crimson_cheese' | '/actions/cheesesmithing/crimson_chisel' | '/actions/cheesesmithing/crimson_enhancer' | '/actions/cheesesmithing/crimson_gauntlets' | '/actions/cheesesmithing/crimson_hammer' | '/actions/cheesesmithing/crimson_hatchet' | '/actions/cheesesmithing/crimson_helmet' | '/actions/cheesesmithing/crimson_mace' | '/actions/cheesesmithing/crimson_needle' | '/actions/cheesesmithing/crimson_plate_body' | '/actions/cheesesmithing/crimson_plate_legs' | '/actions/cheesesmithing/crimson_pot' | '/actions/cheesesmithing/crimson_shears' | '/actions/cheesesmithing/crimson_spatula' | '/actions/cheesesmithing/crimson_spear' | '/actions/cheesesmithing/crimson_sword' | '/actions/cheesesmithing/demonic_plate_body' | '/actions/cheesesmithing/demonic_plate_legs' | '/actions/cheesesmithing/dodocamel_gauntlets' | '/actions/cheesesmithing/furious_spear' | '/actions/cheesesmithing/granite_bludgeon' | '/actions/cheesesmithing/griffin_bulwark' | '/actions/cheesesmithing/grizzly_bear_shoes' | '/actions/cheesesmithing/holy_alembic' | '/actions/cheesesmithing/holy_boots' | '/actions/cheesesmithing/holy_brush' | '/actions/cheesesmithing/holy_buckler' | '/actions/cheesesmithing/holy_bulwark' | '/actions/cheesesmithing/holy_cheese' | '/actions/cheesesmithing/holy_chisel' | '/actions/cheesesmithing/holy_enhancer' | '/actions/cheesesmithing/holy_gauntlets' | '/actions/cheesesmithing/holy_hammer' | '/actions/cheesesmithing/holy_hatchet' | '/actions/cheesesmithing/holy_helmet' | '/actions/cheesesmithing/holy_mace' | '/actions/cheesesmithing/holy_needle' | '/actions/cheesesmithing/holy_plate_body' | '/actions/cheesesmithing/holy_plate_legs' | '/actions/cheesesmithing/holy_pot' | '/actions/cheesesmithing/holy_shears' | '/actions/cheesesmithing/holy_spatula' | '/actions/cheesesmithing/holy_spear' | '/actions/cheesesmithing/holy_sword' | '/actions/cheesesmithing/knights_aegis' | '/actions/cheesesmithing/maelstrom_plate_body' | '/actions/cheesesmithing/maelstrom_plate_legs' | '/actions/cheesesmithing/magnetic_gloves' | '/actions/cheesesmithing/panda_gloves' | '/actions/cheesesmithing/pincer_gloves' | '/actions/cheesesmithing/polar_bear_shoes' | '/actions/cheesesmithing/rainbow_alembic' | '/actions/cheesesmithing/rainbow_boots' | '/actions/cheesesmithing/rainbow_brush' | '/actions/cheesesmithing/rainbow_buckler' | '/actions/cheesesmithing/rainbow_bulwark' | '/actions/cheesesmithing/rainbow_cheese' | '/actions/cheesesmithing/rainbow_chisel' | '/actions/cheesesmithing/rainbow_enhancer' | '/actions/cheesesmithing/rainbow_gauntlets' | '/actions/cheesesmithing/rainbow_hammer' | '/actions/cheesesmithing/rainbow_hatchet' | '/actions/cheesesmithing/rainbow_helmet' | '/actions/cheesesmithing/rainbow_mace' | '/actions/cheesesmithing/rainbow_needle' | '/actions/cheesesmithing/rainbow_plate_body' | '/actions/cheesesmithing/rainbow_plate_legs' | '/actions/cheesesmithing/rainbow_pot' | '/actions/cheesesmithing/rainbow_shears' | '/actions/cheesesmithing/rainbow_spatula' | '/actions/cheesesmithing/rainbow_spear' | '/actions/cheesesmithing/rainbow_sword' | '/actions/cheesesmithing/regal_sword' | '/actions/cheesesmithing/snail_shell_helmet' | '/actions/cheesesmithing/snake_fang_dirk' | '/actions/cheesesmithing/spiked_bulwark' | '/actions/cheesesmithing/stalactite_spear' | '/actions/cheesesmithing/turtle_shell_body' | '/actions/cheesesmithing/turtle_shell_legs' | '/actions/cheesesmithing/vampire_fang_dirk' | '/actions/cheesesmithing/verdant_alembic' | '/actions/cheesesmithing/verdant_boots' | '/actions/cheesesmithing/verdant_brush' | '/actions/cheesesmithing/verdant_buckler' | '/actions/cheesesmithing/verdant_bulwark' | '/actions/cheesesmithing/verdant_cheese' | '/actions/cheesesmithing/verdant_chisel' | '/actions/cheesesmithing/verdant_enhancer' | '/actions/cheesesmithing/verdant_gauntlets' | '/actions/cheesesmithing/verdant_hammer' | '/actions/cheesesmithing/verdant_hatchet' | '/actions/cheesesmithing/verdant_helmet' | '/actions/cheesesmithing/verdant_mace' | '/actions/cheesesmithing/verdant_needle' | '/actions/cheesesmithing/verdant_plate_body' | '/actions/cheesesmithing/verdant_plate_legs' | '/actions/cheesesmithing/verdant_pot' | '/actions/cheesesmithing/verdant_shears' | '/actions/cheesesmithing/verdant_spatula' | '/actions/cheesesmithing/verdant_spear' | '/actions/cheesesmithing/verdant_sword' | '/actions/cheesesmithing/vision_helmet' | '/actions/cheesesmithing/vision_shield' | '/actions/cheesesmithing/werewolf_slasher' | '/actions/combat/abyssal_imp' | '/actions/combat/alligator' | '/actions/combat/aqua_planet' | '/actions/combat/aqua_planet_elite' | '/actions/combat/aquahorse' | '/actions/combat/bear_with_it' | '/actions/combat/bear_with_it_elite' | '/actions/combat/black_bear' | '/actions/combat/centaur_archer' | '/actions/combat/chimerical_den' | '/actions/combat/crab' | '/actions/combat/elementalist' | '/actions/combat/enchanted_fortress' | '/actions/combat/eye' | '/actions/combat/eyes' | '/actions/combat/flame_sorcerer' | '/actions/combat/fly' | '/actions/combat/frog' | '/actions/combat/gobo_boomy' | '/actions/combat/gobo_planet' | '/actions/combat/gobo_planet_elite' | '/actions/combat/gobo_shooty' | '/actions/combat/gobo_slashy' | '/actions/combat/gobo_smashy' | '/actions/combat/gobo_stabby' | '/actions/combat/golem_cave' | '/actions/combat/golem_cave_elite' | '/actions/combat/granite_golem' | '/actions/combat/grizzly_bear' | '/actions/combat/gummy_bear' | '/actions/combat/ice_sorcerer' | '/actions/combat/infernal_abyss' | '/actions/combat/infernal_abyss_elite' | '/actions/combat/infernal_warlock' | '/actions/combat/jungle_planet' | '/actions/combat/jungle_planet_elite' | '/actions/combat/jungle_sprite' | '/actions/combat/magnetic_golem' | '/actions/combat/myconid' | '/actions/combat/nom_nom' | '/actions/combat/novice_sorcerer' | '/actions/combat/panda' | '/actions/combat/pirate_cove' | '/actions/combat/planet_of_the_eyes' | '/actions/combat/planet_of_the_eyes_elite' | '/actions/combat/polar_bear' | '/actions/combat/porcupine' | '/actions/combat/rat' | '/actions/combat/sea_snail' | '/actions/combat/sinister_circus' | '/actions/combat/skunk' | '/actions/combat/slimy' | '/actions/combat/smelly_planet' | '/actions/combat/smelly_planet_elite' | '/actions/combat/snake' | '/actions/combat/sorcerers_tower' | '/actions/combat/sorcerers_tower_elite' | '/actions/combat/soul_hunter' | '/actions/combat/stalactite_golem' | '/actions/combat/swamp_planet' | '/actions/combat/swamp_planet_elite' | '/actions/combat/swampy' | '/actions/combat/treant' | '/actions/combat/turtle' | '/actions/combat/twilight_zone' | '/actions/combat/twilight_zone_elite' | '/actions/combat/vampire' | '/actions/combat/veyes' | '/actions/combat/werewolf' | '/actions/combat/zombie' | '/actions/cooking/apple_gummy' | '/actions/cooking/apple_yogurt' | '/actions/cooking/blackberry_cake' | '/actions/cooking/blackberry_donut' | '/actions/cooking/blueberry_cake' | '/actions/cooking/blueberry_donut' | '/actions/cooking/cupcake' | '/actions/cooking/donut' | '/actions/cooking/dragon_fruit_gummy' | '/actions/cooking/dragon_fruit_yogurt' | '/actions/cooking/gummy' | '/actions/cooking/marsberry_cake' | '/actions/cooking/marsberry_donut' | '/actions/cooking/mooberry_cake' | '/actions/cooking/mooberry_donut' | '/actions/cooking/orange_gummy' | '/actions/cooking/orange_yogurt' | '/actions/cooking/peach_gummy' | '/actions/cooking/peach_yogurt' | '/actions/cooking/plum_gummy' | '/actions/cooking/plum_yogurt' | '/actions/cooking/spaceberry_cake' | '/actions/cooking/spaceberry_donut' | '/actions/cooking/star_fruit_gummy' | '/actions/cooking/star_fruit_yogurt' | '/actions/cooking/strawberry_cake' | '/actions/cooking/strawberry_donut' | '/actions/cooking/yogurt' | '/actions/crafting/advanced_task_badge' | '/actions/crafting/arcane_bow' | '/actions/crafting/arcane_crossbow' | '/actions/crafting/arcane_fire_staff' | '/actions/crafting/arcane_lumber' | '/actions/crafting/arcane_nature_staff' | '/actions/crafting/arcane_shield' | '/actions/crafting/arcane_water_staff' | '/actions/crafting/basic_task_badge' | '/actions/crafting/birch_bow' | '/actions/crafting/birch_crossbow' | '/actions/crafting/birch_fire_staff' | '/actions/crafting/birch_lumber' | '/actions/crafting/birch_nature_staff' | '/actions/crafting/birch_shield' | '/actions/crafting/birch_water_staff' | '/actions/crafting/bishops_codex' | '/actions/crafting/blazing_trident' | '/actions/crafting/blooming_trident' | '/actions/crafting/catalyst_of_coinification' | '/actions/crafting/catalyst_of_decomposition' | '/actions/crafting/catalyst_of_transmutation' | '/actions/crafting/cedar_bow' | '/actions/crafting/cedar_crossbow' | '/actions/crafting/cedar_fire_staff' | '/actions/crafting/cedar_lumber' | '/actions/crafting/cedar_nature_staff' | '/actions/crafting/cedar_shield' | '/actions/crafting/cedar_water_staff' | '/actions/crafting/chimerical_chest_key' | '/actions/crafting/chimerical_entry_key' | '/actions/crafting/crushed_amber' | '/actions/crafting/crushed_amethyst' | '/actions/crafting/crushed_garnet' | '/actions/crafting/crushed_jade' | '/actions/crafting/crushed_moonstone' | '/actions/crafting/crushed_pearl' | '/actions/crafting/crushed_philosophers_stone' | '/actions/crafting/crushed_sunstone' | '/actions/crafting/cursed_bow' | '/actions/crafting/earrings_of_armor' | '/actions/crafting/earrings_of_critical_strike' | '/actions/crafting/earrings_of_essence_find' | '/actions/crafting/earrings_of_gathering' | '/actions/crafting/earrings_of_rare_find' | '/actions/crafting/earrings_of_regeneration' | '/actions/crafting/earrings_of_resistance' | '/actions/crafting/enchanted_chest_key' | '/actions/crafting/enchanted_entry_key' | '/actions/crafting/expert_task_badge' | '/actions/crafting/eye_watch' | '/actions/crafting/fighter_necklace' | '/actions/crafting/frost_staff' | '/actions/crafting/ginkgo_bow' | '/actions/crafting/ginkgo_crossbow' | '/actions/crafting/ginkgo_fire_staff' | '/actions/crafting/ginkgo_lumber' | '/actions/crafting/ginkgo_nature_staff' | '/actions/crafting/ginkgo_shield' | '/actions/crafting/ginkgo_water_staff' | '/actions/crafting/infernal_battlestaff' | '/actions/crafting/jackalope_staff' | '/actions/crafting/lumber' | '/actions/crafting/manticore_shield' | '/actions/crafting/mirror_of_protection' | '/actions/crafting/necklace_of_efficiency' | '/actions/crafting/necklace_of_speed' | '/actions/crafting/necklace_of_wisdom' | '/actions/crafting/philosophers_earrings' | '/actions/crafting/philosophers_necklace' | '/actions/crafting/philosophers_ring' | '/actions/crafting/pirate_chest_key' | '/actions/crafting/pirate_entry_key' | '/actions/crafting/purpleheart_bow' | '/actions/crafting/purpleheart_crossbow' | '/actions/crafting/purpleheart_fire_staff' | '/actions/crafting/purpleheart_lumber' | '/actions/crafting/purpleheart_nature_staff' | '/actions/crafting/purpleheart_shield' | '/actions/crafting/purpleheart_water_staff' | '/actions/crafting/ranger_necklace' | '/actions/crafting/redwood_bow' | '/actions/crafting/redwood_crossbow' | '/actions/crafting/redwood_fire_staff' | '/actions/crafting/redwood_lumber' | '/actions/crafting/redwood_nature_staff' | '/actions/crafting/redwood_shield' | '/actions/crafting/redwood_water_staff' | '/actions/crafting/ring_of_armor' | '/actions/crafting/ring_of_critical_strike' | '/actions/crafting/ring_of_essence_find' | '/actions/crafting/ring_of_gathering' | '/actions/crafting/ring_of_rare_find' | '/actions/crafting/ring_of_regeneration' | '/actions/crafting/ring_of_resistance' | '/actions/crafting/rippling_trident' | '/actions/crafting/sinister_chest_key' | '/actions/crafting/sinister_entry_key' | '/actions/crafting/soul_hunter_crossbow' | '/actions/crafting/sundering_crossbow' | '/actions/crafting/treant_shield' | '/actions/crafting/vampiric_bow' | '/actions/crafting/watchful_relic' | '/actions/crafting/wizard_necklace' | '/actions/crafting/wooden_bow' | '/actions/crafting/wooden_crossbow' | '/actions/crafting/wooden_fire_staff' | '/actions/crafting/wooden_nature_staff' | '/actions/crafting/wooden_shield' | '/actions/crafting/wooden_water_staff' | '/actions/enhancing/enhance' | '/actions/foraging/apple' | '/actions/foraging/arabica_coffee_bean' | '/actions/foraging/asteroid_belt' | '/actions/foraging/bamboo_branch' | '/actions/foraging/blackberry' | '/actions/foraging/blueberry' | '/actions/foraging/burble_beach' | '/actions/foraging/cocoon' | '/actions/foraging/cotton' | '/actions/foraging/dragon_fruit' | '/actions/foraging/egg' | '/actions/foraging/excelsa_coffee_bean' | '/actions/foraging/farmland' | '/actions/foraging/fieriosa_coffee_bean' | '/actions/foraging/flax' | '/actions/foraging/liberica_coffee_bean' | '/actions/foraging/marsberry' | '/actions/foraging/misty_forest' | '/actions/foraging/mooberry' | '/actions/foraging/olympus_mons' | '/actions/foraging/orange' | '/actions/foraging/peach' | '/actions/foraging/plum' | '/actions/foraging/radiant_fiber' | '/actions/foraging/robusta_coffee_bean' | '/actions/foraging/shimmering_lake' | '/actions/foraging/silly_cow_valley' | '/actions/foraging/spaceberry' | '/actions/foraging/spacia_coffee_bean' | '/actions/foraging/star_fruit' | '/actions/foraging/strawberry' | '/actions/foraging/sugar' | '/actions/foraging/wheat' | '/actions/milking/azure_cow' | '/actions/milking/burble_cow' | '/actions/milking/cow' | '/actions/milking/crimson_cow' | '/actions/milking/holy_cow' | '/actions/milking/unicow' | '/actions/milking/verdant_cow' | '/actions/tailoring/acrobatic_hood' | '/actions/tailoring/alchemists_bottoms' | '/actions/tailoring/alchemists_top' | '/actions/tailoring/bamboo_boots' | '/actions/tailoring/bamboo_fabric' | '/actions/tailoring/bamboo_gloves' | '/actions/tailoring/bamboo_hat' | '/actions/tailoring/bamboo_robe_bottoms' | '/actions/tailoring/bamboo_robe_top' | '/actions/tailoring/beast_boots' | '/actions/tailoring/beast_bracers' | '/actions/tailoring/beast_chaps' | '/actions/tailoring/beast_hood' | '/actions/tailoring/beast_leather' | '/actions/tailoring/beast_tunic' | '/actions/tailoring/brewers_bottoms' | '/actions/tailoring/brewers_top' | '/actions/tailoring/centaur_boots' | '/actions/tailoring/cheesemakers_bottoms' | '/actions/tailoring/cheesemakers_top' | '/actions/tailoring/chefs_bottoms' | '/actions/tailoring/chefs_top' | '/actions/tailoring/chrono_gloves' | '/actions/tailoring/collectors_boots' | '/actions/tailoring/cotton_boots' | '/actions/tailoring/cotton_fabric' | '/actions/tailoring/cotton_gloves' | '/actions/tailoring/cotton_hat' | '/actions/tailoring/cotton_robe_bottoms' | '/actions/tailoring/cotton_robe_top' | '/actions/tailoring/crafters_bottoms' | '/actions/tailoring/crafters_top' | '/actions/tailoring/dairyhands_bottoms' | '/actions/tailoring/dairyhands_top' | '/actions/tailoring/enchanted_gloves' | '/actions/tailoring/enhancers_bottoms' | '/actions/tailoring/enhancers_top' | '/actions/tailoring/flaming_robe_bottoms' | '/actions/tailoring/flaming_robe_top' | '/actions/tailoring/fluffy_red_hat' | '/actions/tailoring/foragers_bottoms' | '/actions/tailoring/foragers_top' | '/actions/tailoring/giant_pouch' | '/actions/tailoring/gluttonous_pouch' | '/actions/tailoring/gobo_boots' | '/actions/tailoring/gobo_bracers' | '/actions/tailoring/gobo_chaps' | '/actions/tailoring/gobo_hood' | '/actions/tailoring/gobo_leather' | '/actions/tailoring/gobo_tunic' | '/actions/tailoring/griffin_chaps' | '/actions/tailoring/griffin_tunic' | '/actions/tailoring/guzzling_pouch' | '/actions/tailoring/icy_robe_bottoms' | '/actions/tailoring/icy_robe_top' | '/actions/tailoring/kraken_chaps' | '/actions/tailoring/kraken_tunic' | '/actions/tailoring/large_pouch' | '/actions/tailoring/linen_boots' | '/actions/tailoring/linen_fabric' | '/actions/tailoring/linen_gloves' | '/actions/tailoring/linen_hat' | '/actions/tailoring/linen_robe_bottoms' | '/actions/tailoring/linen_robe_top' | '/actions/tailoring/lumberjacks_bottoms' | '/actions/tailoring/lumberjacks_top' | '/actions/tailoring/luna_robe_bottoms' | '/actions/tailoring/luna_robe_top' | '/actions/tailoring/magicians_hat' | '/actions/tailoring/marine_chaps' | '/actions/tailoring/marine_tunic' | '/actions/tailoring/marksman_bracers' | '/actions/tailoring/medium_pouch' | '/actions/tailoring/radiant_boots' | '/actions/tailoring/radiant_fabric' | '/actions/tailoring/radiant_gloves' | '/actions/tailoring/radiant_hat' | '/actions/tailoring/radiant_robe_bottoms' | '/actions/tailoring/radiant_robe_top' | '/actions/tailoring/red_culinary_hat' | '/actions/tailoring/reptile_boots' | '/actions/tailoring/reptile_bracers' | '/actions/tailoring/reptile_chaps' | '/actions/tailoring/reptile_hood' | '/actions/tailoring/reptile_leather' | '/actions/tailoring/reptile_tunic' | '/actions/tailoring/revenant_chaps' | '/actions/tailoring/revenant_tunic' | '/actions/tailoring/rough_boots' | '/actions/tailoring/rough_bracers' | '/actions/tailoring/rough_chaps' | '/actions/tailoring/rough_hood' | '/actions/tailoring/rough_leather' | '/actions/tailoring/rough_tunic' | '/actions/tailoring/royal_fire_robe_bottoms' | '/actions/tailoring/royal_fire_robe_top' | '/actions/tailoring/royal_nature_robe_bottoms' | '/actions/tailoring/royal_nature_robe_top' | '/actions/tailoring/royal_water_robe_bottoms' | '/actions/tailoring/royal_water_robe_top' | '/actions/tailoring/shoebill_shoes' | '/actions/tailoring/sighted_bracers' | '/actions/tailoring/silk_boots' | '/actions/tailoring/silk_fabric' | '/actions/tailoring/silk_gloves' | '/actions/tailoring/silk_hat' | '/actions/tailoring/silk_robe_bottoms' | '/actions/tailoring/silk_robe_top' | '/actions/tailoring/small_pouch' | '/actions/tailoring/sorcerer_boots' | '/actions/tailoring/tailors_bottoms' | '/actions/tailoring/tailors_top' | '/actions/tailoring/umbral_boots' | '/actions/tailoring/umbral_bracers' | '/actions/tailoring/umbral_chaps' | '/actions/tailoring/umbral_hood' | '/actions/tailoring/umbral_leather' | '/actions/tailoring/umbral_tunic' | '/actions/woodcutting/arcane_tree' | '/actions/woodcutting/birch_tree' | '/actions/woodcutting/cedar_tree' | '/actions/woodcutting/ginkgo_tree' | '/actions/woodcutting/purpleheart_tree' | '/actions/woodcutting/redwood_tree' | '/actions/woodcutting/tree';
|
|
1274
|
+
export declare const ACTION_COUNT: 630;
|
|
1275
|
+
//# sourceMappingURL=actions-hrids.d.ts.map
|