@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,1539 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Auto-generated file - DO NOT EDIT
|
|
3
|
+
* Generated on 2025-07-26T22:01:13.042Z
|
|
4
|
+
*/
|
|
5
|
+
import { z } from 'zod';
|
|
6
|
+
export declare const TaskShopItemHridEnum: z.ZodEnum<{
|
|
7
|
+
"/task_shop_items/large_artisans_crate": "/task_shop_items/large_artisans_crate";
|
|
8
|
+
"/task_shop_items/large_meteorite_cache": "/task_shop_items/large_meteorite_cache";
|
|
9
|
+
"/task_shop_items/large_treasure_chest": "/task_shop_items/large_treasure_chest";
|
|
10
|
+
"/task_shop_items/task_crystal": "/task_shop_items/task_crystal";
|
|
11
|
+
}>;
|
|
12
|
+
export type TaskShopItemHrid = z.infer<typeof TaskShopItemHridEnum>;
|
|
13
|
+
export declare const TaskShopItemSchema: z.ZodObject<{
|
|
14
|
+
hrid: z.ZodEnum<{
|
|
15
|
+
"/task_shop_items/large_artisans_crate": "/task_shop_items/large_artisans_crate";
|
|
16
|
+
"/task_shop_items/large_meteorite_cache": "/task_shop_items/large_meteorite_cache";
|
|
17
|
+
"/task_shop_items/large_treasure_chest": "/task_shop_items/large_treasure_chest";
|
|
18
|
+
"/task_shop_items/task_crystal": "/task_shop_items/task_crystal";
|
|
19
|
+
}>;
|
|
20
|
+
name: z.ZodString;
|
|
21
|
+
itemHrid: z.ZodEnum<{
|
|
22
|
+
"/items/abyssal_essence": "/items/abyssal_essence";
|
|
23
|
+
"/items/acrobatic_hood": "/items/acrobatic_hood";
|
|
24
|
+
"/items/acrobats_ribbon": "/items/acrobats_ribbon";
|
|
25
|
+
"/items/advanced_task_badge": "/items/advanced_task_badge";
|
|
26
|
+
"/items/alchemists_bottoms": "/items/alchemists_bottoms";
|
|
27
|
+
"/items/alchemists_top": "/items/alchemists_top";
|
|
28
|
+
"/items/alchemy_essence": "/items/alchemy_essence";
|
|
29
|
+
"/items/alchemy_tea": "/items/alchemy_tea";
|
|
30
|
+
"/items/amber": "/items/amber";
|
|
31
|
+
"/items/amethyst": "/items/amethyst";
|
|
32
|
+
"/items/anchorbound_plate_body": "/items/anchorbound_plate_body";
|
|
33
|
+
"/items/anchorbound_plate_legs": "/items/anchorbound_plate_legs";
|
|
34
|
+
"/items/apple": "/items/apple";
|
|
35
|
+
"/items/apple_gummy": "/items/apple_gummy";
|
|
36
|
+
"/items/apple_yogurt": "/items/apple_yogurt";
|
|
37
|
+
"/items/aqua_arrow": "/items/aqua_arrow";
|
|
38
|
+
"/items/aqua_aura": "/items/aqua_aura";
|
|
39
|
+
"/items/aqua_essence": "/items/aqua_essence";
|
|
40
|
+
"/items/arabica_coffee_bean": "/items/arabica_coffee_bean";
|
|
41
|
+
"/items/arcane_bow": "/items/arcane_bow";
|
|
42
|
+
"/items/arcane_crossbow": "/items/arcane_crossbow";
|
|
43
|
+
"/items/arcane_fire_staff": "/items/arcane_fire_staff";
|
|
44
|
+
"/items/arcane_log": "/items/arcane_log";
|
|
45
|
+
"/items/arcane_lumber": "/items/arcane_lumber";
|
|
46
|
+
"/items/arcane_nature_staff": "/items/arcane_nature_staff";
|
|
47
|
+
"/items/arcane_reflection": "/items/arcane_reflection";
|
|
48
|
+
"/items/arcane_shield": "/items/arcane_shield";
|
|
49
|
+
"/items/arcane_water_staff": "/items/arcane_water_staff";
|
|
50
|
+
"/items/artisan_tea": "/items/artisan_tea";
|
|
51
|
+
"/items/attack_coffee": "/items/attack_coffee";
|
|
52
|
+
"/items/azure_alembic": "/items/azure_alembic";
|
|
53
|
+
"/items/azure_boots": "/items/azure_boots";
|
|
54
|
+
"/items/azure_brush": "/items/azure_brush";
|
|
55
|
+
"/items/azure_buckler": "/items/azure_buckler";
|
|
56
|
+
"/items/azure_bulwark": "/items/azure_bulwark";
|
|
57
|
+
"/items/azure_cheese": "/items/azure_cheese";
|
|
58
|
+
"/items/azure_chisel": "/items/azure_chisel";
|
|
59
|
+
"/items/azure_enhancer": "/items/azure_enhancer";
|
|
60
|
+
"/items/azure_gauntlets": "/items/azure_gauntlets";
|
|
61
|
+
"/items/azure_hammer": "/items/azure_hammer";
|
|
62
|
+
"/items/azure_hatchet": "/items/azure_hatchet";
|
|
63
|
+
"/items/azure_helmet": "/items/azure_helmet";
|
|
64
|
+
"/items/azure_mace": "/items/azure_mace";
|
|
65
|
+
"/items/azure_milk": "/items/azure_milk";
|
|
66
|
+
"/items/azure_needle": "/items/azure_needle";
|
|
67
|
+
"/items/azure_plate_body": "/items/azure_plate_body";
|
|
68
|
+
"/items/azure_plate_legs": "/items/azure_plate_legs";
|
|
69
|
+
"/items/azure_pot": "/items/azure_pot";
|
|
70
|
+
"/items/azure_shears": "/items/azure_shears";
|
|
71
|
+
"/items/azure_spatula": "/items/azure_spatula";
|
|
72
|
+
"/items/azure_spear": "/items/azure_spear";
|
|
73
|
+
"/items/azure_sword": "/items/azure_sword";
|
|
74
|
+
"/items/bag_of_10_cowbells": "/items/bag_of_10_cowbells";
|
|
75
|
+
"/items/bamboo_boots": "/items/bamboo_boots";
|
|
76
|
+
"/items/bamboo_branch": "/items/bamboo_branch";
|
|
77
|
+
"/items/bamboo_fabric": "/items/bamboo_fabric";
|
|
78
|
+
"/items/bamboo_gloves": "/items/bamboo_gloves";
|
|
79
|
+
"/items/bamboo_hat": "/items/bamboo_hat";
|
|
80
|
+
"/items/bamboo_robe_bottoms": "/items/bamboo_robe_bottoms";
|
|
81
|
+
"/items/bamboo_robe_top": "/items/bamboo_robe_top";
|
|
82
|
+
"/items/basic_task_badge": "/items/basic_task_badge";
|
|
83
|
+
"/items/bear_essence": "/items/bear_essence";
|
|
84
|
+
"/items/beast_boots": "/items/beast_boots";
|
|
85
|
+
"/items/beast_bracers": "/items/beast_bracers";
|
|
86
|
+
"/items/beast_chaps": "/items/beast_chaps";
|
|
87
|
+
"/items/beast_hide": "/items/beast_hide";
|
|
88
|
+
"/items/beast_hood": "/items/beast_hood";
|
|
89
|
+
"/items/beast_leather": "/items/beast_leather";
|
|
90
|
+
"/items/beast_tunic": "/items/beast_tunic";
|
|
91
|
+
"/items/berserk": "/items/berserk";
|
|
92
|
+
"/items/birch_bow": "/items/birch_bow";
|
|
93
|
+
"/items/birch_crossbow": "/items/birch_crossbow";
|
|
94
|
+
"/items/birch_fire_staff": "/items/birch_fire_staff";
|
|
95
|
+
"/items/birch_log": "/items/birch_log";
|
|
96
|
+
"/items/birch_lumber": "/items/birch_lumber";
|
|
97
|
+
"/items/birch_nature_staff": "/items/birch_nature_staff";
|
|
98
|
+
"/items/birch_shield": "/items/birch_shield";
|
|
99
|
+
"/items/birch_water_staff": "/items/birch_water_staff";
|
|
100
|
+
"/items/bishops_codex": "/items/bishops_codex";
|
|
101
|
+
"/items/bishops_scroll": "/items/bishops_scroll";
|
|
102
|
+
"/items/black_bear_fluff": "/items/black_bear_fluff";
|
|
103
|
+
"/items/black_bear_shoes": "/items/black_bear_shoes";
|
|
104
|
+
"/items/black_tea_leaf": "/items/black_tea_leaf";
|
|
105
|
+
"/items/blackberry": "/items/blackberry";
|
|
106
|
+
"/items/blackberry_cake": "/items/blackberry_cake";
|
|
107
|
+
"/items/blackberry_donut": "/items/blackberry_donut";
|
|
108
|
+
"/items/blazing_trident": "/items/blazing_trident";
|
|
109
|
+
"/items/blessed_tea": "/items/blessed_tea";
|
|
110
|
+
"/items/blooming_trident": "/items/blooming_trident";
|
|
111
|
+
"/items/blue_key_fragment": "/items/blue_key_fragment";
|
|
112
|
+
"/items/blueberry": "/items/blueberry";
|
|
113
|
+
"/items/blueberry_cake": "/items/blueberry_cake";
|
|
114
|
+
"/items/blueberry_donut": "/items/blueberry_donut";
|
|
115
|
+
"/items/branch_of_insight": "/items/branch_of_insight";
|
|
116
|
+
"/items/brewers_bottoms": "/items/brewers_bottoms";
|
|
117
|
+
"/items/brewers_top": "/items/brewers_top";
|
|
118
|
+
"/items/brewing_essence": "/items/brewing_essence";
|
|
119
|
+
"/items/brewing_tea": "/items/brewing_tea";
|
|
120
|
+
"/items/brown_key_fragment": "/items/brown_key_fragment";
|
|
121
|
+
"/items/burble_alembic": "/items/burble_alembic";
|
|
122
|
+
"/items/burble_boots": "/items/burble_boots";
|
|
123
|
+
"/items/burble_brush": "/items/burble_brush";
|
|
124
|
+
"/items/burble_buckler": "/items/burble_buckler";
|
|
125
|
+
"/items/burble_bulwark": "/items/burble_bulwark";
|
|
126
|
+
"/items/burble_cheese": "/items/burble_cheese";
|
|
127
|
+
"/items/burble_chisel": "/items/burble_chisel";
|
|
128
|
+
"/items/burble_enhancer": "/items/burble_enhancer";
|
|
129
|
+
"/items/burble_gauntlets": "/items/burble_gauntlets";
|
|
130
|
+
"/items/burble_hammer": "/items/burble_hammer";
|
|
131
|
+
"/items/burble_hatchet": "/items/burble_hatchet";
|
|
132
|
+
"/items/burble_helmet": "/items/burble_helmet";
|
|
133
|
+
"/items/burble_mace": "/items/burble_mace";
|
|
134
|
+
"/items/burble_milk": "/items/burble_milk";
|
|
135
|
+
"/items/burble_needle": "/items/burble_needle";
|
|
136
|
+
"/items/burble_plate_body": "/items/burble_plate_body";
|
|
137
|
+
"/items/burble_plate_legs": "/items/burble_plate_legs";
|
|
138
|
+
"/items/burble_pot": "/items/burble_pot";
|
|
139
|
+
"/items/burble_shears": "/items/burble_shears";
|
|
140
|
+
"/items/burble_spatula": "/items/burble_spatula";
|
|
141
|
+
"/items/burble_spear": "/items/burble_spear";
|
|
142
|
+
"/items/burble_sword": "/items/burble_sword";
|
|
143
|
+
"/items/burble_tea_leaf": "/items/burble_tea_leaf";
|
|
144
|
+
"/items/burning_key_fragment": "/items/burning_key_fragment";
|
|
145
|
+
"/items/butter_of_proficiency": "/items/butter_of_proficiency";
|
|
146
|
+
"/items/catalyst_of_coinification": "/items/catalyst_of_coinification";
|
|
147
|
+
"/items/catalyst_of_decomposition": "/items/catalyst_of_decomposition";
|
|
148
|
+
"/items/catalyst_of_transmutation": "/items/catalyst_of_transmutation";
|
|
149
|
+
"/items/catalytic_tea": "/items/catalytic_tea";
|
|
150
|
+
"/items/cedar_bow": "/items/cedar_bow";
|
|
151
|
+
"/items/cedar_crossbow": "/items/cedar_crossbow";
|
|
152
|
+
"/items/cedar_fire_staff": "/items/cedar_fire_staff";
|
|
153
|
+
"/items/cedar_log": "/items/cedar_log";
|
|
154
|
+
"/items/cedar_lumber": "/items/cedar_lumber";
|
|
155
|
+
"/items/cedar_nature_staff": "/items/cedar_nature_staff";
|
|
156
|
+
"/items/cedar_shield": "/items/cedar_shield";
|
|
157
|
+
"/items/cedar_water_staff": "/items/cedar_water_staff";
|
|
158
|
+
"/items/celestial_alembic": "/items/celestial_alembic";
|
|
159
|
+
"/items/celestial_brush": "/items/celestial_brush";
|
|
160
|
+
"/items/celestial_chisel": "/items/celestial_chisel";
|
|
161
|
+
"/items/celestial_enhancer": "/items/celestial_enhancer";
|
|
162
|
+
"/items/celestial_hammer": "/items/celestial_hammer";
|
|
163
|
+
"/items/celestial_hatchet": "/items/celestial_hatchet";
|
|
164
|
+
"/items/celestial_needle": "/items/celestial_needle";
|
|
165
|
+
"/items/celestial_pot": "/items/celestial_pot";
|
|
166
|
+
"/items/celestial_shears": "/items/celestial_shears";
|
|
167
|
+
"/items/celestial_spatula": "/items/celestial_spatula";
|
|
168
|
+
"/items/centaur_boots": "/items/centaur_boots";
|
|
169
|
+
"/items/centaur_hoof": "/items/centaur_hoof";
|
|
170
|
+
"/items/channeling_coffee": "/items/channeling_coffee";
|
|
171
|
+
"/items/chaotic_chain": "/items/chaotic_chain";
|
|
172
|
+
"/items/chaotic_flail": "/items/chaotic_flail";
|
|
173
|
+
"/items/cheese": "/items/cheese";
|
|
174
|
+
"/items/cheese_alembic": "/items/cheese_alembic";
|
|
175
|
+
"/items/cheese_boots": "/items/cheese_boots";
|
|
176
|
+
"/items/cheese_brush": "/items/cheese_brush";
|
|
177
|
+
"/items/cheese_buckler": "/items/cheese_buckler";
|
|
178
|
+
"/items/cheese_bulwark": "/items/cheese_bulwark";
|
|
179
|
+
"/items/cheese_chisel": "/items/cheese_chisel";
|
|
180
|
+
"/items/cheese_enhancer": "/items/cheese_enhancer";
|
|
181
|
+
"/items/cheese_gauntlets": "/items/cheese_gauntlets";
|
|
182
|
+
"/items/cheese_hammer": "/items/cheese_hammer";
|
|
183
|
+
"/items/cheese_hatchet": "/items/cheese_hatchet";
|
|
184
|
+
"/items/cheese_helmet": "/items/cheese_helmet";
|
|
185
|
+
"/items/cheese_mace": "/items/cheese_mace";
|
|
186
|
+
"/items/cheese_needle": "/items/cheese_needle";
|
|
187
|
+
"/items/cheese_plate_body": "/items/cheese_plate_body";
|
|
188
|
+
"/items/cheese_plate_legs": "/items/cheese_plate_legs";
|
|
189
|
+
"/items/cheese_pot": "/items/cheese_pot";
|
|
190
|
+
"/items/cheese_shears": "/items/cheese_shears";
|
|
191
|
+
"/items/cheese_spatula": "/items/cheese_spatula";
|
|
192
|
+
"/items/cheese_spear": "/items/cheese_spear";
|
|
193
|
+
"/items/cheese_sword": "/items/cheese_sword";
|
|
194
|
+
"/items/cheesemakers_bottoms": "/items/cheesemakers_bottoms";
|
|
195
|
+
"/items/cheesemakers_top": "/items/cheesemakers_top";
|
|
196
|
+
"/items/cheesesmithing_essence": "/items/cheesesmithing_essence";
|
|
197
|
+
"/items/cheesesmithing_tea": "/items/cheesesmithing_tea";
|
|
198
|
+
"/items/chefs_bottoms": "/items/chefs_bottoms";
|
|
199
|
+
"/items/chefs_top": "/items/chefs_top";
|
|
200
|
+
"/items/chimerical_chest": "/items/chimerical_chest";
|
|
201
|
+
"/items/chimerical_chest_key": "/items/chimerical_chest_key";
|
|
202
|
+
"/items/chimerical_entry_key": "/items/chimerical_entry_key";
|
|
203
|
+
"/items/chimerical_essence": "/items/chimerical_essence";
|
|
204
|
+
"/items/chimerical_quiver": "/items/chimerical_quiver";
|
|
205
|
+
"/items/chimerical_token": "/items/chimerical_token";
|
|
206
|
+
"/items/chrono_gloves": "/items/chrono_gloves";
|
|
207
|
+
"/items/chrono_sphere": "/items/chrono_sphere";
|
|
208
|
+
"/items/cleave": "/items/cleave";
|
|
209
|
+
"/items/cocoon": "/items/cocoon";
|
|
210
|
+
"/items/coin": "/items/coin";
|
|
211
|
+
"/items/collectors_boots": "/items/collectors_boots";
|
|
212
|
+
"/items/colossus_core": "/items/colossus_core";
|
|
213
|
+
"/items/colossus_plate_body": "/items/colossus_plate_body";
|
|
214
|
+
"/items/colossus_plate_legs": "/items/colossus_plate_legs";
|
|
215
|
+
"/items/cooking_essence": "/items/cooking_essence";
|
|
216
|
+
"/items/cooking_tea": "/items/cooking_tea";
|
|
217
|
+
"/items/corsair_crest": "/items/corsair_crest";
|
|
218
|
+
"/items/corsair_helmet": "/items/corsair_helmet";
|
|
219
|
+
"/items/cotton": "/items/cotton";
|
|
220
|
+
"/items/cotton_boots": "/items/cotton_boots";
|
|
221
|
+
"/items/cotton_fabric": "/items/cotton_fabric";
|
|
222
|
+
"/items/cotton_gloves": "/items/cotton_gloves";
|
|
223
|
+
"/items/cotton_hat": "/items/cotton_hat";
|
|
224
|
+
"/items/cotton_robe_bottoms": "/items/cotton_robe_bottoms";
|
|
225
|
+
"/items/cotton_robe_top": "/items/cotton_robe_top";
|
|
226
|
+
"/items/cowbell": "/items/cowbell";
|
|
227
|
+
"/items/crab_pincer": "/items/crab_pincer";
|
|
228
|
+
"/items/crafters_bottoms": "/items/crafters_bottoms";
|
|
229
|
+
"/items/crafters_top": "/items/crafters_top";
|
|
230
|
+
"/items/crafting_essence": "/items/crafting_essence";
|
|
231
|
+
"/items/crafting_tea": "/items/crafting_tea";
|
|
232
|
+
"/items/crimson_alembic": "/items/crimson_alembic";
|
|
233
|
+
"/items/crimson_boots": "/items/crimson_boots";
|
|
234
|
+
"/items/crimson_brush": "/items/crimson_brush";
|
|
235
|
+
"/items/crimson_buckler": "/items/crimson_buckler";
|
|
236
|
+
"/items/crimson_bulwark": "/items/crimson_bulwark";
|
|
237
|
+
"/items/crimson_cheese": "/items/crimson_cheese";
|
|
238
|
+
"/items/crimson_chisel": "/items/crimson_chisel";
|
|
239
|
+
"/items/crimson_enhancer": "/items/crimson_enhancer";
|
|
240
|
+
"/items/crimson_gauntlets": "/items/crimson_gauntlets";
|
|
241
|
+
"/items/crimson_hammer": "/items/crimson_hammer";
|
|
242
|
+
"/items/crimson_hatchet": "/items/crimson_hatchet";
|
|
243
|
+
"/items/crimson_helmet": "/items/crimson_helmet";
|
|
244
|
+
"/items/crimson_mace": "/items/crimson_mace";
|
|
245
|
+
"/items/crimson_milk": "/items/crimson_milk";
|
|
246
|
+
"/items/crimson_needle": "/items/crimson_needle";
|
|
247
|
+
"/items/crimson_plate_body": "/items/crimson_plate_body";
|
|
248
|
+
"/items/crimson_plate_legs": "/items/crimson_plate_legs";
|
|
249
|
+
"/items/crimson_pot": "/items/crimson_pot";
|
|
250
|
+
"/items/crimson_shears": "/items/crimson_shears";
|
|
251
|
+
"/items/crimson_spatula": "/items/crimson_spatula";
|
|
252
|
+
"/items/crimson_spear": "/items/crimson_spear";
|
|
253
|
+
"/items/crimson_sword": "/items/crimson_sword";
|
|
254
|
+
"/items/crippling_slash": "/items/crippling_slash";
|
|
255
|
+
"/items/critical_aura": "/items/critical_aura";
|
|
256
|
+
"/items/critical_coffee": "/items/critical_coffee";
|
|
257
|
+
"/items/crushed_amber": "/items/crushed_amber";
|
|
258
|
+
"/items/crushed_amethyst": "/items/crushed_amethyst";
|
|
259
|
+
"/items/crushed_garnet": "/items/crushed_garnet";
|
|
260
|
+
"/items/crushed_jade": "/items/crushed_jade";
|
|
261
|
+
"/items/crushed_moonstone": "/items/crushed_moonstone";
|
|
262
|
+
"/items/crushed_pearl": "/items/crushed_pearl";
|
|
263
|
+
"/items/crushed_philosophers_stone": "/items/crushed_philosophers_stone";
|
|
264
|
+
"/items/crushed_sunstone": "/items/crushed_sunstone";
|
|
265
|
+
"/items/cupcake": "/items/cupcake";
|
|
266
|
+
"/items/cursed_ball": "/items/cursed_ball";
|
|
267
|
+
"/items/cursed_bow": "/items/cursed_bow";
|
|
268
|
+
"/items/dairyhands_bottoms": "/items/dairyhands_bottoms";
|
|
269
|
+
"/items/dairyhands_top": "/items/dairyhands_top";
|
|
270
|
+
"/items/damaged_anchor": "/items/damaged_anchor";
|
|
271
|
+
"/items/dark_key_fragment": "/items/dark_key_fragment";
|
|
272
|
+
"/items/defense_coffee": "/items/defense_coffee";
|
|
273
|
+
"/items/demonic_core": "/items/demonic_core";
|
|
274
|
+
"/items/demonic_plate_body": "/items/demonic_plate_body";
|
|
275
|
+
"/items/demonic_plate_legs": "/items/demonic_plate_legs";
|
|
276
|
+
"/items/dodocamel_gauntlets": "/items/dodocamel_gauntlets";
|
|
277
|
+
"/items/dodocamel_plume": "/items/dodocamel_plume";
|
|
278
|
+
"/items/donut": "/items/donut";
|
|
279
|
+
"/items/dragon_fruit": "/items/dragon_fruit";
|
|
280
|
+
"/items/dragon_fruit_gummy": "/items/dragon_fruit_gummy";
|
|
281
|
+
"/items/dragon_fruit_yogurt": "/items/dragon_fruit_yogurt";
|
|
282
|
+
"/items/earrings_of_armor": "/items/earrings_of_armor";
|
|
283
|
+
"/items/earrings_of_critical_strike": "/items/earrings_of_critical_strike";
|
|
284
|
+
"/items/earrings_of_essence_find": "/items/earrings_of_essence_find";
|
|
285
|
+
"/items/earrings_of_gathering": "/items/earrings_of_gathering";
|
|
286
|
+
"/items/earrings_of_rare_find": "/items/earrings_of_rare_find";
|
|
287
|
+
"/items/earrings_of_regeneration": "/items/earrings_of_regeneration";
|
|
288
|
+
"/items/earrings_of_resistance": "/items/earrings_of_resistance";
|
|
289
|
+
"/items/efficiency_tea": "/items/efficiency_tea";
|
|
290
|
+
"/items/egg": "/items/egg";
|
|
291
|
+
"/items/elemental_affinity": "/items/elemental_affinity";
|
|
292
|
+
"/items/elusiveness": "/items/elusiveness";
|
|
293
|
+
"/items/emp_tea_leaf": "/items/emp_tea_leaf";
|
|
294
|
+
"/items/enchanted_chest": "/items/enchanted_chest";
|
|
295
|
+
"/items/enchanted_chest_key": "/items/enchanted_chest_key";
|
|
296
|
+
"/items/enchanted_cloak": "/items/enchanted_cloak";
|
|
297
|
+
"/items/enchanted_entry_key": "/items/enchanted_entry_key";
|
|
298
|
+
"/items/enchanted_essence": "/items/enchanted_essence";
|
|
299
|
+
"/items/enchanted_gloves": "/items/enchanted_gloves";
|
|
300
|
+
"/items/enchanted_token": "/items/enchanted_token";
|
|
301
|
+
"/items/enhancers_bottoms": "/items/enhancers_bottoms";
|
|
302
|
+
"/items/enhancers_top": "/items/enhancers_top";
|
|
303
|
+
"/items/enhancing_essence": "/items/enhancing_essence";
|
|
304
|
+
"/items/enhancing_tea": "/items/enhancing_tea";
|
|
305
|
+
"/items/entangle": "/items/entangle";
|
|
306
|
+
"/items/excelsa_coffee_bean": "/items/excelsa_coffee_bean";
|
|
307
|
+
"/items/expert_task_badge": "/items/expert_task_badge";
|
|
308
|
+
"/items/eye_of_the_watcher": "/items/eye_of_the_watcher";
|
|
309
|
+
"/items/eye_watch": "/items/eye_watch";
|
|
310
|
+
"/items/eyessence": "/items/eyessence";
|
|
311
|
+
"/items/fierce_aura": "/items/fierce_aura";
|
|
312
|
+
"/items/fieriosa_coffee_bean": "/items/fieriosa_coffee_bean";
|
|
313
|
+
"/items/fighter_necklace": "/items/fighter_necklace";
|
|
314
|
+
"/items/fireball": "/items/fireball";
|
|
315
|
+
"/items/firestorm": "/items/firestorm";
|
|
316
|
+
"/items/flame_arrow": "/items/flame_arrow";
|
|
317
|
+
"/items/flame_aura": "/items/flame_aura";
|
|
318
|
+
"/items/flame_blast": "/items/flame_blast";
|
|
319
|
+
"/items/flaming_cloth": "/items/flaming_cloth";
|
|
320
|
+
"/items/flaming_robe_bottoms": "/items/flaming_robe_bottoms";
|
|
321
|
+
"/items/flaming_robe_top": "/items/flaming_robe_top";
|
|
322
|
+
"/items/flax": "/items/flax";
|
|
323
|
+
"/items/fluffy_red_hat": "/items/fluffy_red_hat";
|
|
324
|
+
"/items/foragers_bottoms": "/items/foragers_bottoms";
|
|
325
|
+
"/items/foragers_top": "/items/foragers_top";
|
|
326
|
+
"/items/foraging_essence": "/items/foraging_essence";
|
|
327
|
+
"/items/foraging_tea": "/items/foraging_tea";
|
|
328
|
+
"/items/fracturing_impact": "/items/fracturing_impact";
|
|
329
|
+
"/items/frenzy": "/items/frenzy";
|
|
330
|
+
"/items/frost_sphere": "/items/frost_sphere";
|
|
331
|
+
"/items/frost_staff": "/items/frost_staff";
|
|
332
|
+
"/items/frost_surge": "/items/frost_surge";
|
|
333
|
+
"/items/furious_spear": "/items/furious_spear";
|
|
334
|
+
"/items/garnet": "/items/garnet";
|
|
335
|
+
"/items/gathering_tea": "/items/gathering_tea";
|
|
336
|
+
"/items/gator_vest": "/items/gator_vest";
|
|
337
|
+
"/items/giant_pouch": "/items/giant_pouch";
|
|
338
|
+
"/items/ginkgo_bow": "/items/ginkgo_bow";
|
|
339
|
+
"/items/ginkgo_crossbow": "/items/ginkgo_crossbow";
|
|
340
|
+
"/items/ginkgo_fire_staff": "/items/ginkgo_fire_staff";
|
|
341
|
+
"/items/ginkgo_log": "/items/ginkgo_log";
|
|
342
|
+
"/items/ginkgo_lumber": "/items/ginkgo_lumber";
|
|
343
|
+
"/items/ginkgo_nature_staff": "/items/ginkgo_nature_staff";
|
|
344
|
+
"/items/ginkgo_shield": "/items/ginkgo_shield";
|
|
345
|
+
"/items/ginkgo_water_staff": "/items/ginkgo_water_staff";
|
|
346
|
+
"/items/gluttonous_energy": "/items/gluttonous_energy";
|
|
347
|
+
"/items/gluttonous_pouch": "/items/gluttonous_pouch";
|
|
348
|
+
"/items/gobo_boomstick": "/items/gobo_boomstick";
|
|
349
|
+
"/items/gobo_boots": "/items/gobo_boots";
|
|
350
|
+
"/items/gobo_bracers": "/items/gobo_bracers";
|
|
351
|
+
"/items/gobo_chaps": "/items/gobo_chaps";
|
|
352
|
+
"/items/gobo_defender": "/items/gobo_defender";
|
|
353
|
+
"/items/gobo_essence": "/items/gobo_essence";
|
|
354
|
+
"/items/gobo_hide": "/items/gobo_hide";
|
|
355
|
+
"/items/gobo_hood": "/items/gobo_hood";
|
|
356
|
+
"/items/gobo_leather": "/items/gobo_leather";
|
|
357
|
+
"/items/gobo_rag": "/items/gobo_rag";
|
|
358
|
+
"/items/gobo_shooter": "/items/gobo_shooter";
|
|
359
|
+
"/items/gobo_slasher": "/items/gobo_slasher";
|
|
360
|
+
"/items/gobo_smasher": "/items/gobo_smasher";
|
|
361
|
+
"/items/gobo_stabber": "/items/gobo_stabber";
|
|
362
|
+
"/items/gobo_tunic": "/items/gobo_tunic";
|
|
363
|
+
"/items/goggles": "/items/goggles";
|
|
364
|
+
"/items/golem_essence": "/items/golem_essence";
|
|
365
|
+
"/items/gourmet_tea": "/items/gourmet_tea";
|
|
366
|
+
"/items/granite_bludgeon": "/items/granite_bludgeon";
|
|
367
|
+
"/items/green_key_fragment": "/items/green_key_fragment";
|
|
368
|
+
"/items/green_tea_leaf": "/items/green_tea_leaf";
|
|
369
|
+
"/items/griffin_bulwark": "/items/griffin_bulwark";
|
|
370
|
+
"/items/griffin_chaps": "/items/griffin_chaps";
|
|
371
|
+
"/items/griffin_leather": "/items/griffin_leather";
|
|
372
|
+
"/items/griffin_talon": "/items/griffin_talon";
|
|
373
|
+
"/items/griffin_tunic": "/items/griffin_tunic";
|
|
374
|
+
"/items/grizzly_bear_fluff": "/items/grizzly_bear_fluff";
|
|
375
|
+
"/items/grizzly_bear_shoes": "/items/grizzly_bear_shoes";
|
|
376
|
+
"/items/gummy": "/items/gummy";
|
|
377
|
+
"/items/guzzling_energy": "/items/guzzling_energy";
|
|
378
|
+
"/items/guzzling_pouch": "/items/guzzling_pouch";
|
|
379
|
+
"/items/heal": "/items/heal";
|
|
380
|
+
"/items/holy_alembic": "/items/holy_alembic";
|
|
381
|
+
"/items/holy_boots": "/items/holy_boots";
|
|
382
|
+
"/items/holy_brush": "/items/holy_brush";
|
|
383
|
+
"/items/holy_buckler": "/items/holy_buckler";
|
|
384
|
+
"/items/holy_bulwark": "/items/holy_bulwark";
|
|
385
|
+
"/items/holy_cheese": "/items/holy_cheese";
|
|
386
|
+
"/items/holy_chisel": "/items/holy_chisel";
|
|
387
|
+
"/items/holy_enhancer": "/items/holy_enhancer";
|
|
388
|
+
"/items/holy_gauntlets": "/items/holy_gauntlets";
|
|
389
|
+
"/items/holy_hammer": "/items/holy_hammer";
|
|
390
|
+
"/items/holy_hatchet": "/items/holy_hatchet";
|
|
391
|
+
"/items/holy_helmet": "/items/holy_helmet";
|
|
392
|
+
"/items/holy_mace": "/items/holy_mace";
|
|
393
|
+
"/items/holy_milk": "/items/holy_milk";
|
|
394
|
+
"/items/holy_needle": "/items/holy_needle";
|
|
395
|
+
"/items/holy_plate_body": "/items/holy_plate_body";
|
|
396
|
+
"/items/holy_plate_legs": "/items/holy_plate_legs";
|
|
397
|
+
"/items/holy_pot": "/items/holy_pot";
|
|
398
|
+
"/items/holy_shears": "/items/holy_shears";
|
|
399
|
+
"/items/holy_spatula": "/items/holy_spatula";
|
|
400
|
+
"/items/holy_spear": "/items/holy_spear";
|
|
401
|
+
"/items/holy_sword": "/items/holy_sword";
|
|
402
|
+
"/items/ice_spear": "/items/ice_spear";
|
|
403
|
+
"/items/icy_cloth": "/items/icy_cloth";
|
|
404
|
+
"/items/icy_robe_bottoms": "/items/icy_robe_bottoms";
|
|
405
|
+
"/items/icy_robe_top": "/items/icy_robe_top";
|
|
406
|
+
"/items/impale": "/items/impale";
|
|
407
|
+
"/items/infernal_battlestaff": "/items/infernal_battlestaff";
|
|
408
|
+
"/items/infernal_ember": "/items/infernal_ember";
|
|
409
|
+
"/items/insanity": "/items/insanity";
|
|
410
|
+
"/items/intelligence_coffee": "/items/intelligence_coffee";
|
|
411
|
+
"/items/invincible": "/items/invincible";
|
|
412
|
+
"/items/jackalope_antler": "/items/jackalope_antler";
|
|
413
|
+
"/items/jackalope_staff": "/items/jackalope_staff";
|
|
414
|
+
"/items/jade": "/items/jade";
|
|
415
|
+
"/items/jungle_essence": "/items/jungle_essence";
|
|
416
|
+
"/items/knights_aegis": "/items/knights_aegis";
|
|
417
|
+
"/items/knights_ingot": "/items/knights_ingot";
|
|
418
|
+
"/items/kraken_chaps": "/items/kraken_chaps";
|
|
419
|
+
"/items/kraken_fang": "/items/kraken_fang";
|
|
420
|
+
"/items/kraken_leather": "/items/kraken_leather";
|
|
421
|
+
"/items/kraken_tunic": "/items/kraken_tunic";
|
|
422
|
+
"/items/large_artisans_crate": "/items/large_artisans_crate";
|
|
423
|
+
"/items/large_meteorite_cache": "/items/large_meteorite_cache";
|
|
424
|
+
"/items/large_pouch": "/items/large_pouch";
|
|
425
|
+
"/items/large_treasure_chest": "/items/large_treasure_chest";
|
|
426
|
+
"/items/liberica_coffee_bean": "/items/liberica_coffee_bean";
|
|
427
|
+
"/items/life_drain": "/items/life_drain";
|
|
428
|
+
"/items/linen_boots": "/items/linen_boots";
|
|
429
|
+
"/items/linen_fabric": "/items/linen_fabric";
|
|
430
|
+
"/items/linen_gloves": "/items/linen_gloves";
|
|
431
|
+
"/items/linen_hat": "/items/linen_hat";
|
|
432
|
+
"/items/linen_robe_bottoms": "/items/linen_robe_bottoms";
|
|
433
|
+
"/items/linen_robe_top": "/items/linen_robe_top";
|
|
434
|
+
"/items/living_granite": "/items/living_granite";
|
|
435
|
+
"/items/log": "/items/log";
|
|
436
|
+
"/items/lucky_coffee": "/items/lucky_coffee";
|
|
437
|
+
"/items/lumber": "/items/lumber";
|
|
438
|
+
"/items/lumberjacks_bottoms": "/items/lumberjacks_bottoms";
|
|
439
|
+
"/items/lumberjacks_top": "/items/lumberjacks_top";
|
|
440
|
+
"/items/luna_robe_bottoms": "/items/luna_robe_bottoms";
|
|
441
|
+
"/items/luna_robe_top": "/items/luna_robe_top";
|
|
442
|
+
"/items/luna_wing": "/items/luna_wing";
|
|
443
|
+
"/items/maelstrom_plate_body": "/items/maelstrom_plate_body";
|
|
444
|
+
"/items/maelstrom_plate_legs": "/items/maelstrom_plate_legs";
|
|
445
|
+
"/items/maelstrom_plating": "/items/maelstrom_plating";
|
|
446
|
+
"/items/magic_coffee": "/items/magic_coffee";
|
|
447
|
+
"/items/magicians_cloth": "/items/magicians_cloth";
|
|
448
|
+
"/items/magicians_hat": "/items/magicians_hat";
|
|
449
|
+
"/items/magnet": "/items/magnet";
|
|
450
|
+
"/items/magnetic_gloves": "/items/magnetic_gloves";
|
|
451
|
+
"/items/magnifying_glass": "/items/magnifying_glass";
|
|
452
|
+
"/items/maim": "/items/maim";
|
|
453
|
+
"/items/mana_spring": "/items/mana_spring";
|
|
454
|
+
"/items/manticore_shield": "/items/manticore_shield";
|
|
455
|
+
"/items/manticore_sting": "/items/manticore_sting";
|
|
456
|
+
"/items/marine_chaps": "/items/marine_chaps";
|
|
457
|
+
"/items/marine_scale": "/items/marine_scale";
|
|
458
|
+
"/items/marine_tunic": "/items/marine_tunic";
|
|
459
|
+
"/items/marksman_bracers": "/items/marksman_bracers";
|
|
460
|
+
"/items/marksman_brooch": "/items/marksman_brooch";
|
|
461
|
+
"/items/marsberry": "/items/marsberry";
|
|
462
|
+
"/items/marsberry_cake": "/items/marsberry_cake";
|
|
463
|
+
"/items/marsberry_donut": "/items/marsberry_donut";
|
|
464
|
+
"/items/medium_artisans_crate": "/items/medium_artisans_crate";
|
|
465
|
+
"/items/medium_meteorite_cache": "/items/medium_meteorite_cache";
|
|
466
|
+
"/items/medium_pouch": "/items/medium_pouch";
|
|
467
|
+
"/items/medium_treasure_chest": "/items/medium_treasure_chest";
|
|
468
|
+
"/items/milk": "/items/milk";
|
|
469
|
+
"/items/milking_essence": "/items/milking_essence";
|
|
470
|
+
"/items/milking_tea": "/items/milking_tea";
|
|
471
|
+
"/items/minor_heal": "/items/minor_heal";
|
|
472
|
+
"/items/mirror_of_protection": "/items/mirror_of_protection";
|
|
473
|
+
"/items/mooberry": "/items/mooberry";
|
|
474
|
+
"/items/mooberry_cake": "/items/mooberry_cake";
|
|
475
|
+
"/items/mooberry_donut": "/items/mooberry_donut";
|
|
476
|
+
"/items/moolong_tea_leaf": "/items/moolong_tea_leaf";
|
|
477
|
+
"/items/moonstone": "/items/moonstone";
|
|
478
|
+
"/items/natures_veil": "/items/natures_veil";
|
|
479
|
+
"/items/necklace_of_efficiency": "/items/necklace_of_efficiency";
|
|
480
|
+
"/items/necklace_of_speed": "/items/necklace_of_speed";
|
|
481
|
+
"/items/necklace_of_wisdom": "/items/necklace_of_wisdom";
|
|
482
|
+
"/items/orange": "/items/orange";
|
|
483
|
+
"/items/orange_gummy": "/items/orange_gummy";
|
|
484
|
+
"/items/orange_key_fragment": "/items/orange_key_fragment";
|
|
485
|
+
"/items/orange_yogurt": "/items/orange_yogurt";
|
|
486
|
+
"/items/panda_fluff": "/items/panda_fluff";
|
|
487
|
+
"/items/panda_gloves": "/items/panda_gloves";
|
|
488
|
+
"/items/peach": "/items/peach";
|
|
489
|
+
"/items/peach_gummy": "/items/peach_gummy";
|
|
490
|
+
"/items/peach_yogurt": "/items/peach_yogurt";
|
|
491
|
+
"/items/pearl": "/items/pearl";
|
|
492
|
+
"/items/penetrating_shot": "/items/penetrating_shot";
|
|
493
|
+
"/items/penetrating_strike": "/items/penetrating_strike";
|
|
494
|
+
"/items/pestilent_shot": "/items/pestilent_shot";
|
|
495
|
+
"/items/philosophers_earrings": "/items/philosophers_earrings";
|
|
496
|
+
"/items/philosophers_necklace": "/items/philosophers_necklace";
|
|
497
|
+
"/items/philosophers_ring": "/items/philosophers_ring";
|
|
498
|
+
"/items/philosophers_stone": "/items/philosophers_stone";
|
|
499
|
+
"/items/pincer_gloves": "/items/pincer_gloves";
|
|
500
|
+
"/items/pirate_chest": "/items/pirate_chest";
|
|
501
|
+
"/items/pirate_chest_key": "/items/pirate_chest_key";
|
|
502
|
+
"/items/pirate_entry_key": "/items/pirate_entry_key";
|
|
503
|
+
"/items/pirate_essence": "/items/pirate_essence";
|
|
504
|
+
"/items/pirate_token": "/items/pirate_token";
|
|
505
|
+
"/items/plum": "/items/plum";
|
|
506
|
+
"/items/plum_gummy": "/items/plum_gummy";
|
|
507
|
+
"/items/plum_yogurt": "/items/plum_yogurt";
|
|
508
|
+
"/items/poke": "/items/poke";
|
|
509
|
+
"/items/polar_bear_fluff": "/items/polar_bear_fluff";
|
|
510
|
+
"/items/polar_bear_shoes": "/items/polar_bear_shoes";
|
|
511
|
+
"/items/power_coffee": "/items/power_coffee";
|
|
512
|
+
"/items/precision": "/items/precision";
|
|
513
|
+
"/items/prime_catalyst": "/items/prime_catalyst";
|
|
514
|
+
"/items/processing_tea": "/items/processing_tea";
|
|
515
|
+
"/items/provoke": "/items/provoke";
|
|
516
|
+
"/items/puncture": "/items/puncture";
|
|
517
|
+
"/items/purple_key_fragment": "/items/purple_key_fragment";
|
|
518
|
+
"/items/purpleheart_bow": "/items/purpleheart_bow";
|
|
519
|
+
"/items/purpleheart_crossbow": "/items/purpleheart_crossbow";
|
|
520
|
+
"/items/purpleheart_fire_staff": "/items/purpleheart_fire_staff";
|
|
521
|
+
"/items/purpleheart_log": "/items/purpleheart_log";
|
|
522
|
+
"/items/purpleheart_lumber": "/items/purpleheart_lumber";
|
|
523
|
+
"/items/purpleheart_nature_staff": "/items/purpleheart_nature_staff";
|
|
524
|
+
"/items/purpleheart_shield": "/items/purpleheart_shield";
|
|
525
|
+
"/items/purpleheart_water_staff": "/items/purpleheart_water_staff";
|
|
526
|
+
"/items/purples_gift": "/items/purples_gift";
|
|
527
|
+
"/items/quick_aid": "/items/quick_aid";
|
|
528
|
+
"/items/quick_shot": "/items/quick_shot";
|
|
529
|
+
"/items/radiant_boots": "/items/radiant_boots";
|
|
530
|
+
"/items/radiant_fabric": "/items/radiant_fabric";
|
|
531
|
+
"/items/radiant_fiber": "/items/radiant_fiber";
|
|
532
|
+
"/items/radiant_gloves": "/items/radiant_gloves";
|
|
533
|
+
"/items/radiant_hat": "/items/radiant_hat";
|
|
534
|
+
"/items/radiant_robe_bottoms": "/items/radiant_robe_bottoms";
|
|
535
|
+
"/items/radiant_robe_top": "/items/radiant_robe_top";
|
|
536
|
+
"/items/rain_of_arrows": "/items/rain_of_arrows";
|
|
537
|
+
"/items/rainbow_alembic": "/items/rainbow_alembic";
|
|
538
|
+
"/items/rainbow_boots": "/items/rainbow_boots";
|
|
539
|
+
"/items/rainbow_brush": "/items/rainbow_brush";
|
|
540
|
+
"/items/rainbow_buckler": "/items/rainbow_buckler";
|
|
541
|
+
"/items/rainbow_bulwark": "/items/rainbow_bulwark";
|
|
542
|
+
"/items/rainbow_cheese": "/items/rainbow_cheese";
|
|
543
|
+
"/items/rainbow_chisel": "/items/rainbow_chisel";
|
|
544
|
+
"/items/rainbow_enhancer": "/items/rainbow_enhancer";
|
|
545
|
+
"/items/rainbow_gauntlets": "/items/rainbow_gauntlets";
|
|
546
|
+
"/items/rainbow_hammer": "/items/rainbow_hammer";
|
|
547
|
+
"/items/rainbow_hatchet": "/items/rainbow_hatchet";
|
|
548
|
+
"/items/rainbow_helmet": "/items/rainbow_helmet";
|
|
549
|
+
"/items/rainbow_mace": "/items/rainbow_mace";
|
|
550
|
+
"/items/rainbow_milk": "/items/rainbow_milk";
|
|
551
|
+
"/items/rainbow_needle": "/items/rainbow_needle";
|
|
552
|
+
"/items/rainbow_plate_body": "/items/rainbow_plate_body";
|
|
553
|
+
"/items/rainbow_plate_legs": "/items/rainbow_plate_legs";
|
|
554
|
+
"/items/rainbow_pot": "/items/rainbow_pot";
|
|
555
|
+
"/items/rainbow_shears": "/items/rainbow_shears";
|
|
556
|
+
"/items/rainbow_spatula": "/items/rainbow_spatula";
|
|
557
|
+
"/items/rainbow_spear": "/items/rainbow_spear";
|
|
558
|
+
"/items/rainbow_sword": "/items/rainbow_sword";
|
|
559
|
+
"/items/ranged_coffee": "/items/ranged_coffee";
|
|
560
|
+
"/items/ranger_necklace": "/items/ranger_necklace";
|
|
561
|
+
"/items/red_culinary_hat": "/items/red_culinary_hat";
|
|
562
|
+
"/items/red_panda_fluff": "/items/red_panda_fluff";
|
|
563
|
+
"/items/red_tea_leaf": "/items/red_tea_leaf";
|
|
564
|
+
"/items/redwood_bow": "/items/redwood_bow";
|
|
565
|
+
"/items/redwood_crossbow": "/items/redwood_crossbow";
|
|
566
|
+
"/items/redwood_fire_staff": "/items/redwood_fire_staff";
|
|
567
|
+
"/items/redwood_log": "/items/redwood_log";
|
|
568
|
+
"/items/redwood_lumber": "/items/redwood_lumber";
|
|
569
|
+
"/items/redwood_nature_staff": "/items/redwood_nature_staff";
|
|
570
|
+
"/items/redwood_shield": "/items/redwood_shield";
|
|
571
|
+
"/items/redwood_water_staff": "/items/redwood_water_staff";
|
|
572
|
+
"/items/regal_jewel": "/items/regal_jewel";
|
|
573
|
+
"/items/regal_sword": "/items/regal_sword";
|
|
574
|
+
"/items/rejuvenate": "/items/rejuvenate";
|
|
575
|
+
"/items/reptile_boots": "/items/reptile_boots";
|
|
576
|
+
"/items/reptile_bracers": "/items/reptile_bracers";
|
|
577
|
+
"/items/reptile_chaps": "/items/reptile_chaps";
|
|
578
|
+
"/items/reptile_hide": "/items/reptile_hide";
|
|
579
|
+
"/items/reptile_hood": "/items/reptile_hood";
|
|
580
|
+
"/items/reptile_leather": "/items/reptile_leather";
|
|
581
|
+
"/items/reptile_tunic": "/items/reptile_tunic";
|
|
582
|
+
"/items/revenant_anima": "/items/revenant_anima";
|
|
583
|
+
"/items/revenant_chaps": "/items/revenant_chaps";
|
|
584
|
+
"/items/revenant_tunic": "/items/revenant_tunic";
|
|
585
|
+
"/items/revive": "/items/revive";
|
|
586
|
+
"/items/ring_of_armor": "/items/ring_of_armor";
|
|
587
|
+
"/items/ring_of_critical_strike": "/items/ring_of_critical_strike";
|
|
588
|
+
"/items/ring_of_essence_find": "/items/ring_of_essence_find";
|
|
589
|
+
"/items/ring_of_gathering": "/items/ring_of_gathering";
|
|
590
|
+
"/items/ring_of_rare_find": "/items/ring_of_rare_find";
|
|
591
|
+
"/items/ring_of_regeneration": "/items/ring_of_regeneration";
|
|
592
|
+
"/items/ring_of_resistance": "/items/ring_of_resistance";
|
|
593
|
+
"/items/rippling_trident": "/items/rippling_trident";
|
|
594
|
+
"/items/robusta_coffee_bean": "/items/robusta_coffee_bean";
|
|
595
|
+
"/items/rough_boots": "/items/rough_boots";
|
|
596
|
+
"/items/rough_bracers": "/items/rough_bracers";
|
|
597
|
+
"/items/rough_chaps": "/items/rough_chaps";
|
|
598
|
+
"/items/rough_hide": "/items/rough_hide";
|
|
599
|
+
"/items/rough_hood": "/items/rough_hood";
|
|
600
|
+
"/items/rough_leather": "/items/rough_leather";
|
|
601
|
+
"/items/rough_tunic": "/items/rough_tunic";
|
|
602
|
+
"/items/royal_cloth": "/items/royal_cloth";
|
|
603
|
+
"/items/royal_fire_robe_bottoms": "/items/royal_fire_robe_bottoms";
|
|
604
|
+
"/items/royal_fire_robe_top": "/items/royal_fire_robe_top";
|
|
605
|
+
"/items/royal_nature_robe_bottoms": "/items/royal_nature_robe_bottoms";
|
|
606
|
+
"/items/royal_nature_robe_top": "/items/royal_nature_robe_top";
|
|
607
|
+
"/items/royal_water_robe_bottoms": "/items/royal_water_robe_bottoms";
|
|
608
|
+
"/items/royal_water_robe_top": "/items/royal_water_robe_top";
|
|
609
|
+
"/items/scratch": "/items/scratch";
|
|
610
|
+
"/items/shard_of_protection": "/items/shard_of_protection";
|
|
611
|
+
"/items/shield_bash": "/items/shield_bash";
|
|
612
|
+
"/items/shoebill_feather": "/items/shoebill_feather";
|
|
613
|
+
"/items/shoebill_shoes": "/items/shoebill_shoes";
|
|
614
|
+
"/items/sighted_bracers": "/items/sighted_bracers";
|
|
615
|
+
"/items/silencing_shot": "/items/silencing_shot";
|
|
616
|
+
"/items/silk_boots": "/items/silk_boots";
|
|
617
|
+
"/items/silk_fabric": "/items/silk_fabric";
|
|
618
|
+
"/items/silk_gloves": "/items/silk_gloves";
|
|
619
|
+
"/items/silk_hat": "/items/silk_hat";
|
|
620
|
+
"/items/silk_robe_bottoms": "/items/silk_robe_bottoms";
|
|
621
|
+
"/items/silk_robe_top": "/items/silk_robe_top";
|
|
622
|
+
"/items/sinister_cape": "/items/sinister_cape";
|
|
623
|
+
"/items/sinister_chest": "/items/sinister_chest";
|
|
624
|
+
"/items/sinister_chest_key": "/items/sinister_chest_key";
|
|
625
|
+
"/items/sinister_entry_key": "/items/sinister_entry_key";
|
|
626
|
+
"/items/sinister_essence": "/items/sinister_essence";
|
|
627
|
+
"/items/sinister_token": "/items/sinister_token";
|
|
628
|
+
"/items/smack": "/items/smack";
|
|
629
|
+
"/items/small_artisans_crate": "/items/small_artisans_crate";
|
|
630
|
+
"/items/small_meteorite_cache": "/items/small_meteorite_cache";
|
|
631
|
+
"/items/small_pouch": "/items/small_pouch";
|
|
632
|
+
"/items/small_treasure_chest": "/items/small_treasure_chest";
|
|
633
|
+
"/items/smoke_burst": "/items/smoke_burst";
|
|
634
|
+
"/items/snail_shell": "/items/snail_shell";
|
|
635
|
+
"/items/snail_shell_helmet": "/items/snail_shell_helmet";
|
|
636
|
+
"/items/snake_fang": "/items/snake_fang";
|
|
637
|
+
"/items/snake_fang_dirk": "/items/snake_fang_dirk";
|
|
638
|
+
"/items/sorcerer_boots": "/items/sorcerer_boots";
|
|
639
|
+
"/items/sorcerer_essence": "/items/sorcerer_essence";
|
|
640
|
+
"/items/sorcerers_sole": "/items/sorcerers_sole";
|
|
641
|
+
"/items/soul_fragment": "/items/soul_fragment";
|
|
642
|
+
"/items/soul_hunter_crossbow": "/items/soul_hunter_crossbow";
|
|
643
|
+
"/items/spaceberry": "/items/spaceberry";
|
|
644
|
+
"/items/spaceberry_cake": "/items/spaceberry_cake";
|
|
645
|
+
"/items/spaceberry_donut": "/items/spaceberry_donut";
|
|
646
|
+
"/items/spacia_coffee_bean": "/items/spacia_coffee_bean";
|
|
647
|
+
"/items/speed_aura": "/items/speed_aura";
|
|
648
|
+
"/items/spike_shell": "/items/spike_shell";
|
|
649
|
+
"/items/spiked_bulwark": "/items/spiked_bulwark";
|
|
650
|
+
"/items/stalactite_shard": "/items/stalactite_shard";
|
|
651
|
+
"/items/stalactite_spear": "/items/stalactite_spear";
|
|
652
|
+
"/items/stamina_coffee": "/items/stamina_coffee";
|
|
653
|
+
"/items/star_fragment": "/items/star_fragment";
|
|
654
|
+
"/items/star_fruit": "/items/star_fruit";
|
|
655
|
+
"/items/star_fruit_gummy": "/items/star_fruit_gummy";
|
|
656
|
+
"/items/star_fruit_yogurt": "/items/star_fruit_yogurt";
|
|
657
|
+
"/items/steady_shot": "/items/steady_shot";
|
|
658
|
+
"/items/stone_key_fragment": "/items/stone_key_fragment";
|
|
659
|
+
"/items/strawberry": "/items/strawberry";
|
|
660
|
+
"/items/strawberry_cake": "/items/strawberry_cake";
|
|
661
|
+
"/items/strawberry_donut": "/items/strawberry_donut";
|
|
662
|
+
"/items/stunning_blow": "/items/stunning_blow";
|
|
663
|
+
"/items/sugar": "/items/sugar";
|
|
664
|
+
"/items/sundering_crossbow": "/items/sundering_crossbow";
|
|
665
|
+
"/items/sundering_jewel": "/items/sundering_jewel";
|
|
666
|
+
"/items/sunstone": "/items/sunstone";
|
|
667
|
+
"/items/super_alchemy_tea": "/items/super_alchemy_tea";
|
|
668
|
+
"/items/super_attack_coffee": "/items/super_attack_coffee";
|
|
669
|
+
"/items/super_brewing_tea": "/items/super_brewing_tea";
|
|
670
|
+
"/items/super_cheesesmithing_tea": "/items/super_cheesesmithing_tea";
|
|
671
|
+
"/items/super_cooking_tea": "/items/super_cooking_tea";
|
|
672
|
+
"/items/super_crafting_tea": "/items/super_crafting_tea";
|
|
673
|
+
"/items/super_defense_coffee": "/items/super_defense_coffee";
|
|
674
|
+
"/items/super_enhancing_tea": "/items/super_enhancing_tea";
|
|
675
|
+
"/items/super_foraging_tea": "/items/super_foraging_tea";
|
|
676
|
+
"/items/super_intelligence_coffee": "/items/super_intelligence_coffee";
|
|
677
|
+
"/items/super_magic_coffee": "/items/super_magic_coffee";
|
|
678
|
+
"/items/super_milking_tea": "/items/super_milking_tea";
|
|
679
|
+
"/items/super_power_coffee": "/items/super_power_coffee";
|
|
680
|
+
"/items/super_ranged_coffee": "/items/super_ranged_coffee";
|
|
681
|
+
"/items/super_stamina_coffee": "/items/super_stamina_coffee";
|
|
682
|
+
"/items/super_tailoring_tea": "/items/super_tailoring_tea";
|
|
683
|
+
"/items/super_woodcutting_tea": "/items/super_woodcutting_tea";
|
|
684
|
+
"/items/swamp_essence": "/items/swamp_essence";
|
|
685
|
+
"/items/sweep": "/items/sweep";
|
|
686
|
+
"/items/swiftness_coffee": "/items/swiftness_coffee";
|
|
687
|
+
"/items/sylvan_aura": "/items/sylvan_aura";
|
|
688
|
+
"/items/tailoring_essence": "/items/tailoring_essence";
|
|
689
|
+
"/items/tailoring_tea": "/items/tailoring_tea";
|
|
690
|
+
"/items/tailors_bottoms": "/items/tailors_bottoms";
|
|
691
|
+
"/items/tailors_top": "/items/tailors_top";
|
|
692
|
+
"/items/task_crystal": "/items/task_crystal";
|
|
693
|
+
"/items/task_token": "/items/task_token";
|
|
694
|
+
"/items/taunt": "/items/taunt";
|
|
695
|
+
"/items/thread_of_expertise": "/items/thread_of_expertise";
|
|
696
|
+
"/items/tome_of_healing": "/items/tome_of_healing";
|
|
697
|
+
"/items/tome_of_the_elements": "/items/tome_of_the_elements";
|
|
698
|
+
"/items/toughness": "/items/toughness";
|
|
699
|
+
"/items/toxic_pollen": "/items/toxic_pollen";
|
|
700
|
+
"/items/treant_bark": "/items/treant_bark";
|
|
701
|
+
"/items/treant_shield": "/items/treant_shield";
|
|
702
|
+
"/items/turtle_shell": "/items/turtle_shell";
|
|
703
|
+
"/items/turtle_shell_body": "/items/turtle_shell_body";
|
|
704
|
+
"/items/turtle_shell_legs": "/items/turtle_shell_legs";
|
|
705
|
+
"/items/twilight_essence": "/items/twilight_essence";
|
|
706
|
+
"/items/ultra_alchemy_tea": "/items/ultra_alchemy_tea";
|
|
707
|
+
"/items/ultra_attack_coffee": "/items/ultra_attack_coffee";
|
|
708
|
+
"/items/ultra_brewing_tea": "/items/ultra_brewing_tea";
|
|
709
|
+
"/items/ultra_cheesesmithing_tea": "/items/ultra_cheesesmithing_tea";
|
|
710
|
+
"/items/ultra_cooking_tea": "/items/ultra_cooking_tea";
|
|
711
|
+
"/items/ultra_crafting_tea": "/items/ultra_crafting_tea";
|
|
712
|
+
"/items/ultra_defense_coffee": "/items/ultra_defense_coffee";
|
|
713
|
+
"/items/ultra_enhancing_tea": "/items/ultra_enhancing_tea";
|
|
714
|
+
"/items/ultra_foraging_tea": "/items/ultra_foraging_tea";
|
|
715
|
+
"/items/ultra_intelligence_coffee": "/items/ultra_intelligence_coffee";
|
|
716
|
+
"/items/ultra_magic_coffee": "/items/ultra_magic_coffee";
|
|
717
|
+
"/items/ultra_milking_tea": "/items/ultra_milking_tea";
|
|
718
|
+
"/items/ultra_power_coffee": "/items/ultra_power_coffee";
|
|
719
|
+
"/items/ultra_ranged_coffee": "/items/ultra_ranged_coffee";
|
|
720
|
+
"/items/ultra_stamina_coffee": "/items/ultra_stamina_coffee";
|
|
721
|
+
"/items/ultra_tailoring_tea": "/items/ultra_tailoring_tea";
|
|
722
|
+
"/items/ultra_woodcutting_tea": "/items/ultra_woodcutting_tea";
|
|
723
|
+
"/items/umbral_boots": "/items/umbral_boots";
|
|
724
|
+
"/items/umbral_bracers": "/items/umbral_bracers";
|
|
725
|
+
"/items/umbral_chaps": "/items/umbral_chaps";
|
|
726
|
+
"/items/umbral_hide": "/items/umbral_hide";
|
|
727
|
+
"/items/umbral_hood": "/items/umbral_hood";
|
|
728
|
+
"/items/umbral_leather": "/items/umbral_leather";
|
|
729
|
+
"/items/umbral_tunic": "/items/umbral_tunic";
|
|
730
|
+
"/items/vampire_fang": "/items/vampire_fang";
|
|
731
|
+
"/items/vampire_fang_dirk": "/items/vampire_fang_dirk";
|
|
732
|
+
"/items/vampiric_bow": "/items/vampiric_bow";
|
|
733
|
+
"/items/vampirism": "/items/vampirism";
|
|
734
|
+
"/items/verdant_alembic": "/items/verdant_alembic";
|
|
735
|
+
"/items/verdant_boots": "/items/verdant_boots";
|
|
736
|
+
"/items/verdant_brush": "/items/verdant_brush";
|
|
737
|
+
"/items/verdant_buckler": "/items/verdant_buckler";
|
|
738
|
+
"/items/verdant_bulwark": "/items/verdant_bulwark";
|
|
739
|
+
"/items/verdant_cheese": "/items/verdant_cheese";
|
|
740
|
+
"/items/verdant_chisel": "/items/verdant_chisel";
|
|
741
|
+
"/items/verdant_enhancer": "/items/verdant_enhancer";
|
|
742
|
+
"/items/verdant_gauntlets": "/items/verdant_gauntlets";
|
|
743
|
+
"/items/verdant_hammer": "/items/verdant_hammer";
|
|
744
|
+
"/items/verdant_hatchet": "/items/verdant_hatchet";
|
|
745
|
+
"/items/verdant_helmet": "/items/verdant_helmet";
|
|
746
|
+
"/items/verdant_mace": "/items/verdant_mace";
|
|
747
|
+
"/items/verdant_milk": "/items/verdant_milk";
|
|
748
|
+
"/items/verdant_needle": "/items/verdant_needle";
|
|
749
|
+
"/items/verdant_plate_body": "/items/verdant_plate_body";
|
|
750
|
+
"/items/verdant_plate_legs": "/items/verdant_plate_legs";
|
|
751
|
+
"/items/verdant_pot": "/items/verdant_pot";
|
|
752
|
+
"/items/verdant_shears": "/items/verdant_shears";
|
|
753
|
+
"/items/verdant_spatula": "/items/verdant_spatula";
|
|
754
|
+
"/items/verdant_spear": "/items/verdant_spear";
|
|
755
|
+
"/items/verdant_sword": "/items/verdant_sword";
|
|
756
|
+
"/items/vision_helmet": "/items/vision_helmet";
|
|
757
|
+
"/items/vision_shield": "/items/vision_shield";
|
|
758
|
+
"/items/watchful_relic": "/items/watchful_relic";
|
|
759
|
+
"/items/water_strike": "/items/water_strike";
|
|
760
|
+
"/items/werewolf_claw": "/items/werewolf_claw";
|
|
761
|
+
"/items/werewolf_slasher": "/items/werewolf_slasher";
|
|
762
|
+
"/items/wheat": "/items/wheat";
|
|
763
|
+
"/items/white_key_fragment": "/items/white_key_fragment";
|
|
764
|
+
"/items/wisdom_coffee": "/items/wisdom_coffee";
|
|
765
|
+
"/items/wisdom_tea": "/items/wisdom_tea";
|
|
766
|
+
"/items/wizard_necklace": "/items/wizard_necklace";
|
|
767
|
+
"/items/woodcutting_essence": "/items/woodcutting_essence";
|
|
768
|
+
"/items/woodcutting_tea": "/items/woodcutting_tea";
|
|
769
|
+
"/items/wooden_bow": "/items/wooden_bow";
|
|
770
|
+
"/items/wooden_crossbow": "/items/wooden_crossbow";
|
|
771
|
+
"/items/wooden_fire_staff": "/items/wooden_fire_staff";
|
|
772
|
+
"/items/wooden_nature_staff": "/items/wooden_nature_staff";
|
|
773
|
+
"/items/wooden_shield": "/items/wooden_shield";
|
|
774
|
+
"/items/wooden_water_staff": "/items/wooden_water_staff";
|
|
775
|
+
"/items/yogurt": "/items/yogurt";
|
|
776
|
+
}>;
|
|
777
|
+
cost: z.ZodObject<{
|
|
778
|
+
itemHrid: z.ZodEnum<{
|
|
779
|
+
"/items/abyssal_essence": "/items/abyssal_essence";
|
|
780
|
+
"/items/acrobatic_hood": "/items/acrobatic_hood";
|
|
781
|
+
"/items/acrobats_ribbon": "/items/acrobats_ribbon";
|
|
782
|
+
"/items/advanced_task_badge": "/items/advanced_task_badge";
|
|
783
|
+
"/items/alchemists_bottoms": "/items/alchemists_bottoms";
|
|
784
|
+
"/items/alchemists_top": "/items/alchemists_top";
|
|
785
|
+
"/items/alchemy_essence": "/items/alchemy_essence";
|
|
786
|
+
"/items/alchemy_tea": "/items/alchemy_tea";
|
|
787
|
+
"/items/amber": "/items/amber";
|
|
788
|
+
"/items/amethyst": "/items/amethyst";
|
|
789
|
+
"/items/anchorbound_plate_body": "/items/anchorbound_plate_body";
|
|
790
|
+
"/items/anchorbound_plate_legs": "/items/anchorbound_plate_legs";
|
|
791
|
+
"/items/apple": "/items/apple";
|
|
792
|
+
"/items/apple_gummy": "/items/apple_gummy";
|
|
793
|
+
"/items/apple_yogurt": "/items/apple_yogurt";
|
|
794
|
+
"/items/aqua_arrow": "/items/aqua_arrow";
|
|
795
|
+
"/items/aqua_aura": "/items/aqua_aura";
|
|
796
|
+
"/items/aqua_essence": "/items/aqua_essence";
|
|
797
|
+
"/items/arabica_coffee_bean": "/items/arabica_coffee_bean";
|
|
798
|
+
"/items/arcane_bow": "/items/arcane_bow";
|
|
799
|
+
"/items/arcane_crossbow": "/items/arcane_crossbow";
|
|
800
|
+
"/items/arcane_fire_staff": "/items/arcane_fire_staff";
|
|
801
|
+
"/items/arcane_log": "/items/arcane_log";
|
|
802
|
+
"/items/arcane_lumber": "/items/arcane_lumber";
|
|
803
|
+
"/items/arcane_nature_staff": "/items/arcane_nature_staff";
|
|
804
|
+
"/items/arcane_reflection": "/items/arcane_reflection";
|
|
805
|
+
"/items/arcane_shield": "/items/arcane_shield";
|
|
806
|
+
"/items/arcane_water_staff": "/items/arcane_water_staff";
|
|
807
|
+
"/items/artisan_tea": "/items/artisan_tea";
|
|
808
|
+
"/items/attack_coffee": "/items/attack_coffee";
|
|
809
|
+
"/items/azure_alembic": "/items/azure_alembic";
|
|
810
|
+
"/items/azure_boots": "/items/azure_boots";
|
|
811
|
+
"/items/azure_brush": "/items/azure_brush";
|
|
812
|
+
"/items/azure_buckler": "/items/azure_buckler";
|
|
813
|
+
"/items/azure_bulwark": "/items/azure_bulwark";
|
|
814
|
+
"/items/azure_cheese": "/items/azure_cheese";
|
|
815
|
+
"/items/azure_chisel": "/items/azure_chisel";
|
|
816
|
+
"/items/azure_enhancer": "/items/azure_enhancer";
|
|
817
|
+
"/items/azure_gauntlets": "/items/azure_gauntlets";
|
|
818
|
+
"/items/azure_hammer": "/items/azure_hammer";
|
|
819
|
+
"/items/azure_hatchet": "/items/azure_hatchet";
|
|
820
|
+
"/items/azure_helmet": "/items/azure_helmet";
|
|
821
|
+
"/items/azure_mace": "/items/azure_mace";
|
|
822
|
+
"/items/azure_milk": "/items/azure_milk";
|
|
823
|
+
"/items/azure_needle": "/items/azure_needle";
|
|
824
|
+
"/items/azure_plate_body": "/items/azure_plate_body";
|
|
825
|
+
"/items/azure_plate_legs": "/items/azure_plate_legs";
|
|
826
|
+
"/items/azure_pot": "/items/azure_pot";
|
|
827
|
+
"/items/azure_shears": "/items/azure_shears";
|
|
828
|
+
"/items/azure_spatula": "/items/azure_spatula";
|
|
829
|
+
"/items/azure_spear": "/items/azure_spear";
|
|
830
|
+
"/items/azure_sword": "/items/azure_sword";
|
|
831
|
+
"/items/bag_of_10_cowbells": "/items/bag_of_10_cowbells";
|
|
832
|
+
"/items/bamboo_boots": "/items/bamboo_boots";
|
|
833
|
+
"/items/bamboo_branch": "/items/bamboo_branch";
|
|
834
|
+
"/items/bamboo_fabric": "/items/bamboo_fabric";
|
|
835
|
+
"/items/bamboo_gloves": "/items/bamboo_gloves";
|
|
836
|
+
"/items/bamboo_hat": "/items/bamboo_hat";
|
|
837
|
+
"/items/bamboo_robe_bottoms": "/items/bamboo_robe_bottoms";
|
|
838
|
+
"/items/bamboo_robe_top": "/items/bamboo_robe_top";
|
|
839
|
+
"/items/basic_task_badge": "/items/basic_task_badge";
|
|
840
|
+
"/items/bear_essence": "/items/bear_essence";
|
|
841
|
+
"/items/beast_boots": "/items/beast_boots";
|
|
842
|
+
"/items/beast_bracers": "/items/beast_bracers";
|
|
843
|
+
"/items/beast_chaps": "/items/beast_chaps";
|
|
844
|
+
"/items/beast_hide": "/items/beast_hide";
|
|
845
|
+
"/items/beast_hood": "/items/beast_hood";
|
|
846
|
+
"/items/beast_leather": "/items/beast_leather";
|
|
847
|
+
"/items/beast_tunic": "/items/beast_tunic";
|
|
848
|
+
"/items/berserk": "/items/berserk";
|
|
849
|
+
"/items/birch_bow": "/items/birch_bow";
|
|
850
|
+
"/items/birch_crossbow": "/items/birch_crossbow";
|
|
851
|
+
"/items/birch_fire_staff": "/items/birch_fire_staff";
|
|
852
|
+
"/items/birch_log": "/items/birch_log";
|
|
853
|
+
"/items/birch_lumber": "/items/birch_lumber";
|
|
854
|
+
"/items/birch_nature_staff": "/items/birch_nature_staff";
|
|
855
|
+
"/items/birch_shield": "/items/birch_shield";
|
|
856
|
+
"/items/birch_water_staff": "/items/birch_water_staff";
|
|
857
|
+
"/items/bishops_codex": "/items/bishops_codex";
|
|
858
|
+
"/items/bishops_scroll": "/items/bishops_scroll";
|
|
859
|
+
"/items/black_bear_fluff": "/items/black_bear_fluff";
|
|
860
|
+
"/items/black_bear_shoes": "/items/black_bear_shoes";
|
|
861
|
+
"/items/black_tea_leaf": "/items/black_tea_leaf";
|
|
862
|
+
"/items/blackberry": "/items/blackberry";
|
|
863
|
+
"/items/blackberry_cake": "/items/blackberry_cake";
|
|
864
|
+
"/items/blackberry_donut": "/items/blackberry_donut";
|
|
865
|
+
"/items/blazing_trident": "/items/blazing_trident";
|
|
866
|
+
"/items/blessed_tea": "/items/blessed_tea";
|
|
867
|
+
"/items/blooming_trident": "/items/blooming_trident";
|
|
868
|
+
"/items/blue_key_fragment": "/items/blue_key_fragment";
|
|
869
|
+
"/items/blueberry": "/items/blueberry";
|
|
870
|
+
"/items/blueberry_cake": "/items/blueberry_cake";
|
|
871
|
+
"/items/blueberry_donut": "/items/blueberry_donut";
|
|
872
|
+
"/items/branch_of_insight": "/items/branch_of_insight";
|
|
873
|
+
"/items/brewers_bottoms": "/items/brewers_bottoms";
|
|
874
|
+
"/items/brewers_top": "/items/brewers_top";
|
|
875
|
+
"/items/brewing_essence": "/items/brewing_essence";
|
|
876
|
+
"/items/brewing_tea": "/items/brewing_tea";
|
|
877
|
+
"/items/brown_key_fragment": "/items/brown_key_fragment";
|
|
878
|
+
"/items/burble_alembic": "/items/burble_alembic";
|
|
879
|
+
"/items/burble_boots": "/items/burble_boots";
|
|
880
|
+
"/items/burble_brush": "/items/burble_brush";
|
|
881
|
+
"/items/burble_buckler": "/items/burble_buckler";
|
|
882
|
+
"/items/burble_bulwark": "/items/burble_bulwark";
|
|
883
|
+
"/items/burble_cheese": "/items/burble_cheese";
|
|
884
|
+
"/items/burble_chisel": "/items/burble_chisel";
|
|
885
|
+
"/items/burble_enhancer": "/items/burble_enhancer";
|
|
886
|
+
"/items/burble_gauntlets": "/items/burble_gauntlets";
|
|
887
|
+
"/items/burble_hammer": "/items/burble_hammer";
|
|
888
|
+
"/items/burble_hatchet": "/items/burble_hatchet";
|
|
889
|
+
"/items/burble_helmet": "/items/burble_helmet";
|
|
890
|
+
"/items/burble_mace": "/items/burble_mace";
|
|
891
|
+
"/items/burble_milk": "/items/burble_milk";
|
|
892
|
+
"/items/burble_needle": "/items/burble_needle";
|
|
893
|
+
"/items/burble_plate_body": "/items/burble_plate_body";
|
|
894
|
+
"/items/burble_plate_legs": "/items/burble_plate_legs";
|
|
895
|
+
"/items/burble_pot": "/items/burble_pot";
|
|
896
|
+
"/items/burble_shears": "/items/burble_shears";
|
|
897
|
+
"/items/burble_spatula": "/items/burble_spatula";
|
|
898
|
+
"/items/burble_spear": "/items/burble_spear";
|
|
899
|
+
"/items/burble_sword": "/items/burble_sword";
|
|
900
|
+
"/items/burble_tea_leaf": "/items/burble_tea_leaf";
|
|
901
|
+
"/items/burning_key_fragment": "/items/burning_key_fragment";
|
|
902
|
+
"/items/butter_of_proficiency": "/items/butter_of_proficiency";
|
|
903
|
+
"/items/catalyst_of_coinification": "/items/catalyst_of_coinification";
|
|
904
|
+
"/items/catalyst_of_decomposition": "/items/catalyst_of_decomposition";
|
|
905
|
+
"/items/catalyst_of_transmutation": "/items/catalyst_of_transmutation";
|
|
906
|
+
"/items/catalytic_tea": "/items/catalytic_tea";
|
|
907
|
+
"/items/cedar_bow": "/items/cedar_bow";
|
|
908
|
+
"/items/cedar_crossbow": "/items/cedar_crossbow";
|
|
909
|
+
"/items/cedar_fire_staff": "/items/cedar_fire_staff";
|
|
910
|
+
"/items/cedar_log": "/items/cedar_log";
|
|
911
|
+
"/items/cedar_lumber": "/items/cedar_lumber";
|
|
912
|
+
"/items/cedar_nature_staff": "/items/cedar_nature_staff";
|
|
913
|
+
"/items/cedar_shield": "/items/cedar_shield";
|
|
914
|
+
"/items/cedar_water_staff": "/items/cedar_water_staff";
|
|
915
|
+
"/items/celestial_alembic": "/items/celestial_alembic";
|
|
916
|
+
"/items/celestial_brush": "/items/celestial_brush";
|
|
917
|
+
"/items/celestial_chisel": "/items/celestial_chisel";
|
|
918
|
+
"/items/celestial_enhancer": "/items/celestial_enhancer";
|
|
919
|
+
"/items/celestial_hammer": "/items/celestial_hammer";
|
|
920
|
+
"/items/celestial_hatchet": "/items/celestial_hatchet";
|
|
921
|
+
"/items/celestial_needle": "/items/celestial_needle";
|
|
922
|
+
"/items/celestial_pot": "/items/celestial_pot";
|
|
923
|
+
"/items/celestial_shears": "/items/celestial_shears";
|
|
924
|
+
"/items/celestial_spatula": "/items/celestial_spatula";
|
|
925
|
+
"/items/centaur_boots": "/items/centaur_boots";
|
|
926
|
+
"/items/centaur_hoof": "/items/centaur_hoof";
|
|
927
|
+
"/items/channeling_coffee": "/items/channeling_coffee";
|
|
928
|
+
"/items/chaotic_chain": "/items/chaotic_chain";
|
|
929
|
+
"/items/chaotic_flail": "/items/chaotic_flail";
|
|
930
|
+
"/items/cheese": "/items/cheese";
|
|
931
|
+
"/items/cheese_alembic": "/items/cheese_alembic";
|
|
932
|
+
"/items/cheese_boots": "/items/cheese_boots";
|
|
933
|
+
"/items/cheese_brush": "/items/cheese_brush";
|
|
934
|
+
"/items/cheese_buckler": "/items/cheese_buckler";
|
|
935
|
+
"/items/cheese_bulwark": "/items/cheese_bulwark";
|
|
936
|
+
"/items/cheese_chisel": "/items/cheese_chisel";
|
|
937
|
+
"/items/cheese_enhancer": "/items/cheese_enhancer";
|
|
938
|
+
"/items/cheese_gauntlets": "/items/cheese_gauntlets";
|
|
939
|
+
"/items/cheese_hammer": "/items/cheese_hammer";
|
|
940
|
+
"/items/cheese_hatchet": "/items/cheese_hatchet";
|
|
941
|
+
"/items/cheese_helmet": "/items/cheese_helmet";
|
|
942
|
+
"/items/cheese_mace": "/items/cheese_mace";
|
|
943
|
+
"/items/cheese_needle": "/items/cheese_needle";
|
|
944
|
+
"/items/cheese_plate_body": "/items/cheese_plate_body";
|
|
945
|
+
"/items/cheese_plate_legs": "/items/cheese_plate_legs";
|
|
946
|
+
"/items/cheese_pot": "/items/cheese_pot";
|
|
947
|
+
"/items/cheese_shears": "/items/cheese_shears";
|
|
948
|
+
"/items/cheese_spatula": "/items/cheese_spatula";
|
|
949
|
+
"/items/cheese_spear": "/items/cheese_spear";
|
|
950
|
+
"/items/cheese_sword": "/items/cheese_sword";
|
|
951
|
+
"/items/cheesemakers_bottoms": "/items/cheesemakers_bottoms";
|
|
952
|
+
"/items/cheesemakers_top": "/items/cheesemakers_top";
|
|
953
|
+
"/items/cheesesmithing_essence": "/items/cheesesmithing_essence";
|
|
954
|
+
"/items/cheesesmithing_tea": "/items/cheesesmithing_tea";
|
|
955
|
+
"/items/chefs_bottoms": "/items/chefs_bottoms";
|
|
956
|
+
"/items/chefs_top": "/items/chefs_top";
|
|
957
|
+
"/items/chimerical_chest": "/items/chimerical_chest";
|
|
958
|
+
"/items/chimerical_chest_key": "/items/chimerical_chest_key";
|
|
959
|
+
"/items/chimerical_entry_key": "/items/chimerical_entry_key";
|
|
960
|
+
"/items/chimerical_essence": "/items/chimerical_essence";
|
|
961
|
+
"/items/chimerical_quiver": "/items/chimerical_quiver";
|
|
962
|
+
"/items/chimerical_token": "/items/chimerical_token";
|
|
963
|
+
"/items/chrono_gloves": "/items/chrono_gloves";
|
|
964
|
+
"/items/chrono_sphere": "/items/chrono_sphere";
|
|
965
|
+
"/items/cleave": "/items/cleave";
|
|
966
|
+
"/items/cocoon": "/items/cocoon";
|
|
967
|
+
"/items/coin": "/items/coin";
|
|
968
|
+
"/items/collectors_boots": "/items/collectors_boots";
|
|
969
|
+
"/items/colossus_core": "/items/colossus_core";
|
|
970
|
+
"/items/colossus_plate_body": "/items/colossus_plate_body";
|
|
971
|
+
"/items/colossus_plate_legs": "/items/colossus_plate_legs";
|
|
972
|
+
"/items/cooking_essence": "/items/cooking_essence";
|
|
973
|
+
"/items/cooking_tea": "/items/cooking_tea";
|
|
974
|
+
"/items/corsair_crest": "/items/corsair_crest";
|
|
975
|
+
"/items/corsair_helmet": "/items/corsair_helmet";
|
|
976
|
+
"/items/cotton": "/items/cotton";
|
|
977
|
+
"/items/cotton_boots": "/items/cotton_boots";
|
|
978
|
+
"/items/cotton_fabric": "/items/cotton_fabric";
|
|
979
|
+
"/items/cotton_gloves": "/items/cotton_gloves";
|
|
980
|
+
"/items/cotton_hat": "/items/cotton_hat";
|
|
981
|
+
"/items/cotton_robe_bottoms": "/items/cotton_robe_bottoms";
|
|
982
|
+
"/items/cotton_robe_top": "/items/cotton_robe_top";
|
|
983
|
+
"/items/cowbell": "/items/cowbell";
|
|
984
|
+
"/items/crab_pincer": "/items/crab_pincer";
|
|
985
|
+
"/items/crafters_bottoms": "/items/crafters_bottoms";
|
|
986
|
+
"/items/crafters_top": "/items/crafters_top";
|
|
987
|
+
"/items/crafting_essence": "/items/crafting_essence";
|
|
988
|
+
"/items/crafting_tea": "/items/crafting_tea";
|
|
989
|
+
"/items/crimson_alembic": "/items/crimson_alembic";
|
|
990
|
+
"/items/crimson_boots": "/items/crimson_boots";
|
|
991
|
+
"/items/crimson_brush": "/items/crimson_brush";
|
|
992
|
+
"/items/crimson_buckler": "/items/crimson_buckler";
|
|
993
|
+
"/items/crimson_bulwark": "/items/crimson_bulwark";
|
|
994
|
+
"/items/crimson_cheese": "/items/crimson_cheese";
|
|
995
|
+
"/items/crimson_chisel": "/items/crimson_chisel";
|
|
996
|
+
"/items/crimson_enhancer": "/items/crimson_enhancer";
|
|
997
|
+
"/items/crimson_gauntlets": "/items/crimson_gauntlets";
|
|
998
|
+
"/items/crimson_hammer": "/items/crimson_hammer";
|
|
999
|
+
"/items/crimson_hatchet": "/items/crimson_hatchet";
|
|
1000
|
+
"/items/crimson_helmet": "/items/crimson_helmet";
|
|
1001
|
+
"/items/crimson_mace": "/items/crimson_mace";
|
|
1002
|
+
"/items/crimson_milk": "/items/crimson_milk";
|
|
1003
|
+
"/items/crimson_needle": "/items/crimson_needle";
|
|
1004
|
+
"/items/crimson_plate_body": "/items/crimson_plate_body";
|
|
1005
|
+
"/items/crimson_plate_legs": "/items/crimson_plate_legs";
|
|
1006
|
+
"/items/crimson_pot": "/items/crimson_pot";
|
|
1007
|
+
"/items/crimson_shears": "/items/crimson_shears";
|
|
1008
|
+
"/items/crimson_spatula": "/items/crimson_spatula";
|
|
1009
|
+
"/items/crimson_spear": "/items/crimson_spear";
|
|
1010
|
+
"/items/crimson_sword": "/items/crimson_sword";
|
|
1011
|
+
"/items/crippling_slash": "/items/crippling_slash";
|
|
1012
|
+
"/items/critical_aura": "/items/critical_aura";
|
|
1013
|
+
"/items/critical_coffee": "/items/critical_coffee";
|
|
1014
|
+
"/items/crushed_amber": "/items/crushed_amber";
|
|
1015
|
+
"/items/crushed_amethyst": "/items/crushed_amethyst";
|
|
1016
|
+
"/items/crushed_garnet": "/items/crushed_garnet";
|
|
1017
|
+
"/items/crushed_jade": "/items/crushed_jade";
|
|
1018
|
+
"/items/crushed_moonstone": "/items/crushed_moonstone";
|
|
1019
|
+
"/items/crushed_pearl": "/items/crushed_pearl";
|
|
1020
|
+
"/items/crushed_philosophers_stone": "/items/crushed_philosophers_stone";
|
|
1021
|
+
"/items/crushed_sunstone": "/items/crushed_sunstone";
|
|
1022
|
+
"/items/cupcake": "/items/cupcake";
|
|
1023
|
+
"/items/cursed_ball": "/items/cursed_ball";
|
|
1024
|
+
"/items/cursed_bow": "/items/cursed_bow";
|
|
1025
|
+
"/items/dairyhands_bottoms": "/items/dairyhands_bottoms";
|
|
1026
|
+
"/items/dairyhands_top": "/items/dairyhands_top";
|
|
1027
|
+
"/items/damaged_anchor": "/items/damaged_anchor";
|
|
1028
|
+
"/items/dark_key_fragment": "/items/dark_key_fragment";
|
|
1029
|
+
"/items/defense_coffee": "/items/defense_coffee";
|
|
1030
|
+
"/items/demonic_core": "/items/demonic_core";
|
|
1031
|
+
"/items/demonic_plate_body": "/items/demonic_plate_body";
|
|
1032
|
+
"/items/demonic_plate_legs": "/items/demonic_plate_legs";
|
|
1033
|
+
"/items/dodocamel_gauntlets": "/items/dodocamel_gauntlets";
|
|
1034
|
+
"/items/dodocamel_plume": "/items/dodocamel_plume";
|
|
1035
|
+
"/items/donut": "/items/donut";
|
|
1036
|
+
"/items/dragon_fruit": "/items/dragon_fruit";
|
|
1037
|
+
"/items/dragon_fruit_gummy": "/items/dragon_fruit_gummy";
|
|
1038
|
+
"/items/dragon_fruit_yogurt": "/items/dragon_fruit_yogurt";
|
|
1039
|
+
"/items/earrings_of_armor": "/items/earrings_of_armor";
|
|
1040
|
+
"/items/earrings_of_critical_strike": "/items/earrings_of_critical_strike";
|
|
1041
|
+
"/items/earrings_of_essence_find": "/items/earrings_of_essence_find";
|
|
1042
|
+
"/items/earrings_of_gathering": "/items/earrings_of_gathering";
|
|
1043
|
+
"/items/earrings_of_rare_find": "/items/earrings_of_rare_find";
|
|
1044
|
+
"/items/earrings_of_regeneration": "/items/earrings_of_regeneration";
|
|
1045
|
+
"/items/earrings_of_resistance": "/items/earrings_of_resistance";
|
|
1046
|
+
"/items/efficiency_tea": "/items/efficiency_tea";
|
|
1047
|
+
"/items/egg": "/items/egg";
|
|
1048
|
+
"/items/elemental_affinity": "/items/elemental_affinity";
|
|
1049
|
+
"/items/elusiveness": "/items/elusiveness";
|
|
1050
|
+
"/items/emp_tea_leaf": "/items/emp_tea_leaf";
|
|
1051
|
+
"/items/enchanted_chest": "/items/enchanted_chest";
|
|
1052
|
+
"/items/enchanted_chest_key": "/items/enchanted_chest_key";
|
|
1053
|
+
"/items/enchanted_cloak": "/items/enchanted_cloak";
|
|
1054
|
+
"/items/enchanted_entry_key": "/items/enchanted_entry_key";
|
|
1055
|
+
"/items/enchanted_essence": "/items/enchanted_essence";
|
|
1056
|
+
"/items/enchanted_gloves": "/items/enchanted_gloves";
|
|
1057
|
+
"/items/enchanted_token": "/items/enchanted_token";
|
|
1058
|
+
"/items/enhancers_bottoms": "/items/enhancers_bottoms";
|
|
1059
|
+
"/items/enhancers_top": "/items/enhancers_top";
|
|
1060
|
+
"/items/enhancing_essence": "/items/enhancing_essence";
|
|
1061
|
+
"/items/enhancing_tea": "/items/enhancing_tea";
|
|
1062
|
+
"/items/entangle": "/items/entangle";
|
|
1063
|
+
"/items/excelsa_coffee_bean": "/items/excelsa_coffee_bean";
|
|
1064
|
+
"/items/expert_task_badge": "/items/expert_task_badge";
|
|
1065
|
+
"/items/eye_of_the_watcher": "/items/eye_of_the_watcher";
|
|
1066
|
+
"/items/eye_watch": "/items/eye_watch";
|
|
1067
|
+
"/items/eyessence": "/items/eyessence";
|
|
1068
|
+
"/items/fierce_aura": "/items/fierce_aura";
|
|
1069
|
+
"/items/fieriosa_coffee_bean": "/items/fieriosa_coffee_bean";
|
|
1070
|
+
"/items/fighter_necklace": "/items/fighter_necklace";
|
|
1071
|
+
"/items/fireball": "/items/fireball";
|
|
1072
|
+
"/items/firestorm": "/items/firestorm";
|
|
1073
|
+
"/items/flame_arrow": "/items/flame_arrow";
|
|
1074
|
+
"/items/flame_aura": "/items/flame_aura";
|
|
1075
|
+
"/items/flame_blast": "/items/flame_blast";
|
|
1076
|
+
"/items/flaming_cloth": "/items/flaming_cloth";
|
|
1077
|
+
"/items/flaming_robe_bottoms": "/items/flaming_robe_bottoms";
|
|
1078
|
+
"/items/flaming_robe_top": "/items/flaming_robe_top";
|
|
1079
|
+
"/items/flax": "/items/flax";
|
|
1080
|
+
"/items/fluffy_red_hat": "/items/fluffy_red_hat";
|
|
1081
|
+
"/items/foragers_bottoms": "/items/foragers_bottoms";
|
|
1082
|
+
"/items/foragers_top": "/items/foragers_top";
|
|
1083
|
+
"/items/foraging_essence": "/items/foraging_essence";
|
|
1084
|
+
"/items/foraging_tea": "/items/foraging_tea";
|
|
1085
|
+
"/items/fracturing_impact": "/items/fracturing_impact";
|
|
1086
|
+
"/items/frenzy": "/items/frenzy";
|
|
1087
|
+
"/items/frost_sphere": "/items/frost_sphere";
|
|
1088
|
+
"/items/frost_staff": "/items/frost_staff";
|
|
1089
|
+
"/items/frost_surge": "/items/frost_surge";
|
|
1090
|
+
"/items/furious_spear": "/items/furious_spear";
|
|
1091
|
+
"/items/garnet": "/items/garnet";
|
|
1092
|
+
"/items/gathering_tea": "/items/gathering_tea";
|
|
1093
|
+
"/items/gator_vest": "/items/gator_vest";
|
|
1094
|
+
"/items/giant_pouch": "/items/giant_pouch";
|
|
1095
|
+
"/items/ginkgo_bow": "/items/ginkgo_bow";
|
|
1096
|
+
"/items/ginkgo_crossbow": "/items/ginkgo_crossbow";
|
|
1097
|
+
"/items/ginkgo_fire_staff": "/items/ginkgo_fire_staff";
|
|
1098
|
+
"/items/ginkgo_log": "/items/ginkgo_log";
|
|
1099
|
+
"/items/ginkgo_lumber": "/items/ginkgo_lumber";
|
|
1100
|
+
"/items/ginkgo_nature_staff": "/items/ginkgo_nature_staff";
|
|
1101
|
+
"/items/ginkgo_shield": "/items/ginkgo_shield";
|
|
1102
|
+
"/items/ginkgo_water_staff": "/items/ginkgo_water_staff";
|
|
1103
|
+
"/items/gluttonous_energy": "/items/gluttonous_energy";
|
|
1104
|
+
"/items/gluttonous_pouch": "/items/gluttonous_pouch";
|
|
1105
|
+
"/items/gobo_boomstick": "/items/gobo_boomstick";
|
|
1106
|
+
"/items/gobo_boots": "/items/gobo_boots";
|
|
1107
|
+
"/items/gobo_bracers": "/items/gobo_bracers";
|
|
1108
|
+
"/items/gobo_chaps": "/items/gobo_chaps";
|
|
1109
|
+
"/items/gobo_defender": "/items/gobo_defender";
|
|
1110
|
+
"/items/gobo_essence": "/items/gobo_essence";
|
|
1111
|
+
"/items/gobo_hide": "/items/gobo_hide";
|
|
1112
|
+
"/items/gobo_hood": "/items/gobo_hood";
|
|
1113
|
+
"/items/gobo_leather": "/items/gobo_leather";
|
|
1114
|
+
"/items/gobo_rag": "/items/gobo_rag";
|
|
1115
|
+
"/items/gobo_shooter": "/items/gobo_shooter";
|
|
1116
|
+
"/items/gobo_slasher": "/items/gobo_slasher";
|
|
1117
|
+
"/items/gobo_smasher": "/items/gobo_smasher";
|
|
1118
|
+
"/items/gobo_stabber": "/items/gobo_stabber";
|
|
1119
|
+
"/items/gobo_tunic": "/items/gobo_tunic";
|
|
1120
|
+
"/items/goggles": "/items/goggles";
|
|
1121
|
+
"/items/golem_essence": "/items/golem_essence";
|
|
1122
|
+
"/items/gourmet_tea": "/items/gourmet_tea";
|
|
1123
|
+
"/items/granite_bludgeon": "/items/granite_bludgeon";
|
|
1124
|
+
"/items/green_key_fragment": "/items/green_key_fragment";
|
|
1125
|
+
"/items/green_tea_leaf": "/items/green_tea_leaf";
|
|
1126
|
+
"/items/griffin_bulwark": "/items/griffin_bulwark";
|
|
1127
|
+
"/items/griffin_chaps": "/items/griffin_chaps";
|
|
1128
|
+
"/items/griffin_leather": "/items/griffin_leather";
|
|
1129
|
+
"/items/griffin_talon": "/items/griffin_talon";
|
|
1130
|
+
"/items/griffin_tunic": "/items/griffin_tunic";
|
|
1131
|
+
"/items/grizzly_bear_fluff": "/items/grizzly_bear_fluff";
|
|
1132
|
+
"/items/grizzly_bear_shoes": "/items/grizzly_bear_shoes";
|
|
1133
|
+
"/items/gummy": "/items/gummy";
|
|
1134
|
+
"/items/guzzling_energy": "/items/guzzling_energy";
|
|
1135
|
+
"/items/guzzling_pouch": "/items/guzzling_pouch";
|
|
1136
|
+
"/items/heal": "/items/heal";
|
|
1137
|
+
"/items/holy_alembic": "/items/holy_alembic";
|
|
1138
|
+
"/items/holy_boots": "/items/holy_boots";
|
|
1139
|
+
"/items/holy_brush": "/items/holy_brush";
|
|
1140
|
+
"/items/holy_buckler": "/items/holy_buckler";
|
|
1141
|
+
"/items/holy_bulwark": "/items/holy_bulwark";
|
|
1142
|
+
"/items/holy_cheese": "/items/holy_cheese";
|
|
1143
|
+
"/items/holy_chisel": "/items/holy_chisel";
|
|
1144
|
+
"/items/holy_enhancer": "/items/holy_enhancer";
|
|
1145
|
+
"/items/holy_gauntlets": "/items/holy_gauntlets";
|
|
1146
|
+
"/items/holy_hammer": "/items/holy_hammer";
|
|
1147
|
+
"/items/holy_hatchet": "/items/holy_hatchet";
|
|
1148
|
+
"/items/holy_helmet": "/items/holy_helmet";
|
|
1149
|
+
"/items/holy_mace": "/items/holy_mace";
|
|
1150
|
+
"/items/holy_milk": "/items/holy_milk";
|
|
1151
|
+
"/items/holy_needle": "/items/holy_needle";
|
|
1152
|
+
"/items/holy_plate_body": "/items/holy_plate_body";
|
|
1153
|
+
"/items/holy_plate_legs": "/items/holy_plate_legs";
|
|
1154
|
+
"/items/holy_pot": "/items/holy_pot";
|
|
1155
|
+
"/items/holy_shears": "/items/holy_shears";
|
|
1156
|
+
"/items/holy_spatula": "/items/holy_spatula";
|
|
1157
|
+
"/items/holy_spear": "/items/holy_spear";
|
|
1158
|
+
"/items/holy_sword": "/items/holy_sword";
|
|
1159
|
+
"/items/ice_spear": "/items/ice_spear";
|
|
1160
|
+
"/items/icy_cloth": "/items/icy_cloth";
|
|
1161
|
+
"/items/icy_robe_bottoms": "/items/icy_robe_bottoms";
|
|
1162
|
+
"/items/icy_robe_top": "/items/icy_robe_top";
|
|
1163
|
+
"/items/impale": "/items/impale";
|
|
1164
|
+
"/items/infernal_battlestaff": "/items/infernal_battlestaff";
|
|
1165
|
+
"/items/infernal_ember": "/items/infernal_ember";
|
|
1166
|
+
"/items/insanity": "/items/insanity";
|
|
1167
|
+
"/items/intelligence_coffee": "/items/intelligence_coffee";
|
|
1168
|
+
"/items/invincible": "/items/invincible";
|
|
1169
|
+
"/items/jackalope_antler": "/items/jackalope_antler";
|
|
1170
|
+
"/items/jackalope_staff": "/items/jackalope_staff";
|
|
1171
|
+
"/items/jade": "/items/jade";
|
|
1172
|
+
"/items/jungle_essence": "/items/jungle_essence";
|
|
1173
|
+
"/items/knights_aegis": "/items/knights_aegis";
|
|
1174
|
+
"/items/knights_ingot": "/items/knights_ingot";
|
|
1175
|
+
"/items/kraken_chaps": "/items/kraken_chaps";
|
|
1176
|
+
"/items/kraken_fang": "/items/kraken_fang";
|
|
1177
|
+
"/items/kraken_leather": "/items/kraken_leather";
|
|
1178
|
+
"/items/kraken_tunic": "/items/kraken_tunic";
|
|
1179
|
+
"/items/large_artisans_crate": "/items/large_artisans_crate";
|
|
1180
|
+
"/items/large_meteorite_cache": "/items/large_meteorite_cache";
|
|
1181
|
+
"/items/large_pouch": "/items/large_pouch";
|
|
1182
|
+
"/items/large_treasure_chest": "/items/large_treasure_chest";
|
|
1183
|
+
"/items/liberica_coffee_bean": "/items/liberica_coffee_bean";
|
|
1184
|
+
"/items/life_drain": "/items/life_drain";
|
|
1185
|
+
"/items/linen_boots": "/items/linen_boots";
|
|
1186
|
+
"/items/linen_fabric": "/items/linen_fabric";
|
|
1187
|
+
"/items/linen_gloves": "/items/linen_gloves";
|
|
1188
|
+
"/items/linen_hat": "/items/linen_hat";
|
|
1189
|
+
"/items/linen_robe_bottoms": "/items/linen_robe_bottoms";
|
|
1190
|
+
"/items/linen_robe_top": "/items/linen_robe_top";
|
|
1191
|
+
"/items/living_granite": "/items/living_granite";
|
|
1192
|
+
"/items/log": "/items/log";
|
|
1193
|
+
"/items/lucky_coffee": "/items/lucky_coffee";
|
|
1194
|
+
"/items/lumber": "/items/lumber";
|
|
1195
|
+
"/items/lumberjacks_bottoms": "/items/lumberjacks_bottoms";
|
|
1196
|
+
"/items/lumberjacks_top": "/items/lumberjacks_top";
|
|
1197
|
+
"/items/luna_robe_bottoms": "/items/luna_robe_bottoms";
|
|
1198
|
+
"/items/luna_robe_top": "/items/luna_robe_top";
|
|
1199
|
+
"/items/luna_wing": "/items/luna_wing";
|
|
1200
|
+
"/items/maelstrom_plate_body": "/items/maelstrom_plate_body";
|
|
1201
|
+
"/items/maelstrom_plate_legs": "/items/maelstrom_plate_legs";
|
|
1202
|
+
"/items/maelstrom_plating": "/items/maelstrom_plating";
|
|
1203
|
+
"/items/magic_coffee": "/items/magic_coffee";
|
|
1204
|
+
"/items/magicians_cloth": "/items/magicians_cloth";
|
|
1205
|
+
"/items/magicians_hat": "/items/magicians_hat";
|
|
1206
|
+
"/items/magnet": "/items/magnet";
|
|
1207
|
+
"/items/magnetic_gloves": "/items/magnetic_gloves";
|
|
1208
|
+
"/items/magnifying_glass": "/items/magnifying_glass";
|
|
1209
|
+
"/items/maim": "/items/maim";
|
|
1210
|
+
"/items/mana_spring": "/items/mana_spring";
|
|
1211
|
+
"/items/manticore_shield": "/items/manticore_shield";
|
|
1212
|
+
"/items/manticore_sting": "/items/manticore_sting";
|
|
1213
|
+
"/items/marine_chaps": "/items/marine_chaps";
|
|
1214
|
+
"/items/marine_scale": "/items/marine_scale";
|
|
1215
|
+
"/items/marine_tunic": "/items/marine_tunic";
|
|
1216
|
+
"/items/marksman_bracers": "/items/marksman_bracers";
|
|
1217
|
+
"/items/marksman_brooch": "/items/marksman_brooch";
|
|
1218
|
+
"/items/marsberry": "/items/marsberry";
|
|
1219
|
+
"/items/marsberry_cake": "/items/marsberry_cake";
|
|
1220
|
+
"/items/marsberry_donut": "/items/marsberry_donut";
|
|
1221
|
+
"/items/medium_artisans_crate": "/items/medium_artisans_crate";
|
|
1222
|
+
"/items/medium_meteorite_cache": "/items/medium_meteorite_cache";
|
|
1223
|
+
"/items/medium_pouch": "/items/medium_pouch";
|
|
1224
|
+
"/items/medium_treasure_chest": "/items/medium_treasure_chest";
|
|
1225
|
+
"/items/milk": "/items/milk";
|
|
1226
|
+
"/items/milking_essence": "/items/milking_essence";
|
|
1227
|
+
"/items/milking_tea": "/items/milking_tea";
|
|
1228
|
+
"/items/minor_heal": "/items/minor_heal";
|
|
1229
|
+
"/items/mirror_of_protection": "/items/mirror_of_protection";
|
|
1230
|
+
"/items/mooberry": "/items/mooberry";
|
|
1231
|
+
"/items/mooberry_cake": "/items/mooberry_cake";
|
|
1232
|
+
"/items/mooberry_donut": "/items/mooberry_donut";
|
|
1233
|
+
"/items/moolong_tea_leaf": "/items/moolong_tea_leaf";
|
|
1234
|
+
"/items/moonstone": "/items/moonstone";
|
|
1235
|
+
"/items/natures_veil": "/items/natures_veil";
|
|
1236
|
+
"/items/necklace_of_efficiency": "/items/necklace_of_efficiency";
|
|
1237
|
+
"/items/necklace_of_speed": "/items/necklace_of_speed";
|
|
1238
|
+
"/items/necklace_of_wisdom": "/items/necklace_of_wisdom";
|
|
1239
|
+
"/items/orange": "/items/orange";
|
|
1240
|
+
"/items/orange_gummy": "/items/orange_gummy";
|
|
1241
|
+
"/items/orange_key_fragment": "/items/orange_key_fragment";
|
|
1242
|
+
"/items/orange_yogurt": "/items/orange_yogurt";
|
|
1243
|
+
"/items/panda_fluff": "/items/panda_fluff";
|
|
1244
|
+
"/items/panda_gloves": "/items/panda_gloves";
|
|
1245
|
+
"/items/peach": "/items/peach";
|
|
1246
|
+
"/items/peach_gummy": "/items/peach_gummy";
|
|
1247
|
+
"/items/peach_yogurt": "/items/peach_yogurt";
|
|
1248
|
+
"/items/pearl": "/items/pearl";
|
|
1249
|
+
"/items/penetrating_shot": "/items/penetrating_shot";
|
|
1250
|
+
"/items/penetrating_strike": "/items/penetrating_strike";
|
|
1251
|
+
"/items/pestilent_shot": "/items/pestilent_shot";
|
|
1252
|
+
"/items/philosophers_earrings": "/items/philosophers_earrings";
|
|
1253
|
+
"/items/philosophers_necklace": "/items/philosophers_necklace";
|
|
1254
|
+
"/items/philosophers_ring": "/items/philosophers_ring";
|
|
1255
|
+
"/items/philosophers_stone": "/items/philosophers_stone";
|
|
1256
|
+
"/items/pincer_gloves": "/items/pincer_gloves";
|
|
1257
|
+
"/items/pirate_chest": "/items/pirate_chest";
|
|
1258
|
+
"/items/pirate_chest_key": "/items/pirate_chest_key";
|
|
1259
|
+
"/items/pirate_entry_key": "/items/pirate_entry_key";
|
|
1260
|
+
"/items/pirate_essence": "/items/pirate_essence";
|
|
1261
|
+
"/items/pirate_token": "/items/pirate_token";
|
|
1262
|
+
"/items/plum": "/items/plum";
|
|
1263
|
+
"/items/plum_gummy": "/items/plum_gummy";
|
|
1264
|
+
"/items/plum_yogurt": "/items/plum_yogurt";
|
|
1265
|
+
"/items/poke": "/items/poke";
|
|
1266
|
+
"/items/polar_bear_fluff": "/items/polar_bear_fluff";
|
|
1267
|
+
"/items/polar_bear_shoes": "/items/polar_bear_shoes";
|
|
1268
|
+
"/items/power_coffee": "/items/power_coffee";
|
|
1269
|
+
"/items/precision": "/items/precision";
|
|
1270
|
+
"/items/prime_catalyst": "/items/prime_catalyst";
|
|
1271
|
+
"/items/processing_tea": "/items/processing_tea";
|
|
1272
|
+
"/items/provoke": "/items/provoke";
|
|
1273
|
+
"/items/puncture": "/items/puncture";
|
|
1274
|
+
"/items/purple_key_fragment": "/items/purple_key_fragment";
|
|
1275
|
+
"/items/purpleheart_bow": "/items/purpleheart_bow";
|
|
1276
|
+
"/items/purpleheart_crossbow": "/items/purpleheart_crossbow";
|
|
1277
|
+
"/items/purpleheart_fire_staff": "/items/purpleheart_fire_staff";
|
|
1278
|
+
"/items/purpleheart_log": "/items/purpleheart_log";
|
|
1279
|
+
"/items/purpleheart_lumber": "/items/purpleheart_lumber";
|
|
1280
|
+
"/items/purpleheart_nature_staff": "/items/purpleheart_nature_staff";
|
|
1281
|
+
"/items/purpleheart_shield": "/items/purpleheart_shield";
|
|
1282
|
+
"/items/purpleheart_water_staff": "/items/purpleheart_water_staff";
|
|
1283
|
+
"/items/purples_gift": "/items/purples_gift";
|
|
1284
|
+
"/items/quick_aid": "/items/quick_aid";
|
|
1285
|
+
"/items/quick_shot": "/items/quick_shot";
|
|
1286
|
+
"/items/radiant_boots": "/items/radiant_boots";
|
|
1287
|
+
"/items/radiant_fabric": "/items/radiant_fabric";
|
|
1288
|
+
"/items/radiant_fiber": "/items/radiant_fiber";
|
|
1289
|
+
"/items/radiant_gloves": "/items/radiant_gloves";
|
|
1290
|
+
"/items/radiant_hat": "/items/radiant_hat";
|
|
1291
|
+
"/items/radiant_robe_bottoms": "/items/radiant_robe_bottoms";
|
|
1292
|
+
"/items/radiant_robe_top": "/items/radiant_robe_top";
|
|
1293
|
+
"/items/rain_of_arrows": "/items/rain_of_arrows";
|
|
1294
|
+
"/items/rainbow_alembic": "/items/rainbow_alembic";
|
|
1295
|
+
"/items/rainbow_boots": "/items/rainbow_boots";
|
|
1296
|
+
"/items/rainbow_brush": "/items/rainbow_brush";
|
|
1297
|
+
"/items/rainbow_buckler": "/items/rainbow_buckler";
|
|
1298
|
+
"/items/rainbow_bulwark": "/items/rainbow_bulwark";
|
|
1299
|
+
"/items/rainbow_cheese": "/items/rainbow_cheese";
|
|
1300
|
+
"/items/rainbow_chisel": "/items/rainbow_chisel";
|
|
1301
|
+
"/items/rainbow_enhancer": "/items/rainbow_enhancer";
|
|
1302
|
+
"/items/rainbow_gauntlets": "/items/rainbow_gauntlets";
|
|
1303
|
+
"/items/rainbow_hammer": "/items/rainbow_hammer";
|
|
1304
|
+
"/items/rainbow_hatchet": "/items/rainbow_hatchet";
|
|
1305
|
+
"/items/rainbow_helmet": "/items/rainbow_helmet";
|
|
1306
|
+
"/items/rainbow_mace": "/items/rainbow_mace";
|
|
1307
|
+
"/items/rainbow_milk": "/items/rainbow_milk";
|
|
1308
|
+
"/items/rainbow_needle": "/items/rainbow_needle";
|
|
1309
|
+
"/items/rainbow_plate_body": "/items/rainbow_plate_body";
|
|
1310
|
+
"/items/rainbow_plate_legs": "/items/rainbow_plate_legs";
|
|
1311
|
+
"/items/rainbow_pot": "/items/rainbow_pot";
|
|
1312
|
+
"/items/rainbow_shears": "/items/rainbow_shears";
|
|
1313
|
+
"/items/rainbow_spatula": "/items/rainbow_spatula";
|
|
1314
|
+
"/items/rainbow_spear": "/items/rainbow_spear";
|
|
1315
|
+
"/items/rainbow_sword": "/items/rainbow_sword";
|
|
1316
|
+
"/items/ranged_coffee": "/items/ranged_coffee";
|
|
1317
|
+
"/items/ranger_necklace": "/items/ranger_necklace";
|
|
1318
|
+
"/items/red_culinary_hat": "/items/red_culinary_hat";
|
|
1319
|
+
"/items/red_panda_fluff": "/items/red_panda_fluff";
|
|
1320
|
+
"/items/red_tea_leaf": "/items/red_tea_leaf";
|
|
1321
|
+
"/items/redwood_bow": "/items/redwood_bow";
|
|
1322
|
+
"/items/redwood_crossbow": "/items/redwood_crossbow";
|
|
1323
|
+
"/items/redwood_fire_staff": "/items/redwood_fire_staff";
|
|
1324
|
+
"/items/redwood_log": "/items/redwood_log";
|
|
1325
|
+
"/items/redwood_lumber": "/items/redwood_lumber";
|
|
1326
|
+
"/items/redwood_nature_staff": "/items/redwood_nature_staff";
|
|
1327
|
+
"/items/redwood_shield": "/items/redwood_shield";
|
|
1328
|
+
"/items/redwood_water_staff": "/items/redwood_water_staff";
|
|
1329
|
+
"/items/regal_jewel": "/items/regal_jewel";
|
|
1330
|
+
"/items/regal_sword": "/items/regal_sword";
|
|
1331
|
+
"/items/rejuvenate": "/items/rejuvenate";
|
|
1332
|
+
"/items/reptile_boots": "/items/reptile_boots";
|
|
1333
|
+
"/items/reptile_bracers": "/items/reptile_bracers";
|
|
1334
|
+
"/items/reptile_chaps": "/items/reptile_chaps";
|
|
1335
|
+
"/items/reptile_hide": "/items/reptile_hide";
|
|
1336
|
+
"/items/reptile_hood": "/items/reptile_hood";
|
|
1337
|
+
"/items/reptile_leather": "/items/reptile_leather";
|
|
1338
|
+
"/items/reptile_tunic": "/items/reptile_tunic";
|
|
1339
|
+
"/items/revenant_anima": "/items/revenant_anima";
|
|
1340
|
+
"/items/revenant_chaps": "/items/revenant_chaps";
|
|
1341
|
+
"/items/revenant_tunic": "/items/revenant_tunic";
|
|
1342
|
+
"/items/revive": "/items/revive";
|
|
1343
|
+
"/items/ring_of_armor": "/items/ring_of_armor";
|
|
1344
|
+
"/items/ring_of_critical_strike": "/items/ring_of_critical_strike";
|
|
1345
|
+
"/items/ring_of_essence_find": "/items/ring_of_essence_find";
|
|
1346
|
+
"/items/ring_of_gathering": "/items/ring_of_gathering";
|
|
1347
|
+
"/items/ring_of_rare_find": "/items/ring_of_rare_find";
|
|
1348
|
+
"/items/ring_of_regeneration": "/items/ring_of_regeneration";
|
|
1349
|
+
"/items/ring_of_resistance": "/items/ring_of_resistance";
|
|
1350
|
+
"/items/rippling_trident": "/items/rippling_trident";
|
|
1351
|
+
"/items/robusta_coffee_bean": "/items/robusta_coffee_bean";
|
|
1352
|
+
"/items/rough_boots": "/items/rough_boots";
|
|
1353
|
+
"/items/rough_bracers": "/items/rough_bracers";
|
|
1354
|
+
"/items/rough_chaps": "/items/rough_chaps";
|
|
1355
|
+
"/items/rough_hide": "/items/rough_hide";
|
|
1356
|
+
"/items/rough_hood": "/items/rough_hood";
|
|
1357
|
+
"/items/rough_leather": "/items/rough_leather";
|
|
1358
|
+
"/items/rough_tunic": "/items/rough_tunic";
|
|
1359
|
+
"/items/royal_cloth": "/items/royal_cloth";
|
|
1360
|
+
"/items/royal_fire_robe_bottoms": "/items/royal_fire_robe_bottoms";
|
|
1361
|
+
"/items/royal_fire_robe_top": "/items/royal_fire_robe_top";
|
|
1362
|
+
"/items/royal_nature_robe_bottoms": "/items/royal_nature_robe_bottoms";
|
|
1363
|
+
"/items/royal_nature_robe_top": "/items/royal_nature_robe_top";
|
|
1364
|
+
"/items/royal_water_robe_bottoms": "/items/royal_water_robe_bottoms";
|
|
1365
|
+
"/items/royal_water_robe_top": "/items/royal_water_robe_top";
|
|
1366
|
+
"/items/scratch": "/items/scratch";
|
|
1367
|
+
"/items/shard_of_protection": "/items/shard_of_protection";
|
|
1368
|
+
"/items/shield_bash": "/items/shield_bash";
|
|
1369
|
+
"/items/shoebill_feather": "/items/shoebill_feather";
|
|
1370
|
+
"/items/shoebill_shoes": "/items/shoebill_shoes";
|
|
1371
|
+
"/items/sighted_bracers": "/items/sighted_bracers";
|
|
1372
|
+
"/items/silencing_shot": "/items/silencing_shot";
|
|
1373
|
+
"/items/silk_boots": "/items/silk_boots";
|
|
1374
|
+
"/items/silk_fabric": "/items/silk_fabric";
|
|
1375
|
+
"/items/silk_gloves": "/items/silk_gloves";
|
|
1376
|
+
"/items/silk_hat": "/items/silk_hat";
|
|
1377
|
+
"/items/silk_robe_bottoms": "/items/silk_robe_bottoms";
|
|
1378
|
+
"/items/silk_robe_top": "/items/silk_robe_top";
|
|
1379
|
+
"/items/sinister_cape": "/items/sinister_cape";
|
|
1380
|
+
"/items/sinister_chest": "/items/sinister_chest";
|
|
1381
|
+
"/items/sinister_chest_key": "/items/sinister_chest_key";
|
|
1382
|
+
"/items/sinister_entry_key": "/items/sinister_entry_key";
|
|
1383
|
+
"/items/sinister_essence": "/items/sinister_essence";
|
|
1384
|
+
"/items/sinister_token": "/items/sinister_token";
|
|
1385
|
+
"/items/smack": "/items/smack";
|
|
1386
|
+
"/items/small_artisans_crate": "/items/small_artisans_crate";
|
|
1387
|
+
"/items/small_meteorite_cache": "/items/small_meteorite_cache";
|
|
1388
|
+
"/items/small_pouch": "/items/small_pouch";
|
|
1389
|
+
"/items/small_treasure_chest": "/items/small_treasure_chest";
|
|
1390
|
+
"/items/smoke_burst": "/items/smoke_burst";
|
|
1391
|
+
"/items/snail_shell": "/items/snail_shell";
|
|
1392
|
+
"/items/snail_shell_helmet": "/items/snail_shell_helmet";
|
|
1393
|
+
"/items/snake_fang": "/items/snake_fang";
|
|
1394
|
+
"/items/snake_fang_dirk": "/items/snake_fang_dirk";
|
|
1395
|
+
"/items/sorcerer_boots": "/items/sorcerer_boots";
|
|
1396
|
+
"/items/sorcerer_essence": "/items/sorcerer_essence";
|
|
1397
|
+
"/items/sorcerers_sole": "/items/sorcerers_sole";
|
|
1398
|
+
"/items/soul_fragment": "/items/soul_fragment";
|
|
1399
|
+
"/items/soul_hunter_crossbow": "/items/soul_hunter_crossbow";
|
|
1400
|
+
"/items/spaceberry": "/items/spaceberry";
|
|
1401
|
+
"/items/spaceberry_cake": "/items/spaceberry_cake";
|
|
1402
|
+
"/items/spaceberry_donut": "/items/spaceberry_donut";
|
|
1403
|
+
"/items/spacia_coffee_bean": "/items/spacia_coffee_bean";
|
|
1404
|
+
"/items/speed_aura": "/items/speed_aura";
|
|
1405
|
+
"/items/spike_shell": "/items/spike_shell";
|
|
1406
|
+
"/items/spiked_bulwark": "/items/spiked_bulwark";
|
|
1407
|
+
"/items/stalactite_shard": "/items/stalactite_shard";
|
|
1408
|
+
"/items/stalactite_spear": "/items/stalactite_spear";
|
|
1409
|
+
"/items/stamina_coffee": "/items/stamina_coffee";
|
|
1410
|
+
"/items/star_fragment": "/items/star_fragment";
|
|
1411
|
+
"/items/star_fruit": "/items/star_fruit";
|
|
1412
|
+
"/items/star_fruit_gummy": "/items/star_fruit_gummy";
|
|
1413
|
+
"/items/star_fruit_yogurt": "/items/star_fruit_yogurt";
|
|
1414
|
+
"/items/steady_shot": "/items/steady_shot";
|
|
1415
|
+
"/items/stone_key_fragment": "/items/stone_key_fragment";
|
|
1416
|
+
"/items/strawberry": "/items/strawberry";
|
|
1417
|
+
"/items/strawberry_cake": "/items/strawberry_cake";
|
|
1418
|
+
"/items/strawberry_donut": "/items/strawberry_donut";
|
|
1419
|
+
"/items/stunning_blow": "/items/stunning_blow";
|
|
1420
|
+
"/items/sugar": "/items/sugar";
|
|
1421
|
+
"/items/sundering_crossbow": "/items/sundering_crossbow";
|
|
1422
|
+
"/items/sundering_jewel": "/items/sundering_jewel";
|
|
1423
|
+
"/items/sunstone": "/items/sunstone";
|
|
1424
|
+
"/items/super_alchemy_tea": "/items/super_alchemy_tea";
|
|
1425
|
+
"/items/super_attack_coffee": "/items/super_attack_coffee";
|
|
1426
|
+
"/items/super_brewing_tea": "/items/super_brewing_tea";
|
|
1427
|
+
"/items/super_cheesesmithing_tea": "/items/super_cheesesmithing_tea";
|
|
1428
|
+
"/items/super_cooking_tea": "/items/super_cooking_tea";
|
|
1429
|
+
"/items/super_crafting_tea": "/items/super_crafting_tea";
|
|
1430
|
+
"/items/super_defense_coffee": "/items/super_defense_coffee";
|
|
1431
|
+
"/items/super_enhancing_tea": "/items/super_enhancing_tea";
|
|
1432
|
+
"/items/super_foraging_tea": "/items/super_foraging_tea";
|
|
1433
|
+
"/items/super_intelligence_coffee": "/items/super_intelligence_coffee";
|
|
1434
|
+
"/items/super_magic_coffee": "/items/super_magic_coffee";
|
|
1435
|
+
"/items/super_milking_tea": "/items/super_milking_tea";
|
|
1436
|
+
"/items/super_power_coffee": "/items/super_power_coffee";
|
|
1437
|
+
"/items/super_ranged_coffee": "/items/super_ranged_coffee";
|
|
1438
|
+
"/items/super_stamina_coffee": "/items/super_stamina_coffee";
|
|
1439
|
+
"/items/super_tailoring_tea": "/items/super_tailoring_tea";
|
|
1440
|
+
"/items/super_woodcutting_tea": "/items/super_woodcutting_tea";
|
|
1441
|
+
"/items/swamp_essence": "/items/swamp_essence";
|
|
1442
|
+
"/items/sweep": "/items/sweep";
|
|
1443
|
+
"/items/swiftness_coffee": "/items/swiftness_coffee";
|
|
1444
|
+
"/items/sylvan_aura": "/items/sylvan_aura";
|
|
1445
|
+
"/items/tailoring_essence": "/items/tailoring_essence";
|
|
1446
|
+
"/items/tailoring_tea": "/items/tailoring_tea";
|
|
1447
|
+
"/items/tailors_bottoms": "/items/tailors_bottoms";
|
|
1448
|
+
"/items/tailors_top": "/items/tailors_top";
|
|
1449
|
+
"/items/task_crystal": "/items/task_crystal";
|
|
1450
|
+
"/items/task_token": "/items/task_token";
|
|
1451
|
+
"/items/taunt": "/items/taunt";
|
|
1452
|
+
"/items/thread_of_expertise": "/items/thread_of_expertise";
|
|
1453
|
+
"/items/tome_of_healing": "/items/tome_of_healing";
|
|
1454
|
+
"/items/tome_of_the_elements": "/items/tome_of_the_elements";
|
|
1455
|
+
"/items/toughness": "/items/toughness";
|
|
1456
|
+
"/items/toxic_pollen": "/items/toxic_pollen";
|
|
1457
|
+
"/items/treant_bark": "/items/treant_bark";
|
|
1458
|
+
"/items/treant_shield": "/items/treant_shield";
|
|
1459
|
+
"/items/turtle_shell": "/items/turtle_shell";
|
|
1460
|
+
"/items/turtle_shell_body": "/items/turtle_shell_body";
|
|
1461
|
+
"/items/turtle_shell_legs": "/items/turtle_shell_legs";
|
|
1462
|
+
"/items/twilight_essence": "/items/twilight_essence";
|
|
1463
|
+
"/items/ultra_alchemy_tea": "/items/ultra_alchemy_tea";
|
|
1464
|
+
"/items/ultra_attack_coffee": "/items/ultra_attack_coffee";
|
|
1465
|
+
"/items/ultra_brewing_tea": "/items/ultra_brewing_tea";
|
|
1466
|
+
"/items/ultra_cheesesmithing_tea": "/items/ultra_cheesesmithing_tea";
|
|
1467
|
+
"/items/ultra_cooking_tea": "/items/ultra_cooking_tea";
|
|
1468
|
+
"/items/ultra_crafting_tea": "/items/ultra_crafting_tea";
|
|
1469
|
+
"/items/ultra_defense_coffee": "/items/ultra_defense_coffee";
|
|
1470
|
+
"/items/ultra_enhancing_tea": "/items/ultra_enhancing_tea";
|
|
1471
|
+
"/items/ultra_foraging_tea": "/items/ultra_foraging_tea";
|
|
1472
|
+
"/items/ultra_intelligence_coffee": "/items/ultra_intelligence_coffee";
|
|
1473
|
+
"/items/ultra_magic_coffee": "/items/ultra_magic_coffee";
|
|
1474
|
+
"/items/ultra_milking_tea": "/items/ultra_milking_tea";
|
|
1475
|
+
"/items/ultra_power_coffee": "/items/ultra_power_coffee";
|
|
1476
|
+
"/items/ultra_ranged_coffee": "/items/ultra_ranged_coffee";
|
|
1477
|
+
"/items/ultra_stamina_coffee": "/items/ultra_stamina_coffee";
|
|
1478
|
+
"/items/ultra_tailoring_tea": "/items/ultra_tailoring_tea";
|
|
1479
|
+
"/items/ultra_woodcutting_tea": "/items/ultra_woodcutting_tea";
|
|
1480
|
+
"/items/umbral_boots": "/items/umbral_boots";
|
|
1481
|
+
"/items/umbral_bracers": "/items/umbral_bracers";
|
|
1482
|
+
"/items/umbral_chaps": "/items/umbral_chaps";
|
|
1483
|
+
"/items/umbral_hide": "/items/umbral_hide";
|
|
1484
|
+
"/items/umbral_hood": "/items/umbral_hood";
|
|
1485
|
+
"/items/umbral_leather": "/items/umbral_leather";
|
|
1486
|
+
"/items/umbral_tunic": "/items/umbral_tunic";
|
|
1487
|
+
"/items/vampire_fang": "/items/vampire_fang";
|
|
1488
|
+
"/items/vampire_fang_dirk": "/items/vampire_fang_dirk";
|
|
1489
|
+
"/items/vampiric_bow": "/items/vampiric_bow";
|
|
1490
|
+
"/items/vampirism": "/items/vampirism";
|
|
1491
|
+
"/items/verdant_alembic": "/items/verdant_alembic";
|
|
1492
|
+
"/items/verdant_boots": "/items/verdant_boots";
|
|
1493
|
+
"/items/verdant_brush": "/items/verdant_brush";
|
|
1494
|
+
"/items/verdant_buckler": "/items/verdant_buckler";
|
|
1495
|
+
"/items/verdant_bulwark": "/items/verdant_bulwark";
|
|
1496
|
+
"/items/verdant_cheese": "/items/verdant_cheese";
|
|
1497
|
+
"/items/verdant_chisel": "/items/verdant_chisel";
|
|
1498
|
+
"/items/verdant_enhancer": "/items/verdant_enhancer";
|
|
1499
|
+
"/items/verdant_gauntlets": "/items/verdant_gauntlets";
|
|
1500
|
+
"/items/verdant_hammer": "/items/verdant_hammer";
|
|
1501
|
+
"/items/verdant_hatchet": "/items/verdant_hatchet";
|
|
1502
|
+
"/items/verdant_helmet": "/items/verdant_helmet";
|
|
1503
|
+
"/items/verdant_mace": "/items/verdant_mace";
|
|
1504
|
+
"/items/verdant_milk": "/items/verdant_milk";
|
|
1505
|
+
"/items/verdant_needle": "/items/verdant_needle";
|
|
1506
|
+
"/items/verdant_plate_body": "/items/verdant_plate_body";
|
|
1507
|
+
"/items/verdant_plate_legs": "/items/verdant_plate_legs";
|
|
1508
|
+
"/items/verdant_pot": "/items/verdant_pot";
|
|
1509
|
+
"/items/verdant_shears": "/items/verdant_shears";
|
|
1510
|
+
"/items/verdant_spatula": "/items/verdant_spatula";
|
|
1511
|
+
"/items/verdant_spear": "/items/verdant_spear";
|
|
1512
|
+
"/items/verdant_sword": "/items/verdant_sword";
|
|
1513
|
+
"/items/vision_helmet": "/items/vision_helmet";
|
|
1514
|
+
"/items/vision_shield": "/items/vision_shield";
|
|
1515
|
+
"/items/watchful_relic": "/items/watchful_relic";
|
|
1516
|
+
"/items/water_strike": "/items/water_strike";
|
|
1517
|
+
"/items/werewolf_claw": "/items/werewolf_claw";
|
|
1518
|
+
"/items/werewolf_slasher": "/items/werewolf_slasher";
|
|
1519
|
+
"/items/wheat": "/items/wheat";
|
|
1520
|
+
"/items/white_key_fragment": "/items/white_key_fragment";
|
|
1521
|
+
"/items/wisdom_coffee": "/items/wisdom_coffee";
|
|
1522
|
+
"/items/wisdom_tea": "/items/wisdom_tea";
|
|
1523
|
+
"/items/wizard_necklace": "/items/wizard_necklace";
|
|
1524
|
+
"/items/woodcutting_essence": "/items/woodcutting_essence";
|
|
1525
|
+
"/items/woodcutting_tea": "/items/woodcutting_tea";
|
|
1526
|
+
"/items/wooden_bow": "/items/wooden_bow";
|
|
1527
|
+
"/items/wooden_crossbow": "/items/wooden_crossbow";
|
|
1528
|
+
"/items/wooden_fire_staff": "/items/wooden_fire_staff";
|
|
1529
|
+
"/items/wooden_nature_staff": "/items/wooden_nature_staff";
|
|
1530
|
+
"/items/wooden_shield": "/items/wooden_shield";
|
|
1531
|
+
"/items/wooden_water_staff": "/items/wooden_water_staff";
|
|
1532
|
+
"/items/yogurt": "/items/yogurt";
|
|
1533
|
+
}>;
|
|
1534
|
+
count: z.ZodNumber;
|
|
1535
|
+
}, z.core.$strip>;
|
|
1536
|
+
sortIndex: z.ZodNumber;
|
|
1537
|
+
}, z.core.$strip>;
|
|
1538
|
+
export type TaskShopItem = z.infer<typeof TaskShopItemSchema>;
|
|
1539
|
+
//# sourceMappingURL=task-shop-items.d.ts.map
|