@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,1378 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Auto-generated file - DO NOT EDIT
|
|
3
|
+
* Generated on 2025-07-26T22:01:12.905Z
|
|
4
|
+
*/
|
|
5
|
+
import { z } from 'zod';
|
|
6
|
+
export declare const ActionHridEnum: z.ZodEnum<{
|
|
7
|
+
"/actions/alchemy/coinify": "/actions/alchemy/coinify";
|
|
8
|
+
"/actions/alchemy/decompose": "/actions/alchemy/decompose";
|
|
9
|
+
"/actions/alchemy/transmute": "/actions/alchemy/transmute";
|
|
10
|
+
"/actions/brewing/alchemy_tea": "/actions/brewing/alchemy_tea";
|
|
11
|
+
"/actions/brewing/artisan_tea": "/actions/brewing/artisan_tea";
|
|
12
|
+
"/actions/brewing/attack_coffee": "/actions/brewing/attack_coffee";
|
|
13
|
+
"/actions/brewing/blessed_tea": "/actions/brewing/blessed_tea";
|
|
14
|
+
"/actions/brewing/brewing_tea": "/actions/brewing/brewing_tea";
|
|
15
|
+
"/actions/brewing/catalytic_tea": "/actions/brewing/catalytic_tea";
|
|
16
|
+
"/actions/brewing/channeling_coffee": "/actions/brewing/channeling_coffee";
|
|
17
|
+
"/actions/brewing/cheesesmithing_tea": "/actions/brewing/cheesesmithing_tea";
|
|
18
|
+
"/actions/brewing/cooking_tea": "/actions/brewing/cooking_tea";
|
|
19
|
+
"/actions/brewing/crafting_tea": "/actions/brewing/crafting_tea";
|
|
20
|
+
"/actions/brewing/critical_coffee": "/actions/brewing/critical_coffee";
|
|
21
|
+
"/actions/brewing/defense_coffee": "/actions/brewing/defense_coffee";
|
|
22
|
+
"/actions/brewing/efficiency_tea": "/actions/brewing/efficiency_tea";
|
|
23
|
+
"/actions/brewing/enhancing_tea": "/actions/brewing/enhancing_tea";
|
|
24
|
+
"/actions/brewing/foraging_tea": "/actions/brewing/foraging_tea";
|
|
25
|
+
"/actions/brewing/gathering_tea": "/actions/brewing/gathering_tea";
|
|
26
|
+
"/actions/brewing/gourmet_tea": "/actions/brewing/gourmet_tea";
|
|
27
|
+
"/actions/brewing/intelligence_coffee": "/actions/brewing/intelligence_coffee";
|
|
28
|
+
"/actions/brewing/lucky_coffee": "/actions/brewing/lucky_coffee";
|
|
29
|
+
"/actions/brewing/magic_coffee": "/actions/brewing/magic_coffee";
|
|
30
|
+
"/actions/brewing/milking_tea": "/actions/brewing/milking_tea";
|
|
31
|
+
"/actions/brewing/power_coffee": "/actions/brewing/power_coffee";
|
|
32
|
+
"/actions/brewing/processing_tea": "/actions/brewing/processing_tea";
|
|
33
|
+
"/actions/brewing/ranged_coffee": "/actions/brewing/ranged_coffee";
|
|
34
|
+
"/actions/brewing/stamina_coffee": "/actions/brewing/stamina_coffee";
|
|
35
|
+
"/actions/brewing/super_alchemy_tea": "/actions/brewing/super_alchemy_tea";
|
|
36
|
+
"/actions/brewing/super_attack_coffee": "/actions/brewing/super_attack_coffee";
|
|
37
|
+
"/actions/brewing/super_brewing_tea": "/actions/brewing/super_brewing_tea";
|
|
38
|
+
"/actions/brewing/super_cheesesmithing_tea": "/actions/brewing/super_cheesesmithing_tea";
|
|
39
|
+
"/actions/brewing/super_cooking_tea": "/actions/brewing/super_cooking_tea";
|
|
40
|
+
"/actions/brewing/super_crafting_tea": "/actions/brewing/super_crafting_tea";
|
|
41
|
+
"/actions/brewing/super_defense_coffee": "/actions/brewing/super_defense_coffee";
|
|
42
|
+
"/actions/brewing/super_enhancing_tea": "/actions/brewing/super_enhancing_tea";
|
|
43
|
+
"/actions/brewing/super_foraging_tea": "/actions/brewing/super_foraging_tea";
|
|
44
|
+
"/actions/brewing/super_intelligence_coffee": "/actions/brewing/super_intelligence_coffee";
|
|
45
|
+
"/actions/brewing/super_magic_coffee": "/actions/brewing/super_magic_coffee";
|
|
46
|
+
"/actions/brewing/super_milking_tea": "/actions/brewing/super_milking_tea";
|
|
47
|
+
"/actions/brewing/super_power_coffee": "/actions/brewing/super_power_coffee";
|
|
48
|
+
"/actions/brewing/super_ranged_coffee": "/actions/brewing/super_ranged_coffee";
|
|
49
|
+
"/actions/brewing/super_stamina_coffee": "/actions/brewing/super_stamina_coffee";
|
|
50
|
+
"/actions/brewing/super_tailoring_tea": "/actions/brewing/super_tailoring_tea";
|
|
51
|
+
"/actions/brewing/super_woodcutting_tea": "/actions/brewing/super_woodcutting_tea";
|
|
52
|
+
"/actions/brewing/swiftness_coffee": "/actions/brewing/swiftness_coffee";
|
|
53
|
+
"/actions/brewing/tailoring_tea": "/actions/brewing/tailoring_tea";
|
|
54
|
+
"/actions/brewing/ultra_alchemy_tea": "/actions/brewing/ultra_alchemy_tea";
|
|
55
|
+
"/actions/brewing/ultra_attack_coffee": "/actions/brewing/ultra_attack_coffee";
|
|
56
|
+
"/actions/brewing/ultra_brewing_tea": "/actions/brewing/ultra_brewing_tea";
|
|
57
|
+
"/actions/brewing/ultra_cheesesmithing_tea": "/actions/brewing/ultra_cheesesmithing_tea";
|
|
58
|
+
"/actions/brewing/ultra_cooking_tea": "/actions/brewing/ultra_cooking_tea";
|
|
59
|
+
"/actions/brewing/ultra_crafting_tea": "/actions/brewing/ultra_crafting_tea";
|
|
60
|
+
"/actions/brewing/ultra_defense_coffee": "/actions/brewing/ultra_defense_coffee";
|
|
61
|
+
"/actions/brewing/ultra_enhancing_tea": "/actions/brewing/ultra_enhancing_tea";
|
|
62
|
+
"/actions/brewing/ultra_foraging_tea": "/actions/brewing/ultra_foraging_tea";
|
|
63
|
+
"/actions/brewing/ultra_intelligence_coffee": "/actions/brewing/ultra_intelligence_coffee";
|
|
64
|
+
"/actions/brewing/ultra_magic_coffee": "/actions/brewing/ultra_magic_coffee";
|
|
65
|
+
"/actions/brewing/ultra_milking_tea": "/actions/brewing/ultra_milking_tea";
|
|
66
|
+
"/actions/brewing/ultra_power_coffee": "/actions/brewing/ultra_power_coffee";
|
|
67
|
+
"/actions/brewing/ultra_ranged_coffee": "/actions/brewing/ultra_ranged_coffee";
|
|
68
|
+
"/actions/brewing/ultra_stamina_coffee": "/actions/brewing/ultra_stamina_coffee";
|
|
69
|
+
"/actions/brewing/ultra_tailoring_tea": "/actions/brewing/ultra_tailoring_tea";
|
|
70
|
+
"/actions/brewing/ultra_woodcutting_tea": "/actions/brewing/ultra_woodcutting_tea";
|
|
71
|
+
"/actions/brewing/wisdom_coffee": "/actions/brewing/wisdom_coffee";
|
|
72
|
+
"/actions/brewing/wisdom_tea": "/actions/brewing/wisdom_tea";
|
|
73
|
+
"/actions/brewing/woodcutting_tea": "/actions/brewing/woodcutting_tea";
|
|
74
|
+
"/actions/cheesesmithing/anchorbound_plate_body": "/actions/cheesesmithing/anchorbound_plate_body";
|
|
75
|
+
"/actions/cheesesmithing/anchorbound_plate_legs": "/actions/cheesesmithing/anchorbound_plate_legs";
|
|
76
|
+
"/actions/cheesesmithing/azure_alembic": "/actions/cheesesmithing/azure_alembic";
|
|
77
|
+
"/actions/cheesesmithing/azure_boots": "/actions/cheesesmithing/azure_boots";
|
|
78
|
+
"/actions/cheesesmithing/azure_brush": "/actions/cheesesmithing/azure_brush";
|
|
79
|
+
"/actions/cheesesmithing/azure_buckler": "/actions/cheesesmithing/azure_buckler";
|
|
80
|
+
"/actions/cheesesmithing/azure_bulwark": "/actions/cheesesmithing/azure_bulwark";
|
|
81
|
+
"/actions/cheesesmithing/azure_cheese": "/actions/cheesesmithing/azure_cheese";
|
|
82
|
+
"/actions/cheesesmithing/azure_chisel": "/actions/cheesesmithing/azure_chisel";
|
|
83
|
+
"/actions/cheesesmithing/azure_enhancer": "/actions/cheesesmithing/azure_enhancer";
|
|
84
|
+
"/actions/cheesesmithing/azure_gauntlets": "/actions/cheesesmithing/azure_gauntlets";
|
|
85
|
+
"/actions/cheesesmithing/azure_hammer": "/actions/cheesesmithing/azure_hammer";
|
|
86
|
+
"/actions/cheesesmithing/azure_hatchet": "/actions/cheesesmithing/azure_hatchet";
|
|
87
|
+
"/actions/cheesesmithing/azure_helmet": "/actions/cheesesmithing/azure_helmet";
|
|
88
|
+
"/actions/cheesesmithing/azure_mace": "/actions/cheesesmithing/azure_mace";
|
|
89
|
+
"/actions/cheesesmithing/azure_needle": "/actions/cheesesmithing/azure_needle";
|
|
90
|
+
"/actions/cheesesmithing/azure_plate_body": "/actions/cheesesmithing/azure_plate_body";
|
|
91
|
+
"/actions/cheesesmithing/azure_plate_legs": "/actions/cheesesmithing/azure_plate_legs";
|
|
92
|
+
"/actions/cheesesmithing/azure_pot": "/actions/cheesesmithing/azure_pot";
|
|
93
|
+
"/actions/cheesesmithing/azure_shears": "/actions/cheesesmithing/azure_shears";
|
|
94
|
+
"/actions/cheesesmithing/azure_spatula": "/actions/cheesesmithing/azure_spatula";
|
|
95
|
+
"/actions/cheesesmithing/azure_spear": "/actions/cheesesmithing/azure_spear";
|
|
96
|
+
"/actions/cheesesmithing/azure_sword": "/actions/cheesesmithing/azure_sword";
|
|
97
|
+
"/actions/cheesesmithing/black_bear_shoes": "/actions/cheesesmithing/black_bear_shoes";
|
|
98
|
+
"/actions/cheesesmithing/burble_alembic": "/actions/cheesesmithing/burble_alembic";
|
|
99
|
+
"/actions/cheesesmithing/burble_boots": "/actions/cheesesmithing/burble_boots";
|
|
100
|
+
"/actions/cheesesmithing/burble_brush": "/actions/cheesesmithing/burble_brush";
|
|
101
|
+
"/actions/cheesesmithing/burble_buckler": "/actions/cheesesmithing/burble_buckler";
|
|
102
|
+
"/actions/cheesesmithing/burble_bulwark": "/actions/cheesesmithing/burble_bulwark";
|
|
103
|
+
"/actions/cheesesmithing/burble_cheese": "/actions/cheesesmithing/burble_cheese";
|
|
104
|
+
"/actions/cheesesmithing/burble_chisel": "/actions/cheesesmithing/burble_chisel";
|
|
105
|
+
"/actions/cheesesmithing/burble_enhancer": "/actions/cheesesmithing/burble_enhancer";
|
|
106
|
+
"/actions/cheesesmithing/burble_gauntlets": "/actions/cheesesmithing/burble_gauntlets";
|
|
107
|
+
"/actions/cheesesmithing/burble_hammer": "/actions/cheesesmithing/burble_hammer";
|
|
108
|
+
"/actions/cheesesmithing/burble_hatchet": "/actions/cheesesmithing/burble_hatchet";
|
|
109
|
+
"/actions/cheesesmithing/burble_helmet": "/actions/cheesesmithing/burble_helmet";
|
|
110
|
+
"/actions/cheesesmithing/burble_mace": "/actions/cheesesmithing/burble_mace";
|
|
111
|
+
"/actions/cheesesmithing/burble_needle": "/actions/cheesesmithing/burble_needle";
|
|
112
|
+
"/actions/cheesesmithing/burble_plate_body": "/actions/cheesesmithing/burble_plate_body";
|
|
113
|
+
"/actions/cheesesmithing/burble_plate_legs": "/actions/cheesesmithing/burble_plate_legs";
|
|
114
|
+
"/actions/cheesesmithing/burble_pot": "/actions/cheesesmithing/burble_pot";
|
|
115
|
+
"/actions/cheesesmithing/burble_shears": "/actions/cheesesmithing/burble_shears";
|
|
116
|
+
"/actions/cheesesmithing/burble_spatula": "/actions/cheesesmithing/burble_spatula";
|
|
117
|
+
"/actions/cheesesmithing/burble_spear": "/actions/cheesesmithing/burble_spear";
|
|
118
|
+
"/actions/cheesesmithing/burble_sword": "/actions/cheesesmithing/burble_sword";
|
|
119
|
+
"/actions/cheesesmithing/celestial_alembic": "/actions/cheesesmithing/celestial_alembic";
|
|
120
|
+
"/actions/cheesesmithing/celestial_brush": "/actions/cheesesmithing/celestial_brush";
|
|
121
|
+
"/actions/cheesesmithing/celestial_chisel": "/actions/cheesesmithing/celestial_chisel";
|
|
122
|
+
"/actions/cheesesmithing/celestial_enhancer": "/actions/cheesesmithing/celestial_enhancer";
|
|
123
|
+
"/actions/cheesesmithing/celestial_hammer": "/actions/cheesesmithing/celestial_hammer";
|
|
124
|
+
"/actions/cheesesmithing/celestial_hatchet": "/actions/cheesesmithing/celestial_hatchet";
|
|
125
|
+
"/actions/cheesesmithing/celestial_needle": "/actions/cheesesmithing/celestial_needle";
|
|
126
|
+
"/actions/cheesesmithing/celestial_pot": "/actions/cheesesmithing/celestial_pot";
|
|
127
|
+
"/actions/cheesesmithing/celestial_shears": "/actions/cheesesmithing/celestial_shears";
|
|
128
|
+
"/actions/cheesesmithing/celestial_spatula": "/actions/cheesesmithing/celestial_spatula";
|
|
129
|
+
"/actions/cheesesmithing/chaotic_flail": "/actions/cheesesmithing/chaotic_flail";
|
|
130
|
+
"/actions/cheesesmithing/cheese": "/actions/cheesesmithing/cheese";
|
|
131
|
+
"/actions/cheesesmithing/cheese_alembic": "/actions/cheesesmithing/cheese_alembic";
|
|
132
|
+
"/actions/cheesesmithing/cheese_boots": "/actions/cheesesmithing/cheese_boots";
|
|
133
|
+
"/actions/cheesesmithing/cheese_brush": "/actions/cheesesmithing/cheese_brush";
|
|
134
|
+
"/actions/cheesesmithing/cheese_buckler": "/actions/cheesesmithing/cheese_buckler";
|
|
135
|
+
"/actions/cheesesmithing/cheese_bulwark": "/actions/cheesesmithing/cheese_bulwark";
|
|
136
|
+
"/actions/cheesesmithing/cheese_chisel": "/actions/cheesesmithing/cheese_chisel";
|
|
137
|
+
"/actions/cheesesmithing/cheese_enhancer": "/actions/cheesesmithing/cheese_enhancer";
|
|
138
|
+
"/actions/cheesesmithing/cheese_gauntlets": "/actions/cheesesmithing/cheese_gauntlets";
|
|
139
|
+
"/actions/cheesesmithing/cheese_hammer": "/actions/cheesesmithing/cheese_hammer";
|
|
140
|
+
"/actions/cheesesmithing/cheese_hatchet": "/actions/cheesesmithing/cheese_hatchet";
|
|
141
|
+
"/actions/cheesesmithing/cheese_helmet": "/actions/cheesesmithing/cheese_helmet";
|
|
142
|
+
"/actions/cheesesmithing/cheese_mace": "/actions/cheesesmithing/cheese_mace";
|
|
143
|
+
"/actions/cheesesmithing/cheese_needle": "/actions/cheesesmithing/cheese_needle";
|
|
144
|
+
"/actions/cheesesmithing/cheese_plate_body": "/actions/cheesesmithing/cheese_plate_body";
|
|
145
|
+
"/actions/cheesesmithing/cheese_plate_legs": "/actions/cheesesmithing/cheese_plate_legs";
|
|
146
|
+
"/actions/cheesesmithing/cheese_pot": "/actions/cheesesmithing/cheese_pot";
|
|
147
|
+
"/actions/cheesesmithing/cheese_shears": "/actions/cheesesmithing/cheese_shears";
|
|
148
|
+
"/actions/cheesesmithing/cheese_spatula": "/actions/cheesesmithing/cheese_spatula";
|
|
149
|
+
"/actions/cheesesmithing/cheese_spear": "/actions/cheesesmithing/cheese_spear";
|
|
150
|
+
"/actions/cheesesmithing/cheese_sword": "/actions/cheesesmithing/cheese_sword";
|
|
151
|
+
"/actions/cheesesmithing/colossus_plate_body": "/actions/cheesesmithing/colossus_plate_body";
|
|
152
|
+
"/actions/cheesesmithing/colossus_plate_legs": "/actions/cheesesmithing/colossus_plate_legs";
|
|
153
|
+
"/actions/cheesesmithing/corsair_helmet": "/actions/cheesesmithing/corsair_helmet";
|
|
154
|
+
"/actions/cheesesmithing/crimson_alembic": "/actions/cheesesmithing/crimson_alembic";
|
|
155
|
+
"/actions/cheesesmithing/crimson_boots": "/actions/cheesesmithing/crimson_boots";
|
|
156
|
+
"/actions/cheesesmithing/crimson_brush": "/actions/cheesesmithing/crimson_brush";
|
|
157
|
+
"/actions/cheesesmithing/crimson_buckler": "/actions/cheesesmithing/crimson_buckler";
|
|
158
|
+
"/actions/cheesesmithing/crimson_bulwark": "/actions/cheesesmithing/crimson_bulwark";
|
|
159
|
+
"/actions/cheesesmithing/crimson_cheese": "/actions/cheesesmithing/crimson_cheese";
|
|
160
|
+
"/actions/cheesesmithing/crimson_chisel": "/actions/cheesesmithing/crimson_chisel";
|
|
161
|
+
"/actions/cheesesmithing/crimson_enhancer": "/actions/cheesesmithing/crimson_enhancer";
|
|
162
|
+
"/actions/cheesesmithing/crimson_gauntlets": "/actions/cheesesmithing/crimson_gauntlets";
|
|
163
|
+
"/actions/cheesesmithing/crimson_hammer": "/actions/cheesesmithing/crimson_hammer";
|
|
164
|
+
"/actions/cheesesmithing/crimson_hatchet": "/actions/cheesesmithing/crimson_hatchet";
|
|
165
|
+
"/actions/cheesesmithing/crimson_helmet": "/actions/cheesesmithing/crimson_helmet";
|
|
166
|
+
"/actions/cheesesmithing/crimson_mace": "/actions/cheesesmithing/crimson_mace";
|
|
167
|
+
"/actions/cheesesmithing/crimson_needle": "/actions/cheesesmithing/crimson_needle";
|
|
168
|
+
"/actions/cheesesmithing/crimson_plate_body": "/actions/cheesesmithing/crimson_plate_body";
|
|
169
|
+
"/actions/cheesesmithing/crimson_plate_legs": "/actions/cheesesmithing/crimson_plate_legs";
|
|
170
|
+
"/actions/cheesesmithing/crimson_pot": "/actions/cheesesmithing/crimson_pot";
|
|
171
|
+
"/actions/cheesesmithing/crimson_shears": "/actions/cheesesmithing/crimson_shears";
|
|
172
|
+
"/actions/cheesesmithing/crimson_spatula": "/actions/cheesesmithing/crimson_spatula";
|
|
173
|
+
"/actions/cheesesmithing/crimson_spear": "/actions/cheesesmithing/crimson_spear";
|
|
174
|
+
"/actions/cheesesmithing/crimson_sword": "/actions/cheesesmithing/crimson_sword";
|
|
175
|
+
"/actions/cheesesmithing/demonic_plate_body": "/actions/cheesesmithing/demonic_plate_body";
|
|
176
|
+
"/actions/cheesesmithing/demonic_plate_legs": "/actions/cheesesmithing/demonic_plate_legs";
|
|
177
|
+
"/actions/cheesesmithing/dodocamel_gauntlets": "/actions/cheesesmithing/dodocamel_gauntlets";
|
|
178
|
+
"/actions/cheesesmithing/furious_spear": "/actions/cheesesmithing/furious_spear";
|
|
179
|
+
"/actions/cheesesmithing/granite_bludgeon": "/actions/cheesesmithing/granite_bludgeon";
|
|
180
|
+
"/actions/cheesesmithing/griffin_bulwark": "/actions/cheesesmithing/griffin_bulwark";
|
|
181
|
+
"/actions/cheesesmithing/grizzly_bear_shoes": "/actions/cheesesmithing/grizzly_bear_shoes";
|
|
182
|
+
"/actions/cheesesmithing/holy_alembic": "/actions/cheesesmithing/holy_alembic";
|
|
183
|
+
"/actions/cheesesmithing/holy_boots": "/actions/cheesesmithing/holy_boots";
|
|
184
|
+
"/actions/cheesesmithing/holy_brush": "/actions/cheesesmithing/holy_brush";
|
|
185
|
+
"/actions/cheesesmithing/holy_buckler": "/actions/cheesesmithing/holy_buckler";
|
|
186
|
+
"/actions/cheesesmithing/holy_bulwark": "/actions/cheesesmithing/holy_bulwark";
|
|
187
|
+
"/actions/cheesesmithing/holy_cheese": "/actions/cheesesmithing/holy_cheese";
|
|
188
|
+
"/actions/cheesesmithing/holy_chisel": "/actions/cheesesmithing/holy_chisel";
|
|
189
|
+
"/actions/cheesesmithing/holy_enhancer": "/actions/cheesesmithing/holy_enhancer";
|
|
190
|
+
"/actions/cheesesmithing/holy_gauntlets": "/actions/cheesesmithing/holy_gauntlets";
|
|
191
|
+
"/actions/cheesesmithing/holy_hammer": "/actions/cheesesmithing/holy_hammer";
|
|
192
|
+
"/actions/cheesesmithing/holy_hatchet": "/actions/cheesesmithing/holy_hatchet";
|
|
193
|
+
"/actions/cheesesmithing/holy_helmet": "/actions/cheesesmithing/holy_helmet";
|
|
194
|
+
"/actions/cheesesmithing/holy_mace": "/actions/cheesesmithing/holy_mace";
|
|
195
|
+
"/actions/cheesesmithing/holy_needle": "/actions/cheesesmithing/holy_needle";
|
|
196
|
+
"/actions/cheesesmithing/holy_plate_body": "/actions/cheesesmithing/holy_plate_body";
|
|
197
|
+
"/actions/cheesesmithing/holy_plate_legs": "/actions/cheesesmithing/holy_plate_legs";
|
|
198
|
+
"/actions/cheesesmithing/holy_pot": "/actions/cheesesmithing/holy_pot";
|
|
199
|
+
"/actions/cheesesmithing/holy_shears": "/actions/cheesesmithing/holy_shears";
|
|
200
|
+
"/actions/cheesesmithing/holy_spatula": "/actions/cheesesmithing/holy_spatula";
|
|
201
|
+
"/actions/cheesesmithing/holy_spear": "/actions/cheesesmithing/holy_spear";
|
|
202
|
+
"/actions/cheesesmithing/holy_sword": "/actions/cheesesmithing/holy_sword";
|
|
203
|
+
"/actions/cheesesmithing/knights_aegis": "/actions/cheesesmithing/knights_aegis";
|
|
204
|
+
"/actions/cheesesmithing/maelstrom_plate_body": "/actions/cheesesmithing/maelstrom_plate_body";
|
|
205
|
+
"/actions/cheesesmithing/maelstrom_plate_legs": "/actions/cheesesmithing/maelstrom_plate_legs";
|
|
206
|
+
"/actions/cheesesmithing/magnetic_gloves": "/actions/cheesesmithing/magnetic_gloves";
|
|
207
|
+
"/actions/cheesesmithing/panda_gloves": "/actions/cheesesmithing/panda_gloves";
|
|
208
|
+
"/actions/cheesesmithing/pincer_gloves": "/actions/cheesesmithing/pincer_gloves";
|
|
209
|
+
"/actions/cheesesmithing/polar_bear_shoes": "/actions/cheesesmithing/polar_bear_shoes";
|
|
210
|
+
"/actions/cheesesmithing/rainbow_alembic": "/actions/cheesesmithing/rainbow_alembic";
|
|
211
|
+
"/actions/cheesesmithing/rainbow_boots": "/actions/cheesesmithing/rainbow_boots";
|
|
212
|
+
"/actions/cheesesmithing/rainbow_brush": "/actions/cheesesmithing/rainbow_brush";
|
|
213
|
+
"/actions/cheesesmithing/rainbow_buckler": "/actions/cheesesmithing/rainbow_buckler";
|
|
214
|
+
"/actions/cheesesmithing/rainbow_bulwark": "/actions/cheesesmithing/rainbow_bulwark";
|
|
215
|
+
"/actions/cheesesmithing/rainbow_cheese": "/actions/cheesesmithing/rainbow_cheese";
|
|
216
|
+
"/actions/cheesesmithing/rainbow_chisel": "/actions/cheesesmithing/rainbow_chisel";
|
|
217
|
+
"/actions/cheesesmithing/rainbow_enhancer": "/actions/cheesesmithing/rainbow_enhancer";
|
|
218
|
+
"/actions/cheesesmithing/rainbow_gauntlets": "/actions/cheesesmithing/rainbow_gauntlets";
|
|
219
|
+
"/actions/cheesesmithing/rainbow_hammer": "/actions/cheesesmithing/rainbow_hammer";
|
|
220
|
+
"/actions/cheesesmithing/rainbow_hatchet": "/actions/cheesesmithing/rainbow_hatchet";
|
|
221
|
+
"/actions/cheesesmithing/rainbow_helmet": "/actions/cheesesmithing/rainbow_helmet";
|
|
222
|
+
"/actions/cheesesmithing/rainbow_mace": "/actions/cheesesmithing/rainbow_mace";
|
|
223
|
+
"/actions/cheesesmithing/rainbow_needle": "/actions/cheesesmithing/rainbow_needle";
|
|
224
|
+
"/actions/cheesesmithing/rainbow_plate_body": "/actions/cheesesmithing/rainbow_plate_body";
|
|
225
|
+
"/actions/cheesesmithing/rainbow_plate_legs": "/actions/cheesesmithing/rainbow_plate_legs";
|
|
226
|
+
"/actions/cheesesmithing/rainbow_pot": "/actions/cheesesmithing/rainbow_pot";
|
|
227
|
+
"/actions/cheesesmithing/rainbow_shears": "/actions/cheesesmithing/rainbow_shears";
|
|
228
|
+
"/actions/cheesesmithing/rainbow_spatula": "/actions/cheesesmithing/rainbow_spatula";
|
|
229
|
+
"/actions/cheesesmithing/rainbow_spear": "/actions/cheesesmithing/rainbow_spear";
|
|
230
|
+
"/actions/cheesesmithing/rainbow_sword": "/actions/cheesesmithing/rainbow_sword";
|
|
231
|
+
"/actions/cheesesmithing/regal_sword": "/actions/cheesesmithing/regal_sword";
|
|
232
|
+
"/actions/cheesesmithing/snail_shell_helmet": "/actions/cheesesmithing/snail_shell_helmet";
|
|
233
|
+
"/actions/cheesesmithing/snake_fang_dirk": "/actions/cheesesmithing/snake_fang_dirk";
|
|
234
|
+
"/actions/cheesesmithing/spiked_bulwark": "/actions/cheesesmithing/spiked_bulwark";
|
|
235
|
+
"/actions/cheesesmithing/stalactite_spear": "/actions/cheesesmithing/stalactite_spear";
|
|
236
|
+
"/actions/cheesesmithing/turtle_shell_body": "/actions/cheesesmithing/turtle_shell_body";
|
|
237
|
+
"/actions/cheesesmithing/turtle_shell_legs": "/actions/cheesesmithing/turtle_shell_legs";
|
|
238
|
+
"/actions/cheesesmithing/vampire_fang_dirk": "/actions/cheesesmithing/vampire_fang_dirk";
|
|
239
|
+
"/actions/cheesesmithing/verdant_alembic": "/actions/cheesesmithing/verdant_alembic";
|
|
240
|
+
"/actions/cheesesmithing/verdant_boots": "/actions/cheesesmithing/verdant_boots";
|
|
241
|
+
"/actions/cheesesmithing/verdant_brush": "/actions/cheesesmithing/verdant_brush";
|
|
242
|
+
"/actions/cheesesmithing/verdant_buckler": "/actions/cheesesmithing/verdant_buckler";
|
|
243
|
+
"/actions/cheesesmithing/verdant_bulwark": "/actions/cheesesmithing/verdant_bulwark";
|
|
244
|
+
"/actions/cheesesmithing/verdant_cheese": "/actions/cheesesmithing/verdant_cheese";
|
|
245
|
+
"/actions/cheesesmithing/verdant_chisel": "/actions/cheesesmithing/verdant_chisel";
|
|
246
|
+
"/actions/cheesesmithing/verdant_enhancer": "/actions/cheesesmithing/verdant_enhancer";
|
|
247
|
+
"/actions/cheesesmithing/verdant_gauntlets": "/actions/cheesesmithing/verdant_gauntlets";
|
|
248
|
+
"/actions/cheesesmithing/verdant_hammer": "/actions/cheesesmithing/verdant_hammer";
|
|
249
|
+
"/actions/cheesesmithing/verdant_hatchet": "/actions/cheesesmithing/verdant_hatchet";
|
|
250
|
+
"/actions/cheesesmithing/verdant_helmet": "/actions/cheesesmithing/verdant_helmet";
|
|
251
|
+
"/actions/cheesesmithing/verdant_mace": "/actions/cheesesmithing/verdant_mace";
|
|
252
|
+
"/actions/cheesesmithing/verdant_needle": "/actions/cheesesmithing/verdant_needle";
|
|
253
|
+
"/actions/cheesesmithing/verdant_plate_body": "/actions/cheesesmithing/verdant_plate_body";
|
|
254
|
+
"/actions/cheesesmithing/verdant_plate_legs": "/actions/cheesesmithing/verdant_plate_legs";
|
|
255
|
+
"/actions/cheesesmithing/verdant_pot": "/actions/cheesesmithing/verdant_pot";
|
|
256
|
+
"/actions/cheesesmithing/verdant_shears": "/actions/cheesesmithing/verdant_shears";
|
|
257
|
+
"/actions/cheesesmithing/verdant_spatula": "/actions/cheesesmithing/verdant_spatula";
|
|
258
|
+
"/actions/cheesesmithing/verdant_spear": "/actions/cheesesmithing/verdant_spear";
|
|
259
|
+
"/actions/cheesesmithing/verdant_sword": "/actions/cheesesmithing/verdant_sword";
|
|
260
|
+
"/actions/cheesesmithing/vision_helmet": "/actions/cheesesmithing/vision_helmet";
|
|
261
|
+
"/actions/cheesesmithing/vision_shield": "/actions/cheesesmithing/vision_shield";
|
|
262
|
+
"/actions/cheesesmithing/werewolf_slasher": "/actions/cheesesmithing/werewolf_slasher";
|
|
263
|
+
"/actions/combat/abyssal_imp": "/actions/combat/abyssal_imp";
|
|
264
|
+
"/actions/combat/alligator": "/actions/combat/alligator";
|
|
265
|
+
"/actions/combat/aqua_planet": "/actions/combat/aqua_planet";
|
|
266
|
+
"/actions/combat/aqua_planet_elite": "/actions/combat/aqua_planet_elite";
|
|
267
|
+
"/actions/combat/aquahorse": "/actions/combat/aquahorse";
|
|
268
|
+
"/actions/combat/bear_with_it": "/actions/combat/bear_with_it";
|
|
269
|
+
"/actions/combat/bear_with_it_elite": "/actions/combat/bear_with_it_elite";
|
|
270
|
+
"/actions/combat/black_bear": "/actions/combat/black_bear";
|
|
271
|
+
"/actions/combat/centaur_archer": "/actions/combat/centaur_archer";
|
|
272
|
+
"/actions/combat/chimerical_den": "/actions/combat/chimerical_den";
|
|
273
|
+
"/actions/combat/crab": "/actions/combat/crab";
|
|
274
|
+
"/actions/combat/elementalist": "/actions/combat/elementalist";
|
|
275
|
+
"/actions/combat/enchanted_fortress": "/actions/combat/enchanted_fortress";
|
|
276
|
+
"/actions/combat/eye": "/actions/combat/eye";
|
|
277
|
+
"/actions/combat/eyes": "/actions/combat/eyes";
|
|
278
|
+
"/actions/combat/flame_sorcerer": "/actions/combat/flame_sorcerer";
|
|
279
|
+
"/actions/combat/fly": "/actions/combat/fly";
|
|
280
|
+
"/actions/combat/frog": "/actions/combat/frog";
|
|
281
|
+
"/actions/combat/gobo_boomy": "/actions/combat/gobo_boomy";
|
|
282
|
+
"/actions/combat/gobo_planet": "/actions/combat/gobo_planet";
|
|
283
|
+
"/actions/combat/gobo_planet_elite": "/actions/combat/gobo_planet_elite";
|
|
284
|
+
"/actions/combat/gobo_shooty": "/actions/combat/gobo_shooty";
|
|
285
|
+
"/actions/combat/gobo_slashy": "/actions/combat/gobo_slashy";
|
|
286
|
+
"/actions/combat/gobo_smashy": "/actions/combat/gobo_smashy";
|
|
287
|
+
"/actions/combat/gobo_stabby": "/actions/combat/gobo_stabby";
|
|
288
|
+
"/actions/combat/golem_cave": "/actions/combat/golem_cave";
|
|
289
|
+
"/actions/combat/golem_cave_elite": "/actions/combat/golem_cave_elite";
|
|
290
|
+
"/actions/combat/granite_golem": "/actions/combat/granite_golem";
|
|
291
|
+
"/actions/combat/grizzly_bear": "/actions/combat/grizzly_bear";
|
|
292
|
+
"/actions/combat/gummy_bear": "/actions/combat/gummy_bear";
|
|
293
|
+
"/actions/combat/ice_sorcerer": "/actions/combat/ice_sorcerer";
|
|
294
|
+
"/actions/combat/infernal_abyss": "/actions/combat/infernal_abyss";
|
|
295
|
+
"/actions/combat/infernal_abyss_elite": "/actions/combat/infernal_abyss_elite";
|
|
296
|
+
"/actions/combat/infernal_warlock": "/actions/combat/infernal_warlock";
|
|
297
|
+
"/actions/combat/jungle_planet": "/actions/combat/jungle_planet";
|
|
298
|
+
"/actions/combat/jungle_planet_elite": "/actions/combat/jungle_planet_elite";
|
|
299
|
+
"/actions/combat/jungle_sprite": "/actions/combat/jungle_sprite";
|
|
300
|
+
"/actions/combat/magnetic_golem": "/actions/combat/magnetic_golem";
|
|
301
|
+
"/actions/combat/myconid": "/actions/combat/myconid";
|
|
302
|
+
"/actions/combat/nom_nom": "/actions/combat/nom_nom";
|
|
303
|
+
"/actions/combat/novice_sorcerer": "/actions/combat/novice_sorcerer";
|
|
304
|
+
"/actions/combat/panda": "/actions/combat/panda";
|
|
305
|
+
"/actions/combat/pirate_cove": "/actions/combat/pirate_cove";
|
|
306
|
+
"/actions/combat/planet_of_the_eyes": "/actions/combat/planet_of_the_eyes";
|
|
307
|
+
"/actions/combat/planet_of_the_eyes_elite": "/actions/combat/planet_of_the_eyes_elite";
|
|
308
|
+
"/actions/combat/polar_bear": "/actions/combat/polar_bear";
|
|
309
|
+
"/actions/combat/porcupine": "/actions/combat/porcupine";
|
|
310
|
+
"/actions/combat/rat": "/actions/combat/rat";
|
|
311
|
+
"/actions/combat/sea_snail": "/actions/combat/sea_snail";
|
|
312
|
+
"/actions/combat/sinister_circus": "/actions/combat/sinister_circus";
|
|
313
|
+
"/actions/combat/skunk": "/actions/combat/skunk";
|
|
314
|
+
"/actions/combat/slimy": "/actions/combat/slimy";
|
|
315
|
+
"/actions/combat/smelly_planet": "/actions/combat/smelly_planet";
|
|
316
|
+
"/actions/combat/smelly_planet_elite": "/actions/combat/smelly_planet_elite";
|
|
317
|
+
"/actions/combat/snake": "/actions/combat/snake";
|
|
318
|
+
"/actions/combat/sorcerers_tower": "/actions/combat/sorcerers_tower";
|
|
319
|
+
"/actions/combat/sorcerers_tower_elite": "/actions/combat/sorcerers_tower_elite";
|
|
320
|
+
"/actions/combat/soul_hunter": "/actions/combat/soul_hunter";
|
|
321
|
+
"/actions/combat/stalactite_golem": "/actions/combat/stalactite_golem";
|
|
322
|
+
"/actions/combat/swamp_planet": "/actions/combat/swamp_planet";
|
|
323
|
+
"/actions/combat/swamp_planet_elite": "/actions/combat/swamp_planet_elite";
|
|
324
|
+
"/actions/combat/swampy": "/actions/combat/swampy";
|
|
325
|
+
"/actions/combat/treant": "/actions/combat/treant";
|
|
326
|
+
"/actions/combat/turtle": "/actions/combat/turtle";
|
|
327
|
+
"/actions/combat/twilight_zone": "/actions/combat/twilight_zone";
|
|
328
|
+
"/actions/combat/twilight_zone_elite": "/actions/combat/twilight_zone_elite";
|
|
329
|
+
"/actions/combat/vampire": "/actions/combat/vampire";
|
|
330
|
+
"/actions/combat/veyes": "/actions/combat/veyes";
|
|
331
|
+
"/actions/combat/werewolf": "/actions/combat/werewolf";
|
|
332
|
+
"/actions/combat/zombie": "/actions/combat/zombie";
|
|
333
|
+
"/actions/cooking/apple_gummy": "/actions/cooking/apple_gummy";
|
|
334
|
+
"/actions/cooking/apple_yogurt": "/actions/cooking/apple_yogurt";
|
|
335
|
+
"/actions/cooking/blackberry_cake": "/actions/cooking/blackberry_cake";
|
|
336
|
+
"/actions/cooking/blackberry_donut": "/actions/cooking/blackberry_donut";
|
|
337
|
+
"/actions/cooking/blueberry_cake": "/actions/cooking/blueberry_cake";
|
|
338
|
+
"/actions/cooking/blueberry_donut": "/actions/cooking/blueberry_donut";
|
|
339
|
+
"/actions/cooking/cupcake": "/actions/cooking/cupcake";
|
|
340
|
+
"/actions/cooking/donut": "/actions/cooking/donut";
|
|
341
|
+
"/actions/cooking/dragon_fruit_gummy": "/actions/cooking/dragon_fruit_gummy";
|
|
342
|
+
"/actions/cooking/dragon_fruit_yogurt": "/actions/cooking/dragon_fruit_yogurt";
|
|
343
|
+
"/actions/cooking/gummy": "/actions/cooking/gummy";
|
|
344
|
+
"/actions/cooking/marsberry_cake": "/actions/cooking/marsberry_cake";
|
|
345
|
+
"/actions/cooking/marsberry_donut": "/actions/cooking/marsberry_donut";
|
|
346
|
+
"/actions/cooking/mooberry_cake": "/actions/cooking/mooberry_cake";
|
|
347
|
+
"/actions/cooking/mooberry_donut": "/actions/cooking/mooberry_donut";
|
|
348
|
+
"/actions/cooking/orange_gummy": "/actions/cooking/orange_gummy";
|
|
349
|
+
"/actions/cooking/orange_yogurt": "/actions/cooking/orange_yogurt";
|
|
350
|
+
"/actions/cooking/peach_gummy": "/actions/cooking/peach_gummy";
|
|
351
|
+
"/actions/cooking/peach_yogurt": "/actions/cooking/peach_yogurt";
|
|
352
|
+
"/actions/cooking/plum_gummy": "/actions/cooking/plum_gummy";
|
|
353
|
+
"/actions/cooking/plum_yogurt": "/actions/cooking/plum_yogurt";
|
|
354
|
+
"/actions/cooking/spaceberry_cake": "/actions/cooking/spaceberry_cake";
|
|
355
|
+
"/actions/cooking/spaceberry_donut": "/actions/cooking/spaceberry_donut";
|
|
356
|
+
"/actions/cooking/star_fruit_gummy": "/actions/cooking/star_fruit_gummy";
|
|
357
|
+
"/actions/cooking/star_fruit_yogurt": "/actions/cooking/star_fruit_yogurt";
|
|
358
|
+
"/actions/cooking/strawberry_cake": "/actions/cooking/strawberry_cake";
|
|
359
|
+
"/actions/cooking/strawberry_donut": "/actions/cooking/strawberry_donut";
|
|
360
|
+
"/actions/cooking/yogurt": "/actions/cooking/yogurt";
|
|
361
|
+
"/actions/crafting/advanced_task_badge": "/actions/crafting/advanced_task_badge";
|
|
362
|
+
"/actions/crafting/arcane_bow": "/actions/crafting/arcane_bow";
|
|
363
|
+
"/actions/crafting/arcane_crossbow": "/actions/crafting/arcane_crossbow";
|
|
364
|
+
"/actions/crafting/arcane_fire_staff": "/actions/crafting/arcane_fire_staff";
|
|
365
|
+
"/actions/crafting/arcane_lumber": "/actions/crafting/arcane_lumber";
|
|
366
|
+
"/actions/crafting/arcane_nature_staff": "/actions/crafting/arcane_nature_staff";
|
|
367
|
+
"/actions/crafting/arcane_shield": "/actions/crafting/arcane_shield";
|
|
368
|
+
"/actions/crafting/arcane_water_staff": "/actions/crafting/arcane_water_staff";
|
|
369
|
+
"/actions/crafting/basic_task_badge": "/actions/crafting/basic_task_badge";
|
|
370
|
+
"/actions/crafting/birch_bow": "/actions/crafting/birch_bow";
|
|
371
|
+
"/actions/crafting/birch_crossbow": "/actions/crafting/birch_crossbow";
|
|
372
|
+
"/actions/crafting/birch_fire_staff": "/actions/crafting/birch_fire_staff";
|
|
373
|
+
"/actions/crafting/birch_lumber": "/actions/crafting/birch_lumber";
|
|
374
|
+
"/actions/crafting/birch_nature_staff": "/actions/crafting/birch_nature_staff";
|
|
375
|
+
"/actions/crafting/birch_shield": "/actions/crafting/birch_shield";
|
|
376
|
+
"/actions/crafting/birch_water_staff": "/actions/crafting/birch_water_staff";
|
|
377
|
+
"/actions/crafting/bishops_codex": "/actions/crafting/bishops_codex";
|
|
378
|
+
"/actions/crafting/blazing_trident": "/actions/crafting/blazing_trident";
|
|
379
|
+
"/actions/crafting/blooming_trident": "/actions/crafting/blooming_trident";
|
|
380
|
+
"/actions/crafting/catalyst_of_coinification": "/actions/crafting/catalyst_of_coinification";
|
|
381
|
+
"/actions/crafting/catalyst_of_decomposition": "/actions/crafting/catalyst_of_decomposition";
|
|
382
|
+
"/actions/crafting/catalyst_of_transmutation": "/actions/crafting/catalyst_of_transmutation";
|
|
383
|
+
"/actions/crafting/cedar_bow": "/actions/crafting/cedar_bow";
|
|
384
|
+
"/actions/crafting/cedar_crossbow": "/actions/crafting/cedar_crossbow";
|
|
385
|
+
"/actions/crafting/cedar_fire_staff": "/actions/crafting/cedar_fire_staff";
|
|
386
|
+
"/actions/crafting/cedar_lumber": "/actions/crafting/cedar_lumber";
|
|
387
|
+
"/actions/crafting/cedar_nature_staff": "/actions/crafting/cedar_nature_staff";
|
|
388
|
+
"/actions/crafting/cedar_shield": "/actions/crafting/cedar_shield";
|
|
389
|
+
"/actions/crafting/cedar_water_staff": "/actions/crafting/cedar_water_staff";
|
|
390
|
+
"/actions/crafting/chimerical_chest_key": "/actions/crafting/chimerical_chest_key";
|
|
391
|
+
"/actions/crafting/chimerical_entry_key": "/actions/crafting/chimerical_entry_key";
|
|
392
|
+
"/actions/crafting/crushed_amber": "/actions/crafting/crushed_amber";
|
|
393
|
+
"/actions/crafting/crushed_amethyst": "/actions/crafting/crushed_amethyst";
|
|
394
|
+
"/actions/crafting/crushed_garnet": "/actions/crafting/crushed_garnet";
|
|
395
|
+
"/actions/crafting/crushed_jade": "/actions/crafting/crushed_jade";
|
|
396
|
+
"/actions/crafting/crushed_moonstone": "/actions/crafting/crushed_moonstone";
|
|
397
|
+
"/actions/crafting/crushed_pearl": "/actions/crafting/crushed_pearl";
|
|
398
|
+
"/actions/crafting/crushed_philosophers_stone": "/actions/crafting/crushed_philosophers_stone";
|
|
399
|
+
"/actions/crafting/crushed_sunstone": "/actions/crafting/crushed_sunstone";
|
|
400
|
+
"/actions/crafting/cursed_bow": "/actions/crafting/cursed_bow";
|
|
401
|
+
"/actions/crafting/earrings_of_armor": "/actions/crafting/earrings_of_armor";
|
|
402
|
+
"/actions/crafting/earrings_of_critical_strike": "/actions/crafting/earrings_of_critical_strike";
|
|
403
|
+
"/actions/crafting/earrings_of_essence_find": "/actions/crafting/earrings_of_essence_find";
|
|
404
|
+
"/actions/crafting/earrings_of_gathering": "/actions/crafting/earrings_of_gathering";
|
|
405
|
+
"/actions/crafting/earrings_of_rare_find": "/actions/crafting/earrings_of_rare_find";
|
|
406
|
+
"/actions/crafting/earrings_of_regeneration": "/actions/crafting/earrings_of_regeneration";
|
|
407
|
+
"/actions/crafting/earrings_of_resistance": "/actions/crafting/earrings_of_resistance";
|
|
408
|
+
"/actions/crafting/enchanted_chest_key": "/actions/crafting/enchanted_chest_key";
|
|
409
|
+
"/actions/crafting/enchanted_entry_key": "/actions/crafting/enchanted_entry_key";
|
|
410
|
+
"/actions/crafting/expert_task_badge": "/actions/crafting/expert_task_badge";
|
|
411
|
+
"/actions/crafting/eye_watch": "/actions/crafting/eye_watch";
|
|
412
|
+
"/actions/crafting/fighter_necklace": "/actions/crafting/fighter_necklace";
|
|
413
|
+
"/actions/crafting/frost_staff": "/actions/crafting/frost_staff";
|
|
414
|
+
"/actions/crafting/ginkgo_bow": "/actions/crafting/ginkgo_bow";
|
|
415
|
+
"/actions/crafting/ginkgo_crossbow": "/actions/crafting/ginkgo_crossbow";
|
|
416
|
+
"/actions/crafting/ginkgo_fire_staff": "/actions/crafting/ginkgo_fire_staff";
|
|
417
|
+
"/actions/crafting/ginkgo_lumber": "/actions/crafting/ginkgo_lumber";
|
|
418
|
+
"/actions/crafting/ginkgo_nature_staff": "/actions/crafting/ginkgo_nature_staff";
|
|
419
|
+
"/actions/crafting/ginkgo_shield": "/actions/crafting/ginkgo_shield";
|
|
420
|
+
"/actions/crafting/ginkgo_water_staff": "/actions/crafting/ginkgo_water_staff";
|
|
421
|
+
"/actions/crafting/infernal_battlestaff": "/actions/crafting/infernal_battlestaff";
|
|
422
|
+
"/actions/crafting/jackalope_staff": "/actions/crafting/jackalope_staff";
|
|
423
|
+
"/actions/crafting/lumber": "/actions/crafting/lumber";
|
|
424
|
+
"/actions/crafting/manticore_shield": "/actions/crafting/manticore_shield";
|
|
425
|
+
"/actions/crafting/mirror_of_protection": "/actions/crafting/mirror_of_protection";
|
|
426
|
+
"/actions/crafting/necklace_of_efficiency": "/actions/crafting/necklace_of_efficiency";
|
|
427
|
+
"/actions/crafting/necklace_of_speed": "/actions/crafting/necklace_of_speed";
|
|
428
|
+
"/actions/crafting/necklace_of_wisdom": "/actions/crafting/necklace_of_wisdom";
|
|
429
|
+
"/actions/crafting/philosophers_earrings": "/actions/crafting/philosophers_earrings";
|
|
430
|
+
"/actions/crafting/philosophers_necklace": "/actions/crafting/philosophers_necklace";
|
|
431
|
+
"/actions/crafting/philosophers_ring": "/actions/crafting/philosophers_ring";
|
|
432
|
+
"/actions/crafting/pirate_chest_key": "/actions/crafting/pirate_chest_key";
|
|
433
|
+
"/actions/crafting/pirate_entry_key": "/actions/crafting/pirate_entry_key";
|
|
434
|
+
"/actions/crafting/purpleheart_bow": "/actions/crafting/purpleheart_bow";
|
|
435
|
+
"/actions/crafting/purpleheart_crossbow": "/actions/crafting/purpleheart_crossbow";
|
|
436
|
+
"/actions/crafting/purpleheart_fire_staff": "/actions/crafting/purpleheart_fire_staff";
|
|
437
|
+
"/actions/crafting/purpleheart_lumber": "/actions/crafting/purpleheart_lumber";
|
|
438
|
+
"/actions/crafting/purpleheart_nature_staff": "/actions/crafting/purpleheart_nature_staff";
|
|
439
|
+
"/actions/crafting/purpleheart_shield": "/actions/crafting/purpleheart_shield";
|
|
440
|
+
"/actions/crafting/purpleheart_water_staff": "/actions/crafting/purpleheart_water_staff";
|
|
441
|
+
"/actions/crafting/ranger_necklace": "/actions/crafting/ranger_necklace";
|
|
442
|
+
"/actions/crafting/redwood_bow": "/actions/crafting/redwood_bow";
|
|
443
|
+
"/actions/crafting/redwood_crossbow": "/actions/crafting/redwood_crossbow";
|
|
444
|
+
"/actions/crafting/redwood_fire_staff": "/actions/crafting/redwood_fire_staff";
|
|
445
|
+
"/actions/crafting/redwood_lumber": "/actions/crafting/redwood_lumber";
|
|
446
|
+
"/actions/crafting/redwood_nature_staff": "/actions/crafting/redwood_nature_staff";
|
|
447
|
+
"/actions/crafting/redwood_shield": "/actions/crafting/redwood_shield";
|
|
448
|
+
"/actions/crafting/redwood_water_staff": "/actions/crafting/redwood_water_staff";
|
|
449
|
+
"/actions/crafting/ring_of_armor": "/actions/crafting/ring_of_armor";
|
|
450
|
+
"/actions/crafting/ring_of_critical_strike": "/actions/crafting/ring_of_critical_strike";
|
|
451
|
+
"/actions/crafting/ring_of_essence_find": "/actions/crafting/ring_of_essence_find";
|
|
452
|
+
"/actions/crafting/ring_of_gathering": "/actions/crafting/ring_of_gathering";
|
|
453
|
+
"/actions/crafting/ring_of_rare_find": "/actions/crafting/ring_of_rare_find";
|
|
454
|
+
"/actions/crafting/ring_of_regeneration": "/actions/crafting/ring_of_regeneration";
|
|
455
|
+
"/actions/crafting/ring_of_resistance": "/actions/crafting/ring_of_resistance";
|
|
456
|
+
"/actions/crafting/rippling_trident": "/actions/crafting/rippling_trident";
|
|
457
|
+
"/actions/crafting/sinister_chest_key": "/actions/crafting/sinister_chest_key";
|
|
458
|
+
"/actions/crafting/sinister_entry_key": "/actions/crafting/sinister_entry_key";
|
|
459
|
+
"/actions/crafting/soul_hunter_crossbow": "/actions/crafting/soul_hunter_crossbow";
|
|
460
|
+
"/actions/crafting/sundering_crossbow": "/actions/crafting/sundering_crossbow";
|
|
461
|
+
"/actions/crafting/treant_shield": "/actions/crafting/treant_shield";
|
|
462
|
+
"/actions/crafting/vampiric_bow": "/actions/crafting/vampiric_bow";
|
|
463
|
+
"/actions/crafting/watchful_relic": "/actions/crafting/watchful_relic";
|
|
464
|
+
"/actions/crafting/wizard_necklace": "/actions/crafting/wizard_necklace";
|
|
465
|
+
"/actions/crafting/wooden_bow": "/actions/crafting/wooden_bow";
|
|
466
|
+
"/actions/crafting/wooden_crossbow": "/actions/crafting/wooden_crossbow";
|
|
467
|
+
"/actions/crafting/wooden_fire_staff": "/actions/crafting/wooden_fire_staff";
|
|
468
|
+
"/actions/crafting/wooden_nature_staff": "/actions/crafting/wooden_nature_staff";
|
|
469
|
+
"/actions/crafting/wooden_shield": "/actions/crafting/wooden_shield";
|
|
470
|
+
"/actions/crafting/wooden_water_staff": "/actions/crafting/wooden_water_staff";
|
|
471
|
+
"/actions/enhancing/enhance": "/actions/enhancing/enhance";
|
|
472
|
+
"/actions/foraging/apple": "/actions/foraging/apple";
|
|
473
|
+
"/actions/foraging/arabica_coffee_bean": "/actions/foraging/arabica_coffee_bean";
|
|
474
|
+
"/actions/foraging/asteroid_belt": "/actions/foraging/asteroid_belt";
|
|
475
|
+
"/actions/foraging/bamboo_branch": "/actions/foraging/bamboo_branch";
|
|
476
|
+
"/actions/foraging/blackberry": "/actions/foraging/blackberry";
|
|
477
|
+
"/actions/foraging/blueberry": "/actions/foraging/blueberry";
|
|
478
|
+
"/actions/foraging/burble_beach": "/actions/foraging/burble_beach";
|
|
479
|
+
"/actions/foraging/cocoon": "/actions/foraging/cocoon";
|
|
480
|
+
"/actions/foraging/cotton": "/actions/foraging/cotton";
|
|
481
|
+
"/actions/foraging/dragon_fruit": "/actions/foraging/dragon_fruit";
|
|
482
|
+
"/actions/foraging/egg": "/actions/foraging/egg";
|
|
483
|
+
"/actions/foraging/excelsa_coffee_bean": "/actions/foraging/excelsa_coffee_bean";
|
|
484
|
+
"/actions/foraging/farmland": "/actions/foraging/farmland";
|
|
485
|
+
"/actions/foraging/fieriosa_coffee_bean": "/actions/foraging/fieriosa_coffee_bean";
|
|
486
|
+
"/actions/foraging/flax": "/actions/foraging/flax";
|
|
487
|
+
"/actions/foraging/liberica_coffee_bean": "/actions/foraging/liberica_coffee_bean";
|
|
488
|
+
"/actions/foraging/marsberry": "/actions/foraging/marsberry";
|
|
489
|
+
"/actions/foraging/misty_forest": "/actions/foraging/misty_forest";
|
|
490
|
+
"/actions/foraging/mooberry": "/actions/foraging/mooberry";
|
|
491
|
+
"/actions/foraging/olympus_mons": "/actions/foraging/olympus_mons";
|
|
492
|
+
"/actions/foraging/orange": "/actions/foraging/orange";
|
|
493
|
+
"/actions/foraging/peach": "/actions/foraging/peach";
|
|
494
|
+
"/actions/foraging/plum": "/actions/foraging/plum";
|
|
495
|
+
"/actions/foraging/radiant_fiber": "/actions/foraging/radiant_fiber";
|
|
496
|
+
"/actions/foraging/robusta_coffee_bean": "/actions/foraging/robusta_coffee_bean";
|
|
497
|
+
"/actions/foraging/shimmering_lake": "/actions/foraging/shimmering_lake";
|
|
498
|
+
"/actions/foraging/silly_cow_valley": "/actions/foraging/silly_cow_valley";
|
|
499
|
+
"/actions/foraging/spaceberry": "/actions/foraging/spaceberry";
|
|
500
|
+
"/actions/foraging/spacia_coffee_bean": "/actions/foraging/spacia_coffee_bean";
|
|
501
|
+
"/actions/foraging/star_fruit": "/actions/foraging/star_fruit";
|
|
502
|
+
"/actions/foraging/strawberry": "/actions/foraging/strawberry";
|
|
503
|
+
"/actions/foraging/sugar": "/actions/foraging/sugar";
|
|
504
|
+
"/actions/foraging/wheat": "/actions/foraging/wheat";
|
|
505
|
+
"/actions/milking/azure_cow": "/actions/milking/azure_cow";
|
|
506
|
+
"/actions/milking/burble_cow": "/actions/milking/burble_cow";
|
|
507
|
+
"/actions/milking/cow": "/actions/milking/cow";
|
|
508
|
+
"/actions/milking/crimson_cow": "/actions/milking/crimson_cow";
|
|
509
|
+
"/actions/milking/holy_cow": "/actions/milking/holy_cow";
|
|
510
|
+
"/actions/milking/unicow": "/actions/milking/unicow";
|
|
511
|
+
"/actions/milking/verdant_cow": "/actions/milking/verdant_cow";
|
|
512
|
+
"/actions/tailoring/acrobatic_hood": "/actions/tailoring/acrobatic_hood";
|
|
513
|
+
"/actions/tailoring/alchemists_bottoms": "/actions/tailoring/alchemists_bottoms";
|
|
514
|
+
"/actions/tailoring/alchemists_top": "/actions/tailoring/alchemists_top";
|
|
515
|
+
"/actions/tailoring/bamboo_boots": "/actions/tailoring/bamboo_boots";
|
|
516
|
+
"/actions/tailoring/bamboo_fabric": "/actions/tailoring/bamboo_fabric";
|
|
517
|
+
"/actions/tailoring/bamboo_gloves": "/actions/tailoring/bamboo_gloves";
|
|
518
|
+
"/actions/tailoring/bamboo_hat": "/actions/tailoring/bamboo_hat";
|
|
519
|
+
"/actions/tailoring/bamboo_robe_bottoms": "/actions/tailoring/bamboo_robe_bottoms";
|
|
520
|
+
"/actions/tailoring/bamboo_robe_top": "/actions/tailoring/bamboo_robe_top";
|
|
521
|
+
"/actions/tailoring/beast_boots": "/actions/tailoring/beast_boots";
|
|
522
|
+
"/actions/tailoring/beast_bracers": "/actions/tailoring/beast_bracers";
|
|
523
|
+
"/actions/tailoring/beast_chaps": "/actions/tailoring/beast_chaps";
|
|
524
|
+
"/actions/tailoring/beast_hood": "/actions/tailoring/beast_hood";
|
|
525
|
+
"/actions/tailoring/beast_leather": "/actions/tailoring/beast_leather";
|
|
526
|
+
"/actions/tailoring/beast_tunic": "/actions/tailoring/beast_tunic";
|
|
527
|
+
"/actions/tailoring/brewers_bottoms": "/actions/tailoring/brewers_bottoms";
|
|
528
|
+
"/actions/tailoring/brewers_top": "/actions/tailoring/brewers_top";
|
|
529
|
+
"/actions/tailoring/centaur_boots": "/actions/tailoring/centaur_boots";
|
|
530
|
+
"/actions/tailoring/cheesemakers_bottoms": "/actions/tailoring/cheesemakers_bottoms";
|
|
531
|
+
"/actions/tailoring/cheesemakers_top": "/actions/tailoring/cheesemakers_top";
|
|
532
|
+
"/actions/tailoring/chefs_bottoms": "/actions/tailoring/chefs_bottoms";
|
|
533
|
+
"/actions/tailoring/chefs_top": "/actions/tailoring/chefs_top";
|
|
534
|
+
"/actions/tailoring/chrono_gloves": "/actions/tailoring/chrono_gloves";
|
|
535
|
+
"/actions/tailoring/collectors_boots": "/actions/tailoring/collectors_boots";
|
|
536
|
+
"/actions/tailoring/cotton_boots": "/actions/tailoring/cotton_boots";
|
|
537
|
+
"/actions/tailoring/cotton_fabric": "/actions/tailoring/cotton_fabric";
|
|
538
|
+
"/actions/tailoring/cotton_gloves": "/actions/tailoring/cotton_gloves";
|
|
539
|
+
"/actions/tailoring/cotton_hat": "/actions/tailoring/cotton_hat";
|
|
540
|
+
"/actions/tailoring/cotton_robe_bottoms": "/actions/tailoring/cotton_robe_bottoms";
|
|
541
|
+
"/actions/tailoring/cotton_robe_top": "/actions/tailoring/cotton_robe_top";
|
|
542
|
+
"/actions/tailoring/crafters_bottoms": "/actions/tailoring/crafters_bottoms";
|
|
543
|
+
"/actions/tailoring/crafters_top": "/actions/tailoring/crafters_top";
|
|
544
|
+
"/actions/tailoring/dairyhands_bottoms": "/actions/tailoring/dairyhands_bottoms";
|
|
545
|
+
"/actions/tailoring/dairyhands_top": "/actions/tailoring/dairyhands_top";
|
|
546
|
+
"/actions/tailoring/enchanted_gloves": "/actions/tailoring/enchanted_gloves";
|
|
547
|
+
"/actions/tailoring/enhancers_bottoms": "/actions/tailoring/enhancers_bottoms";
|
|
548
|
+
"/actions/tailoring/enhancers_top": "/actions/tailoring/enhancers_top";
|
|
549
|
+
"/actions/tailoring/flaming_robe_bottoms": "/actions/tailoring/flaming_robe_bottoms";
|
|
550
|
+
"/actions/tailoring/flaming_robe_top": "/actions/tailoring/flaming_robe_top";
|
|
551
|
+
"/actions/tailoring/fluffy_red_hat": "/actions/tailoring/fluffy_red_hat";
|
|
552
|
+
"/actions/tailoring/foragers_bottoms": "/actions/tailoring/foragers_bottoms";
|
|
553
|
+
"/actions/tailoring/foragers_top": "/actions/tailoring/foragers_top";
|
|
554
|
+
"/actions/tailoring/giant_pouch": "/actions/tailoring/giant_pouch";
|
|
555
|
+
"/actions/tailoring/gluttonous_pouch": "/actions/tailoring/gluttonous_pouch";
|
|
556
|
+
"/actions/tailoring/gobo_boots": "/actions/tailoring/gobo_boots";
|
|
557
|
+
"/actions/tailoring/gobo_bracers": "/actions/tailoring/gobo_bracers";
|
|
558
|
+
"/actions/tailoring/gobo_chaps": "/actions/tailoring/gobo_chaps";
|
|
559
|
+
"/actions/tailoring/gobo_hood": "/actions/tailoring/gobo_hood";
|
|
560
|
+
"/actions/tailoring/gobo_leather": "/actions/tailoring/gobo_leather";
|
|
561
|
+
"/actions/tailoring/gobo_tunic": "/actions/tailoring/gobo_tunic";
|
|
562
|
+
"/actions/tailoring/griffin_chaps": "/actions/tailoring/griffin_chaps";
|
|
563
|
+
"/actions/tailoring/griffin_tunic": "/actions/tailoring/griffin_tunic";
|
|
564
|
+
"/actions/tailoring/guzzling_pouch": "/actions/tailoring/guzzling_pouch";
|
|
565
|
+
"/actions/tailoring/icy_robe_bottoms": "/actions/tailoring/icy_robe_bottoms";
|
|
566
|
+
"/actions/tailoring/icy_robe_top": "/actions/tailoring/icy_robe_top";
|
|
567
|
+
"/actions/tailoring/kraken_chaps": "/actions/tailoring/kraken_chaps";
|
|
568
|
+
"/actions/tailoring/kraken_tunic": "/actions/tailoring/kraken_tunic";
|
|
569
|
+
"/actions/tailoring/large_pouch": "/actions/tailoring/large_pouch";
|
|
570
|
+
"/actions/tailoring/linen_boots": "/actions/tailoring/linen_boots";
|
|
571
|
+
"/actions/tailoring/linen_fabric": "/actions/tailoring/linen_fabric";
|
|
572
|
+
"/actions/tailoring/linen_gloves": "/actions/tailoring/linen_gloves";
|
|
573
|
+
"/actions/tailoring/linen_hat": "/actions/tailoring/linen_hat";
|
|
574
|
+
"/actions/tailoring/linen_robe_bottoms": "/actions/tailoring/linen_robe_bottoms";
|
|
575
|
+
"/actions/tailoring/linen_robe_top": "/actions/tailoring/linen_robe_top";
|
|
576
|
+
"/actions/tailoring/lumberjacks_bottoms": "/actions/tailoring/lumberjacks_bottoms";
|
|
577
|
+
"/actions/tailoring/lumberjacks_top": "/actions/tailoring/lumberjacks_top";
|
|
578
|
+
"/actions/tailoring/luna_robe_bottoms": "/actions/tailoring/luna_robe_bottoms";
|
|
579
|
+
"/actions/tailoring/luna_robe_top": "/actions/tailoring/luna_robe_top";
|
|
580
|
+
"/actions/tailoring/magicians_hat": "/actions/tailoring/magicians_hat";
|
|
581
|
+
"/actions/tailoring/marine_chaps": "/actions/tailoring/marine_chaps";
|
|
582
|
+
"/actions/tailoring/marine_tunic": "/actions/tailoring/marine_tunic";
|
|
583
|
+
"/actions/tailoring/marksman_bracers": "/actions/tailoring/marksman_bracers";
|
|
584
|
+
"/actions/tailoring/medium_pouch": "/actions/tailoring/medium_pouch";
|
|
585
|
+
"/actions/tailoring/radiant_boots": "/actions/tailoring/radiant_boots";
|
|
586
|
+
"/actions/tailoring/radiant_fabric": "/actions/tailoring/radiant_fabric";
|
|
587
|
+
"/actions/tailoring/radiant_gloves": "/actions/tailoring/radiant_gloves";
|
|
588
|
+
"/actions/tailoring/radiant_hat": "/actions/tailoring/radiant_hat";
|
|
589
|
+
"/actions/tailoring/radiant_robe_bottoms": "/actions/tailoring/radiant_robe_bottoms";
|
|
590
|
+
"/actions/tailoring/radiant_robe_top": "/actions/tailoring/radiant_robe_top";
|
|
591
|
+
"/actions/tailoring/red_culinary_hat": "/actions/tailoring/red_culinary_hat";
|
|
592
|
+
"/actions/tailoring/reptile_boots": "/actions/tailoring/reptile_boots";
|
|
593
|
+
"/actions/tailoring/reptile_bracers": "/actions/tailoring/reptile_bracers";
|
|
594
|
+
"/actions/tailoring/reptile_chaps": "/actions/tailoring/reptile_chaps";
|
|
595
|
+
"/actions/tailoring/reptile_hood": "/actions/tailoring/reptile_hood";
|
|
596
|
+
"/actions/tailoring/reptile_leather": "/actions/tailoring/reptile_leather";
|
|
597
|
+
"/actions/tailoring/reptile_tunic": "/actions/tailoring/reptile_tunic";
|
|
598
|
+
"/actions/tailoring/revenant_chaps": "/actions/tailoring/revenant_chaps";
|
|
599
|
+
"/actions/tailoring/revenant_tunic": "/actions/tailoring/revenant_tunic";
|
|
600
|
+
"/actions/tailoring/rough_boots": "/actions/tailoring/rough_boots";
|
|
601
|
+
"/actions/tailoring/rough_bracers": "/actions/tailoring/rough_bracers";
|
|
602
|
+
"/actions/tailoring/rough_chaps": "/actions/tailoring/rough_chaps";
|
|
603
|
+
"/actions/tailoring/rough_hood": "/actions/tailoring/rough_hood";
|
|
604
|
+
"/actions/tailoring/rough_leather": "/actions/tailoring/rough_leather";
|
|
605
|
+
"/actions/tailoring/rough_tunic": "/actions/tailoring/rough_tunic";
|
|
606
|
+
"/actions/tailoring/royal_fire_robe_bottoms": "/actions/tailoring/royal_fire_robe_bottoms";
|
|
607
|
+
"/actions/tailoring/royal_fire_robe_top": "/actions/tailoring/royal_fire_robe_top";
|
|
608
|
+
"/actions/tailoring/royal_nature_robe_bottoms": "/actions/tailoring/royal_nature_robe_bottoms";
|
|
609
|
+
"/actions/tailoring/royal_nature_robe_top": "/actions/tailoring/royal_nature_robe_top";
|
|
610
|
+
"/actions/tailoring/royal_water_robe_bottoms": "/actions/tailoring/royal_water_robe_bottoms";
|
|
611
|
+
"/actions/tailoring/royal_water_robe_top": "/actions/tailoring/royal_water_robe_top";
|
|
612
|
+
"/actions/tailoring/shoebill_shoes": "/actions/tailoring/shoebill_shoes";
|
|
613
|
+
"/actions/tailoring/sighted_bracers": "/actions/tailoring/sighted_bracers";
|
|
614
|
+
"/actions/tailoring/silk_boots": "/actions/tailoring/silk_boots";
|
|
615
|
+
"/actions/tailoring/silk_fabric": "/actions/tailoring/silk_fabric";
|
|
616
|
+
"/actions/tailoring/silk_gloves": "/actions/tailoring/silk_gloves";
|
|
617
|
+
"/actions/tailoring/silk_hat": "/actions/tailoring/silk_hat";
|
|
618
|
+
"/actions/tailoring/silk_robe_bottoms": "/actions/tailoring/silk_robe_bottoms";
|
|
619
|
+
"/actions/tailoring/silk_robe_top": "/actions/tailoring/silk_robe_top";
|
|
620
|
+
"/actions/tailoring/small_pouch": "/actions/tailoring/small_pouch";
|
|
621
|
+
"/actions/tailoring/sorcerer_boots": "/actions/tailoring/sorcerer_boots";
|
|
622
|
+
"/actions/tailoring/tailors_bottoms": "/actions/tailoring/tailors_bottoms";
|
|
623
|
+
"/actions/tailoring/tailors_top": "/actions/tailoring/tailors_top";
|
|
624
|
+
"/actions/tailoring/umbral_boots": "/actions/tailoring/umbral_boots";
|
|
625
|
+
"/actions/tailoring/umbral_bracers": "/actions/tailoring/umbral_bracers";
|
|
626
|
+
"/actions/tailoring/umbral_chaps": "/actions/tailoring/umbral_chaps";
|
|
627
|
+
"/actions/tailoring/umbral_hood": "/actions/tailoring/umbral_hood";
|
|
628
|
+
"/actions/tailoring/umbral_leather": "/actions/tailoring/umbral_leather";
|
|
629
|
+
"/actions/tailoring/umbral_tunic": "/actions/tailoring/umbral_tunic";
|
|
630
|
+
"/actions/woodcutting/arcane_tree": "/actions/woodcutting/arcane_tree";
|
|
631
|
+
"/actions/woodcutting/birch_tree": "/actions/woodcutting/birch_tree";
|
|
632
|
+
"/actions/woodcutting/cedar_tree": "/actions/woodcutting/cedar_tree";
|
|
633
|
+
"/actions/woodcutting/ginkgo_tree": "/actions/woodcutting/ginkgo_tree";
|
|
634
|
+
"/actions/woodcutting/purpleheart_tree": "/actions/woodcutting/purpleheart_tree";
|
|
635
|
+
"/actions/woodcutting/redwood_tree": "/actions/woodcutting/redwood_tree";
|
|
636
|
+
"/actions/woodcutting/tree": "/actions/woodcutting/tree";
|
|
637
|
+
}>;
|
|
638
|
+
export type ActionHrid = z.infer<typeof ActionHridEnum>;
|
|
639
|
+
export declare const ActionSchema: z.ZodObject<{
|
|
640
|
+
hrid: z.ZodEnum<{
|
|
641
|
+
"/actions/alchemy/coinify": "/actions/alchemy/coinify";
|
|
642
|
+
"/actions/alchemy/decompose": "/actions/alchemy/decompose";
|
|
643
|
+
"/actions/alchemy/transmute": "/actions/alchemy/transmute";
|
|
644
|
+
"/actions/brewing/alchemy_tea": "/actions/brewing/alchemy_tea";
|
|
645
|
+
"/actions/brewing/artisan_tea": "/actions/brewing/artisan_tea";
|
|
646
|
+
"/actions/brewing/attack_coffee": "/actions/brewing/attack_coffee";
|
|
647
|
+
"/actions/brewing/blessed_tea": "/actions/brewing/blessed_tea";
|
|
648
|
+
"/actions/brewing/brewing_tea": "/actions/brewing/brewing_tea";
|
|
649
|
+
"/actions/brewing/catalytic_tea": "/actions/brewing/catalytic_tea";
|
|
650
|
+
"/actions/brewing/channeling_coffee": "/actions/brewing/channeling_coffee";
|
|
651
|
+
"/actions/brewing/cheesesmithing_tea": "/actions/brewing/cheesesmithing_tea";
|
|
652
|
+
"/actions/brewing/cooking_tea": "/actions/brewing/cooking_tea";
|
|
653
|
+
"/actions/brewing/crafting_tea": "/actions/brewing/crafting_tea";
|
|
654
|
+
"/actions/brewing/critical_coffee": "/actions/brewing/critical_coffee";
|
|
655
|
+
"/actions/brewing/defense_coffee": "/actions/brewing/defense_coffee";
|
|
656
|
+
"/actions/brewing/efficiency_tea": "/actions/brewing/efficiency_tea";
|
|
657
|
+
"/actions/brewing/enhancing_tea": "/actions/brewing/enhancing_tea";
|
|
658
|
+
"/actions/brewing/foraging_tea": "/actions/brewing/foraging_tea";
|
|
659
|
+
"/actions/brewing/gathering_tea": "/actions/brewing/gathering_tea";
|
|
660
|
+
"/actions/brewing/gourmet_tea": "/actions/brewing/gourmet_tea";
|
|
661
|
+
"/actions/brewing/intelligence_coffee": "/actions/brewing/intelligence_coffee";
|
|
662
|
+
"/actions/brewing/lucky_coffee": "/actions/brewing/lucky_coffee";
|
|
663
|
+
"/actions/brewing/magic_coffee": "/actions/brewing/magic_coffee";
|
|
664
|
+
"/actions/brewing/milking_tea": "/actions/brewing/milking_tea";
|
|
665
|
+
"/actions/brewing/power_coffee": "/actions/brewing/power_coffee";
|
|
666
|
+
"/actions/brewing/processing_tea": "/actions/brewing/processing_tea";
|
|
667
|
+
"/actions/brewing/ranged_coffee": "/actions/brewing/ranged_coffee";
|
|
668
|
+
"/actions/brewing/stamina_coffee": "/actions/brewing/stamina_coffee";
|
|
669
|
+
"/actions/brewing/super_alchemy_tea": "/actions/brewing/super_alchemy_tea";
|
|
670
|
+
"/actions/brewing/super_attack_coffee": "/actions/brewing/super_attack_coffee";
|
|
671
|
+
"/actions/brewing/super_brewing_tea": "/actions/brewing/super_brewing_tea";
|
|
672
|
+
"/actions/brewing/super_cheesesmithing_tea": "/actions/brewing/super_cheesesmithing_tea";
|
|
673
|
+
"/actions/brewing/super_cooking_tea": "/actions/brewing/super_cooking_tea";
|
|
674
|
+
"/actions/brewing/super_crafting_tea": "/actions/brewing/super_crafting_tea";
|
|
675
|
+
"/actions/brewing/super_defense_coffee": "/actions/brewing/super_defense_coffee";
|
|
676
|
+
"/actions/brewing/super_enhancing_tea": "/actions/brewing/super_enhancing_tea";
|
|
677
|
+
"/actions/brewing/super_foraging_tea": "/actions/brewing/super_foraging_tea";
|
|
678
|
+
"/actions/brewing/super_intelligence_coffee": "/actions/brewing/super_intelligence_coffee";
|
|
679
|
+
"/actions/brewing/super_magic_coffee": "/actions/brewing/super_magic_coffee";
|
|
680
|
+
"/actions/brewing/super_milking_tea": "/actions/brewing/super_milking_tea";
|
|
681
|
+
"/actions/brewing/super_power_coffee": "/actions/brewing/super_power_coffee";
|
|
682
|
+
"/actions/brewing/super_ranged_coffee": "/actions/brewing/super_ranged_coffee";
|
|
683
|
+
"/actions/brewing/super_stamina_coffee": "/actions/brewing/super_stamina_coffee";
|
|
684
|
+
"/actions/brewing/super_tailoring_tea": "/actions/brewing/super_tailoring_tea";
|
|
685
|
+
"/actions/brewing/super_woodcutting_tea": "/actions/brewing/super_woodcutting_tea";
|
|
686
|
+
"/actions/brewing/swiftness_coffee": "/actions/brewing/swiftness_coffee";
|
|
687
|
+
"/actions/brewing/tailoring_tea": "/actions/brewing/tailoring_tea";
|
|
688
|
+
"/actions/brewing/ultra_alchemy_tea": "/actions/brewing/ultra_alchemy_tea";
|
|
689
|
+
"/actions/brewing/ultra_attack_coffee": "/actions/brewing/ultra_attack_coffee";
|
|
690
|
+
"/actions/brewing/ultra_brewing_tea": "/actions/brewing/ultra_brewing_tea";
|
|
691
|
+
"/actions/brewing/ultra_cheesesmithing_tea": "/actions/brewing/ultra_cheesesmithing_tea";
|
|
692
|
+
"/actions/brewing/ultra_cooking_tea": "/actions/brewing/ultra_cooking_tea";
|
|
693
|
+
"/actions/brewing/ultra_crafting_tea": "/actions/brewing/ultra_crafting_tea";
|
|
694
|
+
"/actions/brewing/ultra_defense_coffee": "/actions/brewing/ultra_defense_coffee";
|
|
695
|
+
"/actions/brewing/ultra_enhancing_tea": "/actions/brewing/ultra_enhancing_tea";
|
|
696
|
+
"/actions/brewing/ultra_foraging_tea": "/actions/brewing/ultra_foraging_tea";
|
|
697
|
+
"/actions/brewing/ultra_intelligence_coffee": "/actions/brewing/ultra_intelligence_coffee";
|
|
698
|
+
"/actions/brewing/ultra_magic_coffee": "/actions/brewing/ultra_magic_coffee";
|
|
699
|
+
"/actions/brewing/ultra_milking_tea": "/actions/brewing/ultra_milking_tea";
|
|
700
|
+
"/actions/brewing/ultra_power_coffee": "/actions/brewing/ultra_power_coffee";
|
|
701
|
+
"/actions/brewing/ultra_ranged_coffee": "/actions/brewing/ultra_ranged_coffee";
|
|
702
|
+
"/actions/brewing/ultra_stamina_coffee": "/actions/brewing/ultra_stamina_coffee";
|
|
703
|
+
"/actions/brewing/ultra_tailoring_tea": "/actions/brewing/ultra_tailoring_tea";
|
|
704
|
+
"/actions/brewing/ultra_woodcutting_tea": "/actions/brewing/ultra_woodcutting_tea";
|
|
705
|
+
"/actions/brewing/wisdom_coffee": "/actions/brewing/wisdom_coffee";
|
|
706
|
+
"/actions/brewing/wisdom_tea": "/actions/brewing/wisdom_tea";
|
|
707
|
+
"/actions/brewing/woodcutting_tea": "/actions/brewing/woodcutting_tea";
|
|
708
|
+
"/actions/cheesesmithing/anchorbound_plate_body": "/actions/cheesesmithing/anchorbound_plate_body";
|
|
709
|
+
"/actions/cheesesmithing/anchorbound_plate_legs": "/actions/cheesesmithing/anchorbound_plate_legs";
|
|
710
|
+
"/actions/cheesesmithing/azure_alembic": "/actions/cheesesmithing/azure_alembic";
|
|
711
|
+
"/actions/cheesesmithing/azure_boots": "/actions/cheesesmithing/azure_boots";
|
|
712
|
+
"/actions/cheesesmithing/azure_brush": "/actions/cheesesmithing/azure_brush";
|
|
713
|
+
"/actions/cheesesmithing/azure_buckler": "/actions/cheesesmithing/azure_buckler";
|
|
714
|
+
"/actions/cheesesmithing/azure_bulwark": "/actions/cheesesmithing/azure_bulwark";
|
|
715
|
+
"/actions/cheesesmithing/azure_cheese": "/actions/cheesesmithing/azure_cheese";
|
|
716
|
+
"/actions/cheesesmithing/azure_chisel": "/actions/cheesesmithing/azure_chisel";
|
|
717
|
+
"/actions/cheesesmithing/azure_enhancer": "/actions/cheesesmithing/azure_enhancer";
|
|
718
|
+
"/actions/cheesesmithing/azure_gauntlets": "/actions/cheesesmithing/azure_gauntlets";
|
|
719
|
+
"/actions/cheesesmithing/azure_hammer": "/actions/cheesesmithing/azure_hammer";
|
|
720
|
+
"/actions/cheesesmithing/azure_hatchet": "/actions/cheesesmithing/azure_hatchet";
|
|
721
|
+
"/actions/cheesesmithing/azure_helmet": "/actions/cheesesmithing/azure_helmet";
|
|
722
|
+
"/actions/cheesesmithing/azure_mace": "/actions/cheesesmithing/azure_mace";
|
|
723
|
+
"/actions/cheesesmithing/azure_needle": "/actions/cheesesmithing/azure_needle";
|
|
724
|
+
"/actions/cheesesmithing/azure_plate_body": "/actions/cheesesmithing/azure_plate_body";
|
|
725
|
+
"/actions/cheesesmithing/azure_plate_legs": "/actions/cheesesmithing/azure_plate_legs";
|
|
726
|
+
"/actions/cheesesmithing/azure_pot": "/actions/cheesesmithing/azure_pot";
|
|
727
|
+
"/actions/cheesesmithing/azure_shears": "/actions/cheesesmithing/azure_shears";
|
|
728
|
+
"/actions/cheesesmithing/azure_spatula": "/actions/cheesesmithing/azure_spatula";
|
|
729
|
+
"/actions/cheesesmithing/azure_spear": "/actions/cheesesmithing/azure_spear";
|
|
730
|
+
"/actions/cheesesmithing/azure_sword": "/actions/cheesesmithing/azure_sword";
|
|
731
|
+
"/actions/cheesesmithing/black_bear_shoes": "/actions/cheesesmithing/black_bear_shoes";
|
|
732
|
+
"/actions/cheesesmithing/burble_alembic": "/actions/cheesesmithing/burble_alembic";
|
|
733
|
+
"/actions/cheesesmithing/burble_boots": "/actions/cheesesmithing/burble_boots";
|
|
734
|
+
"/actions/cheesesmithing/burble_brush": "/actions/cheesesmithing/burble_brush";
|
|
735
|
+
"/actions/cheesesmithing/burble_buckler": "/actions/cheesesmithing/burble_buckler";
|
|
736
|
+
"/actions/cheesesmithing/burble_bulwark": "/actions/cheesesmithing/burble_bulwark";
|
|
737
|
+
"/actions/cheesesmithing/burble_cheese": "/actions/cheesesmithing/burble_cheese";
|
|
738
|
+
"/actions/cheesesmithing/burble_chisel": "/actions/cheesesmithing/burble_chisel";
|
|
739
|
+
"/actions/cheesesmithing/burble_enhancer": "/actions/cheesesmithing/burble_enhancer";
|
|
740
|
+
"/actions/cheesesmithing/burble_gauntlets": "/actions/cheesesmithing/burble_gauntlets";
|
|
741
|
+
"/actions/cheesesmithing/burble_hammer": "/actions/cheesesmithing/burble_hammer";
|
|
742
|
+
"/actions/cheesesmithing/burble_hatchet": "/actions/cheesesmithing/burble_hatchet";
|
|
743
|
+
"/actions/cheesesmithing/burble_helmet": "/actions/cheesesmithing/burble_helmet";
|
|
744
|
+
"/actions/cheesesmithing/burble_mace": "/actions/cheesesmithing/burble_mace";
|
|
745
|
+
"/actions/cheesesmithing/burble_needle": "/actions/cheesesmithing/burble_needle";
|
|
746
|
+
"/actions/cheesesmithing/burble_plate_body": "/actions/cheesesmithing/burble_plate_body";
|
|
747
|
+
"/actions/cheesesmithing/burble_plate_legs": "/actions/cheesesmithing/burble_plate_legs";
|
|
748
|
+
"/actions/cheesesmithing/burble_pot": "/actions/cheesesmithing/burble_pot";
|
|
749
|
+
"/actions/cheesesmithing/burble_shears": "/actions/cheesesmithing/burble_shears";
|
|
750
|
+
"/actions/cheesesmithing/burble_spatula": "/actions/cheesesmithing/burble_spatula";
|
|
751
|
+
"/actions/cheesesmithing/burble_spear": "/actions/cheesesmithing/burble_spear";
|
|
752
|
+
"/actions/cheesesmithing/burble_sword": "/actions/cheesesmithing/burble_sword";
|
|
753
|
+
"/actions/cheesesmithing/celestial_alembic": "/actions/cheesesmithing/celestial_alembic";
|
|
754
|
+
"/actions/cheesesmithing/celestial_brush": "/actions/cheesesmithing/celestial_brush";
|
|
755
|
+
"/actions/cheesesmithing/celestial_chisel": "/actions/cheesesmithing/celestial_chisel";
|
|
756
|
+
"/actions/cheesesmithing/celestial_enhancer": "/actions/cheesesmithing/celestial_enhancer";
|
|
757
|
+
"/actions/cheesesmithing/celestial_hammer": "/actions/cheesesmithing/celestial_hammer";
|
|
758
|
+
"/actions/cheesesmithing/celestial_hatchet": "/actions/cheesesmithing/celestial_hatchet";
|
|
759
|
+
"/actions/cheesesmithing/celestial_needle": "/actions/cheesesmithing/celestial_needle";
|
|
760
|
+
"/actions/cheesesmithing/celestial_pot": "/actions/cheesesmithing/celestial_pot";
|
|
761
|
+
"/actions/cheesesmithing/celestial_shears": "/actions/cheesesmithing/celestial_shears";
|
|
762
|
+
"/actions/cheesesmithing/celestial_spatula": "/actions/cheesesmithing/celestial_spatula";
|
|
763
|
+
"/actions/cheesesmithing/chaotic_flail": "/actions/cheesesmithing/chaotic_flail";
|
|
764
|
+
"/actions/cheesesmithing/cheese": "/actions/cheesesmithing/cheese";
|
|
765
|
+
"/actions/cheesesmithing/cheese_alembic": "/actions/cheesesmithing/cheese_alembic";
|
|
766
|
+
"/actions/cheesesmithing/cheese_boots": "/actions/cheesesmithing/cheese_boots";
|
|
767
|
+
"/actions/cheesesmithing/cheese_brush": "/actions/cheesesmithing/cheese_brush";
|
|
768
|
+
"/actions/cheesesmithing/cheese_buckler": "/actions/cheesesmithing/cheese_buckler";
|
|
769
|
+
"/actions/cheesesmithing/cheese_bulwark": "/actions/cheesesmithing/cheese_bulwark";
|
|
770
|
+
"/actions/cheesesmithing/cheese_chisel": "/actions/cheesesmithing/cheese_chisel";
|
|
771
|
+
"/actions/cheesesmithing/cheese_enhancer": "/actions/cheesesmithing/cheese_enhancer";
|
|
772
|
+
"/actions/cheesesmithing/cheese_gauntlets": "/actions/cheesesmithing/cheese_gauntlets";
|
|
773
|
+
"/actions/cheesesmithing/cheese_hammer": "/actions/cheesesmithing/cheese_hammer";
|
|
774
|
+
"/actions/cheesesmithing/cheese_hatchet": "/actions/cheesesmithing/cheese_hatchet";
|
|
775
|
+
"/actions/cheesesmithing/cheese_helmet": "/actions/cheesesmithing/cheese_helmet";
|
|
776
|
+
"/actions/cheesesmithing/cheese_mace": "/actions/cheesesmithing/cheese_mace";
|
|
777
|
+
"/actions/cheesesmithing/cheese_needle": "/actions/cheesesmithing/cheese_needle";
|
|
778
|
+
"/actions/cheesesmithing/cheese_plate_body": "/actions/cheesesmithing/cheese_plate_body";
|
|
779
|
+
"/actions/cheesesmithing/cheese_plate_legs": "/actions/cheesesmithing/cheese_plate_legs";
|
|
780
|
+
"/actions/cheesesmithing/cheese_pot": "/actions/cheesesmithing/cheese_pot";
|
|
781
|
+
"/actions/cheesesmithing/cheese_shears": "/actions/cheesesmithing/cheese_shears";
|
|
782
|
+
"/actions/cheesesmithing/cheese_spatula": "/actions/cheesesmithing/cheese_spatula";
|
|
783
|
+
"/actions/cheesesmithing/cheese_spear": "/actions/cheesesmithing/cheese_spear";
|
|
784
|
+
"/actions/cheesesmithing/cheese_sword": "/actions/cheesesmithing/cheese_sword";
|
|
785
|
+
"/actions/cheesesmithing/colossus_plate_body": "/actions/cheesesmithing/colossus_plate_body";
|
|
786
|
+
"/actions/cheesesmithing/colossus_plate_legs": "/actions/cheesesmithing/colossus_plate_legs";
|
|
787
|
+
"/actions/cheesesmithing/corsair_helmet": "/actions/cheesesmithing/corsair_helmet";
|
|
788
|
+
"/actions/cheesesmithing/crimson_alembic": "/actions/cheesesmithing/crimson_alembic";
|
|
789
|
+
"/actions/cheesesmithing/crimson_boots": "/actions/cheesesmithing/crimson_boots";
|
|
790
|
+
"/actions/cheesesmithing/crimson_brush": "/actions/cheesesmithing/crimson_brush";
|
|
791
|
+
"/actions/cheesesmithing/crimson_buckler": "/actions/cheesesmithing/crimson_buckler";
|
|
792
|
+
"/actions/cheesesmithing/crimson_bulwark": "/actions/cheesesmithing/crimson_bulwark";
|
|
793
|
+
"/actions/cheesesmithing/crimson_cheese": "/actions/cheesesmithing/crimson_cheese";
|
|
794
|
+
"/actions/cheesesmithing/crimson_chisel": "/actions/cheesesmithing/crimson_chisel";
|
|
795
|
+
"/actions/cheesesmithing/crimson_enhancer": "/actions/cheesesmithing/crimson_enhancer";
|
|
796
|
+
"/actions/cheesesmithing/crimson_gauntlets": "/actions/cheesesmithing/crimson_gauntlets";
|
|
797
|
+
"/actions/cheesesmithing/crimson_hammer": "/actions/cheesesmithing/crimson_hammer";
|
|
798
|
+
"/actions/cheesesmithing/crimson_hatchet": "/actions/cheesesmithing/crimson_hatchet";
|
|
799
|
+
"/actions/cheesesmithing/crimson_helmet": "/actions/cheesesmithing/crimson_helmet";
|
|
800
|
+
"/actions/cheesesmithing/crimson_mace": "/actions/cheesesmithing/crimson_mace";
|
|
801
|
+
"/actions/cheesesmithing/crimson_needle": "/actions/cheesesmithing/crimson_needle";
|
|
802
|
+
"/actions/cheesesmithing/crimson_plate_body": "/actions/cheesesmithing/crimson_plate_body";
|
|
803
|
+
"/actions/cheesesmithing/crimson_plate_legs": "/actions/cheesesmithing/crimson_plate_legs";
|
|
804
|
+
"/actions/cheesesmithing/crimson_pot": "/actions/cheesesmithing/crimson_pot";
|
|
805
|
+
"/actions/cheesesmithing/crimson_shears": "/actions/cheesesmithing/crimson_shears";
|
|
806
|
+
"/actions/cheesesmithing/crimson_spatula": "/actions/cheesesmithing/crimson_spatula";
|
|
807
|
+
"/actions/cheesesmithing/crimson_spear": "/actions/cheesesmithing/crimson_spear";
|
|
808
|
+
"/actions/cheesesmithing/crimson_sword": "/actions/cheesesmithing/crimson_sword";
|
|
809
|
+
"/actions/cheesesmithing/demonic_plate_body": "/actions/cheesesmithing/demonic_plate_body";
|
|
810
|
+
"/actions/cheesesmithing/demonic_plate_legs": "/actions/cheesesmithing/demonic_plate_legs";
|
|
811
|
+
"/actions/cheesesmithing/dodocamel_gauntlets": "/actions/cheesesmithing/dodocamel_gauntlets";
|
|
812
|
+
"/actions/cheesesmithing/furious_spear": "/actions/cheesesmithing/furious_spear";
|
|
813
|
+
"/actions/cheesesmithing/granite_bludgeon": "/actions/cheesesmithing/granite_bludgeon";
|
|
814
|
+
"/actions/cheesesmithing/griffin_bulwark": "/actions/cheesesmithing/griffin_bulwark";
|
|
815
|
+
"/actions/cheesesmithing/grizzly_bear_shoes": "/actions/cheesesmithing/grizzly_bear_shoes";
|
|
816
|
+
"/actions/cheesesmithing/holy_alembic": "/actions/cheesesmithing/holy_alembic";
|
|
817
|
+
"/actions/cheesesmithing/holy_boots": "/actions/cheesesmithing/holy_boots";
|
|
818
|
+
"/actions/cheesesmithing/holy_brush": "/actions/cheesesmithing/holy_brush";
|
|
819
|
+
"/actions/cheesesmithing/holy_buckler": "/actions/cheesesmithing/holy_buckler";
|
|
820
|
+
"/actions/cheesesmithing/holy_bulwark": "/actions/cheesesmithing/holy_bulwark";
|
|
821
|
+
"/actions/cheesesmithing/holy_cheese": "/actions/cheesesmithing/holy_cheese";
|
|
822
|
+
"/actions/cheesesmithing/holy_chisel": "/actions/cheesesmithing/holy_chisel";
|
|
823
|
+
"/actions/cheesesmithing/holy_enhancer": "/actions/cheesesmithing/holy_enhancer";
|
|
824
|
+
"/actions/cheesesmithing/holy_gauntlets": "/actions/cheesesmithing/holy_gauntlets";
|
|
825
|
+
"/actions/cheesesmithing/holy_hammer": "/actions/cheesesmithing/holy_hammer";
|
|
826
|
+
"/actions/cheesesmithing/holy_hatchet": "/actions/cheesesmithing/holy_hatchet";
|
|
827
|
+
"/actions/cheesesmithing/holy_helmet": "/actions/cheesesmithing/holy_helmet";
|
|
828
|
+
"/actions/cheesesmithing/holy_mace": "/actions/cheesesmithing/holy_mace";
|
|
829
|
+
"/actions/cheesesmithing/holy_needle": "/actions/cheesesmithing/holy_needle";
|
|
830
|
+
"/actions/cheesesmithing/holy_plate_body": "/actions/cheesesmithing/holy_plate_body";
|
|
831
|
+
"/actions/cheesesmithing/holy_plate_legs": "/actions/cheesesmithing/holy_plate_legs";
|
|
832
|
+
"/actions/cheesesmithing/holy_pot": "/actions/cheesesmithing/holy_pot";
|
|
833
|
+
"/actions/cheesesmithing/holy_shears": "/actions/cheesesmithing/holy_shears";
|
|
834
|
+
"/actions/cheesesmithing/holy_spatula": "/actions/cheesesmithing/holy_spatula";
|
|
835
|
+
"/actions/cheesesmithing/holy_spear": "/actions/cheesesmithing/holy_spear";
|
|
836
|
+
"/actions/cheesesmithing/holy_sword": "/actions/cheesesmithing/holy_sword";
|
|
837
|
+
"/actions/cheesesmithing/knights_aegis": "/actions/cheesesmithing/knights_aegis";
|
|
838
|
+
"/actions/cheesesmithing/maelstrom_plate_body": "/actions/cheesesmithing/maelstrom_plate_body";
|
|
839
|
+
"/actions/cheesesmithing/maelstrom_plate_legs": "/actions/cheesesmithing/maelstrom_plate_legs";
|
|
840
|
+
"/actions/cheesesmithing/magnetic_gloves": "/actions/cheesesmithing/magnetic_gloves";
|
|
841
|
+
"/actions/cheesesmithing/panda_gloves": "/actions/cheesesmithing/panda_gloves";
|
|
842
|
+
"/actions/cheesesmithing/pincer_gloves": "/actions/cheesesmithing/pincer_gloves";
|
|
843
|
+
"/actions/cheesesmithing/polar_bear_shoes": "/actions/cheesesmithing/polar_bear_shoes";
|
|
844
|
+
"/actions/cheesesmithing/rainbow_alembic": "/actions/cheesesmithing/rainbow_alembic";
|
|
845
|
+
"/actions/cheesesmithing/rainbow_boots": "/actions/cheesesmithing/rainbow_boots";
|
|
846
|
+
"/actions/cheesesmithing/rainbow_brush": "/actions/cheesesmithing/rainbow_brush";
|
|
847
|
+
"/actions/cheesesmithing/rainbow_buckler": "/actions/cheesesmithing/rainbow_buckler";
|
|
848
|
+
"/actions/cheesesmithing/rainbow_bulwark": "/actions/cheesesmithing/rainbow_bulwark";
|
|
849
|
+
"/actions/cheesesmithing/rainbow_cheese": "/actions/cheesesmithing/rainbow_cheese";
|
|
850
|
+
"/actions/cheesesmithing/rainbow_chisel": "/actions/cheesesmithing/rainbow_chisel";
|
|
851
|
+
"/actions/cheesesmithing/rainbow_enhancer": "/actions/cheesesmithing/rainbow_enhancer";
|
|
852
|
+
"/actions/cheesesmithing/rainbow_gauntlets": "/actions/cheesesmithing/rainbow_gauntlets";
|
|
853
|
+
"/actions/cheesesmithing/rainbow_hammer": "/actions/cheesesmithing/rainbow_hammer";
|
|
854
|
+
"/actions/cheesesmithing/rainbow_hatchet": "/actions/cheesesmithing/rainbow_hatchet";
|
|
855
|
+
"/actions/cheesesmithing/rainbow_helmet": "/actions/cheesesmithing/rainbow_helmet";
|
|
856
|
+
"/actions/cheesesmithing/rainbow_mace": "/actions/cheesesmithing/rainbow_mace";
|
|
857
|
+
"/actions/cheesesmithing/rainbow_needle": "/actions/cheesesmithing/rainbow_needle";
|
|
858
|
+
"/actions/cheesesmithing/rainbow_plate_body": "/actions/cheesesmithing/rainbow_plate_body";
|
|
859
|
+
"/actions/cheesesmithing/rainbow_plate_legs": "/actions/cheesesmithing/rainbow_plate_legs";
|
|
860
|
+
"/actions/cheesesmithing/rainbow_pot": "/actions/cheesesmithing/rainbow_pot";
|
|
861
|
+
"/actions/cheesesmithing/rainbow_shears": "/actions/cheesesmithing/rainbow_shears";
|
|
862
|
+
"/actions/cheesesmithing/rainbow_spatula": "/actions/cheesesmithing/rainbow_spatula";
|
|
863
|
+
"/actions/cheesesmithing/rainbow_spear": "/actions/cheesesmithing/rainbow_spear";
|
|
864
|
+
"/actions/cheesesmithing/rainbow_sword": "/actions/cheesesmithing/rainbow_sword";
|
|
865
|
+
"/actions/cheesesmithing/regal_sword": "/actions/cheesesmithing/regal_sword";
|
|
866
|
+
"/actions/cheesesmithing/snail_shell_helmet": "/actions/cheesesmithing/snail_shell_helmet";
|
|
867
|
+
"/actions/cheesesmithing/snake_fang_dirk": "/actions/cheesesmithing/snake_fang_dirk";
|
|
868
|
+
"/actions/cheesesmithing/spiked_bulwark": "/actions/cheesesmithing/spiked_bulwark";
|
|
869
|
+
"/actions/cheesesmithing/stalactite_spear": "/actions/cheesesmithing/stalactite_spear";
|
|
870
|
+
"/actions/cheesesmithing/turtle_shell_body": "/actions/cheesesmithing/turtle_shell_body";
|
|
871
|
+
"/actions/cheesesmithing/turtle_shell_legs": "/actions/cheesesmithing/turtle_shell_legs";
|
|
872
|
+
"/actions/cheesesmithing/vampire_fang_dirk": "/actions/cheesesmithing/vampire_fang_dirk";
|
|
873
|
+
"/actions/cheesesmithing/verdant_alembic": "/actions/cheesesmithing/verdant_alembic";
|
|
874
|
+
"/actions/cheesesmithing/verdant_boots": "/actions/cheesesmithing/verdant_boots";
|
|
875
|
+
"/actions/cheesesmithing/verdant_brush": "/actions/cheesesmithing/verdant_brush";
|
|
876
|
+
"/actions/cheesesmithing/verdant_buckler": "/actions/cheesesmithing/verdant_buckler";
|
|
877
|
+
"/actions/cheesesmithing/verdant_bulwark": "/actions/cheesesmithing/verdant_bulwark";
|
|
878
|
+
"/actions/cheesesmithing/verdant_cheese": "/actions/cheesesmithing/verdant_cheese";
|
|
879
|
+
"/actions/cheesesmithing/verdant_chisel": "/actions/cheesesmithing/verdant_chisel";
|
|
880
|
+
"/actions/cheesesmithing/verdant_enhancer": "/actions/cheesesmithing/verdant_enhancer";
|
|
881
|
+
"/actions/cheesesmithing/verdant_gauntlets": "/actions/cheesesmithing/verdant_gauntlets";
|
|
882
|
+
"/actions/cheesesmithing/verdant_hammer": "/actions/cheesesmithing/verdant_hammer";
|
|
883
|
+
"/actions/cheesesmithing/verdant_hatchet": "/actions/cheesesmithing/verdant_hatchet";
|
|
884
|
+
"/actions/cheesesmithing/verdant_helmet": "/actions/cheesesmithing/verdant_helmet";
|
|
885
|
+
"/actions/cheesesmithing/verdant_mace": "/actions/cheesesmithing/verdant_mace";
|
|
886
|
+
"/actions/cheesesmithing/verdant_needle": "/actions/cheesesmithing/verdant_needle";
|
|
887
|
+
"/actions/cheesesmithing/verdant_plate_body": "/actions/cheesesmithing/verdant_plate_body";
|
|
888
|
+
"/actions/cheesesmithing/verdant_plate_legs": "/actions/cheesesmithing/verdant_plate_legs";
|
|
889
|
+
"/actions/cheesesmithing/verdant_pot": "/actions/cheesesmithing/verdant_pot";
|
|
890
|
+
"/actions/cheesesmithing/verdant_shears": "/actions/cheesesmithing/verdant_shears";
|
|
891
|
+
"/actions/cheesesmithing/verdant_spatula": "/actions/cheesesmithing/verdant_spatula";
|
|
892
|
+
"/actions/cheesesmithing/verdant_spear": "/actions/cheesesmithing/verdant_spear";
|
|
893
|
+
"/actions/cheesesmithing/verdant_sword": "/actions/cheesesmithing/verdant_sword";
|
|
894
|
+
"/actions/cheesesmithing/vision_helmet": "/actions/cheesesmithing/vision_helmet";
|
|
895
|
+
"/actions/cheesesmithing/vision_shield": "/actions/cheesesmithing/vision_shield";
|
|
896
|
+
"/actions/cheesesmithing/werewolf_slasher": "/actions/cheesesmithing/werewolf_slasher";
|
|
897
|
+
"/actions/combat/abyssal_imp": "/actions/combat/abyssal_imp";
|
|
898
|
+
"/actions/combat/alligator": "/actions/combat/alligator";
|
|
899
|
+
"/actions/combat/aqua_planet": "/actions/combat/aqua_planet";
|
|
900
|
+
"/actions/combat/aqua_planet_elite": "/actions/combat/aqua_planet_elite";
|
|
901
|
+
"/actions/combat/aquahorse": "/actions/combat/aquahorse";
|
|
902
|
+
"/actions/combat/bear_with_it": "/actions/combat/bear_with_it";
|
|
903
|
+
"/actions/combat/bear_with_it_elite": "/actions/combat/bear_with_it_elite";
|
|
904
|
+
"/actions/combat/black_bear": "/actions/combat/black_bear";
|
|
905
|
+
"/actions/combat/centaur_archer": "/actions/combat/centaur_archer";
|
|
906
|
+
"/actions/combat/chimerical_den": "/actions/combat/chimerical_den";
|
|
907
|
+
"/actions/combat/crab": "/actions/combat/crab";
|
|
908
|
+
"/actions/combat/elementalist": "/actions/combat/elementalist";
|
|
909
|
+
"/actions/combat/enchanted_fortress": "/actions/combat/enchanted_fortress";
|
|
910
|
+
"/actions/combat/eye": "/actions/combat/eye";
|
|
911
|
+
"/actions/combat/eyes": "/actions/combat/eyes";
|
|
912
|
+
"/actions/combat/flame_sorcerer": "/actions/combat/flame_sorcerer";
|
|
913
|
+
"/actions/combat/fly": "/actions/combat/fly";
|
|
914
|
+
"/actions/combat/frog": "/actions/combat/frog";
|
|
915
|
+
"/actions/combat/gobo_boomy": "/actions/combat/gobo_boomy";
|
|
916
|
+
"/actions/combat/gobo_planet": "/actions/combat/gobo_planet";
|
|
917
|
+
"/actions/combat/gobo_planet_elite": "/actions/combat/gobo_planet_elite";
|
|
918
|
+
"/actions/combat/gobo_shooty": "/actions/combat/gobo_shooty";
|
|
919
|
+
"/actions/combat/gobo_slashy": "/actions/combat/gobo_slashy";
|
|
920
|
+
"/actions/combat/gobo_smashy": "/actions/combat/gobo_smashy";
|
|
921
|
+
"/actions/combat/gobo_stabby": "/actions/combat/gobo_stabby";
|
|
922
|
+
"/actions/combat/golem_cave": "/actions/combat/golem_cave";
|
|
923
|
+
"/actions/combat/golem_cave_elite": "/actions/combat/golem_cave_elite";
|
|
924
|
+
"/actions/combat/granite_golem": "/actions/combat/granite_golem";
|
|
925
|
+
"/actions/combat/grizzly_bear": "/actions/combat/grizzly_bear";
|
|
926
|
+
"/actions/combat/gummy_bear": "/actions/combat/gummy_bear";
|
|
927
|
+
"/actions/combat/ice_sorcerer": "/actions/combat/ice_sorcerer";
|
|
928
|
+
"/actions/combat/infernal_abyss": "/actions/combat/infernal_abyss";
|
|
929
|
+
"/actions/combat/infernal_abyss_elite": "/actions/combat/infernal_abyss_elite";
|
|
930
|
+
"/actions/combat/infernal_warlock": "/actions/combat/infernal_warlock";
|
|
931
|
+
"/actions/combat/jungle_planet": "/actions/combat/jungle_planet";
|
|
932
|
+
"/actions/combat/jungle_planet_elite": "/actions/combat/jungle_planet_elite";
|
|
933
|
+
"/actions/combat/jungle_sprite": "/actions/combat/jungle_sprite";
|
|
934
|
+
"/actions/combat/magnetic_golem": "/actions/combat/magnetic_golem";
|
|
935
|
+
"/actions/combat/myconid": "/actions/combat/myconid";
|
|
936
|
+
"/actions/combat/nom_nom": "/actions/combat/nom_nom";
|
|
937
|
+
"/actions/combat/novice_sorcerer": "/actions/combat/novice_sorcerer";
|
|
938
|
+
"/actions/combat/panda": "/actions/combat/panda";
|
|
939
|
+
"/actions/combat/pirate_cove": "/actions/combat/pirate_cove";
|
|
940
|
+
"/actions/combat/planet_of_the_eyes": "/actions/combat/planet_of_the_eyes";
|
|
941
|
+
"/actions/combat/planet_of_the_eyes_elite": "/actions/combat/planet_of_the_eyes_elite";
|
|
942
|
+
"/actions/combat/polar_bear": "/actions/combat/polar_bear";
|
|
943
|
+
"/actions/combat/porcupine": "/actions/combat/porcupine";
|
|
944
|
+
"/actions/combat/rat": "/actions/combat/rat";
|
|
945
|
+
"/actions/combat/sea_snail": "/actions/combat/sea_snail";
|
|
946
|
+
"/actions/combat/sinister_circus": "/actions/combat/sinister_circus";
|
|
947
|
+
"/actions/combat/skunk": "/actions/combat/skunk";
|
|
948
|
+
"/actions/combat/slimy": "/actions/combat/slimy";
|
|
949
|
+
"/actions/combat/smelly_planet": "/actions/combat/smelly_planet";
|
|
950
|
+
"/actions/combat/smelly_planet_elite": "/actions/combat/smelly_planet_elite";
|
|
951
|
+
"/actions/combat/snake": "/actions/combat/snake";
|
|
952
|
+
"/actions/combat/sorcerers_tower": "/actions/combat/sorcerers_tower";
|
|
953
|
+
"/actions/combat/sorcerers_tower_elite": "/actions/combat/sorcerers_tower_elite";
|
|
954
|
+
"/actions/combat/soul_hunter": "/actions/combat/soul_hunter";
|
|
955
|
+
"/actions/combat/stalactite_golem": "/actions/combat/stalactite_golem";
|
|
956
|
+
"/actions/combat/swamp_planet": "/actions/combat/swamp_planet";
|
|
957
|
+
"/actions/combat/swamp_planet_elite": "/actions/combat/swamp_planet_elite";
|
|
958
|
+
"/actions/combat/swampy": "/actions/combat/swampy";
|
|
959
|
+
"/actions/combat/treant": "/actions/combat/treant";
|
|
960
|
+
"/actions/combat/turtle": "/actions/combat/turtle";
|
|
961
|
+
"/actions/combat/twilight_zone": "/actions/combat/twilight_zone";
|
|
962
|
+
"/actions/combat/twilight_zone_elite": "/actions/combat/twilight_zone_elite";
|
|
963
|
+
"/actions/combat/vampire": "/actions/combat/vampire";
|
|
964
|
+
"/actions/combat/veyes": "/actions/combat/veyes";
|
|
965
|
+
"/actions/combat/werewolf": "/actions/combat/werewolf";
|
|
966
|
+
"/actions/combat/zombie": "/actions/combat/zombie";
|
|
967
|
+
"/actions/cooking/apple_gummy": "/actions/cooking/apple_gummy";
|
|
968
|
+
"/actions/cooking/apple_yogurt": "/actions/cooking/apple_yogurt";
|
|
969
|
+
"/actions/cooking/blackberry_cake": "/actions/cooking/blackberry_cake";
|
|
970
|
+
"/actions/cooking/blackberry_donut": "/actions/cooking/blackberry_donut";
|
|
971
|
+
"/actions/cooking/blueberry_cake": "/actions/cooking/blueberry_cake";
|
|
972
|
+
"/actions/cooking/blueberry_donut": "/actions/cooking/blueberry_donut";
|
|
973
|
+
"/actions/cooking/cupcake": "/actions/cooking/cupcake";
|
|
974
|
+
"/actions/cooking/donut": "/actions/cooking/donut";
|
|
975
|
+
"/actions/cooking/dragon_fruit_gummy": "/actions/cooking/dragon_fruit_gummy";
|
|
976
|
+
"/actions/cooking/dragon_fruit_yogurt": "/actions/cooking/dragon_fruit_yogurt";
|
|
977
|
+
"/actions/cooking/gummy": "/actions/cooking/gummy";
|
|
978
|
+
"/actions/cooking/marsberry_cake": "/actions/cooking/marsberry_cake";
|
|
979
|
+
"/actions/cooking/marsberry_donut": "/actions/cooking/marsberry_donut";
|
|
980
|
+
"/actions/cooking/mooberry_cake": "/actions/cooking/mooberry_cake";
|
|
981
|
+
"/actions/cooking/mooberry_donut": "/actions/cooking/mooberry_donut";
|
|
982
|
+
"/actions/cooking/orange_gummy": "/actions/cooking/orange_gummy";
|
|
983
|
+
"/actions/cooking/orange_yogurt": "/actions/cooking/orange_yogurt";
|
|
984
|
+
"/actions/cooking/peach_gummy": "/actions/cooking/peach_gummy";
|
|
985
|
+
"/actions/cooking/peach_yogurt": "/actions/cooking/peach_yogurt";
|
|
986
|
+
"/actions/cooking/plum_gummy": "/actions/cooking/plum_gummy";
|
|
987
|
+
"/actions/cooking/plum_yogurt": "/actions/cooking/plum_yogurt";
|
|
988
|
+
"/actions/cooking/spaceberry_cake": "/actions/cooking/spaceberry_cake";
|
|
989
|
+
"/actions/cooking/spaceberry_donut": "/actions/cooking/spaceberry_donut";
|
|
990
|
+
"/actions/cooking/star_fruit_gummy": "/actions/cooking/star_fruit_gummy";
|
|
991
|
+
"/actions/cooking/star_fruit_yogurt": "/actions/cooking/star_fruit_yogurt";
|
|
992
|
+
"/actions/cooking/strawberry_cake": "/actions/cooking/strawberry_cake";
|
|
993
|
+
"/actions/cooking/strawberry_donut": "/actions/cooking/strawberry_donut";
|
|
994
|
+
"/actions/cooking/yogurt": "/actions/cooking/yogurt";
|
|
995
|
+
"/actions/crafting/advanced_task_badge": "/actions/crafting/advanced_task_badge";
|
|
996
|
+
"/actions/crafting/arcane_bow": "/actions/crafting/arcane_bow";
|
|
997
|
+
"/actions/crafting/arcane_crossbow": "/actions/crafting/arcane_crossbow";
|
|
998
|
+
"/actions/crafting/arcane_fire_staff": "/actions/crafting/arcane_fire_staff";
|
|
999
|
+
"/actions/crafting/arcane_lumber": "/actions/crafting/arcane_lumber";
|
|
1000
|
+
"/actions/crafting/arcane_nature_staff": "/actions/crafting/arcane_nature_staff";
|
|
1001
|
+
"/actions/crafting/arcane_shield": "/actions/crafting/arcane_shield";
|
|
1002
|
+
"/actions/crafting/arcane_water_staff": "/actions/crafting/arcane_water_staff";
|
|
1003
|
+
"/actions/crafting/basic_task_badge": "/actions/crafting/basic_task_badge";
|
|
1004
|
+
"/actions/crafting/birch_bow": "/actions/crafting/birch_bow";
|
|
1005
|
+
"/actions/crafting/birch_crossbow": "/actions/crafting/birch_crossbow";
|
|
1006
|
+
"/actions/crafting/birch_fire_staff": "/actions/crafting/birch_fire_staff";
|
|
1007
|
+
"/actions/crafting/birch_lumber": "/actions/crafting/birch_lumber";
|
|
1008
|
+
"/actions/crafting/birch_nature_staff": "/actions/crafting/birch_nature_staff";
|
|
1009
|
+
"/actions/crafting/birch_shield": "/actions/crafting/birch_shield";
|
|
1010
|
+
"/actions/crafting/birch_water_staff": "/actions/crafting/birch_water_staff";
|
|
1011
|
+
"/actions/crafting/bishops_codex": "/actions/crafting/bishops_codex";
|
|
1012
|
+
"/actions/crafting/blazing_trident": "/actions/crafting/blazing_trident";
|
|
1013
|
+
"/actions/crafting/blooming_trident": "/actions/crafting/blooming_trident";
|
|
1014
|
+
"/actions/crafting/catalyst_of_coinification": "/actions/crafting/catalyst_of_coinification";
|
|
1015
|
+
"/actions/crafting/catalyst_of_decomposition": "/actions/crafting/catalyst_of_decomposition";
|
|
1016
|
+
"/actions/crafting/catalyst_of_transmutation": "/actions/crafting/catalyst_of_transmutation";
|
|
1017
|
+
"/actions/crafting/cedar_bow": "/actions/crafting/cedar_bow";
|
|
1018
|
+
"/actions/crafting/cedar_crossbow": "/actions/crafting/cedar_crossbow";
|
|
1019
|
+
"/actions/crafting/cedar_fire_staff": "/actions/crafting/cedar_fire_staff";
|
|
1020
|
+
"/actions/crafting/cedar_lumber": "/actions/crafting/cedar_lumber";
|
|
1021
|
+
"/actions/crafting/cedar_nature_staff": "/actions/crafting/cedar_nature_staff";
|
|
1022
|
+
"/actions/crafting/cedar_shield": "/actions/crafting/cedar_shield";
|
|
1023
|
+
"/actions/crafting/cedar_water_staff": "/actions/crafting/cedar_water_staff";
|
|
1024
|
+
"/actions/crafting/chimerical_chest_key": "/actions/crafting/chimerical_chest_key";
|
|
1025
|
+
"/actions/crafting/chimerical_entry_key": "/actions/crafting/chimerical_entry_key";
|
|
1026
|
+
"/actions/crafting/crushed_amber": "/actions/crafting/crushed_amber";
|
|
1027
|
+
"/actions/crafting/crushed_amethyst": "/actions/crafting/crushed_amethyst";
|
|
1028
|
+
"/actions/crafting/crushed_garnet": "/actions/crafting/crushed_garnet";
|
|
1029
|
+
"/actions/crafting/crushed_jade": "/actions/crafting/crushed_jade";
|
|
1030
|
+
"/actions/crafting/crushed_moonstone": "/actions/crafting/crushed_moonstone";
|
|
1031
|
+
"/actions/crafting/crushed_pearl": "/actions/crafting/crushed_pearl";
|
|
1032
|
+
"/actions/crafting/crushed_philosophers_stone": "/actions/crafting/crushed_philosophers_stone";
|
|
1033
|
+
"/actions/crafting/crushed_sunstone": "/actions/crafting/crushed_sunstone";
|
|
1034
|
+
"/actions/crafting/cursed_bow": "/actions/crafting/cursed_bow";
|
|
1035
|
+
"/actions/crafting/earrings_of_armor": "/actions/crafting/earrings_of_armor";
|
|
1036
|
+
"/actions/crafting/earrings_of_critical_strike": "/actions/crafting/earrings_of_critical_strike";
|
|
1037
|
+
"/actions/crafting/earrings_of_essence_find": "/actions/crafting/earrings_of_essence_find";
|
|
1038
|
+
"/actions/crafting/earrings_of_gathering": "/actions/crafting/earrings_of_gathering";
|
|
1039
|
+
"/actions/crafting/earrings_of_rare_find": "/actions/crafting/earrings_of_rare_find";
|
|
1040
|
+
"/actions/crafting/earrings_of_regeneration": "/actions/crafting/earrings_of_regeneration";
|
|
1041
|
+
"/actions/crafting/earrings_of_resistance": "/actions/crafting/earrings_of_resistance";
|
|
1042
|
+
"/actions/crafting/enchanted_chest_key": "/actions/crafting/enchanted_chest_key";
|
|
1043
|
+
"/actions/crafting/enchanted_entry_key": "/actions/crafting/enchanted_entry_key";
|
|
1044
|
+
"/actions/crafting/expert_task_badge": "/actions/crafting/expert_task_badge";
|
|
1045
|
+
"/actions/crafting/eye_watch": "/actions/crafting/eye_watch";
|
|
1046
|
+
"/actions/crafting/fighter_necklace": "/actions/crafting/fighter_necklace";
|
|
1047
|
+
"/actions/crafting/frost_staff": "/actions/crafting/frost_staff";
|
|
1048
|
+
"/actions/crafting/ginkgo_bow": "/actions/crafting/ginkgo_bow";
|
|
1049
|
+
"/actions/crafting/ginkgo_crossbow": "/actions/crafting/ginkgo_crossbow";
|
|
1050
|
+
"/actions/crafting/ginkgo_fire_staff": "/actions/crafting/ginkgo_fire_staff";
|
|
1051
|
+
"/actions/crafting/ginkgo_lumber": "/actions/crafting/ginkgo_lumber";
|
|
1052
|
+
"/actions/crafting/ginkgo_nature_staff": "/actions/crafting/ginkgo_nature_staff";
|
|
1053
|
+
"/actions/crafting/ginkgo_shield": "/actions/crafting/ginkgo_shield";
|
|
1054
|
+
"/actions/crafting/ginkgo_water_staff": "/actions/crafting/ginkgo_water_staff";
|
|
1055
|
+
"/actions/crafting/infernal_battlestaff": "/actions/crafting/infernal_battlestaff";
|
|
1056
|
+
"/actions/crafting/jackalope_staff": "/actions/crafting/jackalope_staff";
|
|
1057
|
+
"/actions/crafting/lumber": "/actions/crafting/lumber";
|
|
1058
|
+
"/actions/crafting/manticore_shield": "/actions/crafting/manticore_shield";
|
|
1059
|
+
"/actions/crafting/mirror_of_protection": "/actions/crafting/mirror_of_protection";
|
|
1060
|
+
"/actions/crafting/necklace_of_efficiency": "/actions/crafting/necklace_of_efficiency";
|
|
1061
|
+
"/actions/crafting/necklace_of_speed": "/actions/crafting/necklace_of_speed";
|
|
1062
|
+
"/actions/crafting/necklace_of_wisdom": "/actions/crafting/necklace_of_wisdom";
|
|
1063
|
+
"/actions/crafting/philosophers_earrings": "/actions/crafting/philosophers_earrings";
|
|
1064
|
+
"/actions/crafting/philosophers_necklace": "/actions/crafting/philosophers_necklace";
|
|
1065
|
+
"/actions/crafting/philosophers_ring": "/actions/crafting/philosophers_ring";
|
|
1066
|
+
"/actions/crafting/pirate_chest_key": "/actions/crafting/pirate_chest_key";
|
|
1067
|
+
"/actions/crafting/pirate_entry_key": "/actions/crafting/pirate_entry_key";
|
|
1068
|
+
"/actions/crafting/purpleheart_bow": "/actions/crafting/purpleheart_bow";
|
|
1069
|
+
"/actions/crafting/purpleheart_crossbow": "/actions/crafting/purpleheart_crossbow";
|
|
1070
|
+
"/actions/crafting/purpleheart_fire_staff": "/actions/crafting/purpleheart_fire_staff";
|
|
1071
|
+
"/actions/crafting/purpleheart_lumber": "/actions/crafting/purpleheart_lumber";
|
|
1072
|
+
"/actions/crafting/purpleheart_nature_staff": "/actions/crafting/purpleheart_nature_staff";
|
|
1073
|
+
"/actions/crafting/purpleheart_shield": "/actions/crafting/purpleheart_shield";
|
|
1074
|
+
"/actions/crafting/purpleheart_water_staff": "/actions/crafting/purpleheart_water_staff";
|
|
1075
|
+
"/actions/crafting/ranger_necklace": "/actions/crafting/ranger_necklace";
|
|
1076
|
+
"/actions/crafting/redwood_bow": "/actions/crafting/redwood_bow";
|
|
1077
|
+
"/actions/crafting/redwood_crossbow": "/actions/crafting/redwood_crossbow";
|
|
1078
|
+
"/actions/crafting/redwood_fire_staff": "/actions/crafting/redwood_fire_staff";
|
|
1079
|
+
"/actions/crafting/redwood_lumber": "/actions/crafting/redwood_lumber";
|
|
1080
|
+
"/actions/crafting/redwood_nature_staff": "/actions/crafting/redwood_nature_staff";
|
|
1081
|
+
"/actions/crafting/redwood_shield": "/actions/crafting/redwood_shield";
|
|
1082
|
+
"/actions/crafting/redwood_water_staff": "/actions/crafting/redwood_water_staff";
|
|
1083
|
+
"/actions/crafting/ring_of_armor": "/actions/crafting/ring_of_armor";
|
|
1084
|
+
"/actions/crafting/ring_of_critical_strike": "/actions/crafting/ring_of_critical_strike";
|
|
1085
|
+
"/actions/crafting/ring_of_essence_find": "/actions/crafting/ring_of_essence_find";
|
|
1086
|
+
"/actions/crafting/ring_of_gathering": "/actions/crafting/ring_of_gathering";
|
|
1087
|
+
"/actions/crafting/ring_of_rare_find": "/actions/crafting/ring_of_rare_find";
|
|
1088
|
+
"/actions/crafting/ring_of_regeneration": "/actions/crafting/ring_of_regeneration";
|
|
1089
|
+
"/actions/crafting/ring_of_resistance": "/actions/crafting/ring_of_resistance";
|
|
1090
|
+
"/actions/crafting/rippling_trident": "/actions/crafting/rippling_trident";
|
|
1091
|
+
"/actions/crafting/sinister_chest_key": "/actions/crafting/sinister_chest_key";
|
|
1092
|
+
"/actions/crafting/sinister_entry_key": "/actions/crafting/sinister_entry_key";
|
|
1093
|
+
"/actions/crafting/soul_hunter_crossbow": "/actions/crafting/soul_hunter_crossbow";
|
|
1094
|
+
"/actions/crafting/sundering_crossbow": "/actions/crafting/sundering_crossbow";
|
|
1095
|
+
"/actions/crafting/treant_shield": "/actions/crafting/treant_shield";
|
|
1096
|
+
"/actions/crafting/vampiric_bow": "/actions/crafting/vampiric_bow";
|
|
1097
|
+
"/actions/crafting/watchful_relic": "/actions/crafting/watchful_relic";
|
|
1098
|
+
"/actions/crafting/wizard_necklace": "/actions/crafting/wizard_necklace";
|
|
1099
|
+
"/actions/crafting/wooden_bow": "/actions/crafting/wooden_bow";
|
|
1100
|
+
"/actions/crafting/wooden_crossbow": "/actions/crafting/wooden_crossbow";
|
|
1101
|
+
"/actions/crafting/wooden_fire_staff": "/actions/crafting/wooden_fire_staff";
|
|
1102
|
+
"/actions/crafting/wooden_nature_staff": "/actions/crafting/wooden_nature_staff";
|
|
1103
|
+
"/actions/crafting/wooden_shield": "/actions/crafting/wooden_shield";
|
|
1104
|
+
"/actions/crafting/wooden_water_staff": "/actions/crafting/wooden_water_staff";
|
|
1105
|
+
"/actions/enhancing/enhance": "/actions/enhancing/enhance";
|
|
1106
|
+
"/actions/foraging/apple": "/actions/foraging/apple";
|
|
1107
|
+
"/actions/foraging/arabica_coffee_bean": "/actions/foraging/arabica_coffee_bean";
|
|
1108
|
+
"/actions/foraging/asteroid_belt": "/actions/foraging/asteroid_belt";
|
|
1109
|
+
"/actions/foraging/bamboo_branch": "/actions/foraging/bamboo_branch";
|
|
1110
|
+
"/actions/foraging/blackberry": "/actions/foraging/blackberry";
|
|
1111
|
+
"/actions/foraging/blueberry": "/actions/foraging/blueberry";
|
|
1112
|
+
"/actions/foraging/burble_beach": "/actions/foraging/burble_beach";
|
|
1113
|
+
"/actions/foraging/cocoon": "/actions/foraging/cocoon";
|
|
1114
|
+
"/actions/foraging/cotton": "/actions/foraging/cotton";
|
|
1115
|
+
"/actions/foraging/dragon_fruit": "/actions/foraging/dragon_fruit";
|
|
1116
|
+
"/actions/foraging/egg": "/actions/foraging/egg";
|
|
1117
|
+
"/actions/foraging/excelsa_coffee_bean": "/actions/foraging/excelsa_coffee_bean";
|
|
1118
|
+
"/actions/foraging/farmland": "/actions/foraging/farmland";
|
|
1119
|
+
"/actions/foraging/fieriosa_coffee_bean": "/actions/foraging/fieriosa_coffee_bean";
|
|
1120
|
+
"/actions/foraging/flax": "/actions/foraging/flax";
|
|
1121
|
+
"/actions/foraging/liberica_coffee_bean": "/actions/foraging/liberica_coffee_bean";
|
|
1122
|
+
"/actions/foraging/marsberry": "/actions/foraging/marsberry";
|
|
1123
|
+
"/actions/foraging/misty_forest": "/actions/foraging/misty_forest";
|
|
1124
|
+
"/actions/foraging/mooberry": "/actions/foraging/mooberry";
|
|
1125
|
+
"/actions/foraging/olympus_mons": "/actions/foraging/olympus_mons";
|
|
1126
|
+
"/actions/foraging/orange": "/actions/foraging/orange";
|
|
1127
|
+
"/actions/foraging/peach": "/actions/foraging/peach";
|
|
1128
|
+
"/actions/foraging/plum": "/actions/foraging/plum";
|
|
1129
|
+
"/actions/foraging/radiant_fiber": "/actions/foraging/radiant_fiber";
|
|
1130
|
+
"/actions/foraging/robusta_coffee_bean": "/actions/foraging/robusta_coffee_bean";
|
|
1131
|
+
"/actions/foraging/shimmering_lake": "/actions/foraging/shimmering_lake";
|
|
1132
|
+
"/actions/foraging/silly_cow_valley": "/actions/foraging/silly_cow_valley";
|
|
1133
|
+
"/actions/foraging/spaceberry": "/actions/foraging/spaceberry";
|
|
1134
|
+
"/actions/foraging/spacia_coffee_bean": "/actions/foraging/spacia_coffee_bean";
|
|
1135
|
+
"/actions/foraging/star_fruit": "/actions/foraging/star_fruit";
|
|
1136
|
+
"/actions/foraging/strawberry": "/actions/foraging/strawberry";
|
|
1137
|
+
"/actions/foraging/sugar": "/actions/foraging/sugar";
|
|
1138
|
+
"/actions/foraging/wheat": "/actions/foraging/wheat";
|
|
1139
|
+
"/actions/milking/azure_cow": "/actions/milking/azure_cow";
|
|
1140
|
+
"/actions/milking/burble_cow": "/actions/milking/burble_cow";
|
|
1141
|
+
"/actions/milking/cow": "/actions/milking/cow";
|
|
1142
|
+
"/actions/milking/crimson_cow": "/actions/milking/crimson_cow";
|
|
1143
|
+
"/actions/milking/holy_cow": "/actions/milking/holy_cow";
|
|
1144
|
+
"/actions/milking/unicow": "/actions/milking/unicow";
|
|
1145
|
+
"/actions/milking/verdant_cow": "/actions/milking/verdant_cow";
|
|
1146
|
+
"/actions/tailoring/acrobatic_hood": "/actions/tailoring/acrobatic_hood";
|
|
1147
|
+
"/actions/tailoring/alchemists_bottoms": "/actions/tailoring/alchemists_bottoms";
|
|
1148
|
+
"/actions/tailoring/alchemists_top": "/actions/tailoring/alchemists_top";
|
|
1149
|
+
"/actions/tailoring/bamboo_boots": "/actions/tailoring/bamboo_boots";
|
|
1150
|
+
"/actions/tailoring/bamboo_fabric": "/actions/tailoring/bamboo_fabric";
|
|
1151
|
+
"/actions/tailoring/bamboo_gloves": "/actions/tailoring/bamboo_gloves";
|
|
1152
|
+
"/actions/tailoring/bamboo_hat": "/actions/tailoring/bamboo_hat";
|
|
1153
|
+
"/actions/tailoring/bamboo_robe_bottoms": "/actions/tailoring/bamboo_robe_bottoms";
|
|
1154
|
+
"/actions/tailoring/bamboo_robe_top": "/actions/tailoring/bamboo_robe_top";
|
|
1155
|
+
"/actions/tailoring/beast_boots": "/actions/tailoring/beast_boots";
|
|
1156
|
+
"/actions/tailoring/beast_bracers": "/actions/tailoring/beast_bracers";
|
|
1157
|
+
"/actions/tailoring/beast_chaps": "/actions/tailoring/beast_chaps";
|
|
1158
|
+
"/actions/tailoring/beast_hood": "/actions/tailoring/beast_hood";
|
|
1159
|
+
"/actions/tailoring/beast_leather": "/actions/tailoring/beast_leather";
|
|
1160
|
+
"/actions/tailoring/beast_tunic": "/actions/tailoring/beast_tunic";
|
|
1161
|
+
"/actions/tailoring/brewers_bottoms": "/actions/tailoring/brewers_bottoms";
|
|
1162
|
+
"/actions/tailoring/brewers_top": "/actions/tailoring/brewers_top";
|
|
1163
|
+
"/actions/tailoring/centaur_boots": "/actions/tailoring/centaur_boots";
|
|
1164
|
+
"/actions/tailoring/cheesemakers_bottoms": "/actions/tailoring/cheesemakers_bottoms";
|
|
1165
|
+
"/actions/tailoring/cheesemakers_top": "/actions/tailoring/cheesemakers_top";
|
|
1166
|
+
"/actions/tailoring/chefs_bottoms": "/actions/tailoring/chefs_bottoms";
|
|
1167
|
+
"/actions/tailoring/chefs_top": "/actions/tailoring/chefs_top";
|
|
1168
|
+
"/actions/tailoring/chrono_gloves": "/actions/tailoring/chrono_gloves";
|
|
1169
|
+
"/actions/tailoring/collectors_boots": "/actions/tailoring/collectors_boots";
|
|
1170
|
+
"/actions/tailoring/cotton_boots": "/actions/tailoring/cotton_boots";
|
|
1171
|
+
"/actions/tailoring/cotton_fabric": "/actions/tailoring/cotton_fabric";
|
|
1172
|
+
"/actions/tailoring/cotton_gloves": "/actions/tailoring/cotton_gloves";
|
|
1173
|
+
"/actions/tailoring/cotton_hat": "/actions/tailoring/cotton_hat";
|
|
1174
|
+
"/actions/tailoring/cotton_robe_bottoms": "/actions/tailoring/cotton_robe_bottoms";
|
|
1175
|
+
"/actions/tailoring/cotton_robe_top": "/actions/tailoring/cotton_robe_top";
|
|
1176
|
+
"/actions/tailoring/crafters_bottoms": "/actions/tailoring/crafters_bottoms";
|
|
1177
|
+
"/actions/tailoring/crafters_top": "/actions/tailoring/crafters_top";
|
|
1178
|
+
"/actions/tailoring/dairyhands_bottoms": "/actions/tailoring/dairyhands_bottoms";
|
|
1179
|
+
"/actions/tailoring/dairyhands_top": "/actions/tailoring/dairyhands_top";
|
|
1180
|
+
"/actions/tailoring/enchanted_gloves": "/actions/tailoring/enchanted_gloves";
|
|
1181
|
+
"/actions/tailoring/enhancers_bottoms": "/actions/tailoring/enhancers_bottoms";
|
|
1182
|
+
"/actions/tailoring/enhancers_top": "/actions/tailoring/enhancers_top";
|
|
1183
|
+
"/actions/tailoring/flaming_robe_bottoms": "/actions/tailoring/flaming_robe_bottoms";
|
|
1184
|
+
"/actions/tailoring/flaming_robe_top": "/actions/tailoring/flaming_robe_top";
|
|
1185
|
+
"/actions/tailoring/fluffy_red_hat": "/actions/tailoring/fluffy_red_hat";
|
|
1186
|
+
"/actions/tailoring/foragers_bottoms": "/actions/tailoring/foragers_bottoms";
|
|
1187
|
+
"/actions/tailoring/foragers_top": "/actions/tailoring/foragers_top";
|
|
1188
|
+
"/actions/tailoring/giant_pouch": "/actions/tailoring/giant_pouch";
|
|
1189
|
+
"/actions/tailoring/gluttonous_pouch": "/actions/tailoring/gluttonous_pouch";
|
|
1190
|
+
"/actions/tailoring/gobo_boots": "/actions/tailoring/gobo_boots";
|
|
1191
|
+
"/actions/tailoring/gobo_bracers": "/actions/tailoring/gobo_bracers";
|
|
1192
|
+
"/actions/tailoring/gobo_chaps": "/actions/tailoring/gobo_chaps";
|
|
1193
|
+
"/actions/tailoring/gobo_hood": "/actions/tailoring/gobo_hood";
|
|
1194
|
+
"/actions/tailoring/gobo_leather": "/actions/tailoring/gobo_leather";
|
|
1195
|
+
"/actions/tailoring/gobo_tunic": "/actions/tailoring/gobo_tunic";
|
|
1196
|
+
"/actions/tailoring/griffin_chaps": "/actions/tailoring/griffin_chaps";
|
|
1197
|
+
"/actions/tailoring/griffin_tunic": "/actions/tailoring/griffin_tunic";
|
|
1198
|
+
"/actions/tailoring/guzzling_pouch": "/actions/tailoring/guzzling_pouch";
|
|
1199
|
+
"/actions/tailoring/icy_robe_bottoms": "/actions/tailoring/icy_robe_bottoms";
|
|
1200
|
+
"/actions/tailoring/icy_robe_top": "/actions/tailoring/icy_robe_top";
|
|
1201
|
+
"/actions/tailoring/kraken_chaps": "/actions/tailoring/kraken_chaps";
|
|
1202
|
+
"/actions/tailoring/kraken_tunic": "/actions/tailoring/kraken_tunic";
|
|
1203
|
+
"/actions/tailoring/large_pouch": "/actions/tailoring/large_pouch";
|
|
1204
|
+
"/actions/tailoring/linen_boots": "/actions/tailoring/linen_boots";
|
|
1205
|
+
"/actions/tailoring/linen_fabric": "/actions/tailoring/linen_fabric";
|
|
1206
|
+
"/actions/tailoring/linen_gloves": "/actions/tailoring/linen_gloves";
|
|
1207
|
+
"/actions/tailoring/linen_hat": "/actions/tailoring/linen_hat";
|
|
1208
|
+
"/actions/tailoring/linen_robe_bottoms": "/actions/tailoring/linen_robe_bottoms";
|
|
1209
|
+
"/actions/tailoring/linen_robe_top": "/actions/tailoring/linen_robe_top";
|
|
1210
|
+
"/actions/tailoring/lumberjacks_bottoms": "/actions/tailoring/lumberjacks_bottoms";
|
|
1211
|
+
"/actions/tailoring/lumberjacks_top": "/actions/tailoring/lumberjacks_top";
|
|
1212
|
+
"/actions/tailoring/luna_robe_bottoms": "/actions/tailoring/luna_robe_bottoms";
|
|
1213
|
+
"/actions/tailoring/luna_robe_top": "/actions/tailoring/luna_robe_top";
|
|
1214
|
+
"/actions/tailoring/magicians_hat": "/actions/tailoring/magicians_hat";
|
|
1215
|
+
"/actions/tailoring/marine_chaps": "/actions/tailoring/marine_chaps";
|
|
1216
|
+
"/actions/tailoring/marine_tunic": "/actions/tailoring/marine_tunic";
|
|
1217
|
+
"/actions/tailoring/marksman_bracers": "/actions/tailoring/marksman_bracers";
|
|
1218
|
+
"/actions/tailoring/medium_pouch": "/actions/tailoring/medium_pouch";
|
|
1219
|
+
"/actions/tailoring/radiant_boots": "/actions/tailoring/radiant_boots";
|
|
1220
|
+
"/actions/tailoring/radiant_fabric": "/actions/tailoring/radiant_fabric";
|
|
1221
|
+
"/actions/tailoring/radiant_gloves": "/actions/tailoring/radiant_gloves";
|
|
1222
|
+
"/actions/tailoring/radiant_hat": "/actions/tailoring/radiant_hat";
|
|
1223
|
+
"/actions/tailoring/radiant_robe_bottoms": "/actions/tailoring/radiant_robe_bottoms";
|
|
1224
|
+
"/actions/tailoring/radiant_robe_top": "/actions/tailoring/radiant_robe_top";
|
|
1225
|
+
"/actions/tailoring/red_culinary_hat": "/actions/tailoring/red_culinary_hat";
|
|
1226
|
+
"/actions/tailoring/reptile_boots": "/actions/tailoring/reptile_boots";
|
|
1227
|
+
"/actions/tailoring/reptile_bracers": "/actions/tailoring/reptile_bracers";
|
|
1228
|
+
"/actions/tailoring/reptile_chaps": "/actions/tailoring/reptile_chaps";
|
|
1229
|
+
"/actions/tailoring/reptile_hood": "/actions/tailoring/reptile_hood";
|
|
1230
|
+
"/actions/tailoring/reptile_leather": "/actions/tailoring/reptile_leather";
|
|
1231
|
+
"/actions/tailoring/reptile_tunic": "/actions/tailoring/reptile_tunic";
|
|
1232
|
+
"/actions/tailoring/revenant_chaps": "/actions/tailoring/revenant_chaps";
|
|
1233
|
+
"/actions/tailoring/revenant_tunic": "/actions/tailoring/revenant_tunic";
|
|
1234
|
+
"/actions/tailoring/rough_boots": "/actions/tailoring/rough_boots";
|
|
1235
|
+
"/actions/tailoring/rough_bracers": "/actions/tailoring/rough_bracers";
|
|
1236
|
+
"/actions/tailoring/rough_chaps": "/actions/tailoring/rough_chaps";
|
|
1237
|
+
"/actions/tailoring/rough_hood": "/actions/tailoring/rough_hood";
|
|
1238
|
+
"/actions/tailoring/rough_leather": "/actions/tailoring/rough_leather";
|
|
1239
|
+
"/actions/tailoring/rough_tunic": "/actions/tailoring/rough_tunic";
|
|
1240
|
+
"/actions/tailoring/royal_fire_robe_bottoms": "/actions/tailoring/royal_fire_robe_bottoms";
|
|
1241
|
+
"/actions/tailoring/royal_fire_robe_top": "/actions/tailoring/royal_fire_robe_top";
|
|
1242
|
+
"/actions/tailoring/royal_nature_robe_bottoms": "/actions/tailoring/royal_nature_robe_bottoms";
|
|
1243
|
+
"/actions/tailoring/royal_nature_robe_top": "/actions/tailoring/royal_nature_robe_top";
|
|
1244
|
+
"/actions/tailoring/royal_water_robe_bottoms": "/actions/tailoring/royal_water_robe_bottoms";
|
|
1245
|
+
"/actions/tailoring/royal_water_robe_top": "/actions/tailoring/royal_water_robe_top";
|
|
1246
|
+
"/actions/tailoring/shoebill_shoes": "/actions/tailoring/shoebill_shoes";
|
|
1247
|
+
"/actions/tailoring/sighted_bracers": "/actions/tailoring/sighted_bracers";
|
|
1248
|
+
"/actions/tailoring/silk_boots": "/actions/tailoring/silk_boots";
|
|
1249
|
+
"/actions/tailoring/silk_fabric": "/actions/tailoring/silk_fabric";
|
|
1250
|
+
"/actions/tailoring/silk_gloves": "/actions/tailoring/silk_gloves";
|
|
1251
|
+
"/actions/tailoring/silk_hat": "/actions/tailoring/silk_hat";
|
|
1252
|
+
"/actions/tailoring/silk_robe_bottoms": "/actions/tailoring/silk_robe_bottoms";
|
|
1253
|
+
"/actions/tailoring/silk_robe_top": "/actions/tailoring/silk_robe_top";
|
|
1254
|
+
"/actions/tailoring/small_pouch": "/actions/tailoring/small_pouch";
|
|
1255
|
+
"/actions/tailoring/sorcerer_boots": "/actions/tailoring/sorcerer_boots";
|
|
1256
|
+
"/actions/tailoring/tailors_bottoms": "/actions/tailoring/tailors_bottoms";
|
|
1257
|
+
"/actions/tailoring/tailors_top": "/actions/tailoring/tailors_top";
|
|
1258
|
+
"/actions/tailoring/umbral_boots": "/actions/tailoring/umbral_boots";
|
|
1259
|
+
"/actions/tailoring/umbral_bracers": "/actions/tailoring/umbral_bracers";
|
|
1260
|
+
"/actions/tailoring/umbral_chaps": "/actions/tailoring/umbral_chaps";
|
|
1261
|
+
"/actions/tailoring/umbral_hood": "/actions/tailoring/umbral_hood";
|
|
1262
|
+
"/actions/tailoring/umbral_leather": "/actions/tailoring/umbral_leather";
|
|
1263
|
+
"/actions/tailoring/umbral_tunic": "/actions/tailoring/umbral_tunic";
|
|
1264
|
+
"/actions/woodcutting/arcane_tree": "/actions/woodcutting/arcane_tree";
|
|
1265
|
+
"/actions/woodcutting/birch_tree": "/actions/woodcutting/birch_tree";
|
|
1266
|
+
"/actions/woodcutting/cedar_tree": "/actions/woodcutting/cedar_tree";
|
|
1267
|
+
"/actions/woodcutting/ginkgo_tree": "/actions/woodcutting/ginkgo_tree";
|
|
1268
|
+
"/actions/woodcutting/purpleheart_tree": "/actions/woodcutting/purpleheart_tree";
|
|
1269
|
+
"/actions/woodcutting/redwood_tree": "/actions/woodcutting/redwood_tree";
|
|
1270
|
+
"/actions/woodcutting/tree": "/actions/woodcutting/tree";
|
|
1271
|
+
}>;
|
|
1272
|
+
function: z.ZodString;
|
|
1273
|
+
type: z.ZodString;
|
|
1274
|
+
category: z.ZodString;
|
|
1275
|
+
name: z.ZodString;
|
|
1276
|
+
levelRequirement: z.ZodObject<{
|
|
1277
|
+
skillHrid: z.ZodString;
|
|
1278
|
+
level: z.ZodNumber;
|
|
1279
|
+
}, z.core.$strip>;
|
|
1280
|
+
baseTimeCost: z.ZodNumber;
|
|
1281
|
+
experienceGain: z.ZodObject<{
|
|
1282
|
+
skillHrid: z.ZodString;
|
|
1283
|
+
value: z.ZodNumber;
|
|
1284
|
+
}, z.core.$strip>;
|
|
1285
|
+
dropTable: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
1286
|
+
itemHrid: z.ZodString;
|
|
1287
|
+
dropRate: z.ZodNumber;
|
|
1288
|
+
minCount: z.ZodNumber;
|
|
1289
|
+
maxCount: z.ZodNumber;
|
|
1290
|
+
minEliteTier: z.ZodNumber;
|
|
1291
|
+
}, z.core.$strip>>>;
|
|
1292
|
+
essenceDropTable: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
1293
|
+
itemHrid: z.ZodString;
|
|
1294
|
+
dropRate: z.ZodNumber;
|
|
1295
|
+
minCount: z.ZodNumber;
|
|
1296
|
+
maxCount: z.ZodNumber;
|
|
1297
|
+
minEliteTier: z.ZodNumber;
|
|
1298
|
+
}, z.core.$strip>>>;
|
|
1299
|
+
rareDropTable: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
1300
|
+
itemHrid: z.ZodString;
|
|
1301
|
+
dropRate: z.ZodNumber;
|
|
1302
|
+
minCount: z.ZodNumber;
|
|
1303
|
+
maxCount: z.ZodNumber;
|
|
1304
|
+
minEliteTier: z.ZodNumber;
|
|
1305
|
+
}, z.core.$strip>>>;
|
|
1306
|
+
upgradeItemHrid: z.ZodString;
|
|
1307
|
+
inputItems: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
1308
|
+
itemHrid: z.ZodString;
|
|
1309
|
+
count: z.ZodNumber;
|
|
1310
|
+
}, z.core.$strip>>>;
|
|
1311
|
+
outputItems: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
1312
|
+
itemHrid: z.ZodString;
|
|
1313
|
+
count: z.ZodNumber;
|
|
1314
|
+
}, z.core.$strip>>>;
|
|
1315
|
+
combatZoneInfo: z.ZodNullable<z.ZodObject<{
|
|
1316
|
+
isDungeon: z.ZodBoolean;
|
|
1317
|
+
fightInfo: z.ZodObject<{
|
|
1318
|
+
randomSpawnInfo: z.ZodNullable<z.ZodObject<{
|
|
1319
|
+
maxSpawnCount: z.ZodNumber;
|
|
1320
|
+
maxTotalStrength: z.ZodNumber;
|
|
1321
|
+
spawns: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
1322
|
+
combatMonsterHrid: z.ZodString;
|
|
1323
|
+
eliteTier: z.ZodNumber;
|
|
1324
|
+
rate: z.ZodNumber;
|
|
1325
|
+
strength: z.ZodNumber;
|
|
1326
|
+
}, z.core.$strip>>>;
|
|
1327
|
+
}, z.core.$strip>>;
|
|
1328
|
+
bossSpawns: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
1329
|
+
combatMonsterHrid: z.ZodString;
|
|
1330
|
+
eliteTier: z.ZodNumber;
|
|
1331
|
+
rate: z.ZodOptional<z.ZodNumber>;
|
|
1332
|
+
strength: z.ZodOptional<z.ZodNumber>;
|
|
1333
|
+
}, z.core.$strip>>>;
|
|
1334
|
+
battlesPerBoss: z.ZodNumber;
|
|
1335
|
+
}, z.core.$strip>;
|
|
1336
|
+
dungeonInfo: z.ZodObject<{
|
|
1337
|
+
keyItemHrid: z.ZodString;
|
|
1338
|
+
rewardDropTable: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
1339
|
+
itemHrid: z.ZodString;
|
|
1340
|
+
dropRate: z.ZodNumber;
|
|
1341
|
+
minCount: z.ZodNumber;
|
|
1342
|
+
maxCount: z.ZodNumber;
|
|
1343
|
+
minEliteTier: z.ZodNumber;
|
|
1344
|
+
}, z.core.$strip>>>;
|
|
1345
|
+
maxWaves: z.ZodNumber;
|
|
1346
|
+
randomSpawnInfoMap: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1347
|
+
maxSpawnCount: z.ZodNumber;
|
|
1348
|
+
maxTotalStrength: z.ZodNumber;
|
|
1349
|
+
spawns: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
1350
|
+
combatMonsterHrid: z.ZodString;
|
|
1351
|
+
eliteTier: z.ZodNumber;
|
|
1352
|
+
rate: z.ZodNumber;
|
|
1353
|
+
strength: z.ZodNumber;
|
|
1354
|
+
}, z.core.$strip>>>;
|
|
1355
|
+
}, z.core.$strip>>>;
|
|
1356
|
+
fixedSpawnsMap: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
1357
|
+
combatMonsterHrid: z.ZodString;
|
|
1358
|
+
eliteTier: z.ZodNumber;
|
|
1359
|
+
rate: z.ZodOptional<z.ZodNumber>;
|
|
1360
|
+
strength: z.ZodOptional<z.ZodNumber>;
|
|
1361
|
+
}, z.core.$strip>>>>;
|
|
1362
|
+
}, z.core.$strip>;
|
|
1363
|
+
}, z.core.$strip>>;
|
|
1364
|
+
maxPartySize: z.ZodNumber;
|
|
1365
|
+
buffs: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
1366
|
+
uniqueHrid: z.ZodString;
|
|
1367
|
+
typeHrid: z.ZodString;
|
|
1368
|
+
ratioBoost: z.ZodNumber;
|
|
1369
|
+
ratioBoostLevelBonus: z.ZodNumber;
|
|
1370
|
+
flatBoost: z.ZodNumber;
|
|
1371
|
+
flatBoostLevelBonus: z.ZodNumber;
|
|
1372
|
+
startTime: z.ZodString;
|
|
1373
|
+
duration: z.ZodNumber;
|
|
1374
|
+
}, z.core.$strip>>>;
|
|
1375
|
+
sortIndex: z.ZodNumber;
|
|
1376
|
+
}, z.core.$strip>;
|
|
1377
|
+
export type Action = z.infer<typeof ActionSchema>;
|
|
1378
|
+
//# sourceMappingURL=actions.d.ts.map
|