@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,542 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Auto-generated file - DO NOT EDIT
|
|
3
|
+
* Generated on 2025-07-26T22:01:12.927Z
|
|
4
|
+
*/
|
|
5
|
+
import { type Action } from './actions.js';
|
|
6
|
+
import { type ItemHrid } from './items.js';
|
|
7
|
+
import { type SkillHrid } from './skills.js';
|
|
8
|
+
import { z } from 'zod';
|
|
9
|
+
export interface RecipeItem {
|
|
10
|
+
itemHrid: ItemHrid;
|
|
11
|
+
count: number;
|
|
12
|
+
}
|
|
13
|
+
export interface Recipe extends Action {
|
|
14
|
+
inputItems: RecipeItem[];
|
|
15
|
+
outputItems: RecipeItem[];
|
|
16
|
+
}
|
|
17
|
+
export { ActionSchema as RecipeSchema } from '../schemas/zod/actions.js';
|
|
18
|
+
export declare const RecipeHridEnum: z.ZodEnum<{
|
|
19
|
+
"/actions/brewing/alchemy_tea": "/actions/brewing/alchemy_tea";
|
|
20
|
+
"/actions/brewing/artisan_tea": "/actions/brewing/artisan_tea";
|
|
21
|
+
"/actions/brewing/attack_coffee": "/actions/brewing/attack_coffee";
|
|
22
|
+
"/actions/brewing/blessed_tea": "/actions/brewing/blessed_tea";
|
|
23
|
+
"/actions/brewing/brewing_tea": "/actions/brewing/brewing_tea";
|
|
24
|
+
"/actions/brewing/catalytic_tea": "/actions/brewing/catalytic_tea";
|
|
25
|
+
"/actions/brewing/channeling_coffee": "/actions/brewing/channeling_coffee";
|
|
26
|
+
"/actions/brewing/cheesesmithing_tea": "/actions/brewing/cheesesmithing_tea";
|
|
27
|
+
"/actions/brewing/cooking_tea": "/actions/brewing/cooking_tea";
|
|
28
|
+
"/actions/brewing/crafting_tea": "/actions/brewing/crafting_tea";
|
|
29
|
+
"/actions/brewing/critical_coffee": "/actions/brewing/critical_coffee";
|
|
30
|
+
"/actions/brewing/defense_coffee": "/actions/brewing/defense_coffee";
|
|
31
|
+
"/actions/brewing/efficiency_tea": "/actions/brewing/efficiency_tea";
|
|
32
|
+
"/actions/brewing/enhancing_tea": "/actions/brewing/enhancing_tea";
|
|
33
|
+
"/actions/brewing/foraging_tea": "/actions/brewing/foraging_tea";
|
|
34
|
+
"/actions/brewing/gathering_tea": "/actions/brewing/gathering_tea";
|
|
35
|
+
"/actions/brewing/gourmet_tea": "/actions/brewing/gourmet_tea";
|
|
36
|
+
"/actions/brewing/intelligence_coffee": "/actions/brewing/intelligence_coffee";
|
|
37
|
+
"/actions/brewing/lucky_coffee": "/actions/brewing/lucky_coffee";
|
|
38
|
+
"/actions/brewing/magic_coffee": "/actions/brewing/magic_coffee";
|
|
39
|
+
"/actions/brewing/milking_tea": "/actions/brewing/milking_tea";
|
|
40
|
+
"/actions/brewing/power_coffee": "/actions/brewing/power_coffee";
|
|
41
|
+
"/actions/brewing/processing_tea": "/actions/brewing/processing_tea";
|
|
42
|
+
"/actions/brewing/ranged_coffee": "/actions/brewing/ranged_coffee";
|
|
43
|
+
"/actions/brewing/stamina_coffee": "/actions/brewing/stamina_coffee";
|
|
44
|
+
"/actions/brewing/super_alchemy_tea": "/actions/brewing/super_alchemy_tea";
|
|
45
|
+
"/actions/brewing/super_attack_coffee": "/actions/brewing/super_attack_coffee";
|
|
46
|
+
"/actions/brewing/super_brewing_tea": "/actions/brewing/super_brewing_tea";
|
|
47
|
+
"/actions/brewing/super_cheesesmithing_tea": "/actions/brewing/super_cheesesmithing_tea";
|
|
48
|
+
"/actions/brewing/super_cooking_tea": "/actions/brewing/super_cooking_tea";
|
|
49
|
+
"/actions/brewing/super_crafting_tea": "/actions/brewing/super_crafting_tea";
|
|
50
|
+
"/actions/brewing/super_defense_coffee": "/actions/brewing/super_defense_coffee";
|
|
51
|
+
"/actions/brewing/super_enhancing_tea": "/actions/brewing/super_enhancing_tea";
|
|
52
|
+
"/actions/brewing/super_foraging_tea": "/actions/brewing/super_foraging_tea";
|
|
53
|
+
"/actions/brewing/super_intelligence_coffee": "/actions/brewing/super_intelligence_coffee";
|
|
54
|
+
"/actions/brewing/super_magic_coffee": "/actions/brewing/super_magic_coffee";
|
|
55
|
+
"/actions/brewing/super_milking_tea": "/actions/brewing/super_milking_tea";
|
|
56
|
+
"/actions/brewing/super_power_coffee": "/actions/brewing/super_power_coffee";
|
|
57
|
+
"/actions/brewing/super_ranged_coffee": "/actions/brewing/super_ranged_coffee";
|
|
58
|
+
"/actions/brewing/super_stamina_coffee": "/actions/brewing/super_stamina_coffee";
|
|
59
|
+
"/actions/brewing/super_tailoring_tea": "/actions/brewing/super_tailoring_tea";
|
|
60
|
+
"/actions/brewing/super_woodcutting_tea": "/actions/brewing/super_woodcutting_tea";
|
|
61
|
+
"/actions/brewing/swiftness_coffee": "/actions/brewing/swiftness_coffee";
|
|
62
|
+
"/actions/brewing/tailoring_tea": "/actions/brewing/tailoring_tea";
|
|
63
|
+
"/actions/brewing/ultra_alchemy_tea": "/actions/brewing/ultra_alchemy_tea";
|
|
64
|
+
"/actions/brewing/ultra_attack_coffee": "/actions/brewing/ultra_attack_coffee";
|
|
65
|
+
"/actions/brewing/ultra_brewing_tea": "/actions/brewing/ultra_brewing_tea";
|
|
66
|
+
"/actions/brewing/ultra_cheesesmithing_tea": "/actions/brewing/ultra_cheesesmithing_tea";
|
|
67
|
+
"/actions/brewing/ultra_cooking_tea": "/actions/brewing/ultra_cooking_tea";
|
|
68
|
+
"/actions/brewing/ultra_crafting_tea": "/actions/brewing/ultra_crafting_tea";
|
|
69
|
+
"/actions/brewing/ultra_defense_coffee": "/actions/brewing/ultra_defense_coffee";
|
|
70
|
+
"/actions/brewing/ultra_enhancing_tea": "/actions/brewing/ultra_enhancing_tea";
|
|
71
|
+
"/actions/brewing/ultra_foraging_tea": "/actions/brewing/ultra_foraging_tea";
|
|
72
|
+
"/actions/brewing/ultra_intelligence_coffee": "/actions/brewing/ultra_intelligence_coffee";
|
|
73
|
+
"/actions/brewing/ultra_magic_coffee": "/actions/brewing/ultra_magic_coffee";
|
|
74
|
+
"/actions/brewing/ultra_milking_tea": "/actions/brewing/ultra_milking_tea";
|
|
75
|
+
"/actions/brewing/ultra_power_coffee": "/actions/brewing/ultra_power_coffee";
|
|
76
|
+
"/actions/brewing/ultra_ranged_coffee": "/actions/brewing/ultra_ranged_coffee";
|
|
77
|
+
"/actions/brewing/ultra_stamina_coffee": "/actions/brewing/ultra_stamina_coffee";
|
|
78
|
+
"/actions/brewing/ultra_tailoring_tea": "/actions/brewing/ultra_tailoring_tea";
|
|
79
|
+
"/actions/brewing/ultra_woodcutting_tea": "/actions/brewing/ultra_woodcutting_tea";
|
|
80
|
+
"/actions/brewing/wisdom_coffee": "/actions/brewing/wisdom_coffee";
|
|
81
|
+
"/actions/brewing/wisdom_tea": "/actions/brewing/wisdom_tea";
|
|
82
|
+
"/actions/brewing/woodcutting_tea": "/actions/brewing/woodcutting_tea";
|
|
83
|
+
"/actions/cheesesmithing/anchorbound_plate_body": "/actions/cheesesmithing/anchorbound_plate_body";
|
|
84
|
+
"/actions/cheesesmithing/anchorbound_plate_legs": "/actions/cheesesmithing/anchorbound_plate_legs";
|
|
85
|
+
"/actions/cheesesmithing/azure_alembic": "/actions/cheesesmithing/azure_alembic";
|
|
86
|
+
"/actions/cheesesmithing/azure_boots": "/actions/cheesesmithing/azure_boots";
|
|
87
|
+
"/actions/cheesesmithing/azure_brush": "/actions/cheesesmithing/azure_brush";
|
|
88
|
+
"/actions/cheesesmithing/azure_buckler": "/actions/cheesesmithing/azure_buckler";
|
|
89
|
+
"/actions/cheesesmithing/azure_bulwark": "/actions/cheesesmithing/azure_bulwark";
|
|
90
|
+
"/actions/cheesesmithing/azure_cheese": "/actions/cheesesmithing/azure_cheese";
|
|
91
|
+
"/actions/cheesesmithing/azure_chisel": "/actions/cheesesmithing/azure_chisel";
|
|
92
|
+
"/actions/cheesesmithing/azure_enhancer": "/actions/cheesesmithing/azure_enhancer";
|
|
93
|
+
"/actions/cheesesmithing/azure_gauntlets": "/actions/cheesesmithing/azure_gauntlets";
|
|
94
|
+
"/actions/cheesesmithing/azure_hammer": "/actions/cheesesmithing/azure_hammer";
|
|
95
|
+
"/actions/cheesesmithing/azure_hatchet": "/actions/cheesesmithing/azure_hatchet";
|
|
96
|
+
"/actions/cheesesmithing/azure_helmet": "/actions/cheesesmithing/azure_helmet";
|
|
97
|
+
"/actions/cheesesmithing/azure_mace": "/actions/cheesesmithing/azure_mace";
|
|
98
|
+
"/actions/cheesesmithing/azure_needle": "/actions/cheesesmithing/azure_needle";
|
|
99
|
+
"/actions/cheesesmithing/azure_plate_body": "/actions/cheesesmithing/azure_plate_body";
|
|
100
|
+
"/actions/cheesesmithing/azure_plate_legs": "/actions/cheesesmithing/azure_plate_legs";
|
|
101
|
+
"/actions/cheesesmithing/azure_pot": "/actions/cheesesmithing/azure_pot";
|
|
102
|
+
"/actions/cheesesmithing/azure_shears": "/actions/cheesesmithing/azure_shears";
|
|
103
|
+
"/actions/cheesesmithing/azure_spatula": "/actions/cheesesmithing/azure_spatula";
|
|
104
|
+
"/actions/cheesesmithing/azure_spear": "/actions/cheesesmithing/azure_spear";
|
|
105
|
+
"/actions/cheesesmithing/azure_sword": "/actions/cheesesmithing/azure_sword";
|
|
106
|
+
"/actions/cheesesmithing/black_bear_shoes": "/actions/cheesesmithing/black_bear_shoes";
|
|
107
|
+
"/actions/cheesesmithing/burble_alembic": "/actions/cheesesmithing/burble_alembic";
|
|
108
|
+
"/actions/cheesesmithing/burble_boots": "/actions/cheesesmithing/burble_boots";
|
|
109
|
+
"/actions/cheesesmithing/burble_brush": "/actions/cheesesmithing/burble_brush";
|
|
110
|
+
"/actions/cheesesmithing/burble_buckler": "/actions/cheesesmithing/burble_buckler";
|
|
111
|
+
"/actions/cheesesmithing/burble_bulwark": "/actions/cheesesmithing/burble_bulwark";
|
|
112
|
+
"/actions/cheesesmithing/burble_cheese": "/actions/cheesesmithing/burble_cheese";
|
|
113
|
+
"/actions/cheesesmithing/burble_chisel": "/actions/cheesesmithing/burble_chisel";
|
|
114
|
+
"/actions/cheesesmithing/burble_enhancer": "/actions/cheesesmithing/burble_enhancer";
|
|
115
|
+
"/actions/cheesesmithing/burble_gauntlets": "/actions/cheesesmithing/burble_gauntlets";
|
|
116
|
+
"/actions/cheesesmithing/burble_hammer": "/actions/cheesesmithing/burble_hammer";
|
|
117
|
+
"/actions/cheesesmithing/burble_hatchet": "/actions/cheesesmithing/burble_hatchet";
|
|
118
|
+
"/actions/cheesesmithing/burble_helmet": "/actions/cheesesmithing/burble_helmet";
|
|
119
|
+
"/actions/cheesesmithing/burble_mace": "/actions/cheesesmithing/burble_mace";
|
|
120
|
+
"/actions/cheesesmithing/burble_needle": "/actions/cheesesmithing/burble_needle";
|
|
121
|
+
"/actions/cheesesmithing/burble_plate_body": "/actions/cheesesmithing/burble_plate_body";
|
|
122
|
+
"/actions/cheesesmithing/burble_plate_legs": "/actions/cheesesmithing/burble_plate_legs";
|
|
123
|
+
"/actions/cheesesmithing/burble_pot": "/actions/cheesesmithing/burble_pot";
|
|
124
|
+
"/actions/cheesesmithing/burble_shears": "/actions/cheesesmithing/burble_shears";
|
|
125
|
+
"/actions/cheesesmithing/burble_spatula": "/actions/cheesesmithing/burble_spatula";
|
|
126
|
+
"/actions/cheesesmithing/burble_spear": "/actions/cheesesmithing/burble_spear";
|
|
127
|
+
"/actions/cheesesmithing/burble_sword": "/actions/cheesesmithing/burble_sword";
|
|
128
|
+
"/actions/cheesesmithing/celestial_alembic": "/actions/cheesesmithing/celestial_alembic";
|
|
129
|
+
"/actions/cheesesmithing/celestial_brush": "/actions/cheesesmithing/celestial_brush";
|
|
130
|
+
"/actions/cheesesmithing/celestial_chisel": "/actions/cheesesmithing/celestial_chisel";
|
|
131
|
+
"/actions/cheesesmithing/celestial_enhancer": "/actions/cheesesmithing/celestial_enhancer";
|
|
132
|
+
"/actions/cheesesmithing/celestial_hammer": "/actions/cheesesmithing/celestial_hammer";
|
|
133
|
+
"/actions/cheesesmithing/celestial_hatchet": "/actions/cheesesmithing/celestial_hatchet";
|
|
134
|
+
"/actions/cheesesmithing/celestial_needle": "/actions/cheesesmithing/celestial_needle";
|
|
135
|
+
"/actions/cheesesmithing/celestial_pot": "/actions/cheesesmithing/celestial_pot";
|
|
136
|
+
"/actions/cheesesmithing/celestial_shears": "/actions/cheesesmithing/celestial_shears";
|
|
137
|
+
"/actions/cheesesmithing/celestial_spatula": "/actions/cheesesmithing/celestial_spatula";
|
|
138
|
+
"/actions/cheesesmithing/chaotic_flail": "/actions/cheesesmithing/chaotic_flail";
|
|
139
|
+
"/actions/cheesesmithing/cheese": "/actions/cheesesmithing/cheese";
|
|
140
|
+
"/actions/cheesesmithing/cheese_alembic": "/actions/cheesesmithing/cheese_alembic";
|
|
141
|
+
"/actions/cheesesmithing/cheese_boots": "/actions/cheesesmithing/cheese_boots";
|
|
142
|
+
"/actions/cheesesmithing/cheese_brush": "/actions/cheesesmithing/cheese_brush";
|
|
143
|
+
"/actions/cheesesmithing/cheese_buckler": "/actions/cheesesmithing/cheese_buckler";
|
|
144
|
+
"/actions/cheesesmithing/cheese_bulwark": "/actions/cheesesmithing/cheese_bulwark";
|
|
145
|
+
"/actions/cheesesmithing/cheese_chisel": "/actions/cheesesmithing/cheese_chisel";
|
|
146
|
+
"/actions/cheesesmithing/cheese_enhancer": "/actions/cheesesmithing/cheese_enhancer";
|
|
147
|
+
"/actions/cheesesmithing/cheese_gauntlets": "/actions/cheesesmithing/cheese_gauntlets";
|
|
148
|
+
"/actions/cheesesmithing/cheese_hammer": "/actions/cheesesmithing/cheese_hammer";
|
|
149
|
+
"/actions/cheesesmithing/cheese_hatchet": "/actions/cheesesmithing/cheese_hatchet";
|
|
150
|
+
"/actions/cheesesmithing/cheese_helmet": "/actions/cheesesmithing/cheese_helmet";
|
|
151
|
+
"/actions/cheesesmithing/cheese_mace": "/actions/cheesesmithing/cheese_mace";
|
|
152
|
+
"/actions/cheesesmithing/cheese_needle": "/actions/cheesesmithing/cheese_needle";
|
|
153
|
+
"/actions/cheesesmithing/cheese_plate_body": "/actions/cheesesmithing/cheese_plate_body";
|
|
154
|
+
"/actions/cheesesmithing/cheese_plate_legs": "/actions/cheesesmithing/cheese_plate_legs";
|
|
155
|
+
"/actions/cheesesmithing/cheese_pot": "/actions/cheesesmithing/cheese_pot";
|
|
156
|
+
"/actions/cheesesmithing/cheese_shears": "/actions/cheesesmithing/cheese_shears";
|
|
157
|
+
"/actions/cheesesmithing/cheese_spatula": "/actions/cheesesmithing/cheese_spatula";
|
|
158
|
+
"/actions/cheesesmithing/cheese_spear": "/actions/cheesesmithing/cheese_spear";
|
|
159
|
+
"/actions/cheesesmithing/cheese_sword": "/actions/cheesesmithing/cheese_sword";
|
|
160
|
+
"/actions/cheesesmithing/colossus_plate_body": "/actions/cheesesmithing/colossus_plate_body";
|
|
161
|
+
"/actions/cheesesmithing/colossus_plate_legs": "/actions/cheesesmithing/colossus_plate_legs";
|
|
162
|
+
"/actions/cheesesmithing/corsair_helmet": "/actions/cheesesmithing/corsair_helmet";
|
|
163
|
+
"/actions/cheesesmithing/crimson_alembic": "/actions/cheesesmithing/crimson_alembic";
|
|
164
|
+
"/actions/cheesesmithing/crimson_boots": "/actions/cheesesmithing/crimson_boots";
|
|
165
|
+
"/actions/cheesesmithing/crimson_brush": "/actions/cheesesmithing/crimson_brush";
|
|
166
|
+
"/actions/cheesesmithing/crimson_buckler": "/actions/cheesesmithing/crimson_buckler";
|
|
167
|
+
"/actions/cheesesmithing/crimson_bulwark": "/actions/cheesesmithing/crimson_bulwark";
|
|
168
|
+
"/actions/cheesesmithing/crimson_cheese": "/actions/cheesesmithing/crimson_cheese";
|
|
169
|
+
"/actions/cheesesmithing/crimson_chisel": "/actions/cheesesmithing/crimson_chisel";
|
|
170
|
+
"/actions/cheesesmithing/crimson_enhancer": "/actions/cheesesmithing/crimson_enhancer";
|
|
171
|
+
"/actions/cheesesmithing/crimson_gauntlets": "/actions/cheesesmithing/crimson_gauntlets";
|
|
172
|
+
"/actions/cheesesmithing/crimson_hammer": "/actions/cheesesmithing/crimson_hammer";
|
|
173
|
+
"/actions/cheesesmithing/crimson_hatchet": "/actions/cheesesmithing/crimson_hatchet";
|
|
174
|
+
"/actions/cheesesmithing/crimson_helmet": "/actions/cheesesmithing/crimson_helmet";
|
|
175
|
+
"/actions/cheesesmithing/crimson_mace": "/actions/cheesesmithing/crimson_mace";
|
|
176
|
+
"/actions/cheesesmithing/crimson_needle": "/actions/cheesesmithing/crimson_needle";
|
|
177
|
+
"/actions/cheesesmithing/crimson_plate_body": "/actions/cheesesmithing/crimson_plate_body";
|
|
178
|
+
"/actions/cheesesmithing/crimson_plate_legs": "/actions/cheesesmithing/crimson_plate_legs";
|
|
179
|
+
"/actions/cheesesmithing/crimson_pot": "/actions/cheesesmithing/crimson_pot";
|
|
180
|
+
"/actions/cheesesmithing/crimson_shears": "/actions/cheesesmithing/crimson_shears";
|
|
181
|
+
"/actions/cheesesmithing/crimson_spatula": "/actions/cheesesmithing/crimson_spatula";
|
|
182
|
+
"/actions/cheesesmithing/crimson_spear": "/actions/cheesesmithing/crimson_spear";
|
|
183
|
+
"/actions/cheesesmithing/crimson_sword": "/actions/cheesesmithing/crimson_sword";
|
|
184
|
+
"/actions/cheesesmithing/demonic_plate_body": "/actions/cheesesmithing/demonic_plate_body";
|
|
185
|
+
"/actions/cheesesmithing/demonic_plate_legs": "/actions/cheesesmithing/demonic_plate_legs";
|
|
186
|
+
"/actions/cheesesmithing/dodocamel_gauntlets": "/actions/cheesesmithing/dodocamel_gauntlets";
|
|
187
|
+
"/actions/cheesesmithing/furious_spear": "/actions/cheesesmithing/furious_spear";
|
|
188
|
+
"/actions/cheesesmithing/granite_bludgeon": "/actions/cheesesmithing/granite_bludgeon";
|
|
189
|
+
"/actions/cheesesmithing/griffin_bulwark": "/actions/cheesesmithing/griffin_bulwark";
|
|
190
|
+
"/actions/cheesesmithing/grizzly_bear_shoes": "/actions/cheesesmithing/grizzly_bear_shoes";
|
|
191
|
+
"/actions/cheesesmithing/holy_alembic": "/actions/cheesesmithing/holy_alembic";
|
|
192
|
+
"/actions/cheesesmithing/holy_boots": "/actions/cheesesmithing/holy_boots";
|
|
193
|
+
"/actions/cheesesmithing/holy_brush": "/actions/cheesesmithing/holy_brush";
|
|
194
|
+
"/actions/cheesesmithing/holy_buckler": "/actions/cheesesmithing/holy_buckler";
|
|
195
|
+
"/actions/cheesesmithing/holy_bulwark": "/actions/cheesesmithing/holy_bulwark";
|
|
196
|
+
"/actions/cheesesmithing/holy_cheese": "/actions/cheesesmithing/holy_cheese";
|
|
197
|
+
"/actions/cheesesmithing/holy_chisel": "/actions/cheesesmithing/holy_chisel";
|
|
198
|
+
"/actions/cheesesmithing/holy_enhancer": "/actions/cheesesmithing/holy_enhancer";
|
|
199
|
+
"/actions/cheesesmithing/holy_gauntlets": "/actions/cheesesmithing/holy_gauntlets";
|
|
200
|
+
"/actions/cheesesmithing/holy_hammer": "/actions/cheesesmithing/holy_hammer";
|
|
201
|
+
"/actions/cheesesmithing/holy_hatchet": "/actions/cheesesmithing/holy_hatchet";
|
|
202
|
+
"/actions/cheesesmithing/holy_helmet": "/actions/cheesesmithing/holy_helmet";
|
|
203
|
+
"/actions/cheesesmithing/holy_mace": "/actions/cheesesmithing/holy_mace";
|
|
204
|
+
"/actions/cheesesmithing/holy_needle": "/actions/cheesesmithing/holy_needle";
|
|
205
|
+
"/actions/cheesesmithing/holy_plate_body": "/actions/cheesesmithing/holy_plate_body";
|
|
206
|
+
"/actions/cheesesmithing/holy_plate_legs": "/actions/cheesesmithing/holy_plate_legs";
|
|
207
|
+
"/actions/cheesesmithing/holy_pot": "/actions/cheesesmithing/holy_pot";
|
|
208
|
+
"/actions/cheesesmithing/holy_shears": "/actions/cheesesmithing/holy_shears";
|
|
209
|
+
"/actions/cheesesmithing/holy_spatula": "/actions/cheesesmithing/holy_spatula";
|
|
210
|
+
"/actions/cheesesmithing/holy_spear": "/actions/cheesesmithing/holy_spear";
|
|
211
|
+
"/actions/cheesesmithing/holy_sword": "/actions/cheesesmithing/holy_sword";
|
|
212
|
+
"/actions/cheesesmithing/knights_aegis": "/actions/cheesesmithing/knights_aegis";
|
|
213
|
+
"/actions/cheesesmithing/maelstrom_plate_body": "/actions/cheesesmithing/maelstrom_plate_body";
|
|
214
|
+
"/actions/cheesesmithing/maelstrom_plate_legs": "/actions/cheesesmithing/maelstrom_plate_legs";
|
|
215
|
+
"/actions/cheesesmithing/magnetic_gloves": "/actions/cheesesmithing/magnetic_gloves";
|
|
216
|
+
"/actions/cheesesmithing/panda_gloves": "/actions/cheesesmithing/panda_gloves";
|
|
217
|
+
"/actions/cheesesmithing/pincer_gloves": "/actions/cheesesmithing/pincer_gloves";
|
|
218
|
+
"/actions/cheesesmithing/polar_bear_shoes": "/actions/cheesesmithing/polar_bear_shoes";
|
|
219
|
+
"/actions/cheesesmithing/rainbow_alembic": "/actions/cheesesmithing/rainbow_alembic";
|
|
220
|
+
"/actions/cheesesmithing/rainbow_boots": "/actions/cheesesmithing/rainbow_boots";
|
|
221
|
+
"/actions/cheesesmithing/rainbow_brush": "/actions/cheesesmithing/rainbow_brush";
|
|
222
|
+
"/actions/cheesesmithing/rainbow_buckler": "/actions/cheesesmithing/rainbow_buckler";
|
|
223
|
+
"/actions/cheesesmithing/rainbow_bulwark": "/actions/cheesesmithing/rainbow_bulwark";
|
|
224
|
+
"/actions/cheesesmithing/rainbow_cheese": "/actions/cheesesmithing/rainbow_cheese";
|
|
225
|
+
"/actions/cheesesmithing/rainbow_chisel": "/actions/cheesesmithing/rainbow_chisel";
|
|
226
|
+
"/actions/cheesesmithing/rainbow_enhancer": "/actions/cheesesmithing/rainbow_enhancer";
|
|
227
|
+
"/actions/cheesesmithing/rainbow_gauntlets": "/actions/cheesesmithing/rainbow_gauntlets";
|
|
228
|
+
"/actions/cheesesmithing/rainbow_hammer": "/actions/cheesesmithing/rainbow_hammer";
|
|
229
|
+
"/actions/cheesesmithing/rainbow_hatchet": "/actions/cheesesmithing/rainbow_hatchet";
|
|
230
|
+
"/actions/cheesesmithing/rainbow_helmet": "/actions/cheesesmithing/rainbow_helmet";
|
|
231
|
+
"/actions/cheesesmithing/rainbow_mace": "/actions/cheesesmithing/rainbow_mace";
|
|
232
|
+
"/actions/cheesesmithing/rainbow_needle": "/actions/cheesesmithing/rainbow_needle";
|
|
233
|
+
"/actions/cheesesmithing/rainbow_plate_body": "/actions/cheesesmithing/rainbow_plate_body";
|
|
234
|
+
"/actions/cheesesmithing/rainbow_plate_legs": "/actions/cheesesmithing/rainbow_plate_legs";
|
|
235
|
+
"/actions/cheesesmithing/rainbow_pot": "/actions/cheesesmithing/rainbow_pot";
|
|
236
|
+
"/actions/cheesesmithing/rainbow_shears": "/actions/cheesesmithing/rainbow_shears";
|
|
237
|
+
"/actions/cheesesmithing/rainbow_spatula": "/actions/cheesesmithing/rainbow_spatula";
|
|
238
|
+
"/actions/cheesesmithing/rainbow_spear": "/actions/cheesesmithing/rainbow_spear";
|
|
239
|
+
"/actions/cheesesmithing/rainbow_sword": "/actions/cheesesmithing/rainbow_sword";
|
|
240
|
+
"/actions/cheesesmithing/regal_sword": "/actions/cheesesmithing/regal_sword";
|
|
241
|
+
"/actions/cheesesmithing/snail_shell_helmet": "/actions/cheesesmithing/snail_shell_helmet";
|
|
242
|
+
"/actions/cheesesmithing/snake_fang_dirk": "/actions/cheesesmithing/snake_fang_dirk";
|
|
243
|
+
"/actions/cheesesmithing/spiked_bulwark": "/actions/cheesesmithing/spiked_bulwark";
|
|
244
|
+
"/actions/cheesesmithing/stalactite_spear": "/actions/cheesesmithing/stalactite_spear";
|
|
245
|
+
"/actions/cheesesmithing/turtle_shell_body": "/actions/cheesesmithing/turtle_shell_body";
|
|
246
|
+
"/actions/cheesesmithing/turtle_shell_legs": "/actions/cheesesmithing/turtle_shell_legs";
|
|
247
|
+
"/actions/cheesesmithing/vampire_fang_dirk": "/actions/cheesesmithing/vampire_fang_dirk";
|
|
248
|
+
"/actions/cheesesmithing/verdant_alembic": "/actions/cheesesmithing/verdant_alembic";
|
|
249
|
+
"/actions/cheesesmithing/verdant_boots": "/actions/cheesesmithing/verdant_boots";
|
|
250
|
+
"/actions/cheesesmithing/verdant_brush": "/actions/cheesesmithing/verdant_brush";
|
|
251
|
+
"/actions/cheesesmithing/verdant_buckler": "/actions/cheesesmithing/verdant_buckler";
|
|
252
|
+
"/actions/cheesesmithing/verdant_bulwark": "/actions/cheesesmithing/verdant_bulwark";
|
|
253
|
+
"/actions/cheesesmithing/verdant_cheese": "/actions/cheesesmithing/verdant_cheese";
|
|
254
|
+
"/actions/cheesesmithing/verdant_chisel": "/actions/cheesesmithing/verdant_chisel";
|
|
255
|
+
"/actions/cheesesmithing/verdant_enhancer": "/actions/cheesesmithing/verdant_enhancer";
|
|
256
|
+
"/actions/cheesesmithing/verdant_gauntlets": "/actions/cheesesmithing/verdant_gauntlets";
|
|
257
|
+
"/actions/cheesesmithing/verdant_hammer": "/actions/cheesesmithing/verdant_hammer";
|
|
258
|
+
"/actions/cheesesmithing/verdant_hatchet": "/actions/cheesesmithing/verdant_hatchet";
|
|
259
|
+
"/actions/cheesesmithing/verdant_helmet": "/actions/cheesesmithing/verdant_helmet";
|
|
260
|
+
"/actions/cheesesmithing/verdant_mace": "/actions/cheesesmithing/verdant_mace";
|
|
261
|
+
"/actions/cheesesmithing/verdant_needle": "/actions/cheesesmithing/verdant_needle";
|
|
262
|
+
"/actions/cheesesmithing/verdant_plate_body": "/actions/cheesesmithing/verdant_plate_body";
|
|
263
|
+
"/actions/cheesesmithing/verdant_plate_legs": "/actions/cheesesmithing/verdant_plate_legs";
|
|
264
|
+
"/actions/cheesesmithing/verdant_pot": "/actions/cheesesmithing/verdant_pot";
|
|
265
|
+
"/actions/cheesesmithing/verdant_shears": "/actions/cheesesmithing/verdant_shears";
|
|
266
|
+
"/actions/cheesesmithing/verdant_spatula": "/actions/cheesesmithing/verdant_spatula";
|
|
267
|
+
"/actions/cheesesmithing/verdant_spear": "/actions/cheesesmithing/verdant_spear";
|
|
268
|
+
"/actions/cheesesmithing/verdant_sword": "/actions/cheesesmithing/verdant_sword";
|
|
269
|
+
"/actions/cheesesmithing/vision_helmet": "/actions/cheesesmithing/vision_helmet";
|
|
270
|
+
"/actions/cheesesmithing/vision_shield": "/actions/cheesesmithing/vision_shield";
|
|
271
|
+
"/actions/cheesesmithing/werewolf_slasher": "/actions/cheesesmithing/werewolf_slasher";
|
|
272
|
+
"/actions/cooking/apple_gummy": "/actions/cooking/apple_gummy";
|
|
273
|
+
"/actions/cooking/apple_yogurt": "/actions/cooking/apple_yogurt";
|
|
274
|
+
"/actions/cooking/blackberry_cake": "/actions/cooking/blackberry_cake";
|
|
275
|
+
"/actions/cooking/blackberry_donut": "/actions/cooking/blackberry_donut";
|
|
276
|
+
"/actions/cooking/blueberry_cake": "/actions/cooking/blueberry_cake";
|
|
277
|
+
"/actions/cooking/blueberry_donut": "/actions/cooking/blueberry_donut";
|
|
278
|
+
"/actions/cooking/cupcake": "/actions/cooking/cupcake";
|
|
279
|
+
"/actions/cooking/donut": "/actions/cooking/donut";
|
|
280
|
+
"/actions/cooking/dragon_fruit_gummy": "/actions/cooking/dragon_fruit_gummy";
|
|
281
|
+
"/actions/cooking/dragon_fruit_yogurt": "/actions/cooking/dragon_fruit_yogurt";
|
|
282
|
+
"/actions/cooking/gummy": "/actions/cooking/gummy";
|
|
283
|
+
"/actions/cooking/marsberry_cake": "/actions/cooking/marsberry_cake";
|
|
284
|
+
"/actions/cooking/marsberry_donut": "/actions/cooking/marsberry_donut";
|
|
285
|
+
"/actions/cooking/mooberry_cake": "/actions/cooking/mooberry_cake";
|
|
286
|
+
"/actions/cooking/mooberry_donut": "/actions/cooking/mooberry_donut";
|
|
287
|
+
"/actions/cooking/orange_gummy": "/actions/cooking/orange_gummy";
|
|
288
|
+
"/actions/cooking/orange_yogurt": "/actions/cooking/orange_yogurt";
|
|
289
|
+
"/actions/cooking/peach_gummy": "/actions/cooking/peach_gummy";
|
|
290
|
+
"/actions/cooking/peach_yogurt": "/actions/cooking/peach_yogurt";
|
|
291
|
+
"/actions/cooking/plum_gummy": "/actions/cooking/plum_gummy";
|
|
292
|
+
"/actions/cooking/plum_yogurt": "/actions/cooking/plum_yogurt";
|
|
293
|
+
"/actions/cooking/spaceberry_cake": "/actions/cooking/spaceberry_cake";
|
|
294
|
+
"/actions/cooking/spaceberry_donut": "/actions/cooking/spaceberry_donut";
|
|
295
|
+
"/actions/cooking/star_fruit_gummy": "/actions/cooking/star_fruit_gummy";
|
|
296
|
+
"/actions/cooking/star_fruit_yogurt": "/actions/cooking/star_fruit_yogurt";
|
|
297
|
+
"/actions/cooking/strawberry_cake": "/actions/cooking/strawberry_cake";
|
|
298
|
+
"/actions/cooking/strawberry_donut": "/actions/cooking/strawberry_donut";
|
|
299
|
+
"/actions/cooking/yogurt": "/actions/cooking/yogurt";
|
|
300
|
+
"/actions/crafting/advanced_task_badge": "/actions/crafting/advanced_task_badge";
|
|
301
|
+
"/actions/crafting/arcane_bow": "/actions/crafting/arcane_bow";
|
|
302
|
+
"/actions/crafting/arcane_crossbow": "/actions/crafting/arcane_crossbow";
|
|
303
|
+
"/actions/crafting/arcane_fire_staff": "/actions/crafting/arcane_fire_staff";
|
|
304
|
+
"/actions/crafting/arcane_lumber": "/actions/crafting/arcane_lumber";
|
|
305
|
+
"/actions/crafting/arcane_nature_staff": "/actions/crafting/arcane_nature_staff";
|
|
306
|
+
"/actions/crafting/arcane_shield": "/actions/crafting/arcane_shield";
|
|
307
|
+
"/actions/crafting/arcane_water_staff": "/actions/crafting/arcane_water_staff";
|
|
308
|
+
"/actions/crafting/basic_task_badge": "/actions/crafting/basic_task_badge";
|
|
309
|
+
"/actions/crafting/birch_bow": "/actions/crafting/birch_bow";
|
|
310
|
+
"/actions/crafting/birch_crossbow": "/actions/crafting/birch_crossbow";
|
|
311
|
+
"/actions/crafting/birch_fire_staff": "/actions/crafting/birch_fire_staff";
|
|
312
|
+
"/actions/crafting/birch_lumber": "/actions/crafting/birch_lumber";
|
|
313
|
+
"/actions/crafting/birch_nature_staff": "/actions/crafting/birch_nature_staff";
|
|
314
|
+
"/actions/crafting/birch_shield": "/actions/crafting/birch_shield";
|
|
315
|
+
"/actions/crafting/birch_water_staff": "/actions/crafting/birch_water_staff";
|
|
316
|
+
"/actions/crafting/bishops_codex": "/actions/crafting/bishops_codex";
|
|
317
|
+
"/actions/crafting/blazing_trident": "/actions/crafting/blazing_trident";
|
|
318
|
+
"/actions/crafting/blooming_trident": "/actions/crafting/blooming_trident";
|
|
319
|
+
"/actions/crafting/catalyst_of_coinification": "/actions/crafting/catalyst_of_coinification";
|
|
320
|
+
"/actions/crafting/catalyst_of_decomposition": "/actions/crafting/catalyst_of_decomposition";
|
|
321
|
+
"/actions/crafting/catalyst_of_transmutation": "/actions/crafting/catalyst_of_transmutation";
|
|
322
|
+
"/actions/crafting/cedar_bow": "/actions/crafting/cedar_bow";
|
|
323
|
+
"/actions/crafting/cedar_crossbow": "/actions/crafting/cedar_crossbow";
|
|
324
|
+
"/actions/crafting/cedar_fire_staff": "/actions/crafting/cedar_fire_staff";
|
|
325
|
+
"/actions/crafting/cedar_lumber": "/actions/crafting/cedar_lumber";
|
|
326
|
+
"/actions/crafting/cedar_nature_staff": "/actions/crafting/cedar_nature_staff";
|
|
327
|
+
"/actions/crafting/cedar_shield": "/actions/crafting/cedar_shield";
|
|
328
|
+
"/actions/crafting/cedar_water_staff": "/actions/crafting/cedar_water_staff";
|
|
329
|
+
"/actions/crafting/chimerical_chest_key": "/actions/crafting/chimerical_chest_key";
|
|
330
|
+
"/actions/crafting/chimerical_entry_key": "/actions/crafting/chimerical_entry_key";
|
|
331
|
+
"/actions/crafting/crushed_amber": "/actions/crafting/crushed_amber";
|
|
332
|
+
"/actions/crafting/crushed_amethyst": "/actions/crafting/crushed_amethyst";
|
|
333
|
+
"/actions/crafting/crushed_garnet": "/actions/crafting/crushed_garnet";
|
|
334
|
+
"/actions/crafting/crushed_jade": "/actions/crafting/crushed_jade";
|
|
335
|
+
"/actions/crafting/crushed_moonstone": "/actions/crafting/crushed_moonstone";
|
|
336
|
+
"/actions/crafting/crushed_pearl": "/actions/crafting/crushed_pearl";
|
|
337
|
+
"/actions/crafting/crushed_philosophers_stone": "/actions/crafting/crushed_philosophers_stone";
|
|
338
|
+
"/actions/crafting/crushed_sunstone": "/actions/crafting/crushed_sunstone";
|
|
339
|
+
"/actions/crafting/cursed_bow": "/actions/crafting/cursed_bow";
|
|
340
|
+
"/actions/crafting/earrings_of_armor": "/actions/crafting/earrings_of_armor";
|
|
341
|
+
"/actions/crafting/earrings_of_critical_strike": "/actions/crafting/earrings_of_critical_strike";
|
|
342
|
+
"/actions/crafting/earrings_of_essence_find": "/actions/crafting/earrings_of_essence_find";
|
|
343
|
+
"/actions/crafting/earrings_of_gathering": "/actions/crafting/earrings_of_gathering";
|
|
344
|
+
"/actions/crafting/earrings_of_rare_find": "/actions/crafting/earrings_of_rare_find";
|
|
345
|
+
"/actions/crafting/earrings_of_regeneration": "/actions/crafting/earrings_of_regeneration";
|
|
346
|
+
"/actions/crafting/earrings_of_resistance": "/actions/crafting/earrings_of_resistance";
|
|
347
|
+
"/actions/crafting/enchanted_chest_key": "/actions/crafting/enchanted_chest_key";
|
|
348
|
+
"/actions/crafting/enchanted_entry_key": "/actions/crafting/enchanted_entry_key";
|
|
349
|
+
"/actions/crafting/expert_task_badge": "/actions/crafting/expert_task_badge";
|
|
350
|
+
"/actions/crafting/eye_watch": "/actions/crafting/eye_watch";
|
|
351
|
+
"/actions/crafting/fighter_necklace": "/actions/crafting/fighter_necklace";
|
|
352
|
+
"/actions/crafting/frost_staff": "/actions/crafting/frost_staff";
|
|
353
|
+
"/actions/crafting/ginkgo_bow": "/actions/crafting/ginkgo_bow";
|
|
354
|
+
"/actions/crafting/ginkgo_crossbow": "/actions/crafting/ginkgo_crossbow";
|
|
355
|
+
"/actions/crafting/ginkgo_fire_staff": "/actions/crafting/ginkgo_fire_staff";
|
|
356
|
+
"/actions/crafting/ginkgo_lumber": "/actions/crafting/ginkgo_lumber";
|
|
357
|
+
"/actions/crafting/ginkgo_nature_staff": "/actions/crafting/ginkgo_nature_staff";
|
|
358
|
+
"/actions/crafting/ginkgo_shield": "/actions/crafting/ginkgo_shield";
|
|
359
|
+
"/actions/crafting/ginkgo_water_staff": "/actions/crafting/ginkgo_water_staff";
|
|
360
|
+
"/actions/crafting/infernal_battlestaff": "/actions/crafting/infernal_battlestaff";
|
|
361
|
+
"/actions/crafting/jackalope_staff": "/actions/crafting/jackalope_staff";
|
|
362
|
+
"/actions/crafting/lumber": "/actions/crafting/lumber";
|
|
363
|
+
"/actions/crafting/manticore_shield": "/actions/crafting/manticore_shield";
|
|
364
|
+
"/actions/crafting/mirror_of_protection": "/actions/crafting/mirror_of_protection";
|
|
365
|
+
"/actions/crafting/necklace_of_efficiency": "/actions/crafting/necklace_of_efficiency";
|
|
366
|
+
"/actions/crafting/necklace_of_speed": "/actions/crafting/necklace_of_speed";
|
|
367
|
+
"/actions/crafting/necklace_of_wisdom": "/actions/crafting/necklace_of_wisdom";
|
|
368
|
+
"/actions/crafting/philosophers_earrings": "/actions/crafting/philosophers_earrings";
|
|
369
|
+
"/actions/crafting/philosophers_necklace": "/actions/crafting/philosophers_necklace";
|
|
370
|
+
"/actions/crafting/philosophers_ring": "/actions/crafting/philosophers_ring";
|
|
371
|
+
"/actions/crafting/pirate_chest_key": "/actions/crafting/pirate_chest_key";
|
|
372
|
+
"/actions/crafting/pirate_entry_key": "/actions/crafting/pirate_entry_key";
|
|
373
|
+
"/actions/crafting/purpleheart_bow": "/actions/crafting/purpleheart_bow";
|
|
374
|
+
"/actions/crafting/purpleheart_crossbow": "/actions/crafting/purpleheart_crossbow";
|
|
375
|
+
"/actions/crafting/purpleheart_fire_staff": "/actions/crafting/purpleheart_fire_staff";
|
|
376
|
+
"/actions/crafting/purpleheart_lumber": "/actions/crafting/purpleheart_lumber";
|
|
377
|
+
"/actions/crafting/purpleheart_nature_staff": "/actions/crafting/purpleheart_nature_staff";
|
|
378
|
+
"/actions/crafting/purpleheart_shield": "/actions/crafting/purpleheart_shield";
|
|
379
|
+
"/actions/crafting/purpleheart_water_staff": "/actions/crafting/purpleheart_water_staff";
|
|
380
|
+
"/actions/crafting/ranger_necklace": "/actions/crafting/ranger_necklace";
|
|
381
|
+
"/actions/crafting/redwood_bow": "/actions/crafting/redwood_bow";
|
|
382
|
+
"/actions/crafting/redwood_crossbow": "/actions/crafting/redwood_crossbow";
|
|
383
|
+
"/actions/crafting/redwood_fire_staff": "/actions/crafting/redwood_fire_staff";
|
|
384
|
+
"/actions/crafting/redwood_lumber": "/actions/crafting/redwood_lumber";
|
|
385
|
+
"/actions/crafting/redwood_nature_staff": "/actions/crafting/redwood_nature_staff";
|
|
386
|
+
"/actions/crafting/redwood_shield": "/actions/crafting/redwood_shield";
|
|
387
|
+
"/actions/crafting/redwood_water_staff": "/actions/crafting/redwood_water_staff";
|
|
388
|
+
"/actions/crafting/ring_of_armor": "/actions/crafting/ring_of_armor";
|
|
389
|
+
"/actions/crafting/ring_of_critical_strike": "/actions/crafting/ring_of_critical_strike";
|
|
390
|
+
"/actions/crafting/ring_of_essence_find": "/actions/crafting/ring_of_essence_find";
|
|
391
|
+
"/actions/crafting/ring_of_gathering": "/actions/crafting/ring_of_gathering";
|
|
392
|
+
"/actions/crafting/ring_of_rare_find": "/actions/crafting/ring_of_rare_find";
|
|
393
|
+
"/actions/crafting/ring_of_regeneration": "/actions/crafting/ring_of_regeneration";
|
|
394
|
+
"/actions/crafting/ring_of_resistance": "/actions/crafting/ring_of_resistance";
|
|
395
|
+
"/actions/crafting/rippling_trident": "/actions/crafting/rippling_trident";
|
|
396
|
+
"/actions/crafting/sinister_chest_key": "/actions/crafting/sinister_chest_key";
|
|
397
|
+
"/actions/crafting/sinister_entry_key": "/actions/crafting/sinister_entry_key";
|
|
398
|
+
"/actions/crafting/soul_hunter_crossbow": "/actions/crafting/soul_hunter_crossbow";
|
|
399
|
+
"/actions/crafting/sundering_crossbow": "/actions/crafting/sundering_crossbow";
|
|
400
|
+
"/actions/crafting/treant_shield": "/actions/crafting/treant_shield";
|
|
401
|
+
"/actions/crafting/vampiric_bow": "/actions/crafting/vampiric_bow";
|
|
402
|
+
"/actions/crafting/watchful_relic": "/actions/crafting/watchful_relic";
|
|
403
|
+
"/actions/crafting/wizard_necklace": "/actions/crafting/wizard_necklace";
|
|
404
|
+
"/actions/crafting/wooden_bow": "/actions/crafting/wooden_bow";
|
|
405
|
+
"/actions/crafting/wooden_crossbow": "/actions/crafting/wooden_crossbow";
|
|
406
|
+
"/actions/crafting/wooden_fire_staff": "/actions/crafting/wooden_fire_staff";
|
|
407
|
+
"/actions/crafting/wooden_nature_staff": "/actions/crafting/wooden_nature_staff";
|
|
408
|
+
"/actions/crafting/wooden_shield": "/actions/crafting/wooden_shield";
|
|
409
|
+
"/actions/crafting/wooden_water_staff": "/actions/crafting/wooden_water_staff";
|
|
410
|
+
"/actions/tailoring/acrobatic_hood": "/actions/tailoring/acrobatic_hood";
|
|
411
|
+
"/actions/tailoring/alchemists_bottoms": "/actions/tailoring/alchemists_bottoms";
|
|
412
|
+
"/actions/tailoring/alchemists_top": "/actions/tailoring/alchemists_top";
|
|
413
|
+
"/actions/tailoring/bamboo_boots": "/actions/tailoring/bamboo_boots";
|
|
414
|
+
"/actions/tailoring/bamboo_fabric": "/actions/tailoring/bamboo_fabric";
|
|
415
|
+
"/actions/tailoring/bamboo_gloves": "/actions/tailoring/bamboo_gloves";
|
|
416
|
+
"/actions/tailoring/bamboo_hat": "/actions/tailoring/bamboo_hat";
|
|
417
|
+
"/actions/tailoring/bamboo_robe_bottoms": "/actions/tailoring/bamboo_robe_bottoms";
|
|
418
|
+
"/actions/tailoring/bamboo_robe_top": "/actions/tailoring/bamboo_robe_top";
|
|
419
|
+
"/actions/tailoring/beast_boots": "/actions/tailoring/beast_boots";
|
|
420
|
+
"/actions/tailoring/beast_bracers": "/actions/tailoring/beast_bracers";
|
|
421
|
+
"/actions/tailoring/beast_chaps": "/actions/tailoring/beast_chaps";
|
|
422
|
+
"/actions/tailoring/beast_hood": "/actions/tailoring/beast_hood";
|
|
423
|
+
"/actions/tailoring/beast_leather": "/actions/tailoring/beast_leather";
|
|
424
|
+
"/actions/tailoring/beast_tunic": "/actions/tailoring/beast_tunic";
|
|
425
|
+
"/actions/tailoring/brewers_bottoms": "/actions/tailoring/brewers_bottoms";
|
|
426
|
+
"/actions/tailoring/brewers_top": "/actions/tailoring/brewers_top";
|
|
427
|
+
"/actions/tailoring/centaur_boots": "/actions/tailoring/centaur_boots";
|
|
428
|
+
"/actions/tailoring/cheesemakers_bottoms": "/actions/tailoring/cheesemakers_bottoms";
|
|
429
|
+
"/actions/tailoring/cheesemakers_top": "/actions/tailoring/cheesemakers_top";
|
|
430
|
+
"/actions/tailoring/chefs_bottoms": "/actions/tailoring/chefs_bottoms";
|
|
431
|
+
"/actions/tailoring/chefs_top": "/actions/tailoring/chefs_top";
|
|
432
|
+
"/actions/tailoring/chrono_gloves": "/actions/tailoring/chrono_gloves";
|
|
433
|
+
"/actions/tailoring/collectors_boots": "/actions/tailoring/collectors_boots";
|
|
434
|
+
"/actions/tailoring/cotton_boots": "/actions/tailoring/cotton_boots";
|
|
435
|
+
"/actions/tailoring/cotton_fabric": "/actions/tailoring/cotton_fabric";
|
|
436
|
+
"/actions/tailoring/cotton_gloves": "/actions/tailoring/cotton_gloves";
|
|
437
|
+
"/actions/tailoring/cotton_hat": "/actions/tailoring/cotton_hat";
|
|
438
|
+
"/actions/tailoring/cotton_robe_bottoms": "/actions/tailoring/cotton_robe_bottoms";
|
|
439
|
+
"/actions/tailoring/cotton_robe_top": "/actions/tailoring/cotton_robe_top";
|
|
440
|
+
"/actions/tailoring/crafters_bottoms": "/actions/tailoring/crafters_bottoms";
|
|
441
|
+
"/actions/tailoring/crafters_top": "/actions/tailoring/crafters_top";
|
|
442
|
+
"/actions/tailoring/dairyhands_bottoms": "/actions/tailoring/dairyhands_bottoms";
|
|
443
|
+
"/actions/tailoring/dairyhands_top": "/actions/tailoring/dairyhands_top";
|
|
444
|
+
"/actions/tailoring/enchanted_gloves": "/actions/tailoring/enchanted_gloves";
|
|
445
|
+
"/actions/tailoring/enhancers_bottoms": "/actions/tailoring/enhancers_bottoms";
|
|
446
|
+
"/actions/tailoring/enhancers_top": "/actions/tailoring/enhancers_top";
|
|
447
|
+
"/actions/tailoring/flaming_robe_bottoms": "/actions/tailoring/flaming_robe_bottoms";
|
|
448
|
+
"/actions/tailoring/flaming_robe_top": "/actions/tailoring/flaming_robe_top";
|
|
449
|
+
"/actions/tailoring/fluffy_red_hat": "/actions/tailoring/fluffy_red_hat";
|
|
450
|
+
"/actions/tailoring/foragers_bottoms": "/actions/tailoring/foragers_bottoms";
|
|
451
|
+
"/actions/tailoring/foragers_top": "/actions/tailoring/foragers_top";
|
|
452
|
+
"/actions/tailoring/giant_pouch": "/actions/tailoring/giant_pouch";
|
|
453
|
+
"/actions/tailoring/gluttonous_pouch": "/actions/tailoring/gluttonous_pouch";
|
|
454
|
+
"/actions/tailoring/gobo_boots": "/actions/tailoring/gobo_boots";
|
|
455
|
+
"/actions/tailoring/gobo_bracers": "/actions/tailoring/gobo_bracers";
|
|
456
|
+
"/actions/tailoring/gobo_chaps": "/actions/tailoring/gobo_chaps";
|
|
457
|
+
"/actions/tailoring/gobo_hood": "/actions/tailoring/gobo_hood";
|
|
458
|
+
"/actions/tailoring/gobo_leather": "/actions/tailoring/gobo_leather";
|
|
459
|
+
"/actions/tailoring/gobo_tunic": "/actions/tailoring/gobo_tunic";
|
|
460
|
+
"/actions/tailoring/griffin_chaps": "/actions/tailoring/griffin_chaps";
|
|
461
|
+
"/actions/tailoring/griffin_tunic": "/actions/tailoring/griffin_tunic";
|
|
462
|
+
"/actions/tailoring/guzzling_pouch": "/actions/tailoring/guzzling_pouch";
|
|
463
|
+
"/actions/tailoring/icy_robe_bottoms": "/actions/tailoring/icy_robe_bottoms";
|
|
464
|
+
"/actions/tailoring/icy_robe_top": "/actions/tailoring/icy_robe_top";
|
|
465
|
+
"/actions/tailoring/kraken_chaps": "/actions/tailoring/kraken_chaps";
|
|
466
|
+
"/actions/tailoring/kraken_tunic": "/actions/tailoring/kraken_tunic";
|
|
467
|
+
"/actions/tailoring/large_pouch": "/actions/tailoring/large_pouch";
|
|
468
|
+
"/actions/tailoring/linen_boots": "/actions/tailoring/linen_boots";
|
|
469
|
+
"/actions/tailoring/linen_fabric": "/actions/tailoring/linen_fabric";
|
|
470
|
+
"/actions/tailoring/linen_gloves": "/actions/tailoring/linen_gloves";
|
|
471
|
+
"/actions/tailoring/linen_hat": "/actions/tailoring/linen_hat";
|
|
472
|
+
"/actions/tailoring/linen_robe_bottoms": "/actions/tailoring/linen_robe_bottoms";
|
|
473
|
+
"/actions/tailoring/linen_robe_top": "/actions/tailoring/linen_robe_top";
|
|
474
|
+
"/actions/tailoring/lumberjacks_bottoms": "/actions/tailoring/lumberjacks_bottoms";
|
|
475
|
+
"/actions/tailoring/lumberjacks_top": "/actions/tailoring/lumberjacks_top";
|
|
476
|
+
"/actions/tailoring/luna_robe_bottoms": "/actions/tailoring/luna_robe_bottoms";
|
|
477
|
+
"/actions/tailoring/luna_robe_top": "/actions/tailoring/luna_robe_top";
|
|
478
|
+
"/actions/tailoring/magicians_hat": "/actions/tailoring/magicians_hat";
|
|
479
|
+
"/actions/tailoring/marine_chaps": "/actions/tailoring/marine_chaps";
|
|
480
|
+
"/actions/tailoring/marine_tunic": "/actions/tailoring/marine_tunic";
|
|
481
|
+
"/actions/tailoring/marksman_bracers": "/actions/tailoring/marksman_bracers";
|
|
482
|
+
"/actions/tailoring/medium_pouch": "/actions/tailoring/medium_pouch";
|
|
483
|
+
"/actions/tailoring/radiant_boots": "/actions/tailoring/radiant_boots";
|
|
484
|
+
"/actions/tailoring/radiant_fabric": "/actions/tailoring/radiant_fabric";
|
|
485
|
+
"/actions/tailoring/radiant_gloves": "/actions/tailoring/radiant_gloves";
|
|
486
|
+
"/actions/tailoring/radiant_hat": "/actions/tailoring/radiant_hat";
|
|
487
|
+
"/actions/tailoring/radiant_robe_bottoms": "/actions/tailoring/radiant_robe_bottoms";
|
|
488
|
+
"/actions/tailoring/radiant_robe_top": "/actions/tailoring/radiant_robe_top";
|
|
489
|
+
"/actions/tailoring/red_culinary_hat": "/actions/tailoring/red_culinary_hat";
|
|
490
|
+
"/actions/tailoring/reptile_boots": "/actions/tailoring/reptile_boots";
|
|
491
|
+
"/actions/tailoring/reptile_bracers": "/actions/tailoring/reptile_bracers";
|
|
492
|
+
"/actions/tailoring/reptile_chaps": "/actions/tailoring/reptile_chaps";
|
|
493
|
+
"/actions/tailoring/reptile_hood": "/actions/tailoring/reptile_hood";
|
|
494
|
+
"/actions/tailoring/reptile_leather": "/actions/tailoring/reptile_leather";
|
|
495
|
+
"/actions/tailoring/reptile_tunic": "/actions/tailoring/reptile_tunic";
|
|
496
|
+
"/actions/tailoring/revenant_chaps": "/actions/tailoring/revenant_chaps";
|
|
497
|
+
"/actions/tailoring/revenant_tunic": "/actions/tailoring/revenant_tunic";
|
|
498
|
+
"/actions/tailoring/rough_boots": "/actions/tailoring/rough_boots";
|
|
499
|
+
"/actions/tailoring/rough_bracers": "/actions/tailoring/rough_bracers";
|
|
500
|
+
"/actions/tailoring/rough_chaps": "/actions/tailoring/rough_chaps";
|
|
501
|
+
"/actions/tailoring/rough_hood": "/actions/tailoring/rough_hood";
|
|
502
|
+
"/actions/tailoring/rough_leather": "/actions/tailoring/rough_leather";
|
|
503
|
+
"/actions/tailoring/rough_tunic": "/actions/tailoring/rough_tunic";
|
|
504
|
+
"/actions/tailoring/royal_fire_robe_bottoms": "/actions/tailoring/royal_fire_robe_bottoms";
|
|
505
|
+
"/actions/tailoring/royal_fire_robe_top": "/actions/tailoring/royal_fire_robe_top";
|
|
506
|
+
"/actions/tailoring/royal_nature_robe_bottoms": "/actions/tailoring/royal_nature_robe_bottoms";
|
|
507
|
+
"/actions/tailoring/royal_nature_robe_top": "/actions/tailoring/royal_nature_robe_top";
|
|
508
|
+
"/actions/tailoring/royal_water_robe_bottoms": "/actions/tailoring/royal_water_robe_bottoms";
|
|
509
|
+
"/actions/tailoring/royal_water_robe_top": "/actions/tailoring/royal_water_robe_top";
|
|
510
|
+
"/actions/tailoring/shoebill_shoes": "/actions/tailoring/shoebill_shoes";
|
|
511
|
+
"/actions/tailoring/sighted_bracers": "/actions/tailoring/sighted_bracers";
|
|
512
|
+
"/actions/tailoring/silk_boots": "/actions/tailoring/silk_boots";
|
|
513
|
+
"/actions/tailoring/silk_fabric": "/actions/tailoring/silk_fabric";
|
|
514
|
+
"/actions/tailoring/silk_gloves": "/actions/tailoring/silk_gloves";
|
|
515
|
+
"/actions/tailoring/silk_hat": "/actions/tailoring/silk_hat";
|
|
516
|
+
"/actions/tailoring/silk_robe_bottoms": "/actions/tailoring/silk_robe_bottoms";
|
|
517
|
+
"/actions/tailoring/silk_robe_top": "/actions/tailoring/silk_robe_top";
|
|
518
|
+
"/actions/tailoring/small_pouch": "/actions/tailoring/small_pouch";
|
|
519
|
+
"/actions/tailoring/sorcerer_boots": "/actions/tailoring/sorcerer_boots";
|
|
520
|
+
"/actions/tailoring/tailors_bottoms": "/actions/tailoring/tailors_bottoms";
|
|
521
|
+
"/actions/tailoring/tailors_top": "/actions/tailoring/tailors_top";
|
|
522
|
+
"/actions/tailoring/umbral_boots": "/actions/tailoring/umbral_boots";
|
|
523
|
+
"/actions/tailoring/umbral_bracers": "/actions/tailoring/umbral_bracers";
|
|
524
|
+
"/actions/tailoring/umbral_chaps": "/actions/tailoring/umbral_chaps";
|
|
525
|
+
"/actions/tailoring/umbral_hood": "/actions/tailoring/umbral_hood";
|
|
526
|
+
"/actions/tailoring/umbral_leather": "/actions/tailoring/umbral_leather";
|
|
527
|
+
"/actions/tailoring/umbral_tunic": "/actions/tailoring/umbral_tunic";
|
|
528
|
+
}>;
|
|
529
|
+
export type RecipeHrid = z.infer<typeof RecipeHridEnum>;
|
|
530
|
+
export declare const RECIPES: Record<RecipeHrid, Recipe>;
|
|
531
|
+
export declare const RECIPES_BY_SKILL: Record<SkillHrid, readonly RecipeHrid[]>;
|
|
532
|
+
export declare const RECIPES_BY_OUTPUT_ITEM: Record<string, readonly RecipeHrid[]>;
|
|
533
|
+
export declare function getRecipe(hrid: RecipeHrid): Recipe;
|
|
534
|
+
export declare function getRecipesBySkill(skillHrid: SkillHrid): readonly Recipe[];
|
|
535
|
+
export declare function getRecipesProducingItem(itemHrid: ItemHrid): readonly Recipe[];
|
|
536
|
+
export declare function getRecipesRequiringItem(itemHrid: ItemHrid): readonly Recipe[];
|
|
537
|
+
export declare function getRecipesByMinLevel(minLevel: number): readonly Recipe[];
|
|
538
|
+
export declare function canCraftRecipe(recipe: Recipe, inventory: Record<ItemHrid, number>): boolean;
|
|
539
|
+
export declare function getRecipeOutputCount(recipe: Recipe, itemHrid: ItemHrid): number;
|
|
540
|
+
export declare function getRecipeInputCount(recipe: Recipe, itemHrid: ItemHrid): number;
|
|
541
|
+
export declare const RECIPE_COUNT = 509;
|
|
542
|
+
//# sourceMappingURL=recipes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"recipes.d.ts","sourceRoot":"","sources":["../../../src/generated/game-logic/recipes.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,KAAK,MAAM,EAAkB,MAAM,cAAc,CAAA;AAC1D,OAAO,EAAE,KAAK,QAAQ,EAAE,MAAM,YAAY,CAAA;AAC1C,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,aAAa,CAAA;AAC5C,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAGvB,MAAM,WAAW,UAAU;IACzB,QAAQ,EAAE,QAAQ,CAAA;IAClB,KAAK,EAAE,MAAM,CAAA;CACd;AAED,MAAM,WAAW,MAAO,SAAQ,MAAM;IACpC,UAAU,EAAE,UAAU,EAAE,CAAA;IACxB,WAAW,EAAE,UAAU,EAAE,CAAA;CAC1B;AAGD,OAAO,EAAE,YAAY,IAAI,YAAY,EAAE,MAAM,2BAA2B,CAAA;AAGxE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8fhB,CAAA;AAEX,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAA;AAGvD,eAAO,MAAM,OAAO,EAAE,MAAM,CAAC,UAAU,EAAE,MAAM,CA283BA,CAAA;AAG/C,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,SAAS,EAAE,SAAS,UAAU,EAAE,CASe,CAAA;AAGrF,eAAO,MAAM,sBAAsB,EAAE,MAAM,CAAC,MAAM,EAAE,SAAS,UAAU,EAAE,CAQM,CAAA;AAG/E,wBAAgB,SAAS,CAAC,IAAI,EAAE,UAAU,GAAG,MAAM,CAElD;AAED,wBAAgB,iBAAiB,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,MAAM,EAAE,CAEzE;AAED,wBAAgB,uBAAuB,CAAC,QAAQ,EAAE,QAAQ,GAAG,SAAS,MAAM,EAAE,CAE7E;AAED,wBAAgB,uBAAuB,CAAC,QAAQ,EAAE,QAAQ,GAAG,SAAS,MAAM,EAAE,CAI7E;AAED,wBAAgB,oBAAoB,CAAC,QAAQ,EAAE,MAAM,GAAG,SAAS,MAAM,EAAE,CAIxE;AAED,wBAAgB,cAAc,CAAC,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,CAAC,QAAQ,EAAE,MAAM,CAAC,GAAG,OAAO,CAI3F;AAED,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,GAAG,MAAM,CAG/E;AAED,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,GAAG,MAAM,CAG9E;AAGD,eAAO,MAAM,YAAY,MAAM,CAAA"}
|