@c3d.gg/mwi-types 0.1.1 → 0.2.3
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/README.md +423 -61
- package/dist/.tsbuildinfo +1 -1
- package/dist/generated/index.d.ts +29 -12
- package/dist/generated/index.d.ts.map +1 -1
- package/dist/generated/index.js +32 -17
- package/dist/generated/index.js.map +1 -1
- package/dist/generated/localization/en/translations.d.ts +32 -0
- package/dist/generated/localization/en/translations.d.ts.map +1 -0
- package/dist/generated/localization/en/translations.js +2894 -0
- package/dist/generated/localization/en/translations.js.map +1 -0
- package/dist/generated/localization/index.d.ts +6 -52
- package/dist/generated/localization/index.d.ts.map +1 -1
- package/dist/generated/localization/index.js +7 -99
- package/dist/generated/localization/index.js.map +1 -1
- package/dist/generated/localization/utils.d.ts +14 -0
- package/dist/generated/localization/utils.d.ts.map +1 -0
- package/dist/generated/localization/utils.js +28 -0
- package/dist/generated/localization/utils.js.map +1 -0
- package/dist/generated/localization/zh/translations.d.ts +32 -0
- package/dist/generated/localization/zh/translations.d.ts.map +1 -0
- package/dist/generated/localization/zh/translations.js +2894 -0
- package/dist/generated/localization/zh/translations.js.map +1 -0
- package/dist/generated/types/abilities.d.ts +12 -0
- package/dist/generated/types/abilities.d.ts.map +1 -0
- package/dist/generated/types/abilities.js +477 -0
- package/dist/generated/types/abilities.js.map +1 -0
- package/dist/generated/types/action-categories.d.ts +39 -0
- package/dist/generated/types/action-categories.d.ts.map +1 -0
- package/dist/generated/types/action-categories.js +803 -0
- package/dist/generated/types/action-categories.js.map +1 -0
- package/dist/generated/types/actions.d.ts +144 -0
- package/dist/generated/types/actions.d.ts.map +1 -0
- package/dist/generated/types/actions.js +48406 -0
- package/dist/generated/types/actions.js.map +1 -0
- package/dist/generated/types/avatar.d.ts +34 -0
- package/dist/generated/types/avatar.d.ts.map +1 -0
- package/dist/generated/types/avatar.js +1000 -0
- package/dist/generated/types/avatar.js.map +1 -0
- package/dist/generated/types/avatars.d.ts +34 -0
- package/dist/generated/types/avatars.d.ts.map +1 -0
- package/dist/generated/types/avatars.js +1110 -0
- package/dist/generated/types/avatars.js.map +1 -0
- package/dist/generated/types/buff-types.d.ts +50 -0
- package/dist/generated/types/buff-types.d.ts.map +1 -0
- package/dist/generated/types/buff-types.js +819 -0
- package/dist/generated/types/buff-types.js.map +1 -0
- package/dist/generated/types/chat-channel-types.d.ts +19 -0
- package/dist/generated/types/chat-channel-types.d.ts.map +1 -0
- package/dist/generated/types/chat-channel-types.js +302 -0
- package/dist/generated/types/chat-channel-types.js.map +1 -0
- package/dist/generated/types/chat-icons.d.ts +56 -0
- package/dist/generated/types/chat-icons.d.ts.map +1 -0
- package/dist/generated/types/chat-icons.js +6656 -0
- package/dist/generated/types/chat-icons.js.map +1 -0
- package/dist/generated/types/combat-styles.d.ts +21 -0
- package/dist/generated/types/combat-styles.d.ts.map +1 -0
- package/dist/generated/types/combat-styles.js +125 -0
- package/dist/generated/types/combat-styles.js.map +1 -0
- package/dist/generated/types/community-buffs.d.ts +53 -0
- package/dist/generated/types/community-buffs.d.ts.map +1 -0
- package/dist/generated/types/community-buffs.js +222 -0
- package/dist/generated/types/community-buffs.js.map +1 -0
- package/dist/generated/types/damage-types.d.ts +17 -0
- package/dist/generated/types/damage-types.d.ts.map +1 -0
- package/dist/generated/types/damage-types.js +60 -0
- package/dist/generated/types/damage-types.js.map +1 -0
- package/dist/generated/types/equipment-types.d.ts +17 -0
- package/dist/generated/types/equipment-types.d.ts.map +1 -0
- package/dist/generated/types/equipment-types.js +249 -0
- package/dist/generated/types/equipment-types.js.map +1 -0
- package/dist/generated/types/game-modes.d.ts +49 -0
- package/dist/generated/types/game-modes.d.ts.map +1 -0
- package/dist/generated/types/game-modes.js +118 -0
- package/dist/generated/types/game-modes.js.map +1 -0
- package/dist/generated/types/guild-character-roles.d.ts +17 -0
- package/dist/generated/types/guild-character-roles.d.ts.map +1 -0
- package/dist/generated/types/guild-character-roles.js +60 -0
- package/dist/generated/types/guild-character-roles.js.map +1 -0
- package/dist/generated/types/house-rooms.d.ts +46 -0
- package/dist/generated/types/house-rooms.d.ts.map +1 -0
- package/dist/generated/types/house-rooms.js +5699 -0
- package/dist/generated/types/house-rooms.js.map +1 -0
- package/dist/generated/types/item-categories.d.ts +17 -0
- package/dist/generated/types/item-categories.d.ts.map +1 -0
- package/dist/generated/types/item-categories.js +96 -0
- package/dist/generated/types/item-categories.js.map +1 -0
- package/dist/generated/types/item-locations.d.ts +17 -0
- package/dist/generated/types/item-locations.d.ts.map +1 -0
- package/dist/generated/types/item-locations.js +258 -0
- package/dist/generated/types/item-locations.js.map +1 -0
- package/dist/generated/types/items.d.ts +69 -0
- package/dist/generated/types/items.d.ts.map +1 -0
- package/dist/generated/types/items.js +68600 -0
- package/dist/generated/types/items.js.map +1 -0
- package/dist/generated/types/leaderboard-categories.d.ts +33 -0
- package/dist/generated/types/leaderboard-categories.d.ts.map +1 -0
- package/dist/generated/types/leaderboard-categories.js +393 -0
- package/dist/generated/types/leaderboard-categories.js.map +1 -0
- package/dist/generated/types/leaderboard-types.d.ts +30 -0
- package/dist/generated/types/leaderboard-types.d.ts.map +1 -0
- package/dist/generated/types/leaderboard-types.js +163 -0
- package/dist/generated/types/leaderboard-types.js.map +1 -0
- package/dist/generated/types/leaderboards.d.ts +74 -0
- package/dist/generated/types/leaderboards.d.ts.map +1 -0
- package/dist/generated/types/leaderboards.js +457 -0
- package/dist/generated/types/leaderboards.js.map +1 -0
- package/dist/generated/types/monsters.d.ts +97 -0
- package/dist/generated/types/monsters.d.ts.map +1 -0
- package/dist/generated/types/monsters.js +9857 -0
- package/dist/generated/types/monsters.js.map +1 -0
- package/dist/generated/types/name-colors.d.ts +44 -0
- package/dist/generated/types/name-colors.d.ts.map +1 -0
- package/dist/generated/types/name-colors.js +1891 -0
- package/dist/generated/types/name-colors.js.map +1 -0
- package/dist/generated/types/player-data.d.ts +376 -0
- package/dist/generated/types/player-data.d.ts.map +1 -0
- package/dist/generated/types/player-data.js +54 -0
- package/dist/generated/types/player-data.js.map +1 -0
- package/dist/generated/types/purchase-bundles.d.ts +50 -0
- package/dist/generated/types/purchase-bundles.d.ts.map +1 -0
- package/dist/generated/types/purchase-bundles.js +358 -0
- package/dist/generated/types/purchase-bundles.js.map +1 -0
- package/dist/generated/types/random-tasks.d.ts +33 -0
- package/dist/generated/types/random-tasks.d.ts.map +1 -0
- package/dist/generated/types/random-tasks.js +162 -0
- package/dist/generated/types/random-tasks.js.map +1 -0
- package/dist/generated/types/recipes.d.ts +85 -0
- package/dist/generated/types/recipes.d.ts.map +1 -0
- package/dist/generated/types/recipes.js +25996 -0
- package/dist/generated/types/recipes.js.map +1 -0
- package/dist/generated/types/shop-categories.d.ts +17 -0
- package/dist/generated/types/shop-categories.d.ts.map +1 -0
- package/dist/generated/types/shop-categories.js +42 -0
- package/dist/generated/types/shop-categories.js.map +1 -0
- package/dist/generated/types/shop-items.d.ts +35 -0
- package/dist/generated/types/shop-items.d.ts.map +1 -0
- package/dist/generated/types/shop-items.js +1313 -0
- package/dist/generated/types/shop-items.js.map +1 -0
- package/dist/generated/types/skills.d.ts +15 -0
- package/dist/generated/types/skills.d.ts.map +1 -0
- package/dist/generated/types/skills.js +219 -0
- package/dist/generated/types/skills.js.map +1 -0
- package/dist/generated/types/task-shop-items.d.ts +38 -0
- package/dist/generated/types/task-shop-items.d.ts.map +1 -0
- package/dist/generated/types/task-shop-items.js +160 -0
- package/dist/generated/types/task-shop-items.js.map +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/package.json +11 -37
- package/dist/constants/index.d.ts +0 -2
- package/dist/constants/index.d.ts.map +0 -1
- package/dist/constants/index.js +0 -2
- package/dist/constants/index.js.map +0 -1
- package/dist/game-logic/index.d.ts +0 -2
- package/dist/game-logic/index.d.ts.map +0 -1
- package/dist/game-logic/index.js +0 -3
- package/dist/game-logic/index.js.map +0 -1
- package/dist/generated/constants/abilities-hrids.d.ts +0 -129
- package/dist/generated/constants/abilities-hrids.d.ts.map +0 -1
- package/dist/generated/constants/abilities-hrids.js +0 -130
- package/dist/generated/constants/abilities-hrids.js.map +0 -1
- package/dist/generated/constants/action-categories-hrids.d.ts +0 -133
- package/dist/generated/constants/action-categories-hrids.d.ts.map +0 -1
- package/dist/generated/constants/action-categories-hrids.js +0 -134
- package/dist/generated/constants/action-categories-hrids.js.map +0 -1
- package/dist/generated/constants/actions-hrids.d.ts +0 -1471
- package/dist/generated/constants/actions-hrids.d.ts.map +0 -1
- package/dist/generated/constants/actions-hrids.js +0 -1472
- package/dist/generated/constants/actions-hrids.js.map +0 -1
- package/dist/generated/constants/avatar-outfits-hrids.d.ts +0 -205
- package/dist/generated/constants/avatar-outfits-hrids.d.ts.map +0 -1
- package/dist/generated/constants/avatar-outfits-hrids.js +0 -206
- package/dist/generated/constants/avatar-outfits-hrids.js.map +0 -1
- package/dist/generated/constants/avatars-hrids.d.ts +0 -185
- package/dist/generated/constants/avatars-hrids.d.ts.map +0 -1
- package/dist/generated/constants/avatars-hrids.js +0 -186
- package/dist/generated/constants/avatars-hrids.js.map +0 -1
- package/dist/generated/constants/buff-types-hrids.d.ts +0 -133
- package/dist/generated/constants/buff-types-hrids.d.ts.map +0 -1
- package/dist/generated/constants/buff-types-hrids.js +0 -134
- package/dist/generated/constants/buff-types-hrids.js.map +0 -1
- package/dist/generated/constants/chat-channel-types-hrids.d.ts +0 -57
- package/dist/generated/constants/chat-channel-types-hrids.d.ts.map +0 -1
- package/dist/generated/constants/chat-channel-types-hrids.js +0 -58
- package/dist/generated/constants/chat-channel-types-hrids.js.map +0 -1
- package/dist/generated/constants/chat-icons-hrids.d.ts +0 -885
- package/dist/generated/constants/chat-icons-hrids.d.ts.map +0 -1
- package/dist/generated/constants/chat-icons-hrids.js +0 -886
- package/dist/generated/constants/chat-icons-hrids.js.map +0 -1
- package/dist/generated/constants/combat-monsters-hrids.d.ts +0 -169
- package/dist/generated/constants/combat-monsters-hrids.d.ts.map +0 -1
- package/dist/generated/constants/combat-monsters-hrids.js +0 -170
- package/dist/generated/constants/combat-monsters-hrids.js.map +0 -1
- package/dist/generated/constants/combat-styles-hrids.d.ts +0 -27
- package/dist/generated/constants/combat-styles-hrids.d.ts.map +0 -1
- package/dist/generated/constants/combat-styles-hrids.js +0 -28
- package/dist/generated/constants/combat-styles-hrids.js.map +0 -1
- package/dist/generated/constants/community-buff-types-hrids.d.ts +0 -25
- package/dist/generated/constants/community-buff-types-hrids.d.ts.map +0 -1
- package/dist/generated/constants/community-buff-types-hrids.js +0 -26
- package/dist/generated/constants/community-buff-types-hrids.js.map +0 -1
- package/dist/generated/constants/damage-types-hrids.d.ts +0 -23
- package/dist/generated/constants/damage-types-hrids.d.ts.map +0 -1
- package/dist/generated/constants/damage-types-hrids.js +0 -24
- package/dist/generated/constants/damage-types-hrids.js.map +0 -1
- package/dist/generated/constants/equipment-types-hrids.d.ts +0 -65
- package/dist/generated/constants/equipment-types-hrids.d.ts.map +0 -1
- package/dist/generated/constants/equipment-types-hrids.js +0 -66
- package/dist/generated/constants/equipment-types-hrids.js.map +0 -1
- package/dist/generated/constants/game-modes-hrids.d.ts +0 -21
- package/dist/generated/constants/game-modes-hrids.d.ts.map +0 -1
- package/dist/generated/constants/game-modes-hrids.js +0 -22
- package/dist/generated/constants/game-modes-hrids.js.map +0 -1
- package/dist/generated/constants/guild-character-roles-hrids.d.ts +0 -23
- package/dist/generated/constants/guild-character-roles-hrids.d.ts.map +0 -1
- package/dist/generated/constants/guild-character-roles-hrids.js +0 -24
- package/dist/generated/constants/guild-character-roles-hrids.js.map +0 -1
- package/dist/generated/constants/house-rooms-hrids.d.ts +0 -49
- package/dist/generated/constants/house-rooms-hrids.d.ts.map +0 -1
- package/dist/generated/constants/house-rooms-hrids.js +0 -50
- package/dist/generated/constants/house-rooms-hrids.js.map +0 -1
- package/dist/generated/constants/index.d.ts +0 -34
- package/dist/generated/constants/index.d.ts.map +0 -1
- package/dist/generated/constants/index.js +0 -35
- package/dist/generated/constants/index.js.map +0 -1
- package/dist/generated/constants/item-categories-hrids.d.ts +0 -31
- package/dist/generated/constants/item-categories-hrids.d.ts.map +0 -1
- package/dist/generated/constants/item-categories-hrids.js +0 -32
- package/dist/generated/constants/item-categories-hrids.js.map +0 -1
- package/dist/generated/constants/item-locations-hrids.d.ts +0 -67
- package/dist/generated/constants/item-locations-hrids.d.ts.map +0 -1
- package/dist/generated/constants/item-locations-hrids.js +0 -68
- package/dist/generated/constants/item-locations-hrids.js.map +0 -1
- package/dist/generated/constants/items-hrids.d.ts +0 -1803
- package/dist/generated/constants/items-hrids.d.ts.map +0 -1
- package/dist/generated/constants/items-hrids.js +0 -1804
- package/dist/generated/constants/items-hrids.js.map +0 -1
- package/dist/generated/constants/leaderboard-categories-hrids.d.ts +0 -57
- package/dist/generated/constants/leaderboard-categories-hrids.d.ts.map +0 -1
- package/dist/generated/constants/leaderboard-categories-hrids.js +0 -58
- package/dist/generated/constants/leaderboard-categories-hrids.js.map +0 -1
- package/dist/generated/constants/leaderboard-types-hrids.d.ts +0 -27
- package/dist/generated/constants/leaderboard-types-hrids.d.ts.map +0 -1
- package/dist/generated/constants/leaderboard-types-hrids.js +0 -28
- package/dist/generated/constants/leaderboard-types-hrids.js.map +0 -1
- package/dist/generated/constants/name-colors-hrids.d.ts +0 -293
- package/dist/generated/constants/name-colors-hrids.d.ts.map +0 -1
- package/dist/generated/constants/name-colors-hrids.js +0 -294
- package/dist/generated/constants/name-colors-hrids.js.map +0 -1
- package/dist/generated/constants/random-task-types-hrids.d.ts +0 -33
- package/dist/generated/constants/random-task-types-hrids.d.ts.map +0 -1
- package/dist/generated/constants/random-task-types-hrids.js +0 -34
- package/dist/generated/constants/random-task-types-hrids.js.map +0 -1
- package/dist/generated/constants/recipes-hrids.d.ts +0 -1251
- package/dist/generated/constants/recipes-hrids.d.ts.map +0 -1
- package/dist/generated/constants/recipes-hrids.js +0 -1252
- package/dist/generated/constants/recipes-hrids.js.map +0 -1
- package/dist/generated/constants/shop-categories-hrids.d.ts +0 -19
- package/dist/generated/constants/shop-categories-hrids.d.ts.map +0 -1
- package/dist/generated/constants/shop-categories-hrids.js +0 -20
- package/dist/generated/constants/shop-categories-hrids.js.map +0 -1
- package/dist/generated/constants/shop-items-hrids.d.ts +0 -141
- package/dist/generated/constants/shop-items-hrids.d.ts.map +0 -1
- package/dist/generated/constants/shop-items-hrids.js +0 -142
- package/dist/generated/constants/shop-items-hrids.js.map +0 -1
- package/dist/generated/constants/skills-hrids.d.ts +0 -51
- package/dist/generated/constants/skills-hrids.d.ts.map +0 -1
- package/dist/generated/constants/skills-hrids.js +0 -52
- package/dist/generated/constants/skills-hrids.js.map +0 -1
- package/dist/generated/constants/task-shop-items-hrids.d.ts +0 -23
- package/dist/generated/constants/task-shop-items-hrids.d.ts.map +0 -1
- package/dist/generated/constants/task-shop-items-hrids.js +0 -24
- package/dist/generated/constants/task-shop-items-hrids.js.map +0 -1
- package/dist/generated/game-logic/abilities.d.ts +0 -108
- package/dist/generated/game-logic/abilities.d.ts.map +0 -1
- package/dist/generated/game-logic/abilities.js +0 -3723
- package/dist/generated/game-logic/abilities.js.map +0 -1
- package/dist/generated/game-logic/action-categories.d.ts +0 -35
- package/dist/generated/game-logic/action-categories.d.ts.map +0 -1
- package/dist/generated/game-logic/action-categories.js +0 -432
- package/dist/generated/game-logic/action-categories.js.map +0 -1
- package/dist/generated/game-logic/actions.d.ts +0 -491
- package/dist/generated/game-logic/actions.d.ts.map +0 -1
- package/dist/generated/game-logic/actions.js +0 -42096
- package/dist/generated/game-logic/actions.js.map +0 -1
- package/dist/generated/game-logic/avatar-outfits.d.ts +0 -66
- package/dist/generated/game-logic/avatar-outfits.d.ts.map +0 -1
- package/dist/generated/game-logic/avatar-outfits.js +0 -720
- package/dist/generated/game-logic/avatar-outfits.js.map +0 -1
- package/dist/generated/game-logic/avatars.d.ts +0 -66
- package/dist/generated/game-logic/avatars.d.ts.map +0 -1
- package/dist/generated/game-logic/avatars.js +0 -650
- package/dist/generated/game-logic/avatars.js.map +0 -1
- package/dist/generated/game-logic/buff-types.d.ts +0 -101
- package/dist/generated/game-logic/buff-types.d.ts.map +0 -1
- package/dist/generated/game-logic/buff-types.js +0 -825
- package/dist/generated/game-logic/buff-types.js.map +0 -1
- package/dist/generated/game-logic/chat-channel-types.d.ts +0 -40
- package/dist/generated/game-logic/chat-channel-types.d.ts.map +0 -1
- package/dist/generated/game-logic/chat-channel-types.js +0 -400
- package/dist/generated/game-logic/chat-channel-types.js.map +0 -1
- package/dist/generated/game-logic/chat-icons.d.ts +0 -40
- package/dist/generated/game-logic/chat-icons.d.ts.map +0 -1
- package/dist/generated/game-logic/chat-icons.js +0 -13121
- package/dist/generated/game-logic/chat-icons.js.map +0 -1
- package/dist/generated/game-logic/combat-monsters.d.ts +0 -1339
- package/dist/generated/game-logic/combat-monsters.d.ts.map +0 -1
- package/dist/generated/game-logic/combat-monsters.js +0 -9553
- package/dist/generated/game-logic/combat-monsters.js.map +0 -1
- package/dist/generated/game-logic/combat-styles.d.ts +0 -71
- package/dist/generated/game-logic/combat-styles.d.ts.map +0 -1
- package/dist/generated/game-logic/combat-styles.js +0 -166
- package/dist/generated/game-logic/combat-styles.js.map +0 -1
- package/dist/generated/game-logic/community-buff-types.d.ts +0 -35
- package/dist/generated/game-logic/community-buff-types.d.ts.map +0 -1
- package/dist/generated/game-logic/community-buff-types.js +0 -178
- package/dist/generated/game-logic/community-buff-types.js.map +0 -1
- package/dist/generated/game-logic/damage-types.d.ts +0 -61
- package/dist/generated/game-logic/damage-types.d.ts.map +0 -1
- package/dist/generated/game-logic/damage-types.js +0 -126
- package/dist/generated/game-logic/damage-types.js.map +0 -1
- package/dist/generated/game-logic/equipment-types.d.ts +0 -83
- package/dist/generated/game-logic/equipment-types.d.ts.map +0 -1
- package/dist/generated/game-logic/equipment-types.js +0 -287
- package/dist/generated/game-logic/equipment-types.js.map +0 -1
- package/dist/generated/game-logic/game-modes.d.ts +0 -37
- package/dist/generated/game-logic/game-modes.d.ts.map +0 -1
- package/dist/generated/game-logic/game-modes.js +0 -96
- package/dist/generated/game-logic/game-modes.js.map +0 -1
- package/dist/generated/game-logic/guild-character-roles.d.ts +0 -37
- package/dist/generated/game-logic/guild-character-roles.d.ts.map +0 -1
- package/dist/generated/game-logic/guild-character-roles.js +0 -139
- package/dist/generated/game-logic/guild-character-roles.js.map +0 -1
- package/dist/generated/game-logic/house-rooms.d.ts +0 -138
- package/dist/generated/game-logic/house-rooms.d.ts.map +0 -1
- package/dist/generated/game-logic/house-rooms.js +0 -5635
- package/dist/generated/game-logic/house-rooms.js.map +0 -1
- package/dist/generated/game-logic/index.d.ts +0 -35
- package/dist/generated/game-logic/index.d.ts.map +0 -1
- package/dist/generated/game-logic/index.js +0 -215
- package/dist/generated/game-logic/index.js.map +0 -1
- package/dist/generated/game-logic/item-categories.d.ts +0 -28
- package/dist/generated/game-logic/item-categories.d.ts.map +0 -1
- package/dist/generated/game-logic/item-categories.js +0 -90
- package/dist/generated/game-logic/item-categories.js.map +0 -1
- package/dist/generated/game-logic/item-locations.d.ts +0 -34
- package/dist/generated/game-logic/item-locations.d.ts.map +0 -1
- package/dist/generated/game-logic/item-locations.js +0 -332
- package/dist/generated/game-logic/item-locations.js.map +0 -1
- package/dist/generated/game-logic/items.d.ts +0 -184
- package/dist/generated/game-logic/items.d.ts.map +0 -1
- package/dist/generated/game-logic/items.js +0 -66531
- package/dist/generated/game-logic/items.js.map +0 -1
- package/dist/generated/game-logic/leaderboard-categories.d.ts +0 -41
- package/dist/generated/game-logic/leaderboard-categories.d.ts.map +0 -1
- package/dist/generated/game-logic/leaderboard-categories.js +0 -227
- package/dist/generated/game-logic/leaderboard-categories.js.map +0 -1
- package/dist/generated/game-logic/leaderboard-types.d.ts +0 -38
- package/dist/generated/game-logic/leaderboard-types.d.ts.map +0 -1
- package/dist/generated/game-logic/leaderboard-types.js +0 -124
- package/dist/generated/game-logic/leaderboard-types.js.map +0 -1
- package/dist/generated/game-logic/name-colors.d.ts +0 -39
- package/dist/generated/game-logic/name-colors.d.ts.map +0 -1
- package/dist/generated/game-logic/name-colors.js +0 -2989
- package/dist/generated/game-logic/name-colors.js.map +0 -1
- package/dist/generated/game-logic/random-task-types.d.ts +0 -45
- package/dist/generated/game-logic/random-task-types.d.ts.map +0 -1
- package/dist/generated/game-logic/random-task-types.js +0 -117
- package/dist/generated/game-logic/random-task-types.js.map +0 -1
- package/dist/generated/game-logic/recipes.d.ts +0 -651
- package/dist/generated/game-logic/recipes.d.ts.map +0 -1
- package/dist/generated/game-logic/recipes.js +0 -34964
- package/dist/generated/game-logic/recipes.js.map +0 -1
- package/dist/generated/game-logic/shop-categories.d.ts +0 -28
- package/dist/generated/game-logic/shop-categories.d.ts.map +0 -1
- package/dist/generated/game-logic/shop-categories.js +0 -52
- package/dist/generated/game-logic/shop-categories.js.map +0 -1
- package/dist/generated/game-logic/shop-items.d.ts +0 -32
- package/dist/generated/game-logic/shop-items.d.ts.map +0 -1
- package/dist/generated/game-logic/shop-items.js +0 -839
- package/dist/generated/game-logic/shop-items.js.map +0 -1
- package/dist/generated/game-logic/skills.d.ts +0 -85
- package/dist/generated/game-logic/skills.d.ts.map +0 -1
- package/dist/generated/game-logic/skills.js +0 -249
- package/dist/generated/game-logic/skills.js.map +0 -1
- package/dist/generated/game-logic/task-shop-items.d.ts +0 -46
- package/dist/generated/game-logic/task-shop-items.d.ts.map +0 -1
- package/dist/generated/game-logic/task-shop-items.js +0 -104
- package/dist/generated/game-logic/task-shop-items.js.map +0 -1
- package/dist/generated/game-logic/types.d.ts +0 -64
- package/dist/generated/game-logic/types.d.ts.map +0 -1
- package/dist/generated/game-logic/types.js +0 -13
- package/dist/generated/game-logic/types.js.map +0 -1
- package/dist/generated/localization/en/abilities.d.ts +0 -10
- package/dist/generated/localization/en/abilities.d.ts.map +0 -1
- package/dist/generated/localization/en/abilities.js +0 -235
- package/dist/generated/localization/en/abilities.js.map +0 -1
- package/dist/generated/localization/en/actions.d.ts +0 -10
- package/dist/generated/localization/en/actions.d.ts.map +0 -1
- package/dist/generated/localization/en/actions.js +0 -2191
- package/dist/generated/localization/en/actions.js.map +0 -1
- package/dist/generated/localization/en/house-rooms.d.ts +0 -10
- package/dist/generated/localization/en/house-rooms.d.ts.map +0 -1
- package/dist/generated/localization/en/house-rooms.js +0 -58
- package/dist/generated/localization/en/house-rooms.js.map +0 -1
- package/dist/generated/localization/en/index.d.ts +0 -10
- package/dist/generated/localization/en/index.d.ts.map +0 -1
- package/dist/generated/localization/en/index.js +0 -10
- package/dist/generated/localization/en/index.js.map +0 -1
- package/dist/generated/localization/en/items.d.ts +0 -10
- package/dist/generated/localization/en/items.d.ts.map +0 -1
- package/dist/generated/localization/en/items.js +0 -2849
- package/dist/generated/localization/en/items.js.map +0 -1
- package/dist/generated/localization/en/skills.d.ts +0 -10
- package/dist/generated/localization/en/skills.d.ts.map +0 -1
- package/dist/generated/localization/en/skills.js +0 -61
- package/dist/generated/localization/en/skills.js.map +0 -1
- package/dist/generated/localization/zh/abilities.d.ts +0 -10
- package/dist/generated/localization/zh/abilities.d.ts.map +0 -1
- package/dist/generated/localization/zh/abilities.js +0 -235
- package/dist/generated/localization/zh/abilities.js.map +0 -1
- package/dist/generated/localization/zh/actions.d.ts +0 -10
- package/dist/generated/localization/zh/actions.d.ts.map +0 -1
- package/dist/generated/localization/zh/actions.js +0 -2191
- package/dist/generated/localization/zh/actions.js.map +0 -1
- package/dist/generated/localization/zh/house-rooms.d.ts +0 -10
- package/dist/generated/localization/zh/house-rooms.d.ts.map +0 -1
- package/dist/generated/localization/zh/house-rooms.js +0 -58
- package/dist/generated/localization/zh/house-rooms.js.map +0 -1
- package/dist/generated/localization/zh/index.d.ts +0 -10
- package/dist/generated/localization/zh/index.d.ts.map +0 -1
- package/dist/generated/localization/zh/index.js +0 -10
- package/dist/generated/localization/zh/index.js.map +0 -1
- package/dist/generated/localization/zh/items.d.ts +0 -10
- package/dist/generated/localization/zh/items.d.ts.map +0 -1
- package/dist/generated/localization/zh/items.js +0 -2849
- package/dist/generated/localization/zh/items.js.map +0 -1
- package/dist/generated/localization/zh/skills.d.ts +0 -10
- package/dist/generated/localization/zh/skills.d.ts.map +0 -1
- package/dist/generated/localization/zh/skills.js +0 -61
- package/dist/generated/localization/zh/skills.js.map +0 -1
- package/dist/generated/player-data/index.d.ts +0 -79
- package/dist/generated/player-data/index.d.ts.map +0 -1
- package/dist/generated/player-data/index.js +0 -140
- package/dist/generated/player-data/index.js.map +0 -1
- package/dist/generated/schemas/typebox/abilities.d.ts +0 -6
- package/dist/generated/schemas/typebox/abilities.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/abilities.js +0 -10
- package/dist/generated/schemas/typebox/abilities.js.map +0 -1
- package/dist/generated/schemas/typebox/action-categories.d.ts +0 -6
- package/dist/generated/schemas/typebox/action-categories.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/action-categories.js +0 -10
- package/dist/generated/schemas/typebox/action-categories.js.map +0 -1
- package/dist/generated/schemas/typebox/actions.d.ts +0 -6
- package/dist/generated/schemas/typebox/actions.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/actions.js +0 -10
- package/dist/generated/schemas/typebox/actions.js.map +0 -1
- package/dist/generated/schemas/typebox/avatar-outfits.d.ts +0 -6
- package/dist/generated/schemas/typebox/avatar-outfits.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/avatar-outfits.js +0 -10
- package/dist/generated/schemas/typebox/avatar-outfits.js.map +0 -1
- package/dist/generated/schemas/typebox/avatars.d.ts +0 -6
- package/dist/generated/schemas/typebox/avatars.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/avatars.js +0 -10
- package/dist/generated/schemas/typebox/avatars.js.map +0 -1
- package/dist/generated/schemas/typebox/buff-types.d.ts +0 -6
- package/dist/generated/schemas/typebox/buff-types.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/buff-types.js +0 -10
- package/dist/generated/schemas/typebox/buff-types.js.map +0 -1
- package/dist/generated/schemas/typebox/chat-channel-types.d.ts +0 -6
- package/dist/generated/schemas/typebox/chat-channel-types.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/chat-channel-types.js +0 -10
- package/dist/generated/schemas/typebox/chat-channel-types.js.map +0 -1
- package/dist/generated/schemas/typebox/chat-icons.d.ts +0 -6
- package/dist/generated/schemas/typebox/chat-icons.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/chat-icons.js +0 -10
- package/dist/generated/schemas/typebox/chat-icons.js.map +0 -1
- package/dist/generated/schemas/typebox/combat-monsters.d.ts +0 -6
- package/dist/generated/schemas/typebox/combat-monsters.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/combat-monsters.js +0 -10
- package/dist/generated/schemas/typebox/combat-monsters.js.map +0 -1
- package/dist/generated/schemas/typebox/combat-styles.d.ts +0 -6
- package/dist/generated/schemas/typebox/combat-styles.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/combat-styles.js +0 -10
- package/dist/generated/schemas/typebox/combat-styles.js.map +0 -1
- package/dist/generated/schemas/typebox/community-buff-types.d.ts +0 -6
- package/dist/generated/schemas/typebox/community-buff-types.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/community-buff-types.js +0 -10
- package/dist/generated/schemas/typebox/community-buff-types.js.map +0 -1
- package/dist/generated/schemas/typebox/damage-types.d.ts +0 -6
- package/dist/generated/schemas/typebox/damage-types.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/damage-types.js +0 -10
- package/dist/generated/schemas/typebox/damage-types.js.map +0 -1
- package/dist/generated/schemas/typebox/equipment-types.d.ts +0 -6
- package/dist/generated/schemas/typebox/equipment-types.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/equipment-types.js +0 -10
- package/dist/generated/schemas/typebox/equipment-types.js.map +0 -1
- package/dist/generated/schemas/typebox/game-modes.d.ts +0 -6
- package/dist/generated/schemas/typebox/game-modes.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/game-modes.js +0 -10
- package/dist/generated/schemas/typebox/game-modes.js.map +0 -1
- package/dist/generated/schemas/typebox/guild-character-roles.d.ts +0 -6
- package/dist/generated/schemas/typebox/guild-character-roles.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/guild-character-roles.js +0 -10
- package/dist/generated/schemas/typebox/guild-character-roles.js.map +0 -1
- package/dist/generated/schemas/typebox/house-rooms.d.ts +0 -6
- package/dist/generated/schemas/typebox/house-rooms.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/house-rooms.js +0 -10
- package/dist/generated/schemas/typebox/house-rooms.js.map +0 -1
- package/dist/generated/schemas/typebox/index.d.ts +0 -34
- package/dist/generated/schemas/typebox/index.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/index.js +0 -35
- package/dist/generated/schemas/typebox/index.js.map +0 -1
- package/dist/generated/schemas/typebox/item-categories.d.ts +0 -6
- package/dist/generated/schemas/typebox/item-categories.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/item-categories.js +0 -10
- package/dist/generated/schemas/typebox/item-categories.js.map +0 -1
- package/dist/generated/schemas/typebox/item-locations.d.ts +0 -6
- package/dist/generated/schemas/typebox/item-locations.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/item-locations.js +0 -10
- package/dist/generated/schemas/typebox/item-locations.js.map +0 -1
- package/dist/generated/schemas/typebox/items.d.ts +0 -6
- package/dist/generated/schemas/typebox/items.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/items.js +0 -10
- package/dist/generated/schemas/typebox/items.js.map +0 -1
- package/dist/generated/schemas/typebox/leaderboard-categories.d.ts +0 -6
- package/dist/generated/schemas/typebox/leaderboard-categories.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/leaderboard-categories.js +0 -10
- package/dist/generated/schemas/typebox/leaderboard-categories.js.map +0 -1
- package/dist/generated/schemas/typebox/leaderboard-types.d.ts +0 -6
- package/dist/generated/schemas/typebox/leaderboard-types.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/leaderboard-types.js +0 -10
- package/dist/generated/schemas/typebox/leaderboard-types.js.map +0 -1
- package/dist/generated/schemas/typebox/name-colors.d.ts +0 -6
- package/dist/generated/schemas/typebox/name-colors.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/name-colors.js +0 -10
- package/dist/generated/schemas/typebox/name-colors.js.map +0 -1
- package/dist/generated/schemas/typebox/player-data.d.ts +0 -91
- package/dist/generated/schemas/typebox/player-data.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/player-data.js +0 -54
- package/dist/generated/schemas/typebox/player-data.js.map +0 -1
- package/dist/generated/schemas/typebox/random-task-types.d.ts +0 -6
- package/dist/generated/schemas/typebox/random-task-types.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/random-task-types.js +0 -10
- package/dist/generated/schemas/typebox/random-task-types.js.map +0 -1
- package/dist/generated/schemas/typebox/shop-categories.d.ts +0 -6
- package/dist/generated/schemas/typebox/shop-categories.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/shop-categories.js +0 -10
- package/dist/generated/schemas/typebox/shop-categories.js.map +0 -1
- package/dist/generated/schemas/typebox/shop-items.d.ts +0 -6
- package/dist/generated/schemas/typebox/shop-items.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/shop-items.js +0 -10
- package/dist/generated/schemas/typebox/shop-items.js.map +0 -1
- package/dist/generated/schemas/typebox/skills.d.ts +0 -6
- package/dist/generated/schemas/typebox/skills.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/skills.js +0 -10
- package/dist/generated/schemas/typebox/skills.js.map +0 -1
- package/dist/generated/schemas/typebox/task-shop-items.d.ts +0 -6
- package/dist/generated/schemas/typebox/task-shop-items.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/task-shop-items.js +0 -10
- package/dist/generated/schemas/typebox/task-shop-items.js.map +0 -1
- package/dist/generated/schemas/zod/abilities.d.ts +0 -178
- package/dist/generated/schemas/zod/abilities.d.ts.map +0 -1
- package/dist/generated/schemas/zod/abilities.js +0 -60
- package/dist/generated/schemas/zod/abilities.js.map +0 -1
- package/dist/generated/schemas/zod/action-categories.d.ts +0 -135
- package/dist/generated/schemas/zod/action-categories.d.ts.map +0 -1
- package/dist/generated/schemas/zod/action-categories.js +0 -13
- package/dist/generated/schemas/zod/action-categories.js.map +0 -1
- package/dist/generated/schemas/zod/actions.d.ts +0 -1579
- package/dist/generated/schemas/zod/actions.d.ts.map +0 -1
- package/dist/generated/schemas/zod/actions.js +0 -119
- package/dist/generated/schemas/zod/actions.js.map +0 -1
- package/dist/generated/schemas/zod/avatar-outfits.d.ts +0 -208
- package/dist/generated/schemas/zod/avatar-outfits.d.ts.map +0 -1
- package/dist/generated/schemas/zod/avatar-outfits.js +0 -14
- package/dist/generated/schemas/zod/avatar-outfits.js.map +0 -1
- package/dist/generated/schemas/zod/avatars.d.ts +0 -188
- package/dist/generated/schemas/zod/avatars.d.ts.map +0 -1
- package/dist/generated/schemas/zod/avatars.js +0 -14
- package/dist/generated/schemas/zod/avatars.js.map +0 -1
- package/dist/generated/schemas/zod/buff-types.d.ts +0 -137
- package/dist/generated/schemas/zod/buff-types.d.ts.map +0 -1
- package/dist/generated/schemas/zod/buff-types.js +0 -15
- package/dist/generated/schemas/zod/buff-types.js.map +0 -1
- package/dist/generated/schemas/zod/chat-channel-types.d.ts +0 -59
- package/dist/generated/schemas/zod/chat-channel-types.d.ts.map +0 -1
- package/dist/generated/schemas/zod/chat-channel-types.js +0 -13
- package/dist/generated/schemas/zod/chat-channel-types.js.map +0 -1
- package/dist/generated/schemas/zod/chat-icons.d.ts +0 -891
- package/dist/generated/schemas/zod/chat-icons.d.ts.map +0 -1
- package/dist/generated/schemas/zod/chat-icons.js +0 -17
- package/dist/generated/schemas/zod/chat-icons.js.map +0 -1
- package/dist/generated/schemas/zod/combat-monsters.d.ts +0 -2376
- package/dist/generated/schemas/zod/combat-monsters.d.ts.map +0 -1
- package/dist/generated/schemas/zod/combat-monsters.js +0 -338
- package/dist/generated/schemas/zod/combat-monsters.js.map +0 -1
- package/dist/generated/schemas/zod/combat-styles.d.ts +0 -29
- package/dist/generated/schemas/zod/combat-styles.d.ts.map +0 -1
- package/dist/generated/schemas/zod/combat-styles.js +0 -13
- package/dist/generated/schemas/zod/combat-styles.js.map +0 -1
- package/dist/generated/schemas/zod/community-buff-types.d.ts +0 -99
- package/dist/generated/schemas/zod/community-buff-types.d.ts.map +0 -1
- package/dist/generated/schemas/zod/community-buff-types.js +0 -26
- package/dist/generated/schemas/zod/community-buff-types.js.map +0 -1
- package/dist/generated/schemas/zod/damage-types.d.ts +0 -24
- package/dist/generated/schemas/zod/damage-types.d.ts.map +0 -1
- package/dist/generated/schemas/zod/damage-types.js +0 -12
- package/dist/generated/schemas/zod/damage-types.js.map +0 -1
- package/dist/generated/schemas/zod/equipment-types.d.ts +0 -67
- package/dist/generated/schemas/zod/equipment-types.d.ts.map +0 -1
- package/dist/generated/schemas/zod/equipment-types.js +0 -13
- package/dist/generated/schemas/zod/equipment-types.js.map +0 -1
- package/dist/generated/schemas/zod/game-modes.d.ts +0 -27
- package/dist/generated/schemas/zod/game-modes.d.ts.map +0 -1
- package/dist/generated/schemas/zod/game-modes.js +0 -17
- package/dist/generated/schemas/zod/game-modes.js.map +0 -1
- package/dist/generated/schemas/zod/guild-character-roles.d.ts +0 -33
- package/dist/generated/schemas/zod/guild-character-roles.d.ts.map +0 -1
- package/dist/generated/schemas/zod/guild-character-roles.js +0 -21
- package/dist/generated/schemas/zod/guild-character-roles.js.map +0 -1
- package/dist/generated/schemas/zod/house-rooms.d.ts +0 -1110
- package/dist/generated/schemas/zod/house-rooms.d.ts.map +0 -1
- package/dist/generated/schemas/zod/house-rooms.js +0 -41
- package/dist/generated/schemas/zod/house-rooms.js.map +0 -1
- package/dist/generated/schemas/zod/index.d.ts +0 -34
- package/dist/generated/schemas/zod/index.d.ts.map +0 -1
- package/dist/generated/schemas/zod/index.js +0 -35
- package/dist/generated/schemas/zod/index.js.map +0 -1
- package/dist/generated/schemas/zod/item-categories.d.ts +0 -33
- package/dist/generated/schemas/zod/item-categories.d.ts.map +0 -1
- package/dist/generated/schemas/zod/item-categories.js +0 -13
- package/dist/generated/schemas/zod/item-categories.js.map +0 -1
- package/dist/generated/schemas/zod/item-locations.d.ts +0 -72
- package/dist/generated/schemas/zod/item-locations.d.ts.map +0 -1
- package/dist/generated/schemas/zod/item-locations.js +0 -16
- package/dist/generated/schemas/zod/item-locations.js.map +0 -1
- package/dist/generated/schemas/zod/items.d.ts +0 -1960
- package/dist/generated/schemas/zod/items.d.ts.map +0 -1
- package/dist/generated/schemas/zod/items.js +0 -168
- package/dist/generated/schemas/zod/items.js.map +0 -1
- package/dist/generated/schemas/zod/leaderboard-categories.d.ts +0 -60
- package/dist/generated/schemas/zod/leaderboard-categories.d.ts.map +0 -1
- package/dist/generated/schemas/zod/leaderboard-categories.js +0 -14
- package/dist/generated/schemas/zod/leaderboard-categories.js.map +0 -1
- package/dist/generated/schemas/zod/leaderboard-types.d.ts +0 -32
- package/dist/generated/schemas/zod/leaderboard-types.d.ts.map +0 -1
- package/dist/generated/schemas/zod/leaderboard-types.js +0 -16
- package/dist/generated/schemas/zod/leaderboard-types.js.map +0 -1
- package/dist/generated/schemas/zod/name-colors.d.ts +0 -296
- package/dist/generated/schemas/zod/name-colors.d.ts.map +0 -1
- package/dist/generated/schemas/zod/name-colors.js +0 -14
- package/dist/generated/schemas/zod/name-colors.js.map +0 -1
- package/dist/generated/schemas/zod/player-data.d.ts +0 -33790
- package/dist/generated/schemas/zod/player-data.d.ts.map +0 -1
- package/dist/generated/schemas/zod/player-data.js +0 -587
- package/dist/generated/schemas/zod/player-data.js.map +0 -1
- package/dist/generated/schemas/zod/random-task-types.d.ts +0 -36
- package/dist/generated/schemas/zod/random-task-types.d.ts.map +0 -1
- package/dist/generated/schemas/zod/random-task-types.js +0 -14
- package/dist/generated/schemas/zod/random-task-types.js.map +0 -1
- package/dist/generated/schemas/zod/shop-categories.d.ts +0 -20
- package/dist/generated/schemas/zod/shop-categories.d.ts.map +0 -1
- package/dist/generated/schemas/zod/shop-categories.js +0 -12
- package/dist/generated/schemas/zod/shop-categories.js.map +0 -1
- package/dist/generated/schemas/zod/shop-items.d.ts +0 -147
- package/dist/generated/schemas/zod/shop-items.d.ts.map +0 -1
- package/dist/generated/schemas/zod/shop-items.js +0 -17
- package/dist/generated/schemas/zod/shop-items.js.map +0 -1
- package/dist/generated/schemas/zod/skills.d.ts +0 -54
- package/dist/generated/schemas/zod/skills.d.ts.map +0 -1
- package/dist/generated/schemas/zod/skills.js +0 -14
- package/dist/generated/schemas/zod/skills.js.map +0 -1
- package/dist/generated/schemas/zod/task-shop-items.d.ts +0 -1819
- package/dist/generated/schemas/zod/task-shop-items.d.ts.map +0 -1
- package/dist/generated/schemas/zod/task-shop-items.js +0 -18
- package/dist/generated/schemas/zod/task-shop-items.js.map +0 -1
- package/dist/localization/index.d.ts +0 -2
- package/dist/localization/index.d.ts.map +0 -1
- package/dist/localization/index.js +0 -3
- package/dist/localization/index.js.map +0 -1
- package/dist/player-data/index.d.ts +0 -2
- package/dist/player-data/index.d.ts.map +0 -1
- package/dist/player-data/index.js +0 -3
- package/dist/player-data/index.js.map +0 -1
- package/dist/schemas/typebox/index.d.ts +0 -2
- package/dist/schemas/typebox/index.d.ts.map +0 -1
- package/dist/schemas/typebox/index.js +0 -3
- package/dist/schemas/typebox/index.js.map +0 -1
- package/dist/schemas/zod/index.d.ts +0 -2
- package/dist/schemas/zod/index.d.ts.map +0 -1
- package/dist/schemas/zod/index.js +0 -3
- package/dist/schemas/zod/index.js.map +0 -1
- package/dist/types/source-data.d.ts +0 -330
- package/dist/types/source-data.d.ts.map +0 -1
- package/dist/types/source-data.js +0 -19
- package/dist/types/source-data.js.map +0 -1
|
@@ -1,1803 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Auto-generated file - DO NOT EDIT
|
|
3
|
-
* Generated on 2025-08-21T08:56:39.565Z
|
|
4
|
-
*/
|
|
5
|
-
/**
|
|
6
|
-
* Item HRID constants and enums
|
|
7
|
-
* Auto-generated from game data
|
|
8
|
-
*/
|
|
9
|
-
export declare enum ItemHridEnum {
|
|
10
|
-
ABYSSAL_ESSENCE = "/items/abyssal_essence",
|
|
11
|
-
ACROBATIC_HOOD = "/items/acrobatic_hood",
|
|
12
|
-
ACROBATIC_HOOD_REFINED = "/items/acrobatic_hood_refined",
|
|
13
|
-
ACROBATS_RIBBON = "/items/acrobats_ribbon",
|
|
14
|
-
ADVANCED_ALCHEMY_CHARM = "/items/advanced_alchemy_charm",
|
|
15
|
-
ADVANCED_ATTACK_CHARM = "/items/advanced_attack_charm",
|
|
16
|
-
ADVANCED_BREWING_CHARM = "/items/advanced_brewing_charm",
|
|
17
|
-
ADVANCED_CHEESESMITHING_CHARM = "/items/advanced_cheesesmithing_charm",
|
|
18
|
-
ADVANCED_COOKING_CHARM = "/items/advanced_cooking_charm",
|
|
19
|
-
ADVANCED_CRAFTING_CHARM = "/items/advanced_crafting_charm",
|
|
20
|
-
ADVANCED_DEFENSE_CHARM = "/items/advanced_defense_charm",
|
|
21
|
-
ADVANCED_ENHANCING_CHARM = "/items/advanced_enhancing_charm",
|
|
22
|
-
ADVANCED_FORAGING_CHARM = "/items/advanced_foraging_charm",
|
|
23
|
-
ADVANCED_INTELLIGENCE_CHARM = "/items/advanced_intelligence_charm",
|
|
24
|
-
ADVANCED_MAGIC_CHARM = "/items/advanced_magic_charm",
|
|
25
|
-
ADVANCED_MELEE_CHARM = "/items/advanced_melee_charm",
|
|
26
|
-
ADVANCED_MILKING_CHARM = "/items/advanced_milking_charm",
|
|
27
|
-
ADVANCED_RANGED_CHARM = "/items/advanced_ranged_charm",
|
|
28
|
-
ADVANCED_STAMINA_CHARM = "/items/advanced_stamina_charm",
|
|
29
|
-
ADVANCED_TAILORING_CHARM = "/items/advanced_tailoring_charm",
|
|
30
|
-
ADVANCED_TASK_BADGE = "/items/advanced_task_badge",
|
|
31
|
-
ADVANCED_WOODCUTTING_CHARM = "/items/advanced_woodcutting_charm",
|
|
32
|
-
ALCHEMISTS_BOTTOMS = "/items/alchemists_bottoms",
|
|
33
|
-
ALCHEMISTS_TOP = "/items/alchemists_top",
|
|
34
|
-
ALCHEMY_ESSENCE = "/items/alchemy_essence",
|
|
35
|
-
ALCHEMY_TEA = "/items/alchemy_tea",
|
|
36
|
-
AMBER = "/items/amber",
|
|
37
|
-
AMETHYST = "/items/amethyst",
|
|
38
|
-
ANCHORBOUND_PLATE_BODY = "/items/anchorbound_plate_body",
|
|
39
|
-
ANCHORBOUND_PLATE_BODY_REFINED = "/items/anchorbound_plate_body_refined",
|
|
40
|
-
ANCHORBOUND_PLATE_LEGS = "/items/anchorbound_plate_legs",
|
|
41
|
-
ANCHORBOUND_PLATE_LEGS_REFINED = "/items/anchorbound_plate_legs_refined",
|
|
42
|
-
APPLE = "/items/apple",
|
|
43
|
-
APPLE_GUMMY = "/items/apple_gummy",
|
|
44
|
-
APPLE_YOGURT = "/items/apple_yogurt",
|
|
45
|
-
AQUA_ARROW = "/items/aqua_arrow",
|
|
46
|
-
AQUA_ESSENCE = "/items/aqua_essence",
|
|
47
|
-
ARABICA_COFFEE_BEAN = "/items/arabica_coffee_bean",
|
|
48
|
-
ARCANE_BOW = "/items/arcane_bow",
|
|
49
|
-
ARCANE_CROSSBOW = "/items/arcane_crossbow",
|
|
50
|
-
ARCANE_FIRE_STAFF = "/items/arcane_fire_staff",
|
|
51
|
-
ARCANE_LOG = "/items/arcane_log",
|
|
52
|
-
ARCANE_LUMBER = "/items/arcane_lumber",
|
|
53
|
-
ARCANE_NATURE_STAFF = "/items/arcane_nature_staff",
|
|
54
|
-
ARCANE_SHIELD = "/items/arcane_shield",
|
|
55
|
-
ARCANE_WATER_STAFF = "/items/arcane_water_staff",
|
|
56
|
-
ARTISAN_TEA = "/items/artisan_tea",
|
|
57
|
-
ATTACK_COFFEE = "/items/attack_coffee",
|
|
58
|
-
AZURE_ALEMBIC = "/items/azure_alembic",
|
|
59
|
-
AZURE_BOOTS = "/items/azure_boots",
|
|
60
|
-
AZURE_BRUSH = "/items/azure_brush",
|
|
61
|
-
AZURE_BUCKLER = "/items/azure_buckler",
|
|
62
|
-
AZURE_BULWARK = "/items/azure_bulwark",
|
|
63
|
-
AZURE_CHEESE = "/items/azure_cheese",
|
|
64
|
-
AZURE_CHISEL = "/items/azure_chisel",
|
|
65
|
-
AZURE_ENHANCER = "/items/azure_enhancer",
|
|
66
|
-
AZURE_GAUNTLETS = "/items/azure_gauntlets",
|
|
67
|
-
AZURE_HAMMER = "/items/azure_hammer",
|
|
68
|
-
AZURE_HATCHET = "/items/azure_hatchet",
|
|
69
|
-
AZURE_HELMET = "/items/azure_helmet",
|
|
70
|
-
AZURE_MACE = "/items/azure_mace",
|
|
71
|
-
AZURE_MILK = "/items/azure_milk",
|
|
72
|
-
AZURE_NEEDLE = "/items/azure_needle",
|
|
73
|
-
AZURE_PLATE_BODY = "/items/azure_plate_body",
|
|
74
|
-
AZURE_PLATE_LEGS = "/items/azure_plate_legs",
|
|
75
|
-
AZURE_POT = "/items/azure_pot",
|
|
76
|
-
AZURE_SHEARS = "/items/azure_shears",
|
|
77
|
-
AZURE_SPATULA = "/items/azure_spatula",
|
|
78
|
-
AZURE_SPEAR = "/items/azure_spear",
|
|
79
|
-
AZURE_SWORD = "/items/azure_sword",
|
|
80
|
-
BAG_OF_10_COWBELLS = "/items/bag_of_10_cowbells",
|
|
81
|
-
BAMBOO_BOOTS = "/items/bamboo_boots",
|
|
82
|
-
BAMBOO_BRANCH = "/items/bamboo_branch",
|
|
83
|
-
BAMBOO_FABRIC = "/items/bamboo_fabric",
|
|
84
|
-
BAMBOO_GLOVES = "/items/bamboo_gloves",
|
|
85
|
-
BAMBOO_HAT = "/items/bamboo_hat",
|
|
86
|
-
BAMBOO_ROBE_BOTTOMS = "/items/bamboo_robe_bottoms",
|
|
87
|
-
BAMBOO_ROBE_TOP = "/items/bamboo_robe_top",
|
|
88
|
-
BASIC_ALCHEMY_CHARM = "/items/basic_alchemy_charm",
|
|
89
|
-
BASIC_ATTACK_CHARM = "/items/basic_attack_charm",
|
|
90
|
-
BASIC_BREWING_CHARM = "/items/basic_brewing_charm",
|
|
91
|
-
BASIC_CHEESESMITHING_CHARM = "/items/basic_cheesesmithing_charm",
|
|
92
|
-
BASIC_COOKING_CHARM = "/items/basic_cooking_charm",
|
|
93
|
-
BASIC_CRAFTING_CHARM = "/items/basic_crafting_charm",
|
|
94
|
-
BASIC_DEFENSE_CHARM = "/items/basic_defense_charm",
|
|
95
|
-
BASIC_ENHANCING_CHARM = "/items/basic_enhancing_charm",
|
|
96
|
-
BASIC_FORAGING_CHARM = "/items/basic_foraging_charm",
|
|
97
|
-
BASIC_INTELLIGENCE_CHARM = "/items/basic_intelligence_charm",
|
|
98
|
-
BASIC_MAGIC_CHARM = "/items/basic_magic_charm",
|
|
99
|
-
BASIC_MELEE_CHARM = "/items/basic_melee_charm",
|
|
100
|
-
BASIC_MILKING_CHARM = "/items/basic_milking_charm",
|
|
101
|
-
BASIC_RANGED_CHARM = "/items/basic_ranged_charm",
|
|
102
|
-
BASIC_STAMINA_CHARM = "/items/basic_stamina_charm",
|
|
103
|
-
BASIC_TAILORING_CHARM = "/items/basic_tailoring_charm",
|
|
104
|
-
BASIC_TASK_BADGE = "/items/basic_task_badge",
|
|
105
|
-
BASIC_WOODCUTTING_CHARM = "/items/basic_woodcutting_charm",
|
|
106
|
-
BEAR_ESSENCE = "/items/bear_essence",
|
|
107
|
-
BEAST_BOOTS = "/items/beast_boots",
|
|
108
|
-
BEAST_BRACERS = "/items/beast_bracers",
|
|
109
|
-
BEAST_CHAPS = "/items/beast_chaps",
|
|
110
|
-
BEAST_HIDE = "/items/beast_hide",
|
|
111
|
-
BEAST_HOOD = "/items/beast_hood",
|
|
112
|
-
BEAST_LEATHER = "/items/beast_leather",
|
|
113
|
-
BEAST_TUNIC = "/items/beast_tunic",
|
|
114
|
-
BERSERK = "/items/berserk",
|
|
115
|
-
BIRCH_BOW = "/items/birch_bow",
|
|
116
|
-
BIRCH_CROSSBOW = "/items/birch_crossbow",
|
|
117
|
-
BIRCH_FIRE_STAFF = "/items/birch_fire_staff",
|
|
118
|
-
BIRCH_LOG = "/items/birch_log",
|
|
119
|
-
BIRCH_LUMBER = "/items/birch_lumber",
|
|
120
|
-
BIRCH_NATURE_STAFF = "/items/birch_nature_staff",
|
|
121
|
-
BIRCH_SHIELD = "/items/birch_shield",
|
|
122
|
-
BIRCH_WATER_STAFF = "/items/birch_water_staff",
|
|
123
|
-
BISHOPS_CODEX = "/items/bishops_codex",
|
|
124
|
-
BISHOPS_CODEX_REFINED = "/items/bishops_codex_refined",
|
|
125
|
-
BISHOPS_SCROLL = "/items/bishops_scroll",
|
|
126
|
-
BLACK_BEAR_FLUFF = "/items/black_bear_fluff",
|
|
127
|
-
BLACK_BEAR_SHOES = "/items/black_bear_shoes",
|
|
128
|
-
BLACK_TEA_LEAF = "/items/black_tea_leaf",
|
|
129
|
-
BLACKBERRY = "/items/blackberry",
|
|
130
|
-
BLACKBERRY_CAKE = "/items/blackberry_cake",
|
|
131
|
-
BLACKBERRY_DONUT = "/items/blackberry_donut",
|
|
132
|
-
BLAZING_TRIDENT = "/items/blazing_trident",
|
|
133
|
-
BLAZING_TRIDENT_REFINED = "/items/blazing_trident_refined",
|
|
134
|
-
BLESSED_TEA = "/items/blessed_tea",
|
|
135
|
-
BLOOMING_TRIDENT = "/items/blooming_trident",
|
|
136
|
-
BLOOMING_TRIDENT_REFINED = "/items/blooming_trident_refined",
|
|
137
|
-
BLUE_KEY_FRAGMENT = "/items/blue_key_fragment",
|
|
138
|
-
BLUEBERRY = "/items/blueberry",
|
|
139
|
-
BLUEBERRY_CAKE = "/items/blueberry_cake",
|
|
140
|
-
BLUEBERRY_DONUT = "/items/blueberry_donut",
|
|
141
|
-
BRANCH_OF_INSIGHT = "/items/branch_of_insight",
|
|
142
|
-
BREWERS_BOTTOMS = "/items/brewers_bottoms",
|
|
143
|
-
BREWERS_TOP = "/items/brewers_top",
|
|
144
|
-
BREWING_ESSENCE = "/items/brewing_essence",
|
|
145
|
-
BREWING_TEA = "/items/brewing_tea",
|
|
146
|
-
BROWN_KEY_FRAGMENT = "/items/brown_key_fragment",
|
|
147
|
-
BURBLE_ALEMBIC = "/items/burble_alembic",
|
|
148
|
-
BURBLE_BOOTS = "/items/burble_boots",
|
|
149
|
-
BURBLE_BRUSH = "/items/burble_brush",
|
|
150
|
-
BURBLE_BUCKLER = "/items/burble_buckler",
|
|
151
|
-
BURBLE_BULWARK = "/items/burble_bulwark",
|
|
152
|
-
BURBLE_CHEESE = "/items/burble_cheese",
|
|
153
|
-
BURBLE_CHISEL = "/items/burble_chisel",
|
|
154
|
-
BURBLE_ENHANCER = "/items/burble_enhancer",
|
|
155
|
-
BURBLE_GAUNTLETS = "/items/burble_gauntlets",
|
|
156
|
-
BURBLE_HAMMER = "/items/burble_hammer",
|
|
157
|
-
BURBLE_HATCHET = "/items/burble_hatchet",
|
|
158
|
-
BURBLE_HELMET = "/items/burble_helmet",
|
|
159
|
-
BURBLE_MACE = "/items/burble_mace",
|
|
160
|
-
BURBLE_MILK = "/items/burble_milk",
|
|
161
|
-
BURBLE_NEEDLE = "/items/burble_needle",
|
|
162
|
-
BURBLE_PLATE_BODY = "/items/burble_plate_body",
|
|
163
|
-
BURBLE_PLATE_LEGS = "/items/burble_plate_legs",
|
|
164
|
-
BURBLE_POT = "/items/burble_pot",
|
|
165
|
-
BURBLE_SHEARS = "/items/burble_shears",
|
|
166
|
-
BURBLE_SPATULA = "/items/burble_spatula",
|
|
167
|
-
BURBLE_SPEAR = "/items/burble_spear",
|
|
168
|
-
BURBLE_SWORD = "/items/burble_sword",
|
|
169
|
-
BURBLE_TEA_LEAF = "/items/burble_tea_leaf",
|
|
170
|
-
BURNING_KEY_FRAGMENT = "/items/burning_key_fragment",
|
|
171
|
-
BUTTER_OF_PROFICIENCY = "/items/butter_of_proficiency",
|
|
172
|
-
CATALYST_OF_COINIFICATION = "/items/catalyst_of_coinification",
|
|
173
|
-
CATALYST_OF_DECOMPOSITION = "/items/catalyst_of_decomposition",
|
|
174
|
-
CATALYST_OF_TRANSMUTATION = "/items/catalyst_of_transmutation",
|
|
175
|
-
CATALYTIC_TEA = "/items/catalytic_tea",
|
|
176
|
-
CEDAR_BOW = "/items/cedar_bow",
|
|
177
|
-
CEDAR_CROSSBOW = "/items/cedar_crossbow",
|
|
178
|
-
CEDAR_FIRE_STAFF = "/items/cedar_fire_staff",
|
|
179
|
-
CEDAR_LOG = "/items/cedar_log",
|
|
180
|
-
CEDAR_LUMBER = "/items/cedar_lumber",
|
|
181
|
-
CEDAR_NATURE_STAFF = "/items/cedar_nature_staff",
|
|
182
|
-
CEDAR_SHIELD = "/items/cedar_shield",
|
|
183
|
-
CEDAR_WATER_STAFF = "/items/cedar_water_staff",
|
|
184
|
-
CELESTIAL_ALEMBIC = "/items/celestial_alembic",
|
|
185
|
-
CELESTIAL_BRUSH = "/items/celestial_brush",
|
|
186
|
-
CELESTIAL_CHISEL = "/items/celestial_chisel",
|
|
187
|
-
CELESTIAL_ENHANCER = "/items/celestial_enhancer",
|
|
188
|
-
CELESTIAL_HAMMER = "/items/celestial_hammer",
|
|
189
|
-
CELESTIAL_HATCHET = "/items/celestial_hatchet",
|
|
190
|
-
CELESTIAL_NEEDLE = "/items/celestial_needle",
|
|
191
|
-
CELESTIAL_POT = "/items/celestial_pot",
|
|
192
|
-
CELESTIAL_SHEARS = "/items/celestial_shears",
|
|
193
|
-
CELESTIAL_SPATULA = "/items/celestial_spatula",
|
|
194
|
-
CENTAUR_BOOTS = "/items/centaur_boots",
|
|
195
|
-
CENTAUR_HOOF = "/items/centaur_hoof",
|
|
196
|
-
CHANNELING_COFFEE = "/items/channeling_coffee",
|
|
197
|
-
CHAOTIC_CHAIN = "/items/chaotic_chain",
|
|
198
|
-
CHAOTIC_FLAIL = "/items/chaotic_flail",
|
|
199
|
-
CHAOTIC_FLAIL_REFINED = "/items/chaotic_flail_refined",
|
|
200
|
-
CHEESE = "/items/cheese",
|
|
201
|
-
CHEESE_ALEMBIC = "/items/cheese_alembic",
|
|
202
|
-
CHEESE_BOOTS = "/items/cheese_boots",
|
|
203
|
-
CHEESE_BRUSH = "/items/cheese_brush",
|
|
204
|
-
CHEESE_BUCKLER = "/items/cheese_buckler",
|
|
205
|
-
CHEESE_BULWARK = "/items/cheese_bulwark",
|
|
206
|
-
CHEESE_CHISEL = "/items/cheese_chisel",
|
|
207
|
-
CHEESE_ENHANCER = "/items/cheese_enhancer",
|
|
208
|
-
CHEESE_GAUNTLETS = "/items/cheese_gauntlets",
|
|
209
|
-
CHEESE_HAMMER = "/items/cheese_hammer",
|
|
210
|
-
CHEESE_HATCHET = "/items/cheese_hatchet",
|
|
211
|
-
CHEESE_HELMET = "/items/cheese_helmet",
|
|
212
|
-
CHEESE_MACE = "/items/cheese_mace",
|
|
213
|
-
CHEESE_NEEDLE = "/items/cheese_needle",
|
|
214
|
-
CHEESE_PLATE_BODY = "/items/cheese_plate_body",
|
|
215
|
-
CHEESE_PLATE_LEGS = "/items/cheese_plate_legs",
|
|
216
|
-
CHEESE_POT = "/items/cheese_pot",
|
|
217
|
-
CHEESE_SHEARS = "/items/cheese_shears",
|
|
218
|
-
CHEESE_SPATULA = "/items/cheese_spatula",
|
|
219
|
-
CHEESE_SPEAR = "/items/cheese_spear",
|
|
220
|
-
CHEESE_SWORD = "/items/cheese_sword",
|
|
221
|
-
CHEESEMAKERS_BOTTOMS = "/items/cheesemakers_bottoms",
|
|
222
|
-
CHEESEMAKERS_TOP = "/items/cheesemakers_top",
|
|
223
|
-
CHEESESMITHING_ESSENCE = "/items/cheesesmithing_essence",
|
|
224
|
-
CHEESESMITHING_TEA = "/items/cheesesmithing_tea",
|
|
225
|
-
CHEFS_BOTTOMS = "/items/chefs_bottoms",
|
|
226
|
-
CHEFS_TOP = "/items/chefs_top",
|
|
227
|
-
CHIMERICAL_CHEST = "/items/chimerical_chest",
|
|
228
|
-
CHIMERICAL_CHEST_KEY = "/items/chimerical_chest_key",
|
|
229
|
-
CHIMERICAL_ENTRY_KEY = "/items/chimerical_entry_key",
|
|
230
|
-
CHIMERICAL_ESSENCE = "/items/chimerical_essence",
|
|
231
|
-
CHIMERICAL_QUIVER = "/items/chimerical_quiver",
|
|
232
|
-
CHIMERICAL_QUIVER_REFINED = "/items/chimerical_quiver_refined",
|
|
233
|
-
CHIMERICAL_REFINEMENT_CHEST = "/items/chimerical_refinement_chest",
|
|
234
|
-
CHIMERICAL_REFINEMENT_SHARD = "/items/chimerical_refinement_shard",
|
|
235
|
-
CHIMERICAL_TOKEN = "/items/chimerical_token",
|
|
236
|
-
CHRONO_GLOVES = "/items/chrono_gloves",
|
|
237
|
-
CHRONO_SPHERE = "/items/chrono_sphere",
|
|
238
|
-
CLEAVE = "/items/cleave",
|
|
239
|
-
COCOON = "/items/cocoon",
|
|
240
|
-
COIN = "/items/coin",
|
|
241
|
-
COLLECTORS_BOOTS = "/items/collectors_boots",
|
|
242
|
-
COLOSSUS_CORE = "/items/colossus_core",
|
|
243
|
-
COLOSSUS_PLATE_BODY = "/items/colossus_plate_body",
|
|
244
|
-
COLOSSUS_PLATE_LEGS = "/items/colossus_plate_legs",
|
|
245
|
-
COOKING_ESSENCE = "/items/cooking_essence",
|
|
246
|
-
COOKING_TEA = "/items/cooking_tea",
|
|
247
|
-
CORSAIR_CREST = "/items/corsair_crest",
|
|
248
|
-
CORSAIR_HELMET = "/items/corsair_helmet",
|
|
249
|
-
CORSAIR_HELMET_REFINED = "/items/corsair_helmet_refined",
|
|
250
|
-
COTTON = "/items/cotton",
|
|
251
|
-
COTTON_BOOTS = "/items/cotton_boots",
|
|
252
|
-
COTTON_FABRIC = "/items/cotton_fabric",
|
|
253
|
-
COTTON_GLOVES = "/items/cotton_gloves",
|
|
254
|
-
COTTON_HAT = "/items/cotton_hat",
|
|
255
|
-
COTTON_ROBE_BOTTOMS = "/items/cotton_robe_bottoms",
|
|
256
|
-
COTTON_ROBE_TOP = "/items/cotton_robe_top",
|
|
257
|
-
COWBELL = "/items/cowbell",
|
|
258
|
-
CRAB_PINCER = "/items/crab_pincer",
|
|
259
|
-
CRAFTERS_BOTTOMS = "/items/crafters_bottoms",
|
|
260
|
-
CRAFTERS_TOP = "/items/crafters_top",
|
|
261
|
-
CRAFTING_ESSENCE = "/items/crafting_essence",
|
|
262
|
-
CRAFTING_TEA = "/items/crafting_tea",
|
|
263
|
-
CRIMSON_ALEMBIC = "/items/crimson_alembic",
|
|
264
|
-
CRIMSON_BOOTS = "/items/crimson_boots",
|
|
265
|
-
CRIMSON_BRUSH = "/items/crimson_brush",
|
|
266
|
-
CRIMSON_BUCKLER = "/items/crimson_buckler",
|
|
267
|
-
CRIMSON_BULWARK = "/items/crimson_bulwark",
|
|
268
|
-
CRIMSON_CHEESE = "/items/crimson_cheese",
|
|
269
|
-
CRIMSON_CHISEL = "/items/crimson_chisel",
|
|
270
|
-
CRIMSON_ENHANCER = "/items/crimson_enhancer",
|
|
271
|
-
CRIMSON_GAUNTLETS = "/items/crimson_gauntlets",
|
|
272
|
-
CRIMSON_HAMMER = "/items/crimson_hammer",
|
|
273
|
-
CRIMSON_HATCHET = "/items/crimson_hatchet",
|
|
274
|
-
CRIMSON_HELMET = "/items/crimson_helmet",
|
|
275
|
-
CRIMSON_MACE = "/items/crimson_mace",
|
|
276
|
-
CRIMSON_MILK = "/items/crimson_milk",
|
|
277
|
-
CRIMSON_NEEDLE = "/items/crimson_needle",
|
|
278
|
-
CRIMSON_PLATE_BODY = "/items/crimson_plate_body",
|
|
279
|
-
CRIMSON_PLATE_LEGS = "/items/crimson_plate_legs",
|
|
280
|
-
CRIMSON_POT = "/items/crimson_pot",
|
|
281
|
-
CRIMSON_SHEARS = "/items/crimson_shears",
|
|
282
|
-
CRIMSON_SPATULA = "/items/crimson_spatula",
|
|
283
|
-
CRIMSON_SPEAR = "/items/crimson_spear",
|
|
284
|
-
CRIMSON_SWORD = "/items/crimson_sword",
|
|
285
|
-
CRIPPLING_SLASH = "/items/crippling_slash",
|
|
286
|
-
CRITICAL_AURA = "/items/critical_aura",
|
|
287
|
-
CRITICAL_COFFEE = "/items/critical_coffee",
|
|
288
|
-
CRUSHED_AMBER = "/items/crushed_amber",
|
|
289
|
-
CRUSHED_AMETHYST = "/items/crushed_amethyst",
|
|
290
|
-
CRUSHED_GARNET = "/items/crushed_garnet",
|
|
291
|
-
CRUSHED_JADE = "/items/crushed_jade",
|
|
292
|
-
CRUSHED_MOONSTONE = "/items/crushed_moonstone",
|
|
293
|
-
CRUSHED_PEARL = "/items/crushed_pearl",
|
|
294
|
-
CRUSHED_PHILOSOPHERS_STONE = "/items/crushed_philosophers_stone",
|
|
295
|
-
CRUSHED_SUNSTONE = "/items/crushed_sunstone",
|
|
296
|
-
CUPCAKE = "/items/cupcake",
|
|
297
|
-
CURSED_BALL = "/items/cursed_ball",
|
|
298
|
-
CURSED_BOW = "/items/cursed_bow",
|
|
299
|
-
CURSED_BOW_REFINED = "/items/cursed_bow_refined",
|
|
300
|
-
DAIRYHANDS_BOTTOMS = "/items/dairyhands_bottoms",
|
|
301
|
-
DAIRYHANDS_TOP = "/items/dairyhands_top",
|
|
302
|
-
DAMAGED_ANCHOR = "/items/damaged_anchor",
|
|
303
|
-
DARK_KEY_FRAGMENT = "/items/dark_key_fragment",
|
|
304
|
-
DEFENSE_COFFEE = "/items/defense_coffee",
|
|
305
|
-
DEMONIC_CORE = "/items/demonic_core",
|
|
306
|
-
DEMONIC_PLATE_BODY = "/items/demonic_plate_body",
|
|
307
|
-
DEMONIC_PLATE_LEGS = "/items/demonic_plate_legs",
|
|
308
|
-
DODOCAMEL_GAUNTLETS = "/items/dodocamel_gauntlets",
|
|
309
|
-
DODOCAMEL_GAUNTLETS_REFINED = "/items/dodocamel_gauntlets_refined",
|
|
310
|
-
DODOCAMEL_PLUME = "/items/dodocamel_plume",
|
|
311
|
-
DONUT = "/items/donut",
|
|
312
|
-
DRAGON_FRUIT = "/items/dragon_fruit",
|
|
313
|
-
DRAGON_FRUIT_GUMMY = "/items/dragon_fruit_gummy",
|
|
314
|
-
DRAGON_FRUIT_YOGURT = "/items/dragon_fruit_yogurt",
|
|
315
|
-
EARRINGS_OF_ARMOR = "/items/earrings_of_armor",
|
|
316
|
-
EARRINGS_OF_CRITICAL_STRIKE = "/items/earrings_of_critical_strike",
|
|
317
|
-
EARRINGS_OF_ESSENCE_FIND = "/items/earrings_of_essence_find",
|
|
318
|
-
EARRINGS_OF_GATHERING = "/items/earrings_of_gathering",
|
|
319
|
-
EARRINGS_OF_RARE_FIND = "/items/earrings_of_rare_find",
|
|
320
|
-
EARRINGS_OF_REGENERATION = "/items/earrings_of_regeneration",
|
|
321
|
-
EARRINGS_OF_RESISTANCE = "/items/earrings_of_resistance",
|
|
322
|
-
EFFICIENCY_TEA = "/items/efficiency_tea",
|
|
323
|
-
EGG = "/items/egg",
|
|
324
|
-
ELEMENTAL_AFFINITY = "/items/elemental_affinity",
|
|
325
|
-
ELUSIVENESS = "/items/elusiveness",
|
|
326
|
-
EMP_TEA_LEAF = "/items/emp_tea_leaf",
|
|
327
|
-
ENCHANTED_CHEST = "/items/enchanted_chest",
|
|
328
|
-
ENCHANTED_CHEST_KEY = "/items/enchanted_chest_key",
|
|
329
|
-
ENCHANTED_CLOAK = "/items/enchanted_cloak",
|
|
330
|
-
ENCHANTED_CLOAK_REFINED = "/items/enchanted_cloak_refined",
|
|
331
|
-
ENCHANTED_ENTRY_KEY = "/items/enchanted_entry_key",
|
|
332
|
-
ENCHANTED_ESSENCE = "/items/enchanted_essence",
|
|
333
|
-
ENCHANTED_GLOVES = "/items/enchanted_gloves",
|
|
334
|
-
ENCHANTED_REFINEMENT_CHEST = "/items/enchanted_refinement_chest",
|
|
335
|
-
ENCHANTED_REFINEMENT_SHARD = "/items/enchanted_refinement_shard",
|
|
336
|
-
ENCHANTED_TOKEN = "/items/enchanted_token",
|
|
337
|
-
ENHANCERS_BOTTOMS = "/items/enhancers_bottoms",
|
|
338
|
-
ENHANCERS_TOP = "/items/enhancers_top",
|
|
339
|
-
ENHANCING_ESSENCE = "/items/enhancing_essence",
|
|
340
|
-
ENHANCING_TEA = "/items/enhancing_tea",
|
|
341
|
-
ENTANGLE = "/items/entangle",
|
|
342
|
-
EXCELSA_COFFEE_BEAN = "/items/excelsa_coffee_bean",
|
|
343
|
-
EXPERT_ALCHEMY_CHARM = "/items/expert_alchemy_charm",
|
|
344
|
-
EXPERT_ATTACK_CHARM = "/items/expert_attack_charm",
|
|
345
|
-
EXPERT_BREWING_CHARM = "/items/expert_brewing_charm",
|
|
346
|
-
EXPERT_CHEESESMITHING_CHARM = "/items/expert_cheesesmithing_charm",
|
|
347
|
-
EXPERT_COOKING_CHARM = "/items/expert_cooking_charm",
|
|
348
|
-
EXPERT_CRAFTING_CHARM = "/items/expert_crafting_charm",
|
|
349
|
-
EXPERT_DEFENSE_CHARM = "/items/expert_defense_charm",
|
|
350
|
-
EXPERT_ENHANCING_CHARM = "/items/expert_enhancing_charm",
|
|
351
|
-
EXPERT_FORAGING_CHARM = "/items/expert_foraging_charm",
|
|
352
|
-
EXPERT_INTELLIGENCE_CHARM = "/items/expert_intelligence_charm",
|
|
353
|
-
EXPERT_MAGIC_CHARM = "/items/expert_magic_charm",
|
|
354
|
-
EXPERT_MELEE_CHARM = "/items/expert_melee_charm",
|
|
355
|
-
EXPERT_MILKING_CHARM = "/items/expert_milking_charm",
|
|
356
|
-
EXPERT_RANGED_CHARM = "/items/expert_ranged_charm",
|
|
357
|
-
EXPERT_STAMINA_CHARM = "/items/expert_stamina_charm",
|
|
358
|
-
EXPERT_TAILORING_CHARM = "/items/expert_tailoring_charm",
|
|
359
|
-
EXPERT_TASK_BADGE = "/items/expert_task_badge",
|
|
360
|
-
EXPERT_WOODCUTTING_CHARM = "/items/expert_woodcutting_charm",
|
|
361
|
-
EYE_OF_THE_WATCHER = "/items/eye_of_the_watcher",
|
|
362
|
-
EYE_WATCH = "/items/eye_watch",
|
|
363
|
-
EYESSENCE = "/items/eyessence",
|
|
364
|
-
FIERCE_AURA = "/items/fierce_aura",
|
|
365
|
-
FIERIOSA_COFFEE_BEAN = "/items/fieriosa_coffee_bean",
|
|
366
|
-
FIGHTER_NECKLACE = "/items/fighter_necklace",
|
|
367
|
-
FIREBALL = "/items/fireball",
|
|
368
|
-
FIRESTORM = "/items/firestorm",
|
|
369
|
-
FLAME_ARROW = "/items/flame_arrow",
|
|
370
|
-
FLAME_BLAST = "/items/flame_blast",
|
|
371
|
-
FLAMING_CLOTH = "/items/flaming_cloth",
|
|
372
|
-
FLAMING_ROBE_BOTTOMS = "/items/flaming_robe_bottoms",
|
|
373
|
-
FLAMING_ROBE_TOP = "/items/flaming_robe_top",
|
|
374
|
-
FLAX = "/items/flax",
|
|
375
|
-
FLUFFY_RED_HAT = "/items/fluffy_red_hat",
|
|
376
|
-
FORAGERS_BOTTOMS = "/items/foragers_bottoms",
|
|
377
|
-
FORAGERS_TOP = "/items/foragers_top",
|
|
378
|
-
FORAGING_ESSENCE = "/items/foraging_essence",
|
|
379
|
-
FORAGING_TEA = "/items/foraging_tea",
|
|
380
|
-
FRACTURING_IMPACT = "/items/fracturing_impact",
|
|
381
|
-
FRENZY = "/items/frenzy",
|
|
382
|
-
FROST_SPHERE = "/items/frost_sphere",
|
|
383
|
-
FROST_STAFF = "/items/frost_staff",
|
|
384
|
-
FROST_SURGE = "/items/frost_surge",
|
|
385
|
-
FURIOUS_SPEAR = "/items/furious_spear",
|
|
386
|
-
FURIOUS_SPEAR_REFINED = "/items/furious_spear_refined",
|
|
387
|
-
GARNET = "/items/garnet",
|
|
388
|
-
GATHERING_TEA = "/items/gathering_tea",
|
|
389
|
-
GATOR_VEST = "/items/gator_vest",
|
|
390
|
-
GIANT_POUCH = "/items/giant_pouch",
|
|
391
|
-
GINKGO_BOW = "/items/ginkgo_bow",
|
|
392
|
-
GINKGO_CROSSBOW = "/items/ginkgo_crossbow",
|
|
393
|
-
GINKGO_FIRE_STAFF = "/items/ginkgo_fire_staff",
|
|
394
|
-
GINKGO_LOG = "/items/ginkgo_log",
|
|
395
|
-
GINKGO_LUMBER = "/items/ginkgo_lumber",
|
|
396
|
-
GINKGO_NATURE_STAFF = "/items/ginkgo_nature_staff",
|
|
397
|
-
GINKGO_SHIELD = "/items/ginkgo_shield",
|
|
398
|
-
GINKGO_WATER_STAFF = "/items/ginkgo_water_staff",
|
|
399
|
-
GLUTTONOUS_ENERGY = "/items/gluttonous_energy",
|
|
400
|
-
GLUTTONOUS_POUCH = "/items/gluttonous_pouch",
|
|
401
|
-
GOBO_BOOMSTICK = "/items/gobo_boomstick",
|
|
402
|
-
GOBO_BOOTS = "/items/gobo_boots",
|
|
403
|
-
GOBO_BRACERS = "/items/gobo_bracers",
|
|
404
|
-
GOBO_CHAPS = "/items/gobo_chaps",
|
|
405
|
-
GOBO_DEFENDER = "/items/gobo_defender",
|
|
406
|
-
GOBO_ESSENCE = "/items/gobo_essence",
|
|
407
|
-
GOBO_HIDE = "/items/gobo_hide",
|
|
408
|
-
GOBO_HOOD = "/items/gobo_hood",
|
|
409
|
-
GOBO_LEATHER = "/items/gobo_leather",
|
|
410
|
-
GOBO_RAG = "/items/gobo_rag",
|
|
411
|
-
GOBO_SHOOTER = "/items/gobo_shooter",
|
|
412
|
-
GOBO_SLASHER = "/items/gobo_slasher",
|
|
413
|
-
GOBO_SMASHER = "/items/gobo_smasher",
|
|
414
|
-
GOBO_STABBER = "/items/gobo_stabber",
|
|
415
|
-
GOBO_TUNIC = "/items/gobo_tunic",
|
|
416
|
-
GOGGLES = "/items/goggles",
|
|
417
|
-
GOLEM_ESSENCE = "/items/golem_essence",
|
|
418
|
-
GOURMET_TEA = "/items/gourmet_tea",
|
|
419
|
-
GRANDMASTER_ALCHEMY_CHARM = "/items/grandmaster_alchemy_charm",
|
|
420
|
-
GRANDMASTER_ATTACK_CHARM = "/items/grandmaster_attack_charm",
|
|
421
|
-
GRANDMASTER_BREWING_CHARM = "/items/grandmaster_brewing_charm",
|
|
422
|
-
GRANDMASTER_CHEESESMITHING_CHARM = "/items/grandmaster_cheesesmithing_charm",
|
|
423
|
-
GRANDMASTER_COOKING_CHARM = "/items/grandmaster_cooking_charm",
|
|
424
|
-
GRANDMASTER_CRAFTING_CHARM = "/items/grandmaster_crafting_charm",
|
|
425
|
-
GRANDMASTER_DEFENSE_CHARM = "/items/grandmaster_defense_charm",
|
|
426
|
-
GRANDMASTER_ENHANCING_CHARM = "/items/grandmaster_enhancing_charm",
|
|
427
|
-
GRANDMASTER_FORAGING_CHARM = "/items/grandmaster_foraging_charm",
|
|
428
|
-
GRANDMASTER_INTELLIGENCE_CHARM = "/items/grandmaster_intelligence_charm",
|
|
429
|
-
GRANDMASTER_MAGIC_CHARM = "/items/grandmaster_magic_charm",
|
|
430
|
-
GRANDMASTER_MELEE_CHARM = "/items/grandmaster_melee_charm",
|
|
431
|
-
GRANDMASTER_MILKING_CHARM = "/items/grandmaster_milking_charm",
|
|
432
|
-
GRANDMASTER_RANGED_CHARM = "/items/grandmaster_ranged_charm",
|
|
433
|
-
GRANDMASTER_STAMINA_CHARM = "/items/grandmaster_stamina_charm",
|
|
434
|
-
GRANDMASTER_TAILORING_CHARM = "/items/grandmaster_tailoring_charm",
|
|
435
|
-
GRANDMASTER_WOODCUTTING_CHARM = "/items/grandmaster_woodcutting_charm",
|
|
436
|
-
GRANITE_BLUDGEON = "/items/granite_bludgeon",
|
|
437
|
-
GREEN_KEY_FRAGMENT = "/items/green_key_fragment",
|
|
438
|
-
GREEN_TEA_LEAF = "/items/green_tea_leaf",
|
|
439
|
-
GRIFFIN_BULWARK = "/items/griffin_bulwark",
|
|
440
|
-
GRIFFIN_BULWARK_REFINED = "/items/griffin_bulwark_refined",
|
|
441
|
-
GRIFFIN_CHAPS = "/items/griffin_chaps",
|
|
442
|
-
GRIFFIN_LEATHER = "/items/griffin_leather",
|
|
443
|
-
GRIFFIN_TALON = "/items/griffin_talon",
|
|
444
|
-
GRIFFIN_TUNIC = "/items/griffin_tunic",
|
|
445
|
-
GRIZZLY_BEAR_FLUFF = "/items/grizzly_bear_fluff",
|
|
446
|
-
GRIZZLY_BEAR_SHOES = "/items/grizzly_bear_shoes",
|
|
447
|
-
GUARDIAN_AURA = "/items/guardian_aura",
|
|
448
|
-
GUMMY = "/items/gummy",
|
|
449
|
-
GUZZLING_ENERGY = "/items/guzzling_energy",
|
|
450
|
-
GUZZLING_POUCH = "/items/guzzling_pouch",
|
|
451
|
-
HEAL = "/items/heal",
|
|
452
|
-
HOLY_ALEMBIC = "/items/holy_alembic",
|
|
453
|
-
HOLY_BOOTS = "/items/holy_boots",
|
|
454
|
-
HOLY_BRUSH = "/items/holy_brush",
|
|
455
|
-
HOLY_BUCKLER = "/items/holy_buckler",
|
|
456
|
-
HOLY_BULWARK = "/items/holy_bulwark",
|
|
457
|
-
HOLY_CHEESE = "/items/holy_cheese",
|
|
458
|
-
HOLY_CHISEL = "/items/holy_chisel",
|
|
459
|
-
HOLY_ENHANCER = "/items/holy_enhancer",
|
|
460
|
-
HOLY_GAUNTLETS = "/items/holy_gauntlets",
|
|
461
|
-
HOLY_HAMMER = "/items/holy_hammer",
|
|
462
|
-
HOLY_HATCHET = "/items/holy_hatchet",
|
|
463
|
-
HOLY_HELMET = "/items/holy_helmet",
|
|
464
|
-
HOLY_MACE = "/items/holy_mace",
|
|
465
|
-
HOLY_MILK = "/items/holy_milk",
|
|
466
|
-
HOLY_NEEDLE = "/items/holy_needle",
|
|
467
|
-
HOLY_PLATE_BODY = "/items/holy_plate_body",
|
|
468
|
-
HOLY_PLATE_LEGS = "/items/holy_plate_legs",
|
|
469
|
-
HOLY_POT = "/items/holy_pot",
|
|
470
|
-
HOLY_SHEARS = "/items/holy_shears",
|
|
471
|
-
HOLY_SPATULA = "/items/holy_spatula",
|
|
472
|
-
HOLY_SPEAR = "/items/holy_spear",
|
|
473
|
-
HOLY_SWORD = "/items/holy_sword",
|
|
474
|
-
ICE_SPEAR = "/items/ice_spear",
|
|
475
|
-
ICY_CLOTH = "/items/icy_cloth",
|
|
476
|
-
ICY_ROBE_BOTTOMS = "/items/icy_robe_bottoms",
|
|
477
|
-
ICY_ROBE_TOP = "/items/icy_robe_top",
|
|
478
|
-
IMPALE = "/items/impale",
|
|
479
|
-
INFERNAL_BATTLESTAFF = "/items/infernal_battlestaff",
|
|
480
|
-
INFERNAL_EMBER = "/items/infernal_ember",
|
|
481
|
-
INSANITY = "/items/insanity",
|
|
482
|
-
INTELLIGENCE_COFFEE = "/items/intelligence_coffee",
|
|
483
|
-
INVINCIBLE = "/items/invincible",
|
|
484
|
-
JACKALOPE_ANTLER = "/items/jackalope_antler",
|
|
485
|
-
JACKALOPE_STAFF = "/items/jackalope_staff",
|
|
486
|
-
JADE = "/items/jade",
|
|
487
|
-
JUNGLE_ESSENCE = "/items/jungle_essence",
|
|
488
|
-
KNIGHTS_AEGIS = "/items/knights_aegis",
|
|
489
|
-
KNIGHTS_AEGIS_REFINED = "/items/knights_aegis_refined",
|
|
490
|
-
KNIGHTS_INGOT = "/items/knights_ingot",
|
|
491
|
-
KRAKEN_CHAPS = "/items/kraken_chaps",
|
|
492
|
-
KRAKEN_CHAPS_REFINED = "/items/kraken_chaps_refined",
|
|
493
|
-
KRAKEN_FANG = "/items/kraken_fang",
|
|
494
|
-
KRAKEN_LEATHER = "/items/kraken_leather",
|
|
495
|
-
KRAKEN_TUNIC = "/items/kraken_tunic",
|
|
496
|
-
KRAKEN_TUNIC_REFINED = "/items/kraken_tunic_refined",
|
|
497
|
-
LARGE_ARTISANS_CRATE = "/items/large_artisans_crate",
|
|
498
|
-
LARGE_METEORITE_CACHE = "/items/large_meteorite_cache",
|
|
499
|
-
LARGE_POUCH = "/items/large_pouch",
|
|
500
|
-
LARGE_TREASURE_CHEST = "/items/large_treasure_chest",
|
|
501
|
-
LIBERICA_COFFEE_BEAN = "/items/liberica_coffee_bean",
|
|
502
|
-
LIFE_DRAIN = "/items/life_drain",
|
|
503
|
-
LINEN_BOOTS = "/items/linen_boots",
|
|
504
|
-
LINEN_FABRIC = "/items/linen_fabric",
|
|
505
|
-
LINEN_GLOVES = "/items/linen_gloves",
|
|
506
|
-
LINEN_HAT = "/items/linen_hat",
|
|
507
|
-
LINEN_ROBE_BOTTOMS = "/items/linen_robe_bottoms",
|
|
508
|
-
LINEN_ROBE_TOP = "/items/linen_robe_top",
|
|
509
|
-
LIVING_GRANITE = "/items/living_granite",
|
|
510
|
-
LOG = "/items/log",
|
|
511
|
-
LUCKY_COFFEE = "/items/lucky_coffee",
|
|
512
|
-
LUMBER = "/items/lumber",
|
|
513
|
-
LUMBERJACKS_BOTTOMS = "/items/lumberjacks_bottoms",
|
|
514
|
-
LUMBERJACKS_TOP = "/items/lumberjacks_top",
|
|
515
|
-
LUNA_ROBE_BOTTOMS = "/items/luna_robe_bottoms",
|
|
516
|
-
LUNA_ROBE_TOP = "/items/luna_robe_top",
|
|
517
|
-
LUNA_WING = "/items/luna_wing",
|
|
518
|
-
MAELSTROM_PLATE_BODY = "/items/maelstrom_plate_body",
|
|
519
|
-
MAELSTROM_PLATE_BODY_REFINED = "/items/maelstrom_plate_body_refined",
|
|
520
|
-
MAELSTROM_PLATE_LEGS = "/items/maelstrom_plate_legs",
|
|
521
|
-
MAELSTROM_PLATE_LEGS_REFINED = "/items/maelstrom_plate_legs_refined",
|
|
522
|
-
MAELSTROM_PLATING = "/items/maelstrom_plating",
|
|
523
|
-
MAGIC_COFFEE = "/items/magic_coffee",
|
|
524
|
-
MAGICIANS_CLOTH = "/items/magicians_cloth",
|
|
525
|
-
MAGICIANS_HAT = "/items/magicians_hat",
|
|
526
|
-
MAGICIANS_HAT_REFINED = "/items/magicians_hat_refined",
|
|
527
|
-
MAGNET = "/items/magnet",
|
|
528
|
-
MAGNETIC_GLOVES = "/items/magnetic_gloves",
|
|
529
|
-
MAGNIFYING_GLASS = "/items/magnifying_glass",
|
|
530
|
-
MAIM = "/items/maim",
|
|
531
|
-
MANA_SPRING = "/items/mana_spring",
|
|
532
|
-
MANTICORE_SHIELD = "/items/manticore_shield",
|
|
533
|
-
MANTICORE_STING = "/items/manticore_sting",
|
|
534
|
-
MARINE_CHAPS = "/items/marine_chaps",
|
|
535
|
-
MARINE_SCALE = "/items/marine_scale",
|
|
536
|
-
MARINE_TUNIC = "/items/marine_tunic",
|
|
537
|
-
MARKSMAN_BRACERS = "/items/marksman_bracers",
|
|
538
|
-
MARKSMAN_BRACERS_REFINED = "/items/marksman_bracers_refined",
|
|
539
|
-
MARKSMAN_BROOCH = "/items/marksman_brooch",
|
|
540
|
-
MARSBERRY = "/items/marsberry",
|
|
541
|
-
MARSBERRY_CAKE = "/items/marsberry_cake",
|
|
542
|
-
MARSBERRY_DONUT = "/items/marsberry_donut",
|
|
543
|
-
MASTER_ALCHEMY_CHARM = "/items/master_alchemy_charm",
|
|
544
|
-
MASTER_ATTACK_CHARM = "/items/master_attack_charm",
|
|
545
|
-
MASTER_BREWING_CHARM = "/items/master_brewing_charm",
|
|
546
|
-
MASTER_CHEESESMITHING_CHARM = "/items/master_cheesesmithing_charm",
|
|
547
|
-
MASTER_COOKING_CHARM = "/items/master_cooking_charm",
|
|
548
|
-
MASTER_CRAFTING_CHARM = "/items/master_crafting_charm",
|
|
549
|
-
MASTER_DEFENSE_CHARM = "/items/master_defense_charm",
|
|
550
|
-
MASTER_ENHANCING_CHARM = "/items/master_enhancing_charm",
|
|
551
|
-
MASTER_FORAGING_CHARM = "/items/master_foraging_charm",
|
|
552
|
-
MASTER_INTELLIGENCE_CHARM = "/items/master_intelligence_charm",
|
|
553
|
-
MASTER_MAGIC_CHARM = "/items/master_magic_charm",
|
|
554
|
-
MASTER_MELEE_CHARM = "/items/master_melee_charm",
|
|
555
|
-
MASTER_MILKING_CHARM = "/items/master_milking_charm",
|
|
556
|
-
MASTER_RANGED_CHARM = "/items/master_ranged_charm",
|
|
557
|
-
MASTER_STAMINA_CHARM = "/items/master_stamina_charm",
|
|
558
|
-
MASTER_TAILORING_CHARM = "/items/master_tailoring_charm",
|
|
559
|
-
MASTER_WOODCUTTING_CHARM = "/items/master_woodcutting_charm",
|
|
560
|
-
MEDIUM_ARTISANS_CRATE = "/items/medium_artisans_crate",
|
|
561
|
-
MEDIUM_METEORITE_CACHE = "/items/medium_meteorite_cache",
|
|
562
|
-
MEDIUM_POUCH = "/items/medium_pouch",
|
|
563
|
-
MEDIUM_TREASURE_CHEST = "/items/medium_treasure_chest",
|
|
564
|
-
MELEE_COFFEE = "/items/melee_coffee",
|
|
565
|
-
MILK = "/items/milk",
|
|
566
|
-
MILKING_ESSENCE = "/items/milking_essence",
|
|
567
|
-
MILKING_TEA = "/items/milking_tea",
|
|
568
|
-
MINOR_HEAL = "/items/minor_heal",
|
|
569
|
-
MIRROR_OF_PROTECTION = "/items/mirror_of_protection",
|
|
570
|
-
MOOBERRY = "/items/mooberry",
|
|
571
|
-
MOOBERRY_CAKE = "/items/mooberry_cake",
|
|
572
|
-
MOOBERRY_DONUT = "/items/mooberry_donut",
|
|
573
|
-
MOOLONG_TEA_LEAF = "/items/moolong_tea_leaf",
|
|
574
|
-
MOONSTONE = "/items/moonstone",
|
|
575
|
-
MYSTIC_AURA = "/items/mystic_aura",
|
|
576
|
-
NATURES_VEIL = "/items/natures_veil",
|
|
577
|
-
NECKLACE_OF_EFFICIENCY = "/items/necklace_of_efficiency",
|
|
578
|
-
NECKLACE_OF_SPEED = "/items/necklace_of_speed",
|
|
579
|
-
NECKLACE_OF_WISDOM = "/items/necklace_of_wisdom",
|
|
580
|
-
ORANGE = "/items/orange",
|
|
581
|
-
ORANGE_GUMMY = "/items/orange_gummy",
|
|
582
|
-
ORANGE_KEY_FRAGMENT = "/items/orange_key_fragment",
|
|
583
|
-
ORANGE_YOGURT = "/items/orange_yogurt",
|
|
584
|
-
PANDA_FLUFF = "/items/panda_fluff",
|
|
585
|
-
PANDA_GLOVES = "/items/panda_gloves",
|
|
586
|
-
PEACH = "/items/peach",
|
|
587
|
-
PEACH_GUMMY = "/items/peach_gummy",
|
|
588
|
-
PEACH_YOGURT = "/items/peach_yogurt",
|
|
589
|
-
PEARL = "/items/pearl",
|
|
590
|
-
PENETRATING_SHOT = "/items/penetrating_shot",
|
|
591
|
-
PENETRATING_STRIKE = "/items/penetrating_strike",
|
|
592
|
-
PESTILENT_SHOT = "/items/pestilent_shot",
|
|
593
|
-
PHILOSOPHERS_EARRINGS = "/items/philosophers_earrings",
|
|
594
|
-
PHILOSOPHERS_NECKLACE = "/items/philosophers_necklace",
|
|
595
|
-
PHILOSOPHERS_RING = "/items/philosophers_ring",
|
|
596
|
-
PHILOSOPHERS_STONE = "/items/philosophers_stone",
|
|
597
|
-
PINCER_GLOVES = "/items/pincer_gloves",
|
|
598
|
-
PIRATE_CHEST = "/items/pirate_chest",
|
|
599
|
-
PIRATE_CHEST_KEY = "/items/pirate_chest_key",
|
|
600
|
-
PIRATE_ENTRY_KEY = "/items/pirate_entry_key",
|
|
601
|
-
PIRATE_ESSENCE = "/items/pirate_essence",
|
|
602
|
-
PIRATE_REFINEMENT_CHEST = "/items/pirate_refinement_chest",
|
|
603
|
-
PIRATE_REFINEMENT_SHARD = "/items/pirate_refinement_shard",
|
|
604
|
-
PIRATE_TOKEN = "/items/pirate_token",
|
|
605
|
-
PLUM = "/items/plum",
|
|
606
|
-
PLUM_GUMMY = "/items/plum_gummy",
|
|
607
|
-
PLUM_YOGURT = "/items/plum_yogurt",
|
|
608
|
-
POKE = "/items/poke",
|
|
609
|
-
POLAR_BEAR_FLUFF = "/items/polar_bear_fluff",
|
|
610
|
-
POLAR_BEAR_SHOES = "/items/polar_bear_shoes",
|
|
611
|
-
PRECISION = "/items/precision",
|
|
612
|
-
PRIME_CATALYST = "/items/prime_catalyst",
|
|
613
|
-
PROCESSING_TEA = "/items/processing_tea",
|
|
614
|
-
PROVOKE = "/items/provoke",
|
|
615
|
-
PUNCTURE = "/items/puncture",
|
|
616
|
-
PURPLE_KEY_FRAGMENT = "/items/purple_key_fragment",
|
|
617
|
-
PURPLEHEART_BOW = "/items/purpleheart_bow",
|
|
618
|
-
PURPLEHEART_CROSSBOW = "/items/purpleheart_crossbow",
|
|
619
|
-
PURPLEHEART_FIRE_STAFF = "/items/purpleheart_fire_staff",
|
|
620
|
-
PURPLEHEART_LOG = "/items/purpleheart_log",
|
|
621
|
-
PURPLEHEART_LUMBER = "/items/purpleheart_lumber",
|
|
622
|
-
PURPLEHEART_NATURE_STAFF = "/items/purpleheart_nature_staff",
|
|
623
|
-
PURPLEHEART_SHIELD = "/items/purpleheart_shield",
|
|
624
|
-
PURPLEHEART_WATER_STAFF = "/items/purpleheart_water_staff",
|
|
625
|
-
PURPLES_GIFT = "/items/purples_gift",
|
|
626
|
-
QUICK_AID = "/items/quick_aid",
|
|
627
|
-
QUICK_SHOT = "/items/quick_shot",
|
|
628
|
-
RADIANT_BOOTS = "/items/radiant_boots",
|
|
629
|
-
RADIANT_FABRIC = "/items/radiant_fabric",
|
|
630
|
-
RADIANT_FIBER = "/items/radiant_fiber",
|
|
631
|
-
RADIANT_GLOVES = "/items/radiant_gloves",
|
|
632
|
-
RADIANT_HAT = "/items/radiant_hat",
|
|
633
|
-
RADIANT_ROBE_BOTTOMS = "/items/radiant_robe_bottoms",
|
|
634
|
-
RADIANT_ROBE_TOP = "/items/radiant_robe_top",
|
|
635
|
-
RAIN_OF_ARROWS = "/items/rain_of_arrows",
|
|
636
|
-
RAINBOW_ALEMBIC = "/items/rainbow_alembic",
|
|
637
|
-
RAINBOW_BOOTS = "/items/rainbow_boots",
|
|
638
|
-
RAINBOW_BRUSH = "/items/rainbow_brush",
|
|
639
|
-
RAINBOW_BUCKLER = "/items/rainbow_buckler",
|
|
640
|
-
RAINBOW_BULWARK = "/items/rainbow_bulwark",
|
|
641
|
-
RAINBOW_CHEESE = "/items/rainbow_cheese",
|
|
642
|
-
RAINBOW_CHISEL = "/items/rainbow_chisel",
|
|
643
|
-
RAINBOW_ENHANCER = "/items/rainbow_enhancer",
|
|
644
|
-
RAINBOW_GAUNTLETS = "/items/rainbow_gauntlets",
|
|
645
|
-
RAINBOW_HAMMER = "/items/rainbow_hammer",
|
|
646
|
-
RAINBOW_HATCHET = "/items/rainbow_hatchet",
|
|
647
|
-
RAINBOW_HELMET = "/items/rainbow_helmet",
|
|
648
|
-
RAINBOW_MACE = "/items/rainbow_mace",
|
|
649
|
-
RAINBOW_MILK = "/items/rainbow_milk",
|
|
650
|
-
RAINBOW_NEEDLE = "/items/rainbow_needle",
|
|
651
|
-
RAINBOW_PLATE_BODY = "/items/rainbow_plate_body",
|
|
652
|
-
RAINBOW_PLATE_LEGS = "/items/rainbow_plate_legs",
|
|
653
|
-
RAINBOW_POT = "/items/rainbow_pot",
|
|
654
|
-
RAINBOW_SHEARS = "/items/rainbow_shears",
|
|
655
|
-
RAINBOW_SPATULA = "/items/rainbow_spatula",
|
|
656
|
-
RAINBOW_SPEAR = "/items/rainbow_spear",
|
|
657
|
-
RAINBOW_SWORD = "/items/rainbow_sword",
|
|
658
|
-
RANGED_COFFEE = "/items/ranged_coffee",
|
|
659
|
-
RANGER_NECKLACE = "/items/ranger_necklace",
|
|
660
|
-
RED_CULINARY_HAT = "/items/red_culinary_hat",
|
|
661
|
-
RED_PANDA_FLUFF = "/items/red_panda_fluff",
|
|
662
|
-
RED_TEA_LEAF = "/items/red_tea_leaf",
|
|
663
|
-
REDWOOD_BOW = "/items/redwood_bow",
|
|
664
|
-
REDWOOD_CROSSBOW = "/items/redwood_crossbow",
|
|
665
|
-
REDWOOD_FIRE_STAFF = "/items/redwood_fire_staff",
|
|
666
|
-
REDWOOD_LOG = "/items/redwood_log",
|
|
667
|
-
REDWOOD_LUMBER = "/items/redwood_lumber",
|
|
668
|
-
REDWOOD_NATURE_STAFF = "/items/redwood_nature_staff",
|
|
669
|
-
REDWOOD_SHIELD = "/items/redwood_shield",
|
|
670
|
-
REDWOOD_WATER_STAFF = "/items/redwood_water_staff",
|
|
671
|
-
REGAL_JEWEL = "/items/regal_jewel",
|
|
672
|
-
REGAL_SWORD = "/items/regal_sword",
|
|
673
|
-
REGAL_SWORD_REFINED = "/items/regal_sword_refined",
|
|
674
|
-
REJUVENATE = "/items/rejuvenate",
|
|
675
|
-
REPTILE_BOOTS = "/items/reptile_boots",
|
|
676
|
-
REPTILE_BRACERS = "/items/reptile_bracers",
|
|
677
|
-
REPTILE_CHAPS = "/items/reptile_chaps",
|
|
678
|
-
REPTILE_HIDE = "/items/reptile_hide",
|
|
679
|
-
REPTILE_HOOD = "/items/reptile_hood",
|
|
680
|
-
REPTILE_LEATHER = "/items/reptile_leather",
|
|
681
|
-
REPTILE_TUNIC = "/items/reptile_tunic",
|
|
682
|
-
RETRIBUTION = "/items/retribution",
|
|
683
|
-
REVENANT_ANIMA = "/items/revenant_anima",
|
|
684
|
-
REVENANT_CHAPS = "/items/revenant_chaps",
|
|
685
|
-
REVENANT_TUNIC = "/items/revenant_tunic",
|
|
686
|
-
REVIVE = "/items/revive",
|
|
687
|
-
RING_OF_ARMOR = "/items/ring_of_armor",
|
|
688
|
-
RING_OF_CRITICAL_STRIKE = "/items/ring_of_critical_strike",
|
|
689
|
-
RING_OF_ESSENCE_FIND = "/items/ring_of_essence_find",
|
|
690
|
-
RING_OF_GATHERING = "/items/ring_of_gathering",
|
|
691
|
-
RING_OF_RARE_FIND = "/items/ring_of_rare_find",
|
|
692
|
-
RING_OF_REGENERATION = "/items/ring_of_regeneration",
|
|
693
|
-
RING_OF_RESISTANCE = "/items/ring_of_resistance",
|
|
694
|
-
RIPPLING_TRIDENT = "/items/rippling_trident",
|
|
695
|
-
RIPPLING_TRIDENT_REFINED = "/items/rippling_trident_refined",
|
|
696
|
-
ROBUSTA_COFFEE_BEAN = "/items/robusta_coffee_bean",
|
|
697
|
-
ROUGH_BOOTS = "/items/rough_boots",
|
|
698
|
-
ROUGH_BRACERS = "/items/rough_bracers",
|
|
699
|
-
ROUGH_CHAPS = "/items/rough_chaps",
|
|
700
|
-
ROUGH_HIDE = "/items/rough_hide",
|
|
701
|
-
ROUGH_HOOD = "/items/rough_hood",
|
|
702
|
-
ROUGH_LEATHER = "/items/rough_leather",
|
|
703
|
-
ROUGH_TUNIC = "/items/rough_tunic",
|
|
704
|
-
ROYAL_CLOTH = "/items/royal_cloth",
|
|
705
|
-
ROYAL_FIRE_ROBE_BOTTOMS = "/items/royal_fire_robe_bottoms",
|
|
706
|
-
ROYAL_FIRE_ROBE_BOTTOMS_REFINED = "/items/royal_fire_robe_bottoms_refined",
|
|
707
|
-
ROYAL_FIRE_ROBE_TOP = "/items/royal_fire_robe_top",
|
|
708
|
-
ROYAL_FIRE_ROBE_TOP_REFINED = "/items/royal_fire_robe_top_refined",
|
|
709
|
-
ROYAL_NATURE_ROBE_BOTTOMS = "/items/royal_nature_robe_bottoms",
|
|
710
|
-
ROYAL_NATURE_ROBE_BOTTOMS_REFINED = "/items/royal_nature_robe_bottoms_refined",
|
|
711
|
-
ROYAL_NATURE_ROBE_TOP = "/items/royal_nature_robe_top",
|
|
712
|
-
ROYAL_NATURE_ROBE_TOP_REFINED = "/items/royal_nature_robe_top_refined",
|
|
713
|
-
ROYAL_WATER_ROBE_BOTTOMS = "/items/royal_water_robe_bottoms",
|
|
714
|
-
ROYAL_WATER_ROBE_BOTTOMS_REFINED = "/items/royal_water_robe_bottoms_refined",
|
|
715
|
-
ROYAL_WATER_ROBE_TOP = "/items/royal_water_robe_top",
|
|
716
|
-
ROYAL_WATER_ROBE_TOP_REFINED = "/items/royal_water_robe_top_refined",
|
|
717
|
-
SCRATCH = "/items/scratch",
|
|
718
|
-
SHARD_OF_PROTECTION = "/items/shard_of_protection",
|
|
719
|
-
SHIELD_BASH = "/items/shield_bash",
|
|
720
|
-
SHOEBILL_FEATHER = "/items/shoebill_feather",
|
|
721
|
-
SHOEBILL_SHOES = "/items/shoebill_shoes",
|
|
722
|
-
SIGHTED_BRACERS = "/items/sighted_bracers",
|
|
723
|
-
SILENCING_SHOT = "/items/silencing_shot",
|
|
724
|
-
SILK_BOOTS = "/items/silk_boots",
|
|
725
|
-
SILK_FABRIC = "/items/silk_fabric",
|
|
726
|
-
SILK_GLOVES = "/items/silk_gloves",
|
|
727
|
-
SILK_HAT = "/items/silk_hat",
|
|
728
|
-
SILK_ROBE_BOTTOMS = "/items/silk_robe_bottoms",
|
|
729
|
-
SILK_ROBE_TOP = "/items/silk_robe_top",
|
|
730
|
-
SINISTER_CAPE = "/items/sinister_cape",
|
|
731
|
-
SINISTER_CAPE_REFINED = "/items/sinister_cape_refined",
|
|
732
|
-
SINISTER_CHEST = "/items/sinister_chest",
|
|
733
|
-
SINISTER_CHEST_KEY = "/items/sinister_chest_key",
|
|
734
|
-
SINISTER_ENTRY_KEY = "/items/sinister_entry_key",
|
|
735
|
-
SINISTER_ESSENCE = "/items/sinister_essence",
|
|
736
|
-
SINISTER_REFINEMENT_CHEST = "/items/sinister_refinement_chest",
|
|
737
|
-
SINISTER_REFINEMENT_SHARD = "/items/sinister_refinement_shard",
|
|
738
|
-
SINISTER_TOKEN = "/items/sinister_token",
|
|
739
|
-
SMACK = "/items/smack",
|
|
740
|
-
SMALL_ARTISANS_CRATE = "/items/small_artisans_crate",
|
|
741
|
-
SMALL_METEORITE_CACHE = "/items/small_meteorite_cache",
|
|
742
|
-
SMALL_POUCH = "/items/small_pouch",
|
|
743
|
-
SMALL_TREASURE_CHEST = "/items/small_treasure_chest",
|
|
744
|
-
SMOKE_BURST = "/items/smoke_burst",
|
|
745
|
-
SNAIL_SHELL = "/items/snail_shell",
|
|
746
|
-
SNAIL_SHELL_HELMET = "/items/snail_shell_helmet",
|
|
747
|
-
SNAKE_FANG = "/items/snake_fang",
|
|
748
|
-
SNAKE_FANG_DIRK = "/items/snake_fang_dirk",
|
|
749
|
-
SORCERER_BOOTS = "/items/sorcerer_boots",
|
|
750
|
-
SORCERER_ESSENCE = "/items/sorcerer_essence",
|
|
751
|
-
SORCERERS_SOLE = "/items/sorcerers_sole",
|
|
752
|
-
SOUL_FRAGMENT = "/items/soul_fragment",
|
|
753
|
-
SOUL_HUNTER_CROSSBOW = "/items/soul_hunter_crossbow",
|
|
754
|
-
SPACEBERRY = "/items/spaceberry",
|
|
755
|
-
SPACEBERRY_CAKE = "/items/spaceberry_cake",
|
|
756
|
-
SPACEBERRY_DONUT = "/items/spaceberry_donut",
|
|
757
|
-
SPACIA_COFFEE_BEAN = "/items/spacia_coffee_bean",
|
|
758
|
-
SPEED_AURA = "/items/speed_aura",
|
|
759
|
-
SPIKE_SHELL = "/items/spike_shell",
|
|
760
|
-
SPIKED_BULWARK = "/items/spiked_bulwark",
|
|
761
|
-
STALACTITE_SHARD = "/items/stalactite_shard",
|
|
762
|
-
STALACTITE_SPEAR = "/items/stalactite_spear",
|
|
763
|
-
STAMINA_COFFEE = "/items/stamina_coffee",
|
|
764
|
-
STAR_FRAGMENT = "/items/star_fragment",
|
|
765
|
-
STAR_FRUIT = "/items/star_fruit",
|
|
766
|
-
STAR_FRUIT_GUMMY = "/items/star_fruit_gummy",
|
|
767
|
-
STAR_FRUIT_YOGURT = "/items/star_fruit_yogurt",
|
|
768
|
-
STEADY_SHOT = "/items/steady_shot",
|
|
769
|
-
STONE_KEY_FRAGMENT = "/items/stone_key_fragment",
|
|
770
|
-
STRAWBERRY = "/items/strawberry",
|
|
771
|
-
STRAWBERRY_CAKE = "/items/strawberry_cake",
|
|
772
|
-
STRAWBERRY_DONUT = "/items/strawberry_donut",
|
|
773
|
-
STUNNING_BLOW = "/items/stunning_blow",
|
|
774
|
-
SUGAR = "/items/sugar",
|
|
775
|
-
SUNDERING_CROSSBOW = "/items/sundering_crossbow",
|
|
776
|
-
SUNDERING_CROSSBOW_REFINED = "/items/sundering_crossbow_refined",
|
|
777
|
-
SUNDERING_JEWEL = "/items/sundering_jewel",
|
|
778
|
-
SUNSTONE = "/items/sunstone",
|
|
779
|
-
SUPER_ALCHEMY_TEA = "/items/super_alchemy_tea",
|
|
780
|
-
SUPER_ATTACK_COFFEE = "/items/super_attack_coffee",
|
|
781
|
-
SUPER_BREWING_TEA = "/items/super_brewing_tea",
|
|
782
|
-
SUPER_CHEESESMITHING_TEA = "/items/super_cheesesmithing_tea",
|
|
783
|
-
SUPER_COOKING_TEA = "/items/super_cooking_tea",
|
|
784
|
-
SUPER_CRAFTING_TEA = "/items/super_crafting_tea",
|
|
785
|
-
SUPER_DEFENSE_COFFEE = "/items/super_defense_coffee",
|
|
786
|
-
SUPER_ENHANCING_TEA = "/items/super_enhancing_tea",
|
|
787
|
-
SUPER_FORAGING_TEA = "/items/super_foraging_tea",
|
|
788
|
-
SUPER_INTELLIGENCE_COFFEE = "/items/super_intelligence_coffee",
|
|
789
|
-
SUPER_MAGIC_COFFEE = "/items/super_magic_coffee",
|
|
790
|
-
SUPER_MELEE_COFFEE = "/items/super_melee_coffee",
|
|
791
|
-
SUPER_MILKING_TEA = "/items/super_milking_tea",
|
|
792
|
-
SUPER_RANGED_COFFEE = "/items/super_ranged_coffee",
|
|
793
|
-
SUPER_STAMINA_COFFEE = "/items/super_stamina_coffee",
|
|
794
|
-
SUPER_TAILORING_TEA = "/items/super_tailoring_tea",
|
|
795
|
-
SUPER_WOODCUTTING_TEA = "/items/super_woodcutting_tea",
|
|
796
|
-
SWAMP_ESSENCE = "/items/swamp_essence",
|
|
797
|
-
SWEEP = "/items/sweep",
|
|
798
|
-
SWIFTNESS_COFFEE = "/items/swiftness_coffee",
|
|
799
|
-
TAILORING_ESSENCE = "/items/tailoring_essence",
|
|
800
|
-
TAILORING_TEA = "/items/tailoring_tea",
|
|
801
|
-
TAILORS_BOTTOMS = "/items/tailors_bottoms",
|
|
802
|
-
TAILORS_TOP = "/items/tailors_top",
|
|
803
|
-
TASK_CRYSTAL = "/items/task_crystal",
|
|
804
|
-
TASK_TOKEN = "/items/task_token",
|
|
805
|
-
TAUNT = "/items/taunt",
|
|
806
|
-
THREAD_OF_EXPERTISE = "/items/thread_of_expertise",
|
|
807
|
-
TOME_OF_HEALING = "/items/tome_of_healing",
|
|
808
|
-
TOME_OF_THE_ELEMENTS = "/items/tome_of_the_elements",
|
|
809
|
-
TOUGHNESS = "/items/toughness",
|
|
810
|
-
TOXIC_POLLEN = "/items/toxic_pollen",
|
|
811
|
-
TRAINEE_ALCHEMY_CHARM = "/items/trainee_alchemy_charm",
|
|
812
|
-
TRAINEE_ATTACK_CHARM = "/items/trainee_attack_charm",
|
|
813
|
-
TRAINEE_BREWING_CHARM = "/items/trainee_brewing_charm",
|
|
814
|
-
TRAINEE_CHEESESMITHING_CHARM = "/items/trainee_cheesesmithing_charm",
|
|
815
|
-
TRAINEE_COOKING_CHARM = "/items/trainee_cooking_charm",
|
|
816
|
-
TRAINEE_CRAFTING_CHARM = "/items/trainee_crafting_charm",
|
|
817
|
-
TRAINEE_DEFENSE_CHARM = "/items/trainee_defense_charm",
|
|
818
|
-
TRAINEE_ENHANCING_CHARM = "/items/trainee_enhancing_charm",
|
|
819
|
-
TRAINEE_FORAGING_CHARM = "/items/trainee_foraging_charm",
|
|
820
|
-
TRAINEE_INTELLIGENCE_CHARM = "/items/trainee_intelligence_charm",
|
|
821
|
-
TRAINEE_MAGIC_CHARM = "/items/trainee_magic_charm",
|
|
822
|
-
TRAINEE_MELEE_CHARM = "/items/trainee_melee_charm",
|
|
823
|
-
TRAINEE_MILKING_CHARM = "/items/trainee_milking_charm",
|
|
824
|
-
TRAINEE_RANGED_CHARM = "/items/trainee_ranged_charm",
|
|
825
|
-
TRAINEE_STAMINA_CHARM = "/items/trainee_stamina_charm",
|
|
826
|
-
TRAINEE_TAILORING_CHARM = "/items/trainee_tailoring_charm",
|
|
827
|
-
TRAINEE_WOODCUTTING_CHARM = "/items/trainee_woodcutting_charm",
|
|
828
|
-
TREANT_BARK = "/items/treant_bark",
|
|
829
|
-
TREANT_SHIELD = "/items/treant_shield",
|
|
830
|
-
TURTLE_SHELL = "/items/turtle_shell",
|
|
831
|
-
TURTLE_SHELL_BODY = "/items/turtle_shell_body",
|
|
832
|
-
TURTLE_SHELL_LEGS = "/items/turtle_shell_legs",
|
|
833
|
-
TWILIGHT_ESSENCE = "/items/twilight_essence",
|
|
834
|
-
ULTRA_ALCHEMY_TEA = "/items/ultra_alchemy_tea",
|
|
835
|
-
ULTRA_ATTACK_COFFEE = "/items/ultra_attack_coffee",
|
|
836
|
-
ULTRA_BREWING_TEA = "/items/ultra_brewing_tea",
|
|
837
|
-
ULTRA_CHEESESMITHING_TEA = "/items/ultra_cheesesmithing_tea",
|
|
838
|
-
ULTRA_COOKING_TEA = "/items/ultra_cooking_tea",
|
|
839
|
-
ULTRA_CRAFTING_TEA = "/items/ultra_crafting_tea",
|
|
840
|
-
ULTRA_DEFENSE_COFFEE = "/items/ultra_defense_coffee",
|
|
841
|
-
ULTRA_ENHANCING_TEA = "/items/ultra_enhancing_tea",
|
|
842
|
-
ULTRA_FORAGING_TEA = "/items/ultra_foraging_tea",
|
|
843
|
-
ULTRA_INTELLIGENCE_COFFEE = "/items/ultra_intelligence_coffee",
|
|
844
|
-
ULTRA_MAGIC_COFFEE = "/items/ultra_magic_coffee",
|
|
845
|
-
ULTRA_MELEE_COFFEE = "/items/ultra_melee_coffee",
|
|
846
|
-
ULTRA_MILKING_TEA = "/items/ultra_milking_tea",
|
|
847
|
-
ULTRA_RANGED_COFFEE = "/items/ultra_ranged_coffee",
|
|
848
|
-
ULTRA_STAMINA_COFFEE = "/items/ultra_stamina_coffee",
|
|
849
|
-
ULTRA_TAILORING_TEA = "/items/ultra_tailoring_tea",
|
|
850
|
-
ULTRA_WOODCUTTING_TEA = "/items/ultra_woodcutting_tea",
|
|
851
|
-
UMBRAL_BOOTS = "/items/umbral_boots",
|
|
852
|
-
UMBRAL_BRACERS = "/items/umbral_bracers",
|
|
853
|
-
UMBRAL_CHAPS = "/items/umbral_chaps",
|
|
854
|
-
UMBRAL_HIDE = "/items/umbral_hide",
|
|
855
|
-
UMBRAL_HOOD = "/items/umbral_hood",
|
|
856
|
-
UMBRAL_LEATHER = "/items/umbral_leather",
|
|
857
|
-
UMBRAL_TUNIC = "/items/umbral_tunic",
|
|
858
|
-
VAMPIRE_FANG = "/items/vampire_fang",
|
|
859
|
-
VAMPIRE_FANG_DIRK = "/items/vampire_fang_dirk",
|
|
860
|
-
VAMPIRIC_BOW = "/items/vampiric_bow",
|
|
861
|
-
VAMPIRISM = "/items/vampirism",
|
|
862
|
-
VERDANT_ALEMBIC = "/items/verdant_alembic",
|
|
863
|
-
VERDANT_BOOTS = "/items/verdant_boots",
|
|
864
|
-
VERDANT_BRUSH = "/items/verdant_brush",
|
|
865
|
-
VERDANT_BUCKLER = "/items/verdant_buckler",
|
|
866
|
-
VERDANT_BULWARK = "/items/verdant_bulwark",
|
|
867
|
-
VERDANT_CHEESE = "/items/verdant_cheese",
|
|
868
|
-
VERDANT_CHISEL = "/items/verdant_chisel",
|
|
869
|
-
VERDANT_ENHANCER = "/items/verdant_enhancer",
|
|
870
|
-
VERDANT_GAUNTLETS = "/items/verdant_gauntlets",
|
|
871
|
-
VERDANT_HAMMER = "/items/verdant_hammer",
|
|
872
|
-
VERDANT_HATCHET = "/items/verdant_hatchet",
|
|
873
|
-
VERDANT_HELMET = "/items/verdant_helmet",
|
|
874
|
-
VERDANT_MACE = "/items/verdant_mace",
|
|
875
|
-
VERDANT_MILK = "/items/verdant_milk",
|
|
876
|
-
VERDANT_NEEDLE = "/items/verdant_needle",
|
|
877
|
-
VERDANT_PLATE_BODY = "/items/verdant_plate_body",
|
|
878
|
-
VERDANT_PLATE_LEGS = "/items/verdant_plate_legs",
|
|
879
|
-
VERDANT_POT = "/items/verdant_pot",
|
|
880
|
-
VERDANT_SHEARS = "/items/verdant_shears",
|
|
881
|
-
VERDANT_SPATULA = "/items/verdant_spatula",
|
|
882
|
-
VERDANT_SPEAR = "/items/verdant_spear",
|
|
883
|
-
VERDANT_SWORD = "/items/verdant_sword",
|
|
884
|
-
VISION_HELMET = "/items/vision_helmet",
|
|
885
|
-
VISION_SHIELD = "/items/vision_shield",
|
|
886
|
-
WATCHFUL_RELIC = "/items/watchful_relic",
|
|
887
|
-
WATER_STRIKE = "/items/water_strike",
|
|
888
|
-
WEREWOLF_CLAW = "/items/werewolf_claw",
|
|
889
|
-
WEREWOLF_SLASHER = "/items/werewolf_slasher",
|
|
890
|
-
WHEAT = "/items/wheat",
|
|
891
|
-
WHITE_KEY_FRAGMENT = "/items/white_key_fragment",
|
|
892
|
-
WISDOM_COFFEE = "/items/wisdom_coffee",
|
|
893
|
-
WISDOM_TEA = "/items/wisdom_tea",
|
|
894
|
-
WIZARD_NECKLACE = "/items/wizard_necklace",
|
|
895
|
-
WOODCUTTING_ESSENCE = "/items/woodcutting_essence",
|
|
896
|
-
WOODCUTTING_TEA = "/items/woodcutting_tea",
|
|
897
|
-
WOODEN_BOW = "/items/wooden_bow",
|
|
898
|
-
WOODEN_CROSSBOW = "/items/wooden_crossbow",
|
|
899
|
-
WOODEN_FIRE_STAFF = "/items/wooden_fire_staff",
|
|
900
|
-
WOODEN_NATURE_STAFF = "/items/wooden_nature_staff",
|
|
901
|
-
WOODEN_SHIELD = "/items/wooden_shield",
|
|
902
|
-
WOODEN_WATER_STAFF = "/items/wooden_water_staff",
|
|
903
|
-
YOGURT = "/items/yogurt"
|
|
904
|
-
}
|
|
905
|
-
export declare const ITEM_HRIDS: {
|
|
906
|
-
readonly ABYSSAL_ESSENCE: "/items/abyssal_essence";
|
|
907
|
-
readonly ACROBATIC_HOOD: "/items/acrobatic_hood";
|
|
908
|
-
readonly ACROBATIC_HOOD_REFINED: "/items/acrobatic_hood_refined";
|
|
909
|
-
readonly ACROBATS_RIBBON: "/items/acrobats_ribbon";
|
|
910
|
-
readonly ADVANCED_ALCHEMY_CHARM: "/items/advanced_alchemy_charm";
|
|
911
|
-
readonly ADVANCED_ATTACK_CHARM: "/items/advanced_attack_charm";
|
|
912
|
-
readonly ADVANCED_BREWING_CHARM: "/items/advanced_brewing_charm";
|
|
913
|
-
readonly ADVANCED_CHEESESMITHING_CHARM: "/items/advanced_cheesesmithing_charm";
|
|
914
|
-
readonly ADVANCED_COOKING_CHARM: "/items/advanced_cooking_charm";
|
|
915
|
-
readonly ADVANCED_CRAFTING_CHARM: "/items/advanced_crafting_charm";
|
|
916
|
-
readonly ADVANCED_DEFENSE_CHARM: "/items/advanced_defense_charm";
|
|
917
|
-
readonly ADVANCED_ENHANCING_CHARM: "/items/advanced_enhancing_charm";
|
|
918
|
-
readonly ADVANCED_FORAGING_CHARM: "/items/advanced_foraging_charm";
|
|
919
|
-
readonly ADVANCED_INTELLIGENCE_CHARM: "/items/advanced_intelligence_charm";
|
|
920
|
-
readonly ADVANCED_MAGIC_CHARM: "/items/advanced_magic_charm";
|
|
921
|
-
readonly ADVANCED_MELEE_CHARM: "/items/advanced_melee_charm";
|
|
922
|
-
readonly ADVANCED_MILKING_CHARM: "/items/advanced_milking_charm";
|
|
923
|
-
readonly ADVANCED_RANGED_CHARM: "/items/advanced_ranged_charm";
|
|
924
|
-
readonly ADVANCED_STAMINA_CHARM: "/items/advanced_stamina_charm";
|
|
925
|
-
readonly ADVANCED_TAILORING_CHARM: "/items/advanced_tailoring_charm";
|
|
926
|
-
readonly ADVANCED_TASK_BADGE: "/items/advanced_task_badge";
|
|
927
|
-
readonly ADVANCED_WOODCUTTING_CHARM: "/items/advanced_woodcutting_charm";
|
|
928
|
-
readonly ALCHEMISTS_BOTTOMS: "/items/alchemists_bottoms";
|
|
929
|
-
readonly ALCHEMISTS_TOP: "/items/alchemists_top";
|
|
930
|
-
readonly ALCHEMY_ESSENCE: "/items/alchemy_essence";
|
|
931
|
-
readonly ALCHEMY_TEA: "/items/alchemy_tea";
|
|
932
|
-
readonly AMBER: "/items/amber";
|
|
933
|
-
readonly AMETHYST: "/items/amethyst";
|
|
934
|
-
readonly ANCHORBOUND_PLATE_BODY: "/items/anchorbound_plate_body";
|
|
935
|
-
readonly ANCHORBOUND_PLATE_BODY_REFINED: "/items/anchorbound_plate_body_refined";
|
|
936
|
-
readonly ANCHORBOUND_PLATE_LEGS: "/items/anchorbound_plate_legs";
|
|
937
|
-
readonly ANCHORBOUND_PLATE_LEGS_REFINED: "/items/anchorbound_plate_legs_refined";
|
|
938
|
-
readonly APPLE: "/items/apple";
|
|
939
|
-
readonly APPLE_GUMMY: "/items/apple_gummy";
|
|
940
|
-
readonly APPLE_YOGURT: "/items/apple_yogurt";
|
|
941
|
-
readonly AQUA_ARROW: "/items/aqua_arrow";
|
|
942
|
-
readonly AQUA_ESSENCE: "/items/aqua_essence";
|
|
943
|
-
readonly ARABICA_COFFEE_BEAN: "/items/arabica_coffee_bean";
|
|
944
|
-
readonly ARCANE_BOW: "/items/arcane_bow";
|
|
945
|
-
readonly ARCANE_CROSSBOW: "/items/arcane_crossbow";
|
|
946
|
-
readonly ARCANE_FIRE_STAFF: "/items/arcane_fire_staff";
|
|
947
|
-
readonly ARCANE_LOG: "/items/arcane_log";
|
|
948
|
-
readonly ARCANE_LUMBER: "/items/arcane_lumber";
|
|
949
|
-
readonly ARCANE_NATURE_STAFF: "/items/arcane_nature_staff";
|
|
950
|
-
readonly ARCANE_SHIELD: "/items/arcane_shield";
|
|
951
|
-
readonly ARCANE_WATER_STAFF: "/items/arcane_water_staff";
|
|
952
|
-
readonly ARTISAN_TEA: "/items/artisan_tea";
|
|
953
|
-
readonly ATTACK_COFFEE: "/items/attack_coffee";
|
|
954
|
-
readonly AZURE_ALEMBIC: "/items/azure_alembic";
|
|
955
|
-
readonly AZURE_BOOTS: "/items/azure_boots";
|
|
956
|
-
readonly AZURE_BRUSH: "/items/azure_brush";
|
|
957
|
-
readonly AZURE_BUCKLER: "/items/azure_buckler";
|
|
958
|
-
readonly AZURE_BULWARK: "/items/azure_bulwark";
|
|
959
|
-
readonly AZURE_CHEESE: "/items/azure_cheese";
|
|
960
|
-
readonly AZURE_CHISEL: "/items/azure_chisel";
|
|
961
|
-
readonly AZURE_ENHANCER: "/items/azure_enhancer";
|
|
962
|
-
readonly AZURE_GAUNTLETS: "/items/azure_gauntlets";
|
|
963
|
-
readonly AZURE_HAMMER: "/items/azure_hammer";
|
|
964
|
-
readonly AZURE_HATCHET: "/items/azure_hatchet";
|
|
965
|
-
readonly AZURE_HELMET: "/items/azure_helmet";
|
|
966
|
-
readonly AZURE_MACE: "/items/azure_mace";
|
|
967
|
-
readonly AZURE_MILK: "/items/azure_milk";
|
|
968
|
-
readonly AZURE_NEEDLE: "/items/azure_needle";
|
|
969
|
-
readonly AZURE_PLATE_BODY: "/items/azure_plate_body";
|
|
970
|
-
readonly AZURE_PLATE_LEGS: "/items/azure_plate_legs";
|
|
971
|
-
readonly AZURE_POT: "/items/azure_pot";
|
|
972
|
-
readonly AZURE_SHEARS: "/items/azure_shears";
|
|
973
|
-
readonly AZURE_SPATULA: "/items/azure_spatula";
|
|
974
|
-
readonly AZURE_SPEAR: "/items/azure_spear";
|
|
975
|
-
readonly AZURE_SWORD: "/items/azure_sword";
|
|
976
|
-
readonly BAG_OF_10_COWBELLS: "/items/bag_of_10_cowbells";
|
|
977
|
-
readonly BAMBOO_BOOTS: "/items/bamboo_boots";
|
|
978
|
-
readonly BAMBOO_BRANCH: "/items/bamboo_branch";
|
|
979
|
-
readonly BAMBOO_FABRIC: "/items/bamboo_fabric";
|
|
980
|
-
readonly BAMBOO_GLOVES: "/items/bamboo_gloves";
|
|
981
|
-
readonly BAMBOO_HAT: "/items/bamboo_hat";
|
|
982
|
-
readonly BAMBOO_ROBE_BOTTOMS: "/items/bamboo_robe_bottoms";
|
|
983
|
-
readonly BAMBOO_ROBE_TOP: "/items/bamboo_robe_top";
|
|
984
|
-
readonly BASIC_ALCHEMY_CHARM: "/items/basic_alchemy_charm";
|
|
985
|
-
readonly BASIC_ATTACK_CHARM: "/items/basic_attack_charm";
|
|
986
|
-
readonly BASIC_BREWING_CHARM: "/items/basic_brewing_charm";
|
|
987
|
-
readonly BASIC_CHEESESMITHING_CHARM: "/items/basic_cheesesmithing_charm";
|
|
988
|
-
readonly BASIC_COOKING_CHARM: "/items/basic_cooking_charm";
|
|
989
|
-
readonly BASIC_CRAFTING_CHARM: "/items/basic_crafting_charm";
|
|
990
|
-
readonly BASIC_DEFENSE_CHARM: "/items/basic_defense_charm";
|
|
991
|
-
readonly BASIC_ENHANCING_CHARM: "/items/basic_enhancing_charm";
|
|
992
|
-
readonly BASIC_FORAGING_CHARM: "/items/basic_foraging_charm";
|
|
993
|
-
readonly BASIC_INTELLIGENCE_CHARM: "/items/basic_intelligence_charm";
|
|
994
|
-
readonly BASIC_MAGIC_CHARM: "/items/basic_magic_charm";
|
|
995
|
-
readonly BASIC_MELEE_CHARM: "/items/basic_melee_charm";
|
|
996
|
-
readonly BASIC_MILKING_CHARM: "/items/basic_milking_charm";
|
|
997
|
-
readonly BASIC_RANGED_CHARM: "/items/basic_ranged_charm";
|
|
998
|
-
readonly BASIC_STAMINA_CHARM: "/items/basic_stamina_charm";
|
|
999
|
-
readonly BASIC_TAILORING_CHARM: "/items/basic_tailoring_charm";
|
|
1000
|
-
readonly BASIC_TASK_BADGE: "/items/basic_task_badge";
|
|
1001
|
-
readonly BASIC_WOODCUTTING_CHARM: "/items/basic_woodcutting_charm";
|
|
1002
|
-
readonly BEAR_ESSENCE: "/items/bear_essence";
|
|
1003
|
-
readonly BEAST_BOOTS: "/items/beast_boots";
|
|
1004
|
-
readonly BEAST_BRACERS: "/items/beast_bracers";
|
|
1005
|
-
readonly BEAST_CHAPS: "/items/beast_chaps";
|
|
1006
|
-
readonly BEAST_HIDE: "/items/beast_hide";
|
|
1007
|
-
readonly BEAST_HOOD: "/items/beast_hood";
|
|
1008
|
-
readonly BEAST_LEATHER: "/items/beast_leather";
|
|
1009
|
-
readonly BEAST_TUNIC: "/items/beast_tunic";
|
|
1010
|
-
readonly BERSERK: "/items/berserk";
|
|
1011
|
-
readonly BIRCH_BOW: "/items/birch_bow";
|
|
1012
|
-
readonly BIRCH_CROSSBOW: "/items/birch_crossbow";
|
|
1013
|
-
readonly BIRCH_FIRE_STAFF: "/items/birch_fire_staff";
|
|
1014
|
-
readonly BIRCH_LOG: "/items/birch_log";
|
|
1015
|
-
readonly BIRCH_LUMBER: "/items/birch_lumber";
|
|
1016
|
-
readonly BIRCH_NATURE_STAFF: "/items/birch_nature_staff";
|
|
1017
|
-
readonly BIRCH_SHIELD: "/items/birch_shield";
|
|
1018
|
-
readonly BIRCH_WATER_STAFF: "/items/birch_water_staff";
|
|
1019
|
-
readonly BISHOPS_CODEX: "/items/bishops_codex";
|
|
1020
|
-
readonly BISHOPS_CODEX_REFINED: "/items/bishops_codex_refined";
|
|
1021
|
-
readonly BISHOPS_SCROLL: "/items/bishops_scroll";
|
|
1022
|
-
readonly BLACK_BEAR_FLUFF: "/items/black_bear_fluff";
|
|
1023
|
-
readonly BLACK_BEAR_SHOES: "/items/black_bear_shoes";
|
|
1024
|
-
readonly BLACK_TEA_LEAF: "/items/black_tea_leaf";
|
|
1025
|
-
readonly BLACKBERRY: "/items/blackberry";
|
|
1026
|
-
readonly BLACKBERRY_CAKE: "/items/blackberry_cake";
|
|
1027
|
-
readonly BLACKBERRY_DONUT: "/items/blackberry_donut";
|
|
1028
|
-
readonly BLAZING_TRIDENT: "/items/blazing_trident";
|
|
1029
|
-
readonly BLAZING_TRIDENT_REFINED: "/items/blazing_trident_refined";
|
|
1030
|
-
readonly BLESSED_TEA: "/items/blessed_tea";
|
|
1031
|
-
readonly BLOOMING_TRIDENT: "/items/blooming_trident";
|
|
1032
|
-
readonly BLOOMING_TRIDENT_REFINED: "/items/blooming_trident_refined";
|
|
1033
|
-
readonly BLUE_KEY_FRAGMENT: "/items/blue_key_fragment";
|
|
1034
|
-
readonly BLUEBERRY: "/items/blueberry";
|
|
1035
|
-
readonly BLUEBERRY_CAKE: "/items/blueberry_cake";
|
|
1036
|
-
readonly BLUEBERRY_DONUT: "/items/blueberry_donut";
|
|
1037
|
-
readonly BRANCH_OF_INSIGHT: "/items/branch_of_insight";
|
|
1038
|
-
readonly BREWERS_BOTTOMS: "/items/brewers_bottoms";
|
|
1039
|
-
readonly BREWERS_TOP: "/items/brewers_top";
|
|
1040
|
-
readonly BREWING_ESSENCE: "/items/brewing_essence";
|
|
1041
|
-
readonly BREWING_TEA: "/items/brewing_tea";
|
|
1042
|
-
readonly BROWN_KEY_FRAGMENT: "/items/brown_key_fragment";
|
|
1043
|
-
readonly BURBLE_ALEMBIC: "/items/burble_alembic";
|
|
1044
|
-
readonly BURBLE_BOOTS: "/items/burble_boots";
|
|
1045
|
-
readonly BURBLE_BRUSH: "/items/burble_brush";
|
|
1046
|
-
readonly BURBLE_BUCKLER: "/items/burble_buckler";
|
|
1047
|
-
readonly BURBLE_BULWARK: "/items/burble_bulwark";
|
|
1048
|
-
readonly BURBLE_CHEESE: "/items/burble_cheese";
|
|
1049
|
-
readonly BURBLE_CHISEL: "/items/burble_chisel";
|
|
1050
|
-
readonly BURBLE_ENHANCER: "/items/burble_enhancer";
|
|
1051
|
-
readonly BURBLE_GAUNTLETS: "/items/burble_gauntlets";
|
|
1052
|
-
readonly BURBLE_HAMMER: "/items/burble_hammer";
|
|
1053
|
-
readonly BURBLE_HATCHET: "/items/burble_hatchet";
|
|
1054
|
-
readonly BURBLE_HELMET: "/items/burble_helmet";
|
|
1055
|
-
readonly BURBLE_MACE: "/items/burble_mace";
|
|
1056
|
-
readonly BURBLE_MILK: "/items/burble_milk";
|
|
1057
|
-
readonly BURBLE_NEEDLE: "/items/burble_needle";
|
|
1058
|
-
readonly BURBLE_PLATE_BODY: "/items/burble_plate_body";
|
|
1059
|
-
readonly BURBLE_PLATE_LEGS: "/items/burble_plate_legs";
|
|
1060
|
-
readonly BURBLE_POT: "/items/burble_pot";
|
|
1061
|
-
readonly BURBLE_SHEARS: "/items/burble_shears";
|
|
1062
|
-
readonly BURBLE_SPATULA: "/items/burble_spatula";
|
|
1063
|
-
readonly BURBLE_SPEAR: "/items/burble_spear";
|
|
1064
|
-
readonly BURBLE_SWORD: "/items/burble_sword";
|
|
1065
|
-
readonly BURBLE_TEA_LEAF: "/items/burble_tea_leaf";
|
|
1066
|
-
readonly BURNING_KEY_FRAGMENT: "/items/burning_key_fragment";
|
|
1067
|
-
readonly BUTTER_OF_PROFICIENCY: "/items/butter_of_proficiency";
|
|
1068
|
-
readonly CATALYST_OF_COINIFICATION: "/items/catalyst_of_coinification";
|
|
1069
|
-
readonly CATALYST_OF_DECOMPOSITION: "/items/catalyst_of_decomposition";
|
|
1070
|
-
readonly CATALYST_OF_TRANSMUTATION: "/items/catalyst_of_transmutation";
|
|
1071
|
-
readonly CATALYTIC_TEA: "/items/catalytic_tea";
|
|
1072
|
-
readonly CEDAR_BOW: "/items/cedar_bow";
|
|
1073
|
-
readonly CEDAR_CROSSBOW: "/items/cedar_crossbow";
|
|
1074
|
-
readonly CEDAR_FIRE_STAFF: "/items/cedar_fire_staff";
|
|
1075
|
-
readonly CEDAR_LOG: "/items/cedar_log";
|
|
1076
|
-
readonly CEDAR_LUMBER: "/items/cedar_lumber";
|
|
1077
|
-
readonly CEDAR_NATURE_STAFF: "/items/cedar_nature_staff";
|
|
1078
|
-
readonly CEDAR_SHIELD: "/items/cedar_shield";
|
|
1079
|
-
readonly CEDAR_WATER_STAFF: "/items/cedar_water_staff";
|
|
1080
|
-
readonly CELESTIAL_ALEMBIC: "/items/celestial_alembic";
|
|
1081
|
-
readonly CELESTIAL_BRUSH: "/items/celestial_brush";
|
|
1082
|
-
readonly CELESTIAL_CHISEL: "/items/celestial_chisel";
|
|
1083
|
-
readonly CELESTIAL_ENHANCER: "/items/celestial_enhancer";
|
|
1084
|
-
readonly CELESTIAL_HAMMER: "/items/celestial_hammer";
|
|
1085
|
-
readonly CELESTIAL_HATCHET: "/items/celestial_hatchet";
|
|
1086
|
-
readonly CELESTIAL_NEEDLE: "/items/celestial_needle";
|
|
1087
|
-
readonly CELESTIAL_POT: "/items/celestial_pot";
|
|
1088
|
-
readonly CELESTIAL_SHEARS: "/items/celestial_shears";
|
|
1089
|
-
readonly CELESTIAL_SPATULA: "/items/celestial_spatula";
|
|
1090
|
-
readonly CENTAUR_BOOTS: "/items/centaur_boots";
|
|
1091
|
-
readonly CENTAUR_HOOF: "/items/centaur_hoof";
|
|
1092
|
-
readonly CHANNELING_COFFEE: "/items/channeling_coffee";
|
|
1093
|
-
readonly CHAOTIC_CHAIN: "/items/chaotic_chain";
|
|
1094
|
-
readonly CHAOTIC_FLAIL: "/items/chaotic_flail";
|
|
1095
|
-
readonly CHAOTIC_FLAIL_REFINED: "/items/chaotic_flail_refined";
|
|
1096
|
-
readonly CHEESE: "/items/cheese";
|
|
1097
|
-
readonly CHEESE_ALEMBIC: "/items/cheese_alembic";
|
|
1098
|
-
readonly CHEESE_BOOTS: "/items/cheese_boots";
|
|
1099
|
-
readonly CHEESE_BRUSH: "/items/cheese_brush";
|
|
1100
|
-
readonly CHEESE_BUCKLER: "/items/cheese_buckler";
|
|
1101
|
-
readonly CHEESE_BULWARK: "/items/cheese_bulwark";
|
|
1102
|
-
readonly CHEESE_CHISEL: "/items/cheese_chisel";
|
|
1103
|
-
readonly CHEESE_ENHANCER: "/items/cheese_enhancer";
|
|
1104
|
-
readonly CHEESE_GAUNTLETS: "/items/cheese_gauntlets";
|
|
1105
|
-
readonly CHEESE_HAMMER: "/items/cheese_hammer";
|
|
1106
|
-
readonly CHEESE_HATCHET: "/items/cheese_hatchet";
|
|
1107
|
-
readonly CHEESE_HELMET: "/items/cheese_helmet";
|
|
1108
|
-
readonly CHEESE_MACE: "/items/cheese_mace";
|
|
1109
|
-
readonly CHEESE_NEEDLE: "/items/cheese_needle";
|
|
1110
|
-
readonly CHEESE_PLATE_BODY: "/items/cheese_plate_body";
|
|
1111
|
-
readonly CHEESE_PLATE_LEGS: "/items/cheese_plate_legs";
|
|
1112
|
-
readonly CHEESE_POT: "/items/cheese_pot";
|
|
1113
|
-
readonly CHEESE_SHEARS: "/items/cheese_shears";
|
|
1114
|
-
readonly CHEESE_SPATULA: "/items/cheese_spatula";
|
|
1115
|
-
readonly CHEESE_SPEAR: "/items/cheese_spear";
|
|
1116
|
-
readonly CHEESE_SWORD: "/items/cheese_sword";
|
|
1117
|
-
readonly CHEESEMAKERS_BOTTOMS: "/items/cheesemakers_bottoms";
|
|
1118
|
-
readonly CHEESEMAKERS_TOP: "/items/cheesemakers_top";
|
|
1119
|
-
readonly CHEESESMITHING_ESSENCE: "/items/cheesesmithing_essence";
|
|
1120
|
-
readonly CHEESESMITHING_TEA: "/items/cheesesmithing_tea";
|
|
1121
|
-
readonly CHEFS_BOTTOMS: "/items/chefs_bottoms";
|
|
1122
|
-
readonly CHEFS_TOP: "/items/chefs_top";
|
|
1123
|
-
readonly CHIMERICAL_CHEST: "/items/chimerical_chest";
|
|
1124
|
-
readonly CHIMERICAL_CHEST_KEY: "/items/chimerical_chest_key";
|
|
1125
|
-
readonly CHIMERICAL_ENTRY_KEY: "/items/chimerical_entry_key";
|
|
1126
|
-
readonly CHIMERICAL_ESSENCE: "/items/chimerical_essence";
|
|
1127
|
-
readonly CHIMERICAL_QUIVER: "/items/chimerical_quiver";
|
|
1128
|
-
readonly CHIMERICAL_QUIVER_REFINED: "/items/chimerical_quiver_refined";
|
|
1129
|
-
readonly CHIMERICAL_REFINEMENT_CHEST: "/items/chimerical_refinement_chest";
|
|
1130
|
-
readonly CHIMERICAL_REFINEMENT_SHARD: "/items/chimerical_refinement_shard";
|
|
1131
|
-
readonly CHIMERICAL_TOKEN: "/items/chimerical_token";
|
|
1132
|
-
readonly CHRONO_GLOVES: "/items/chrono_gloves";
|
|
1133
|
-
readonly CHRONO_SPHERE: "/items/chrono_sphere";
|
|
1134
|
-
readonly CLEAVE: "/items/cleave";
|
|
1135
|
-
readonly COCOON: "/items/cocoon";
|
|
1136
|
-
readonly COIN: "/items/coin";
|
|
1137
|
-
readonly COLLECTORS_BOOTS: "/items/collectors_boots";
|
|
1138
|
-
readonly COLOSSUS_CORE: "/items/colossus_core";
|
|
1139
|
-
readonly COLOSSUS_PLATE_BODY: "/items/colossus_plate_body";
|
|
1140
|
-
readonly COLOSSUS_PLATE_LEGS: "/items/colossus_plate_legs";
|
|
1141
|
-
readonly COOKING_ESSENCE: "/items/cooking_essence";
|
|
1142
|
-
readonly COOKING_TEA: "/items/cooking_tea";
|
|
1143
|
-
readonly CORSAIR_CREST: "/items/corsair_crest";
|
|
1144
|
-
readonly CORSAIR_HELMET: "/items/corsair_helmet";
|
|
1145
|
-
readonly CORSAIR_HELMET_REFINED: "/items/corsair_helmet_refined";
|
|
1146
|
-
readonly COTTON: "/items/cotton";
|
|
1147
|
-
readonly COTTON_BOOTS: "/items/cotton_boots";
|
|
1148
|
-
readonly COTTON_FABRIC: "/items/cotton_fabric";
|
|
1149
|
-
readonly COTTON_GLOVES: "/items/cotton_gloves";
|
|
1150
|
-
readonly COTTON_HAT: "/items/cotton_hat";
|
|
1151
|
-
readonly COTTON_ROBE_BOTTOMS: "/items/cotton_robe_bottoms";
|
|
1152
|
-
readonly COTTON_ROBE_TOP: "/items/cotton_robe_top";
|
|
1153
|
-
readonly COWBELL: "/items/cowbell";
|
|
1154
|
-
readonly CRAB_PINCER: "/items/crab_pincer";
|
|
1155
|
-
readonly CRAFTERS_BOTTOMS: "/items/crafters_bottoms";
|
|
1156
|
-
readonly CRAFTERS_TOP: "/items/crafters_top";
|
|
1157
|
-
readonly CRAFTING_ESSENCE: "/items/crafting_essence";
|
|
1158
|
-
readonly CRAFTING_TEA: "/items/crafting_tea";
|
|
1159
|
-
readonly CRIMSON_ALEMBIC: "/items/crimson_alembic";
|
|
1160
|
-
readonly CRIMSON_BOOTS: "/items/crimson_boots";
|
|
1161
|
-
readonly CRIMSON_BRUSH: "/items/crimson_brush";
|
|
1162
|
-
readonly CRIMSON_BUCKLER: "/items/crimson_buckler";
|
|
1163
|
-
readonly CRIMSON_BULWARK: "/items/crimson_bulwark";
|
|
1164
|
-
readonly CRIMSON_CHEESE: "/items/crimson_cheese";
|
|
1165
|
-
readonly CRIMSON_CHISEL: "/items/crimson_chisel";
|
|
1166
|
-
readonly CRIMSON_ENHANCER: "/items/crimson_enhancer";
|
|
1167
|
-
readonly CRIMSON_GAUNTLETS: "/items/crimson_gauntlets";
|
|
1168
|
-
readonly CRIMSON_HAMMER: "/items/crimson_hammer";
|
|
1169
|
-
readonly CRIMSON_HATCHET: "/items/crimson_hatchet";
|
|
1170
|
-
readonly CRIMSON_HELMET: "/items/crimson_helmet";
|
|
1171
|
-
readonly CRIMSON_MACE: "/items/crimson_mace";
|
|
1172
|
-
readonly CRIMSON_MILK: "/items/crimson_milk";
|
|
1173
|
-
readonly CRIMSON_NEEDLE: "/items/crimson_needle";
|
|
1174
|
-
readonly CRIMSON_PLATE_BODY: "/items/crimson_plate_body";
|
|
1175
|
-
readonly CRIMSON_PLATE_LEGS: "/items/crimson_plate_legs";
|
|
1176
|
-
readonly CRIMSON_POT: "/items/crimson_pot";
|
|
1177
|
-
readonly CRIMSON_SHEARS: "/items/crimson_shears";
|
|
1178
|
-
readonly CRIMSON_SPATULA: "/items/crimson_spatula";
|
|
1179
|
-
readonly CRIMSON_SPEAR: "/items/crimson_spear";
|
|
1180
|
-
readonly CRIMSON_SWORD: "/items/crimson_sword";
|
|
1181
|
-
readonly CRIPPLING_SLASH: "/items/crippling_slash";
|
|
1182
|
-
readonly CRITICAL_AURA: "/items/critical_aura";
|
|
1183
|
-
readonly CRITICAL_COFFEE: "/items/critical_coffee";
|
|
1184
|
-
readonly CRUSHED_AMBER: "/items/crushed_amber";
|
|
1185
|
-
readonly CRUSHED_AMETHYST: "/items/crushed_amethyst";
|
|
1186
|
-
readonly CRUSHED_GARNET: "/items/crushed_garnet";
|
|
1187
|
-
readonly CRUSHED_JADE: "/items/crushed_jade";
|
|
1188
|
-
readonly CRUSHED_MOONSTONE: "/items/crushed_moonstone";
|
|
1189
|
-
readonly CRUSHED_PEARL: "/items/crushed_pearl";
|
|
1190
|
-
readonly CRUSHED_PHILOSOPHERS_STONE: "/items/crushed_philosophers_stone";
|
|
1191
|
-
readonly CRUSHED_SUNSTONE: "/items/crushed_sunstone";
|
|
1192
|
-
readonly CUPCAKE: "/items/cupcake";
|
|
1193
|
-
readonly CURSED_BALL: "/items/cursed_ball";
|
|
1194
|
-
readonly CURSED_BOW: "/items/cursed_bow";
|
|
1195
|
-
readonly CURSED_BOW_REFINED: "/items/cursed_bow_refined";
|
|
1196
|
-
readonly DAIRYHANDS_BOTTOMS: "/items/dairyhands_bottoms";
|
|
1197
|
-
readonly DAIRYHANDS_TOP: "/items/dairyhands_top";
|
|
1198
|
-
readonly DAMAGED_ANCHOR: "/items/damaged_anchor";
|
|
1199
|
-
readonly DARK_KEY_FRAGMENT: "/items/dark_key_fragment";
|
|
1200
|
-
readonly DEFENSE_COFFEE: "/items/defense_coffee";
|
|
1201
|
-
readonly DEMONIC_CORE: "/items/demonic_core";
|
|
1202
|
-
readonly DEMONIC_PLATE_BODY: "/items/demonic_plate_body";
|
|
1203
|
-
readonly DEMONIC_PLATE_LEGS: "/items/demonic_plate_legs";
|
|
1204
|
-
readonly DODOCAMEL_GAUNTLETS: "/items/dodocamel_gauntlets";
|
|
1205
|
-
readonly DODOCAMEL_GAUNTLETS_REFINED: "/items/dodocamel_gauntlets_refined";
|
|
1206
|
-
readonly DODOCAMEL_PLUME: "/items/dodocamel_plume";
|
|
1207
|
-
readonly DONUT: "/items/donut";
|
|
1208
|
-
readonly DRAGON_FRUIT: "/items/dragon_fruit";
|
|
1209
|
-
readonly DRAGON_FRUIT_GUMMY: "/items/dragon_fruit_gummy";
|
|
1210
|
-
readonly DRAGON_FRUIT_YOGURT: "/items/dragon_fruit_yogurt";
|
|
1211
|
-
readonly EARRINGS_OF_ARMOR: "/items/earrings_of_armor";
|
|
1212
|
-
readonly EARRINGS_OF_CRITICAL_STRIKE: "/items/earrings_of_critical_strike";
|
|
1213
|
-
readonly EARRINGS_OF_ESSENCE_FIND: "/items/earrings_of_essence_find";
|
|
1214
|
-
readonly EARRINGS_OF_GATHERING: "/items/earrings_of_gathering";
|
|
1215
|
-
readonly EARRINGS_OF_RARE_FIND: "/items/earrings_of_rare_find";
|
|
1216
|
-
readonly EARRINGS_OF_REGENERATION: "/items/earrings_of_regeneration";
|
|
1217
|
-
readonly EARRINGS_OF_RESISTANCE: "/items/earrings_of_resistance";
|
|
1218
|
-
readonly EFFICIENCY_TEA: "/items/efficiency_tea";
|
|
1219
|
-
readonly EGG: "/items/egg";
|
|
1220
|
-
readonly ELEMENTAL_AFFINITY: "/items/elemental_affinity";
|
|
1221
|
-
readonly ELUSIVENESS: "/items/elusiveness";
|
|
1222
|
-
readonly EMP_TEA_LEAF: "/items/emp_tea_leaf";
|
|
1223
|
-
readonly ENCHANTED_CHEST: "/items/enchanted_chest";
|
|
1224
|
-
readonly ENCHANTED_CHEST_KEY: "/items/enchanted_chest_key";
|
|
1225
|
-
readonly ENCHANTED_CLOAK: "/items/enchanted_cloak";
|
|
1226
|
-
readonly ENCHANTED_CLOAK_REFINED: "/items/enchanted_cloak_refined";
|
|
1227
|
-
readonly ENCHANTED_ENTRY_KEY: "/items/enchanted_entry_key";
|
|
1228
|
-
readonly ENCHANTED_ESSENCE: "/items/enchanted_essence";
|
|
1229
|
-
readonly ENCHANTED_GLOVES: "/items/enchanted_gloves";
|
|
1230
|
-
readonly ENCHANTED_REFINEMENT_CHEST: "/items/enchanted_refinement_chest";
|
|
1231
|
-
readonly ENCHANTED_REFINEMENT_SHARD: "/items/enchanted_refinement_shard";
|
|
1232
|
-
readonly ENCHANTED_TOKEN: "/items/enchanted_token";
|
|
1233
|
-
readonly ENHANCERS_BOTTOMS: "/items/enhancers_bottoms";
|
|
1234
|
-
readonly ENHANCERS_TOP: "/items/enhancers_top";
|
|
1235
|
-
readonly ENHANCING_ESSENCE: "/items/enhancing_essence";
|
|
1236
|
-
readonly ENHANCING_TEA: "/items/enhancing_tea";
|
|
1237
|
-
readonly ENTANGLE: "/items/entangle";
|
|
1238
|
-
readonly EXCELSA_COFFEE_BEAN: "/items/excelsa_coffee_bean";
|
|
1239
|
-
readonly EXPERT_ALCHEMY_CHARM: "/items/expert_alchemy_charm";
|
|
1240
|
-
readonly EXPERT_ATTACK_CHARM: "/items/expert_attack_charm";
|
|
1241
|
-
readonly EXPERT_BREWING_CHARM: "/items/expert_brewing_charm";
|
|
1242
|
-
readonly EXPERT_CHEESESMITHING_CHARM: "/items/expert_cheesesmithing_charm";
|
|
1243
|
-
readonly EXPERT_COOKING_CHARM: "/items/expert_cooking_charm";
|
|
1244
|
-
readonly EXPERT_CRAFTING_CHARM: "/items/expert_crafting_charm";
|
|
1245
|
-
readonly EXPERT_DEFENSE_CHARM: "/items/expert_defense_charm";
|
|
1246
|
-
readonly EXPERT_ENHANCING_CHARM: "/items/expert_enhancing_charm";
|
|
1247
|
-
readonly EXPERT_FORAGING_CHARM: "/items/expert_foraging_charm";
|
|
1248
|
-
readonly EXPERT_INTELLIGENCE_CHARM: "/items/expert_intelligence_charm";
|
|
1249
|
-
readonly EXPERT_MAGIC_CHARM: "/items/expert_magic_charm";
|
|
1250
|
-
readonly EXPERT_MELEE_CHARM: "/items/expert_melee_charm";
|
|
1251
|
-
readonly EXPERT_MILKING_CHARM: "/items/expert_milking_charm";
|
|
1252
|
-
readonly EXPERT_RANGED_CHARM: "/items/expert_ranged_charm";
|
|
1253
|
-
readonly EXPERT_STAMINA_CHARM: "/items/expert_stamina_charm";
|
|
1254
|
-
readonly EXPERT_TAILORING_CHARM: "/items/expert_tailoring_charm";
|
|
1255
|
-
readonly EXPERT_TASK_BADGE: "/items/expert_task_badge";
|
|
1256
|
-
readonly EXPERT_WOODCUTTING_CHARM: "/items/expert_woodcutting_charm";
|
|
1257
|
-
readonly EYE_OF_THE_WATCHER: "/items/eye_of_the_watcher";
|
|
1258
|
-
readonly EYE_WATCH: "/items/eye_watch";
|
|
1259
|
-
readonly EYESSENCE: "/items/eyessence";
|
|
1260
|
-
readonly FIERCE_AURA: "/items/fierce_aura";
|
|
1261
|
-
readonly FIERIOSA_COFFEE_BEAN: "/items/fieriosa_coffee_bean";
|
|
1262
|
-
readonly FIGHTER_NECKLACE: "/items/fighter_necklace";
|
|
1263
|
-
readonly FIREBALL: "/items/fireball";
|
|
1264
|
-
readonly FIRESTORM: "/items/firestorm";
|
|
1265
|
-
readonly FLAME_ARROW: "/items/flame_arrow";
|
|
1266
|
-
readonly FLAME_BLAST: "/items/flame_blast";
|
|
1267
|
-
readonly FLAMING_CLOTH: "/items/flaming_cloth";
|
|
1268
|
-
readonly FLAMING_ROBE_BOTTOMS: "/items/flaming_robe_bottoms";
|
|
1269
|
-
readonly FLAMING_ROBE_TOP: "/items/flaming_robe_top";
|
|
1270
|
-
readonly FLAX: "/items/flax";
|
|
1271
|
-
readonly FLUFFY_RED_HAT: "/items/fluffy_red_hat";
|
|
1272
|
-
readonly FORAGERS_BOTTOMS: "/items/foragers_bottoms";
|
|
1273
|
-
readonly FORAGERS_TOP: "/items/foragers_top";
|
|
1274
|
-
readonly FORAGING_ESSENCE: "/items/foraging_essence";
|
|
1275
|
-
readonly FORAGING_TEA: "/items/foraging_tea";
|
|
1276
|
-
readonly FRACTURING_IMPACT: "/items/fracturing_impact";
|
|
1277
|
-
readonly FRENZY: "/items/frenzy";
|
|
1278
|
-
readonly FROST_SPHERE: "/items/frost_sphere";
|
|
1279
|
-
readonly FROST_STAFF: "/items/frost_staff";
|
|
1280
|
-
readonly FROST_SURGE: "/items/frost_surge";
|
|
1281
|
-
readonly FURIOUS_SPEAR: "/items/furious_spear";
|
|
1282
|
-
readonly FURIOUS_SPEAR_REFINED: "/items/furious_spear_refined";
|
|
1283
|
-
readonly GARNET: "/items/garnet";
|
|
1284
|
-
readonly GATHERING_TEA: "/items/gathering_tea";
|
|
1285
|
-
readonly GATOR_VEST: "/items/gator_vest";
|
|
1286
|
-
readonly GIANT_POUCH: "/items/giant_pouch";
|
|
1287
|
-
readonly GINKGO_BOW: "/items/ginkgo_bow";
|
|
1288
|
-
readonly GINKGO_CROSSBOW: "/items/ginkgo_crossbow";
|
|
1289
|
-
readonly GINKGO_FIRE_STAFF: "/items/ginkgo_fire_staff";
|
|
1290
|
-
readonly GINKGO_LOG: "/items/ginkgo_log";
|
|
1291
|
-
readonly GINKGO_LUMBER: "/items/ginkgo_lumber";
|
|
1292
|
-
readonly GINKGO_NATURE_STAFF: "/items/ginkgo_nature_staff";
|
|
1293
|
-
readonly GINKGO_SHIELD: "/items/ginkgo_shield";
|
|
1294
|
-
readonly GINKGO_WATER_STAFF: "/items/ginkgo_water_staff";
|
|
1295
|
-
readonly GLUTTONOUS_ENERGY: "/items/gluttonous_energy";
|
|
1296
|
-
readonly GLUTTONOUS_POUCH: "/items/gluttonous_pouch";
|
|
1297
|
-
readonly GOBO_BOOMSTICK: "/items/gobo_boomstick";
|
|
1298
|
-
readonly GOBO_BOOTS: "/items/gobo_boots";
|
|
1299
|
-
readonly GOBO_BRACERS: "/items/gobo_bracers";
|
|
1300
|
-
readonly GOBO_CHAPS: "/items/gobo_chaps";
|
|
1301
|
-
readonly GOBO_DEFENDER: "/items/gobo_defender";
|
|
1302
|
-
readonly GOBO_ESSENCE: "/items/gobo_essence";
|
|
1303
|
-
readonly GOBO_HIDE: "/items/gobo_hide";
|
|
1304
|
-
readonly GOBO_HOOD: "/items/gobo_hood";
|
|
1305
|
-
readonly GOBO_LEATHER: "/items/gobo_leather";
|
|
1306
|
-
readonly GOBO_RAG: "/items/gobo_rag";
|
|
1307
|
-
readonly GOBO_SHOOTER: "/items/gobo_shooter";
|
|
1308
|
-
readonly GOBO_SLASHER: "/items/gobo_slasher";
|
|
1309
|
-
readonly GOBO_SMASHER: "/items/gobo_smasher";
|
|
1310
|
-
readonly GOBO_STABBER: "/items/gobo_stabber";
|
|
1311
|
-
readonly GOBO_TUNIC: "/items/gobo_tunic";
|
|
1312
|
-
readonly GOGGLES: "/items/goggles";
|
|
1313
|
-
readonly GOLEM_ESSENCE: "/items/golem_essence";
|
|
1314
|
-
readonly GOURMET_TEA: "/items/gourmet_tea";
|
|
1315
|
-
readonly GRANDMASTER_ALCHEMY_CHARM: "/items/grandmaster_alchemy_charm";
|
|
1316
|
-
readonly GRANDMASTER_ATTACK_CHARM: "/items/grandmaster_attack_charm";
|
|
1317
|
-
readonly GRANDMASTER_BREWING_CHARM: "/items/grandmaster_brewing_charm";
|
|
1318
|
-
readonly GRANDMASTER_CHEESESMITHING_CHARM: "/items/grandmaster_cheesesmithing_charm";
|
|
1319
|
-
readonly GRANDMASTER_COOKING_CHARM: "/items/grandmaster_cooking_charm";
|
|
1320
|
-
readonly GRANDMASTER_CRAFTING_CHARM: "/items/grandmaster_crafting_charm";
|
|
1321
|
-
readonly GRANDMASTER_DEFENSE_CHARM: "/items/grandmaster_defense_charm";
|
|
1322
|
-
readonly GRANDMASTER_ENHANCING_CHARM: "/items/grandmaster_enhancing_charm";
|
|
1323
|
-
readonly GRANDMASTER_FORAGING_CHARM: "/items/grandmaster_foraging_charm";
|
|
1324
|
-
readonly GRANDMASTER_INTELLIGENCE_CHARM: "/items/grandmaster_intelligence_charm";
|
|
1325
|
-
readonly GRANDMASTER_MAGIC_CHARM: "/items/grandmaster_magic_charm";
|
|
1326
|
-
readonly GRANDMASTER_MELEE_CHARM: "/items/grandmaster_melee_charm";
|
|
1327
|
-
readonly GRANDMASTER_MILKING_CHARM: "/items/grandmaster_milking_charm";
|
|
1328
|
-
readonly GRANDMASTER_RANGED_CHARM: "/items/grandmaster_ranged_charm";
|
|
1329
|
-
readonly GRANDMASTER_STAMINA_CHARM: "/items/grandmaster_stamina_charm";
|
|
1330
|
-
readonly GRANDMASTER_TAILORING_CHARM: "/items/grandmaster_tailoring_charm";
|
|
1331
|
-
readonly GRANDMASTER_WOODCUTTING_CHARM: "/items/grandmaster_woodcutting_charm";
|
|
1332
|
-
readonly GRANITE_BLUDGEON: "/items/granite_bludgeon";
|
|
1333
|
-
readonly GREEN_KEY_FRAGMENT: "/items/green_key_fragment";
|
|
1334
|
-
readonly GREEN_TEA_LEAF: "/items/green_tea_leaf";
|
|
1335
|
-
readonly GRIFFIN_BULWARK: "/items/griffin_bulwark";
|
|
1336
|
-
readonly GRIFFIN_BULWARK_REFINED: "/items/griffin_bulwark_refined";
|
|
1337
|
-
readonly GRIFFIN_CHAPS: "/items/griffin_chaps";
|
|
1338
|
-
readonly GRIFFIN_LEATHER: "/items/griffin_leather";
|
|
1339
|
-
readonly GRIFFIN_TALON: "/items/griffin_talon";
|
|
1340
|
-
readonly GRIFFIN_TUNIC: "/items/griffin_tunic";
|
|
1341
|
-
readonly GRIZZLY_BEAR_FLUFF: "/items/grizzly_bear_fluff";
|
|
1342
|
-
readonly GRIZZLY_BEAR_SHOES: "/items/grizzly_bear_shoes";
|
|
1343
|
-
readonly GUARDIAN_AURA: "/items/guardian_aura";
|
|
1344
|
-
readonly GUMMY: "/items/gummy";
|
|
1345
|
-
readonly GUZZLING_ENERGY: "/items/guzzling_energy";
|
|
1346
|
-
readonly GUZZLING_POUCH: "/items/guzzling_pouch";
|
|
1347
|
-
readonly HEAL: "/items/heal";
|
|
1348
|
-
readonly HOLY_ALEMBIC: "/items/holy_alembic";
|
|
1349
|
-
readonly HOLY_BOOTS: "/items/holy_boots";
|
|
1350
|
-
readonly HOLY_BRUSH: "/items/holy_brush";
|
|
1351
|
-
readonly HOLY_BUCKLER: "/items/holy_buckler";
|
|
1352
|
-
readonly HOLY_BULWARK: "/items/holy_bulwark";
|
|
1353
|
-
readonly HOLY_CHEESE: "/items/holy_cheese";
|
|
1354
|
-
readonly HOLY_CHISEL: "/items/holy_chisel";
|
|
1355
|
-
readonly HOLY_ENHANCER: "/items/holy_enhancer";
|
|
1356
|
-
readonly HOLY_GAUNTLETS: "/items/holy_gauntlets";
|
|
1357
|
-
readonly HOLY_HAMMER: "/items/holy_hammer";
|
|
1358
|
-
readonly HOLY_HATCHET: "/items/holy_hatchet";
|
|
1359
|
-
readonly HOLY_HELMET: "/items/holy_helmet";
|
|
1360
|
-
readonly HOLY_MACE: "/items/holy_mace";
|
|
1361
|
-
readonly HOLY_MILK: "/items/holy_milk";
|
|
1362
|
-
readonly HOLY_NEEDLE: "/items/holy_needle";
|
|
1363
|
-
readonly HOLY_PLATE_BODY: "/items/holy_plate_body";
|
|
1364
|
-
readonly HOLY_PLATE_LEGS: "/items/holy_plate_legs";
|
|
1365
|
-
readonly HOLY_POT: "/items/holy_pot";
|
|
1366
|
-
readonly HOLY_SHEARS: "/items/holy_shears";
|
|
1367
|
-
readonly HOLY_SPATULA: "/items/holy_spatula";
|
|
1368
|
-
readonly HOLY_SPEAR: "/items/holy_spear";
|
|
1369
|
-
readonly HOLY_SWORD: "/items/holy_sword";
|
|
1370
|
-
readonly ICE_SPEAR: "/items/ice_spear";
|
|
1371
|
-
readonly ICY_CLOTH: "/items/icy_cloth";
|
|
1372
|
-
readonly ICY_ROBE_BOTTOMS: "/items/icy_robe_bottoms";
|
|
1373
|
-
readonly ICY_ROBE_TOP: "/items/icy_robe_top";
|
|
1374
|
-
readonly IMPALE: "/items/impale";
|
|
1375
|
-
readonly INFERNAL_BATTLESTAFF: "/items/infernal_battlestaff";
|
|
1376
|
-
readonly INFERNAL_EMBER: "/items/infernal_ember";
|
|
1377
|
-
readonly INSANITY: "/items/insanity";
|
|
1378
|
-
readonly INTELLIGENCE_COFFEE: "/items/intelligence_coffee";
|
|
1379
|
-
readonly INVINCIBLE: "/items/invincible";
|
|
1380
|
-
readonly JACKALOPE_ANTLER: "/items/jackalope_antler";
|
|
1381
|
-
readonly JACKALOPE_STAFF: "/items/jackalope_staff";
|
|
1382
|
-
readonly JADE: "/items/jade";
|
|
1383
|
-
readonly JUNGLE_ESSENCE: "/items/jungle_essence";
|
|
1384
|
-
readonly KNIGHTS_AEGIS: "/items/knights_aegis";
|
|
1385
|
-
readonly KNIGHTS_AEGIS_REFINED: "/items/knights_aegis_refined";
|
|
1386
|
-
readonly KNIGHTS_INGOT: "/items/knights_ingot";
|
|
1387
|
-
readonly KRAKEN_CHAPS: "/items/kraken_chaps";
|
|
1388
|
-
readonly KRAKEN_CHAPS_REFINED: "/items/kraken_chaps_refined";
|
|
1389
|
-
readonly KRAKEN_FANG: "/items/kraken_fang";
|
|
1390
|
-
readonly KRAKEN_LEATHER: "/items/kraken_leather";
|
|
1391
|
-
readonly KRAKEN_TUNIC: "/items/kraken_tunic";
|
|
1392
|
-
readonly KRAKEN_TUNIC_REFINED: "/items/kraken_tunic_refined";
|
|
1393
|
-
readonly LARGE_ARTISANS_CRATE: "/items/large_artisans_crate";
|
|
1394
|
-
readonly LARGE_METEORITE_CACHE: "/items/large_meteorite_cache";
|
|
1395
|
-
readonly LARGE_POUCH: "/items/large_pouch";
|
|
1396
|
-
readonly LARGE_TREASURE_CHEST: "/items/large_treasure_chest";
|
|
1397
|
-
readonly LIBERICA_COFFEE_BEAN: "/items/liberica_coffee_bean";
|
|
1398
|
-
readonly LIFE_DRAIN: "/items/life_drain";
|
|
1399
|
-
readonly LINEN_BOOTS: "/items/linen_boots";
|
|
1400
|
-
readonly LINEN_FABRIC: "/items/linen_fabric";
|
|
1401
|
-
readonly LINEN_GLOVES: "/items/linen_gloves";
|
|
1402
|
-
readonly LINEN_HAT: "/items/linen_hat";
|
|
1403
|
-
readonly LINEN_ROBE_BOTTOMS: "/items/linen_robe_bottoms";
|
|
1404
|
-
readonly LINEN_ROBE_TOP: "/items/linen_robe_top";
|
|
1405
|
-
readonly LIVING_GRANITE: "/items/living_granite";
|
|
1406
|
-
readonly LOG: "/items/log";
|
|
1407
|
-
readonly LUCKY_COFFEE: "/items/lucky_coffee";
|
|
1408
|
-
readonly LUMBER: "/items/lumber";
|
|
1409
|
-
readonly LUMBERJACKS_BOTTOMS: "/items/lumberjacks_bottoms";
|
|
1410
|
-
readonly LUMBERJACKS_TOP: "/items/lumberjacks_top";
|
|
1411
|
-
readonly LUNA_ROBE_BOTTOMS: "/items/luna_robe_bottoms";
|
|
1412
|
-
readonly LUNA_ROBE_TOP: "/items/luna_robe_top";
|
|
1413
|
-
readonly LUNA_WING: "/items/luna_wing";
|
|
1414
|
-
readonly MAELSTROM_PLATE_BODY: "/items/maelstrom_plate_body";
|
|
1415
|
-
readonly MAELSTROM_PLATE_BODY_REFINED: "/items/maelstrom_plate_body_refined";
|
|
1416
|
-
readonly MAELSTROM_PLATE_LEGS: "/items/maelstrom_plate_legs";
|
|
1417
|
-
readonly MAELSTROM_PLATE_LEGS_REFINED: "/items/maelstrom_plate_legs_refined";
|
|
1418
|
-
readonly MAELSTROM_PLATING: "/items/maelstrom_plating";
|
|
1419
|
-
readonly MAGIC_COFFEE: "/items/magic_coffee";
|
|
1420
|
-
readonly MAGICIANS_CLOTH: "/items/magicians_cloth";
|
|
1421
|
-
readonly MAGICIANS_HAT: "/items/magicians_hat";
|
|
1422
|
-
readonly MAGICIANS_HAT_REFINED: "/items/magicians_hat_refined";
|
|
1423
|
-
readonly MAGNET: "/items/magnet";
|
|
1424
|
-
readonly MAGNETIC_GLOVES: "/items/magnetic_gloves";
|
|
1425
|
-
readonly MAGNIFYING_GLASS: "/items/magnifying_glass";
|
|
1426
|
-
readonly MAIM: "/items/maim";
|
|
1427
|
-
readonly MANA_SPRING: "/items/mana_spring";
|
|
1428
|
-
readonly MANTICORE_SHIELD: "/items/manticore_shield";
|
|
1429
|
-
readonly MANTICORE_STING: "/items/manticore_sting";
|
|
1430
|
-
readonly MARINE_CHAPS: "/items/marine_chaps";
|
|
1431
|
-
readonly MARINE_SCALE: "/items/marine_scale";
|
|
1432
|
-
readonly MARINE_TUNIC: "/items/marine_tunic";
|
|
1433
|
-
readonly MARKSMAN_BRACERS: "/items/marksman_bracers";
|
|
1434
|
-
readonly MARKSMAN_BRACERS_REFINED: "/items/marksman_bracers_refined";
|
|
1435
|
-
readonly MARKSMAN_BROOCH: "/items/marksman_brooch";
|
|
1436
|
-
readonly MARSBERRY: "/items/marsberry";
|
|
1437
|
-
readonly MARSBERRY_CAKE: "/items/marsberry_cake";
|
|
1438
|
-
readonly MARSBERRY_DONUT: "/items/marsberry_donut";
|
|
1439
|
-
readonly MASTER_ALCHEMY_CHARM: "/items/master_alchemy_charm";
|
|
1440
|
-
readonly MASTER_ATTACK_CHARM: "/items/master_attack_charm";
|
|
1441
|
-
readonly MASTER_BREWING_CHARM: "/items/master_brewing_charm";
|
|
1442
|
-
readonly MASTER_CHEESESMITHING_CHARM: "/items/master_cheesesmithing_charm";
|
|
1443
|
-
readonly MASTER_COOKING_CHARM: "/items/master_cooking_charm";
|
|
1444
|
-
readonly MASTER_CRAFTING_CHARM: "/items/master_crafting_charm";
|
|
1445
|
-
readonly MASTER_DEFENSE_CHARM: "/items/master_defense_charm";
|
|
1446
|
-
readonly MASTER_ENHANCING_CHARM: "/items/master_enhancing_charm";
|
|
1447
|
-
readonly MASTER_FORAGING_CHARM: "/items/master_foraging_charm";
|
|
1448
|
-
readonly MASTER_INTELLIGENCE_CHARM: "/items/master_intelligence_charm";
|
|
1449
|
-
readonly MASTER_MAGIC_CHARM: "/items/master_magic_charm";
|
|
1450
|
-
readonly MASTER_MELEE_CHARM: "/items/master_melee_charm";
|
|
1451
|
-
readonly MASTER_MILKING_CHARM: "/items/master_milking_charm";
|
|
1452
|
-
readonly MASTER_RANGED_CHARM: "/items/master_ranged_charm";
|
|
1453
|
-
readonly MASTER_STAMINA_CHARM: "/items/master_stamina_charm";
|
|
1454
|
-
readonly MASTER_TAILORING_CHARM: "/items/master_tailoring_charm";
|
|
1455
|
-
readonly MASTER_WOODCUTTING_CHARM: "/items/master_woodcutting_charm";
|
|
1456
|
-
readonly MEDIUM_ARTISANS_CRATE: "/items/medium_artisans_crate";
|
|
1457
|
-
readonly MEDIUM_METEORITE_CACHE: "/items/medium_meteorite_cache";
|
|
1458
|
-
readonly MEDIUM_POUCH: "/items/medium_pouch";
|
|
1459
|
-
readonly MEDIUM_TREASURE_CHEST: "/items/medium_treasure_chest";
|
|
1460
|
-
readonly MELEE_COFFEE: "/items/melee_coffee";
|
|
1461
|
-
readonly MILK: "/items/milk";
|
|
1462
|
-
readonly MILKING_ESSENCE: "/items/milking_essence";
|
|
1463
|
-
readonly MILKING_TEA: "/items/milking_tea";
|
|
1464
|
-
readonly MINOR_HEAL: "/items/minor_heal";
|
|
1465
|
-
readonly MIRROR_OF_PROTECTION: "/items/mirror_of_protection";
|
|
1466
|
-
readonly MOOBERRY: "/items/mooberry";
|
|
1467
|
-
readonly MOOBERRY_CAKE: "/items/mooberry_cake";
|
|
1468
|
-
readonly MOOBERRY_DONUT: "/items/mooberry_donut";
|
|
1469
|
-
readonly MOOLONG_TEA_LEAF: "/items/moolong_tea_leaf";
|
|
1470
|
-
readonly MOONSTONE: "/items/moonstone";
|
|
1471
|
-
readonly MYSTIC_AURA: "/items/mystic_aura";
|
|
1472
|
-
readonly NATURES_VEIL: "/items/natures_veil";
|
|
1473
|
-
readonly NECKLACE_OF_EFFICIENCY: "/items/necklace_of_efficiency";
|
|
1474
|
-
readonly NECKLACE_OF_SPEED: "/items/necklace_of_speed";
|
|
1475
|
-
readonly NECKLACE_OF_WISDOM: "/items/necklace_of_wisdom";
|
|
1476
|
-
readonly ORANGE: "/items/orange";
|
|
1477
|
-
readonly ORANGE_GUMMY: "/items/orange_gummy";
|
|
1478
|
-
readonly ORANGE_KEY_FRAGMENT: "/items/orange_key_fragment";
|
|
1479
|
-
readonly ORANGE_YOGURT: "/items/orange_yogurt";
|
|
1480
|
-
readonly PANDA_FLUFF: "/items/panda_fluff";
|
|
1481
|
-
readonly PANDA_GLOVES: "/items/panda_gloves";
|
|
1482
|
-
readonly PEACH: "/items/peach";
|
|
1483
|
-
readonly PEACH_GUMMY: "/items/peach_gummy";
|
|
1484
|
-
readonly PEACH_YOGURT: "/items/peach_yogurt";
|
|
1485
|
-
readonly PEARL: "/items/pearl";
|
|
1486
|
-
readonly PENETRATING_SHOT: "/items/penetrating_shot";
|
|
1487
|
-
readonly PENETRATING_STRIKE: "/items/penetrating_strike";
|
|
1488
|
-
readonly PESTILENT_SHOT: "/items/pestilent_shot";
|
|
1489
|
-
readonly PHILOSOPHERS_EARRINGS: "/items/philosophers_earrings";
|
|
1490
|
-
readonly PHILOSOPHERS_NECKLACE: "/items/philosophers_necklace";
|
|
1491
|
-
readonly PHILOSOPHERS_RING: "/items/philosophers_ring";
|
|
1492
|
-
readonly PHILOSOPHERS_STONE: "/items/philosophers_stone";
|
|
1493
|
-
readonly PINCER_GLOVES: "/items/pincer_gloves";
|
|
1494
|
-
readonly PIRATE_CHEST: "/items/pirate_chest";
|
|
1495
|
-
readonly PIRATE_CHEST_KEY: "/items/pirate_chest_key";
|
|
1496
|
-
readonly PIRATE_ENTRY_KEY: "/items/pirate_entry_key";
|
|
1497
|
-
readonly PIRATE_ESSENCE: "/items/pirate_essence";
|
|
1498
|
-
readonly PIRATE_REFINEMENT_CHEST: "/items/pirate_refinement_chest";
|
|
1499
|
-
readonly PIRATE_REFINEMENT_SHARD: "/items/pirate_refinement_shard";
|
|
1500
|
-
readonly PIRATE_TOKEN: "/items/pirate_token";
|
|
1501
|
-
readonly PLUM: "/items/plum";
|
|
1502
|
-
readonly PLUM_GUMMY: "/items/plum_gummy";
|
|
1503
|
-
readonly PLUM_YOGURT: "/items/plum_yogurt";
|
|
1504
|
-
readonly POKE: "/items/poke";
|
|
1505
|
-
readonly POLAR_BEAR_FLUFF: "/items/polar_bear_fluff";
|
|
1506
|
-
readonly POLAR_BEAR_SHOES: "/items/polar_bear_shoes";
|
|
1507
|
-
readonly PRECISION: "/items/precision";
|
|
1508
|
-
readonly PRIME_CATALYST: "/items/prime_catalyst";
|
|
1509
|
-
readonly PROCESSING_TEA: "/items/processing_tea";
|
|
1510
|
-
readonly PROVOKE: "/items/provoke";
|
|
1511
|
-
readonly PUNCTURE: "/items/puncture";
|
|
1512
|
-
readonly PURPLE_KEY_FRAGMENT: "/items/purple_key_fragment";
|
|
1513
|
-
readonly PURPLEHEART_BOW: "/items/purpleheart_bow";
|
|
1514
|
-
readonly PURPLEHEART_CROSSBOW: "/items/purpleheart_crossbow";
|
|
1515
|
-
readonly PURPLEHEART_FIRE_STAFF: "/items/purpleheart_fire_staff";
|
|
1516
|
-
readonly PURPLEHEART_LOG: "/items/purpleheart_log";
|
|
1517
|
-
readonly PURPLEHEART_LUMBER: "/items/purpleheart_lumber";
|
|
1518
|
-
readonly PURPLEHEART_NATURE_STAFF: "/items/purpleheart_nature_staff";
|
|
1519
|
-
readonly PURPLEHEART_SHIELD: "/items/purpleheart_shield";
|
|
1520
|
-
readonly PURPLEHEART_WATER_STAFF: "/items/purpleheart_water_staff";
|
|
1521
|
-
readonly PURPLES_GIFT: "/items/purples_gift";
|
|
1522
|
-
readonly QUICK_AID: "/items/quick_aid";
|
|
1523
|
-
readonly QUICK_SHOT: "/items/quick_shot";
|
|
1524
|
-
readonly RADIANT_BOOTS: "/items/radiant_boots";
|
|
1525
|
-
readonly RADIANT_FABRIC: "/items/radiant_fabric";
|
|
1526
|
-
readonly RADIANT_FIBER: "/items/radiant_fiber";
|
|
1527
|
-
readonly RADIANT_GLOVES: "/items/radiant_gloves";
|
|
1528
|
-
readonly RADIANT_HAT: "/items/radiant_hat";
|
|
1529
|
-
readonly RADIANT_ROBE_BOTTOMS: "/items/radiant_robe_bottoms";
|
|
1530
|
-
readonly RADIANT_ROBE_TOP: "/items/radiant_robe_top";
|
|
1531
|
-
readonly RAIN_OF_ARROWS: "/items/rain_of_arrows";
|
|
1532
|
-
readonly RAINBOW_ALEMBIC: "/items/rainbow_alembic";
|
|
1533
|
-
readonly RAINBOW_BOOTS: "/items/rainbow_boots";
|
|
1534
|
-
readonly RAINBOW_BRUSH: "/items/rainbow_brush";
|
|
1535
|
-
readonly RAINBOW_BUCKLER: "/items/rainbow_buckler";
|
|
1536
|
-
readonly RAINBOW_BULWARK: "/items/rainbow_bulwark";
|
|
1537
|
-
readonly RAINBOW_CHEESE: "/items/rainbow_cheese";
|
|
1538
|
-
readonly RAINBOW_CHISEL: "/items/rainbow_chisel";
|
|
1539
|
-
readonly RAINBOW_ENHANCER: "/items/rainbow_enhancer";
|
|
1540
|
-
readonly RAINBOW_GAUNTLETS: "/items/rainbow_gauntlets";
|
|
1541
|
-
readonly RAINBOW_HAMMER: "/items/rainbow_hammer";
|
|
1542
|
-
readonly RAINBOW_HATCHET: "/items/rainbow_hatchet";
|
|
1543
|
-
readonly RAINBOW_HELMET: "/items/rainbow_helmet";
|
|
1544
|
-
readonly RAINBOW_MACE: "/items/rainbow_mace";
|
|
1545
|
-
readonly RAINBOW_MILK: "/items/rainbow_milk";
|
|
1546
|
-
readonly RAINBOW_NEEDLE: "/items/rainbow_needle";
|
|
1547
|
-
readonly RAINBOW_PLATE_BODY: "/items/rainbow_plate_body";
|
|
1548
|
-
readonly RAINBOW_PLATE_LEGS: "/items/rainbow_plate_legs";
|
|
1549
|
-
readonly RAINBOW_POT: "/items/rainbow_pot";
|
|
1550
|
-
readonly RAINBOW_SHEARS: "/items/rainbow_shears";
|
|
1551
|
-
readonly RAINBOW_SPATULA: "/items/rainbow_spatula";
|
|
1552
|
-
readonly RAINBOW_SPEAR: "/items/rainbow_spear";
|
|
1553
|
-
readonly RAINBOW_SWORD: "/items/rainbow_sword";
|
|
1554
|
-
readonly RANGED_COFFEE: "/items/ranged_coffee";
|
|
1555
|
-
readonly RANGER_NECKLACE: "/items/ranger_necklace";
|
|
1556
|
-
readonly RED_CULINARY_HAT: "/items/red_culinary_hat";
|
|
1557
|
-
readonly RED_PANDA_FLUFF: "/items/red_panda_fluff";
|
|
1558
|
-
readonly RED_TEA_LEAF: "/items/red_tea_leaf";
|
|
1559
|
-
readonly REDWOOD_BOW: "/items/redwood_bow";
|
|
1560
|
-
readonly REDWOOD_CROSSBOW: "/items/redwood_crossbow";
|
|
1561
|
-
readonly REDWOOD_FIRE_STAFF: "/items/redwood_fire_staff";
|
|
1562
|
-
readonly REDWOOD_LOG: "/items/redwood_log";
|
|
1563
|
-
readonly REDWOOD_LUMBER: "/items/redwood_lumber";
|
|
1564
|
-
readonly REDWOOD_NATURE_STAFF: "/items/redwood_nature_staff";
|
|
1565
|
-
readonly REDWOOD_SHIELD: "/items/redwood_shield";
|
|
1566
|
-
readonly REDWOOD_WATER_STAFF: "/items/redwood_water_staff";
|
|
1567
|
-
readonly REGAL_JEWEL: "/items/regal_jewel";
|
|
1568
|
-
readonly REGAL_SWORD: "/items/regal_sword";
|
|
1569
|
-
readonly REGAL_SWORD_REFINED: "/items/regal_sword_refined";
|
|
1570
|
-
readonly REJUVENATE: "/items/rejuvenate";
|
|
1571
|
-
readonly REPTILE_BOOTS: "/items/reptile_boots";
|
|
1572
|
-
readonly REPTILE_BRACERS: "/items/reptile_bracers";
|
|
1573
|
-
readonly REPTILE_CHAPS: "/items/reptile_chaps";
|
|
1574
|
-
readonly REPTILE_HIDE: "/items/reptile_hide";
|
|
1575
|
-
readonly REPTILE_HOOD: "/items/reptile_hood";
|
|
1576
|
-
readonly REPTILE_LEATHER: "/items/reptile_leather";
|
|
1577
|
-
readonly REPTILE_TUNIC: "/items/reptile_tunic";
|
|
1578
|
-
readonly RETRIBUTION: "/items/retribution";
|
|
1579
|
-
readonly REVENANT_ANIMA: "/items/revenant_anima";
|
|
1580
|
-
readonly REVENANT_CHAPS: "/items/revenant_chaps";
|
|
1581
|
-
readonly REVENANT_TUNIC: "/items/revenant_tunic";
|
|
1582
|
-
readonly REVIVE: "/items/revive";
|
|
1583
|
-
readonly RING_OF_ARMOR: "/items/ring_of_armor";
|
|
1584
|
-
readonly RING_OF_CRITICAL_STRIKE: "/items/ring_of_critical_strike";
|
|
1585
|
-
readonly RING_OF_ESSENCE_FIND: "/items/ring_of_essence_find";
|
|
1586
|
-
readonly RING_OF_GATHERING: "/items/ring_of_gathering";
|
|
1587
|
-
readonly RING_OF_RARE_FIND: "/items/ring_of_rare_find";
|
|
1588
|
-
readonly RING_OF_REGENERATION: "/items/ring_of_regeneration";
|
|
1589
|
-
readonly RING_OF_RESISTANCE: "/items/ring_of_resistance";
|
|
1590
|
-
readonly RIPPLING_TRIDENT: "/items/rippling_trident";
|
|
1591
|
-
readonly RIPPLING_TRIDENT_REFINED: "/items/rippling_trident_refined";
|
|
1592
|
-
readonly ROBUSTA_COFFEE_BEAN: "/items/robusta_coffee_bean";
|
|
1593
|
-
readonly ROUGH_BOOTS: "/items/rough_boots";
|
|
1594
|
-
readonly ROUGH_BRACERS: "/items/rough_bracers";
|
|
1595
|
-
readonly ROUGH_CHAPS: "/items/rough_chaps";
|
|
1596
|
-
readonly ROUGH_HIDE: "/items/rough_hide";
|
|
1597
|
-
readonly ROUGH_HOOD: "/items/rough_hood";
|
|
1598
|
-
readonly ROUGH_LEATHER: "/items/rough_leather";
|
|
1599
|
-
readonly ROUGH_TUNIC: "/items/rough_tunic";
|
|
1600
|
-
readonly ROYAL_CLOTH: "/items/royal_cloth";
|
|
1601
|
-
readonly ROYAL_FIRE_ROBE_BOTTOMS: "/items/royal_fire_robe_bottoms";
|
|
1602
|
-
readonly ROYAL_FIRE_ROBE_BOTTOMS_REFINED: "/items/royal_fire_robe_bottoms_refined";
|
|
1603
|
-
readonly ROYAL_FIRE_ROBE_TOP: "/items/royal_fire_robe_top";
|
|
1604
|
-
readonly ROYAL_FIRE_ROBE_TOP_REFINED: "/items/royal_fire_robe_top_refined";
|
|
1605
|
-
readonly ROYAL_NATURE_ROBE_BOTTOMS: "/items/royal_nature_robe_bottoms";
|
|
1606
|
-
readonly ROYAL_NATURE_ROBE_BOTTOMS_REFINED: "/items/royal_nature_robe_bottoms_refined";
|
|
1607
|
-
readonly ROYAL_NATURE_ROBE_TOP: "/items/royal_nature_robe_top";
|
|
1608
|
-
readonly ROYAL_NATURE_ROBE_TOP_REFINED: "/items/royal_nature_robe_top_refined";
|
|
1609
|
-
readonly ROYAL_WATER_ROBE_BOTTOMS: "/items/royal_water_robe_bottoms";
|
|
1610
|
-
readonly ROYAL_WATER_ROBE_BOTTOMS_REFINED: "/items/royal_water_robe_bottoms_refined";
|
|
1611
|
-
readonly ROYAL_WATER_ROBE_TOP: "/items/royal_water_robe_top";
|
|
1612
|
-
readonly ROYAL_WATER_ROBE_TOP_REFINED: "/items/royal_water_robe_top_refined";
|
|
1613
|
-
readonly SCRATCH: "/items/scratch";
|
|
1614
|
-
readonly SHARD_OF_PROTECTION: "/items/shard_of_protection";
|
|
1615
|
-
readonly SHIELD_BASH: "/items/shield_bash";
|
|
1616
|
-
readonly SHOEBILL_FEATHER: "/items/shoebill_feather";
|
|
1617
|
-
readonly SHOEBILL_SHOES: "/items/shoebill_shoes";
|
|
1618
|
-
readonly SIGHTED_BRACERS: "/items/sighted_bracers";
|
|
1619
|
-
readonly SILENCING_SHOT: "/items/silencing_shot";
|
|
1620
|
-
readonly SILK_BOOTS: "/items/silk_boots";
|
|
1621
|
-
readonly SILK_FABRIC: "/items/silk_fabric";
|
|
1622
|
-
readonly SILK_GLOVES: "/items/silk_gloves";
|
|
1623
|
-
readonly SILK_HAT: "/items/silk_hat";
|
|
1624
|
-
readonly SILK_ROBE_BOTTOMS: "/items/silk_robe_bottoms";
|
|
1625
|
-
readonly SILK_ROBE_TOP: "/items/silk_robe_top";
|
|
1626
|
-
readonly SINISTER_CAPE: "/items/sinister_cape";
|
|
1627
|
-
readonly SINISTER_CAPE_REFINED: "/items/sinister_cape_refined";
|
|
1628
|
-
readonly SINISTER_CHEST: "/items/sinister_chest";
|
|
1629
|
-
readonly SINISTER_CHEST_KEY: "/items/sinister_chest_key";
|
|
1630
|
-
readonly SINISTER_ENTRY_KEY: "/items/sinister_entry_key";
|
|
1631
|
-
readonly SINISTER_ESSENCE: "/items/sinister_essence";
|
|
1632
|
-
readonly SINISTER_REFINEMENT_CHEST: "/items/sinister_refinement_chest";
|
|
1633
|
-
readonly SINISTER_REFINEMENT_SHARD: "/items/sinister_refinement_shard";
|
|
1634
|
-
readonly SINISTER_TOKEN: "/items/sinister_token";
|
|
1635
|
-
readonly SMACK: "/items/smack";
|
|
1636
|
-
readonly SMALL_ARTISANS_CRATE: "/items/small_artisans_crate";
|
|
1637
|
-
readonly SMALL_METEORITE_CACHE: "/items/small_meteorite_cache";
|
|
1638
|
-
readonly SMALL_POUCH: "/items/small_pouch";
|
|
1639
|
-
readonly SMALL_TREASURE_CHEST: "/items/small_treasure_chest";
|
|
1640
|
-
readonly SMOKE_BURST: "/items/smoke_burst";
|
|
1641
|
-
readonly SNAIL_SHELL: "/items/snail_shell";
|
|
1642
|
-
readonly SNAIL_SHELL_HELMET: "/items/snail_shell_helmet";
|
|
1643
|
-
readonly SNAKE_FANG: "/items/snake_fang";
|
|
1644
|
-
readonly SNAKE_FANG_DIRK: "/items/snake_fang_dirk";
|
|
1645
|
-
readonly SORCERER_BOOTS: "/items/sorcerer_boots";
|
|
1646
|
-
readonly SORCERER_ESSENCE: "/items/sorcerer_essence";
|
|
1647
|
-
readonly SORCERERS_SOLE: "/items/sorcerers_sole";
|
|
1648
|
-
readonly SOUL_FRAGMENT: "/items/soul_fragment";
|
|
1649
|
-
readonly SOUL_HUNTER_CROSSBOW: "/items/soul_hunter_crossbow";
|
|
1650
|
-
readonly SPACEBERRY: "/items/spaceberry";
|
|
1651
|
-
readonly SPACEBERRY_CAKE: "/items/spaceberry_cake";
|
|
1652
|
-
readonly SPACEBERRY_DONUT: "/items/spaceberry_donut";
|
|
1653
|
-
readonly SPACIA_COFFEE_BEAN: "/items/spacia_coffee_bean";
|
|
1654
|
-
readonly SPEED_AURA: "/items/speed_aura";
|
|
1655
|
-
readonly SPIKE_SHELL: "/items/spike_shell";
|
|
1656
|
-
readonly SPIKED_BULWARK: "/items/spiked_bulwark";
|
|
1657
|
-
readonly STALACTITE_SHARD: "/items/stalactite_shard";
|
|
1658
|
-
readonly STALACTITE_SPEAR: "/items/stalactite_spear";
|
|
1659
|
-
readonly STAMINA_COFFEE: "/items/stamina_coffee";
|
|
1660
|
-
readonly STAR_FRAGMENT: "/items/star_fragment";
|
|
1661
|
-
readonly STAR_FRUIT: "/items/star_fruit";
|
|
1662
|
-
readonly STAR_FRUIT_GUMMY: "/items/star_fruit_gummy";
|
|
1663
|
-
readonly STAR_FRUIT_YOGURT: "/items/star_fruit_yogurt";
|
|
1664
|
-
readonly STEADY_SHOT: "/items/steady_shot";
|
|
1665
|
-
readonly STONE_KEY_FRAGMENT: "/items/stone_key_fragment";
|
|
1666
|
-
readonly STRAWBERRY: "/items/strawberry";
|
|
1667
|
-
readonly STRAWBERRY_CAKE: "/items/strawberry_cake";
|
|
1668
|
-
readonly STRAWBERRY_DONUT: "/items/strawberry_donut";
|
|
1669
|
-
readonly STUNNING_BLOW: "/items/stunning_blow";
|
|
1670
|
-
readonly SUGAR: "/items/sugar";
|
|
1671
|
-
readonly SUNDERING_CROSSBOW: "/items/sundering_crossbow";
|
|
1672
|
-
readonly SUNDERING_CROSSBOW_REFINED: "/items/sundering_crossbow_refined";
|
|
1673
|
-
readonly SUNDERING_JEWEL: "/items/sundering_jewel";
|
|
1674
|
-
readonly SUNSTONE: "/items/sunstone";
|
|
1675
|
-
readonly SUPER_ALCHEMY_TEA: "/items/super_alchemy_tea";
|
|
1676
|
-
readonly SUPER_ATTACK_COFFEE: "/items/super_attack_coffee";
|
|
1677
|
-
readonly SUPER_BREWING_TEA: "/items/super_brewing_tea";
|
|
1678
|
-
readonly SUPER_CHEESESMITHING_TEA: "/items/super_cheesesmithing_tea";
|
|
1679
|
-
readonly SUPER_COOKING_TEA: "/items/super_cooking_tea";
|
|
1680
|
-
readonly SUPER_CRAFTING_TEA: "/items/super_crafting_tea";
|
|
1681
|
-
readonly SUPER_DEFENSE_COFFEE: "/items/super_defense_coffee";
|
|
1682
|
-
readonly SUPER_ENHANCING_TEA: "/items/super_enhancing_tea";
|
|
1683
|
-
readonly SUPER_FORAGING_TEA: "/items/super_foraging_tea";
|
|
1684
|
-
readonly SUPER_INTELLIGENCE_COFFEE: "/items/super_intelligence_coffee";
|
|
1685
|
-
readonly SUPER_MAGIC_COFFEE: "/items/super_magic_coffee";
|
|
1686
|
-
readonly SUPER_MELEE_COFFEE: "/items/super_melee_coffee";
|
|
1687
|
-
readonly SUPER_MILKING_TEA: "/items/super_milking_tea";
|
|
1688
|
-
readonly SUPER_RANGED_COFFEE: "/items/super_ranged_coffee";
|
|
1689
|
-
readonly SUPER_STAMINA_COFFEE: "/items/super_stamina_coffee";
|
|
1690
|
-
readonly SUPER_TAILORING_TEA: "/items/super_tailoring_tea";
|
|
1691
|
-
readonly SUPER_WOODCUTTING_TEA: "/items/super_woodcutting_tea";
|
|
1692
|
-
readonly SWAMP_ESSENCE: "/items/swamp_essence";
|
|
1693
|
-
readonly SWEEP: "/items/sweep";
|
|
1694
|
-
readonly SWIFTNESS_COFFEE: "/items/swiftness_coffee";
|
|
1695
|
-
readonly TAILORING_ESSENCE: "/items/tailoring_essence";
|
|
1696
|
-
readonly TAILORING_TEA: "/items/tailoring_tea";
|
|
1697
|
-
readonly TAILORS_BOTTOMS: "/items/tailors_bottoms";
|
|
1698
|
-
readonly TAILORS_TOP: "/items/tailors_top";
|
|
1699
|
-
readonly TASK_CRYSTAL: "/items/task_crystal";
|
|
1700
|
-
readonly TASK_TOKEN: "/items/task_token";
|
|
1701
|
-
readonly TAUNT: "/items/taunt";
|
|
1702
|
-
readonly THREAD_OF_EXPERTISE: "/items/thread_of_expertise";
|
|
1703
|
-
readonly TOME_OF_HEALING: "/items/tome_of_healing";
|
|
1704
|
-
readonly TOME_OF_THE_ELEMENTS: "/items/tome_of_the_elements";
|
|
1705
|
-
readonly TOUGHNESS: "/items/toughness";
|
|
1706
|
-
readonly TOXIC_POLLEN: "/items/toxic_pollen";
|
|
1707
|
-
readonly TRAINEE_ALCHEMY_CHARM: "/items/trainee_alchemy_charm";
|
|
1708
|
-
readonly TRAINEE_ATTACK_CHARM: "/items/trainee_attack_charm";
|
|
1709
|
-
readonly TRAINEE_BREWING_CHARM: "/items/trainee_brewing_charm";
|
|
1710
|
-
readonly TRAINEE_CHEESESMITHING_CHARM: "/items/trainee_cheesesmithing_charm";
|
|
1711
|
-
readonly TRAINEE_COOKING_CHARM: "/items/trainee_cooking_charm";
|
|
1712
|
-
readonly TRAINEE_CRAFTING_CHARM: "/items/trainee_crafting_charm";
|
|
1713
|
-
readonly TRAINEE_DEFENSE_CHARM: "/items/trainee_defense_charm";
|
|
1714
|
-
readonly TRAINEE_ENHANCING_CHARM: "/items/trainee_enhancing_charm";
|
|
1715
|
-
readonly TRAINEE_FORAGING_CHARM: "/items/trainee_foraging_charm";
|
|
1716
|
-
readonly TRAINEE_INTELLIGENCE_CHARM: "/items/trainee_intelligence_charm";
|
|
1717
|
-
readonly TRAINEE_MAGIC_CHARM: "/items/trainee_magic_charm";
|
|
1718
|
-
readonly TRAINEE_MELEE_CHARM: "/items/trainee_melee_charm";
|
|
1719
|
-
readonly TRAINEE_MILKING_CHARM: "/items/trainee_milking_charm";
|
|
1720
|
-
readonly TRAINEE_RANGED_CHARM: "/items/trainee_ranged_charm";
|
|
1721
|
-
readonly TRAINEE_STAMINA_CHARM: "/items/trainee_stamina_charm";
|
|
1722
|
-
readonly TRAINEE_TAILORING_CHARM: "/items/trainee_tailoring_charm";
|
|
1723
|
-
readonly TRAINEE_WOODCUTTING_CHARM: "/items/trainee_woodcutting_charm";
|
|
1724
|
-
readonly TREANT_BARK: "/items/treant_bark";
|
|
1725
|
-
readonly TREANT_SHIELD: "/items/treant_shield";
|
|
1726
|
-
readonly TURTLE_SHELL: "/items/turtle_shell";
|
|
1727
|
-
readonly TURTLE_SHELL_BODY: "/items/turtle_shell_body";
|
|
1728
|
-
readonly TURTLE_SHELL_LEGS: "/items/turtle_shell_legs";
|
|
1729
|
-
readonly TWILIGHT_ESSENCE: "/items/twilight_essence";
|
|
1730
|
-
readonly ULTRA_ALCHEMY_TEA: "/items/ultra_alchemy_tea";
|
|
1731
|
-
readonly ULTRA_ATTACK_COFFEE: "/items/ultra_attack_coffee";
|
|
1732
|
-
readonly ULTRA_BREWING_TEA: "/items/ultra_brewing_tea";
|
|
1733
|
-
readonly ULTRA_CHEESESMITHING_TEA: "/items/ultra_cheesesmithing_tea";
|
|
1734
|
-
readonly ULTRA_COOKING_TEA: "/items/ultra_cooking_tea";
|
|
1735
|
-
readonly ULTRA_CRAFTING_TEA: "/items/ultra_crafting_tea";
|
|
1736
|
-
readonly ULTRA_DEFENSE_COFFEE: "/items/ultra_defense_coffee";
|
|
1737
|
-
readonly ULTRA_ENHANCING_TEA: "/items/ultra_enhancing_tea";
|
|
1738
|
-
readonly ULTRA_FORAGING_TEA: "/items/ultra_foraging_tea";
|
|
1739
|
-
readonly ULTRA_INTELLIGENCE_COFFEE: "/items/ultra_intelligence_coffee";
|
|
1740
|
-
readonly ULTRA_MAGIC_COFFEE: "/items/ultra_magic_coffee";
|
|
1741
|
-
readonly ULTRA_MELEE_COFFEE: "/items/ultra_melee_coffee";
|
|
1742
|
-
readonly ULTRA_MILKING_TEA: "/items/ultra_milking_tea";
|
|
1743
|
-
readonly ULTRA_RANGED_COFFEE: "/items/ultra_ranged_coffee";
|
|
1744
|
-
readonly ULTRA_STAMINA_COFFEE: "/items/ultra_stamina_coffee";
|
|
1745
|
-
readonly ULTRA_TAILORING_TEA: "/items/ultra_tailoring_tea";
|
|
1746
|
-
readonly ULTRA_WOODCUTTING_TEA: "/items/ultra_woodcutting_tea";
|
|
1747
|
-
readonly UMBRAL_BOOTS: "/items/umbral_boots";
|
|
1748
|
-
readonly UMBRAL_BRACERS: "/items/umbral_bracers";
|
|
1749
|
-
readonly UMBRAL_CHAPS: "/items/umbral_chaps";
|
|
1750
|
-
readonly UMBRAL_HIDE: "/items/umbral_hide";
|
|
1751
|
-
readonly UMBRAL_HOOD: "/items/umbral_hood";
|
|
1752
|
-
readonly UMBRAL_LEATHER: "/items/umbral_leather";
|
|
1753
|
-
readonly UMBRAL_TUNIC: "/items/umbral_tunic";
|
|
1754
|
-
readonly VAMPIRE_FANG: "/items/vampire_fang";
|
|
1755
|
-
readonly VAMPIRE_FANG_DIRK: "/items/vampire_fang_dirk";
|
|
1756
|
-
readonly VAMPIRIC_BOW: "/items/vampiric_bow";
|
|
1757
|
-
readonly VAMPIRISM: "/items/vampirism";
|
|
1758
|
-
readonly VERDANT_ALEMBIC: "/items/verdant_alembic";
|
|
1759
|
-
readonly VERDANT_BOOTS: "/items/verdant_boots";
|
|
1760
|
-
readonly VERDANT_BRUSH: "/items/verdant_brush";
|
|
1761
|
-
readonly VERDANT_BUCKLER: "/items/verdant_buckler";
|
|
1762
|
-
readonly VERDANT_BULWARK: "/items/verdant_bulwark";
|
|
1763
|
-
readonly VERDANT_CHEESE: "/items/verdant_cheese";
|
|
1764
|
-
readonly VERDANT_CHISEL: "/items/verdant_chisel";
|
|
1765
|
-
readonly VERDANT_ENHANCER: "/items/verdant_enhancer";
|
|
1766
|
-
readonly VERDANT_GAUNTLETS: "/items/verdant_gauntlets";
|
|
1767
|
-
readonly VERDANT_HAMMER: "/items/verdant_hammer";
|
|
1768
|
-
readonly VERDANT_HATCHET: "/items/verdant_hatchet";
|
|
1769
|
-
readonly VERDANT_HELMET: "/items/verdant_helmet";
|
|
1770
|
-
readonly VERDANT_MACE: "/items/verdant_mace";
|
|
1771
|
-
readonly VERDANT_MILK: "/items/verdant_milk";
|
|
1772
|
-
readonly VERDANT_NEEDLE: "/items/verdant_needle";
|
|
1773
|
-
readonly VERDANT_PLATE_BODY: "/items/verdant_plate_body";
|
|
1774
|
-
readonly VERDANT_PLATE_LEGS: "/items/verdant_plate_legs";
|
|
1775
|
-
readonly VERDANT_POT: "/items/verdant_pot";
|
|
1776
|
-
readonly VERDANT_SHEARS: "/items/verdant_shears";
|
|
1777
|
-
readonly VERDANT_SPATULA: "/items/verdant_spatula";
|
|
1778
|
-
readonly VERDANT_SPEAR: "/items/verdant_spear";
|
|
1779
|
-
readonly VERDANT_SWORD: "/items/verdant_sword";
|
|
1780
|
-
readonly VISION_HELMET: "/items/vision_helmet";
|
|
1781
|
-
readonly VISION_SHIELD: "/items/vision_shield";
|
|
1782
|
-
readonly WATCHFUL_RELIC: "/items/watchful_relic";
|
|
1783
|
-
readonly WATER_STRIKE: "/items/water_strike";
|
|
1784
|
-
readonly WEREWOLF_CLAW: "/items/werewolf_claw";
|
|
1785
|
-
readonly WEREWOLF_SLASHER: "/items/werewolf_slasher";
|
|
1786
|
-
readonly WHEAT: "/items/wheat";
|
|
1787
|
-
readonly WHITE_KEY_FRAGMENT: "/items/white_key_fragment";
|
|
1788
|
-
readonly WISDOM_COFFEE: "/items/wisdom_coffee";
|
|
1789
|
-
readonly WISDOM_TEA: "/items/wisdom_tea";
|
|
1790
|
-
readonly WIZARD_NECKLACE: "/items/wizard_necklace";
|
|
1791
|
-
readonly WOODCUTTING_ESSENCE: "/items/woodcutting_essence";
|
|
1792
|
-
readonly WOODCUTTING_TEA: "/items/woodcutting_tea";
|
|
1793
|
-
readonly WOODEN_BOW: "/items/wooden_bow";
|
|
1794
|
-
readonly WOODEN_CROSSBOW: "/items/wooden_crossbow";
|
|
1795
|
-
readonly WOODEN_FIRE_STAFF: "/items/wooden_fire_staff";
|
|
1796
|
-
readonly WOODEN_NATURE_STAFF: "/items/wooden_nature_staff";
|
|
1797
|
-
readonly WOODEN_SHIELD: "/items/wooden_shield";
|
|
1798
|
-
readonly WOODEN_WATER_STAFF: "/items/wooden_water_staff";
|
|
1799
|
-
readonly YOGURT: "/items/yogurt";
|
|
1800
|
-
};
|
|
1801
|
-
export type ItemHridType = '/items/abyssal_essence' | '/items/acrobatic_hood' | '/items/acrobatic_hood_refined' | '/items/acrobats_ribbon' | '/items/advanced_alchemy_charm' | '/items/advanced_attack_charm' | '/items/advanced_brewing_charm' | '/items/advanced_cheesesmithing_charm' | '/items/advanced_cooking_charm' | '/items/advanced_crafting_charm' | '/items/advanced_defense_charm' | '/items/advanced_enhancing_charm' | '/items/advanced_foraging_charm' | '/items/advanced_intelligence_charm' | '/items/advanced_magic_charm' | '/items/advanced_melee_charm' | '/items/advanced_milking_charm' | '/items/advanced_ranged_charm' | '/items/advanced_stamina_charm' | '/items/advanced_tailoring_charm' | '/items/advanced_task_badge' | '/items/advanced_woodcutting_charm' | '/items/alchemists_bottoms' | '/items/alchemists_top' | '/items/alchemy_essence' | '/items/alchemy_tea' | '/items/amber' | '/items/amethyst' | '/items/anchorbound_plate_body' | '/items/anchorbound_plate_body_refined' | '/items/anchorbound_plate_legs' | '/items/anchorbound_plate_legs_refined' | '/items/apple' | '/items/apple_gummy' | '/items/apple_yogurt' | '/items/aqua_arrow' | '/items/aqua_essence' | '/items/arabica_coffee_bean' | '/items/arcane_bow' | '/items/arcane_crossbow' | '/items/arcane_fire_staff' | '/items/arcane_log' | '/items/arcane_lumber' | '/items/arcane_nature_staff' | '/items/arcane_shield' | '/items/arcane_water_staff' | '/items/artisan_tea' | '/items/attack_coffee' | '/items/azure_alembic' | '/items/azure_boots' | '/items/azure_brush' | '/items/azure_buckler' | '/items/azure_bulwark' | '/items/azure_cheese' | '/items/azure_chisel' | '/items/azure_enhancer' | '/items/azure_gauntlets' | '/items/azure_hammer' | '/items/azure_hatchet' | '/items/azure_helmet' | '/items/azure_mace' | '/items/azure_milk' | '/items/azure_needle' | '/items/azure_plate_body' | '/items/azure_plate_legs' | '/items/azure_pot' | '/items/azure_shears' | '/items/azure_spatula' | '/items/azure_spear' | '/items/azure_sword' | '/items/bag_of_10_cowbells' | '/items/bamboo_boots' | '/items/bamboo_branch' | '/items/bamboo_fabric' | '/items/bamboo_gloves' | '/items/bamboo_hat' | '/items/bamboo_robe_bottoms' | '/items/bamboo_robe_top' | '/items/basic_alchemy_charm' | '/items/basic_attack_charm' | '/items/basic_brewing_charm' | '/items/basic_cheesesmithing_charm' | '/items/basic_cooking_charm' | '/items/basic_crafting_charm' | '/items/basic_defense_charm' | '/items/basic_enhancing_charm' | '/items/basic_foraging_charm' | '/items/basic_intelligence_charm' | '/items/basic_magic_charm' | '/items/basic_melee_charm' | '/items/basic_milking_charm' | '/items/basic_ranged_charm' | '/items/basic_stamina_charm' | '/items/basic_tailoring_charm' | '/items/basic_task_badge' | '/items/basic_woodcutting_charm' | '/items/bear_essence' | '/items/beast_boots' | '/items/beast_bracers' | '/items/beast_chaps' | '/items/beast_hide' | '/items/beast_hood' | '/items/beast_leather' | '/items/beast_tunic' | '/items/berserk' | '/items/birch_bow' | '/items/birch_crossbow' | '/items/birch_fire_staff' | '/items/birch_log' | '/items/birch_lumber' | '/items/birch_nature_staff' | '/items/birch_shield' | '/items/birch_water_staff' | '/items/bishops_codex' | '/items/bishops_codex_refined' | '/items/bishops_scroll' | '/items/black_bear_fluff' | '/items/black_bear_shoes' | '/items/black_tea_leaf' | '/items/blackberry' | '/items/blackberry_cake' | '/items/blackberry_donut' | '/items/blazing_trident' | '/items/blazing_trident_refined' | '/items/blessed_tea' | '/items/blooming_trident' | '/items/blooming_trident_refined' | '/items/blue_key_fragment' | '/items/blueberry' | '/items/blueberry_cake' | '/items/blueberry_donut' | '/items/branch_of_insight' | '/items/brewers_bottoms' | '/items/brewers_top' | '/items/brewing_essence' | '/items/brewing_tea' | '/items/brown_key_fragment' | '/items/burble_alembic' | '/items/burble_boots' | '/items/burble_brush' | '/items/burble_buckler' | '/items/burble_bulwark' | '/items/burble_cheese' | '/items/burble_chisel' | '/items/burble_enhancer' | '/items/burble_gauntlets' | '/items/burble_hammer' | '/items/burble_hatchet' | '/items/burble_helmet' | '/items/burble_mace' | '/items/burble_milk' | '/items/burble_needle' | '/items/burble_plate_body' | '/items/burble_plate_legs' | '/items/burble_pot' | '/items/burble_shears' | '/items/burble_spatula' | '/items/burble_spear' | '/items/burble_sword' | '/items/burble_tea_leaf' | '/items/burning_key_fragment' | '/items/butter_of_proficiency' | '/items/catalyst_of_coinification' | '/items/catalyst_of_decomposition' | '/items/catalyst_of_transmutation' | '/items/catalytic_tea' | '/items/cedar_bow' | '/items/cedar_crossbow' | '/items/cedar_fire_staff' | '/items/cedar_log' | '/items/cedar_lumber' | '/items/cedar_nature_staff' | '/items/cedar_shield' | '/items/cedar_water_staff' | '/items/celestial_alembic' | '/items/celestial_brush' | '/items/celestial_chisel' | '/items/celestial_enhancer' | '/items/celestial_hammer' | '/items/celestial_hatchet' | '/items/celestial_needle' | '/items/celestial_pot' | '/items/celestial_shears' | '/items/celestial_spatula' | '/items/centaur_boots' | '/items/centaur_hoof' | '/items/channeling_coffee' | '/items/chaotic_chain' | '/items/chaotic_flail' | '/items/chaotic_flail_refined' | '/items/cheese' | '/items/cheese_alembic' | '/items/cheese_boots' | '/items/cheese_brush' | '/items/cheese_buckler' | '/items/cheese_bulwark' | '/items/cheese_chisel' | '/items/cheese_enhancer' | '/items/cheese_gauntlets' | '/items/cheese_hammer' | '/items/cheese_hatchet' | '/items/cheese_helmet' | '/items/cheese_mace' | '/items/cheese_needle' | '/items/cheese_plate_body' | '/items/cheese_plate_legs' | '/items/cheese_pot' | '/items/cheese_shears' | '/items/cheese_spatula' | '/items/cheese_spear' | '/items/cheese_sword' | '/items/cheesemakers_bottoms' | '/items/cheesemakers_top' | '/items/cheesesmithing_essence' | '/items/cheesesmithing_tea' | '/items/chefs_bottoms' | '/items/chefs_top' | '/items/chimerical_chest' | '/items/chimerical_chest_key' | '/items/chimerical_entry_key' | '/items/chimerical_essence' | '/items/chimerical_quiver' | '/items/chimerical_quiver_refined' | '/items/chimerical_refinement_chest' | '/items/chimerical_refinement_shard' | '/items/chimerical_token' | '/items/chrono_gloves' | '/items/chrono_sphere' | '/items/cleave' | '/items/cocoon' | '/items/coin' | '/items/collectors_boots' | '/items/colossus_core' | '/items/colossus_plate_body' | '/items/colossus_plate_legs' | '/items/cooking_essence' | '/items/cooking_tea' | '/items/corsair_crest' | '/items/corsair_helmet' | '/items/corsair_helmet_refined' | '/items/cotton' | '/items/cotton_boots' | '/items/cotton_fabric' | '/items/cotton_gloves' | '/items/cotton_hat' | '/items/cotton_robe_bottoms' | '/items/cotton_robe_top' | '/items/cowbell' | '/items/crab_pincer' | '/items/crafters_bottoms' | '/items/crafters_top' | '/items/crafting_essence' | '/items/crafting_tea' | '/items/crimson_alembic' | '/items/crimson_boots' | '/items/crimson_brush' | '/items/crimson_buckler' | '/items/crimson_bulwark' | '/items/crimson_cheese' | '/items/crimson_chisel' | '/items/crimson_enhancer' | '/items/crimson_gauntlets' | '/items/crimson_hammer' | '/items/crimson_hatchet' | '/items/crimson_helmet' | '/items/crimson_mace' | '/items/crimson_milk' | '/items/crimson_needle' | '/items/crimson_plate_body' | '/items/crimson_plate_legs' | '/items/crimson_pot' | '/items/crimson_shears' | '/items/crimson_spatula' | '/items/crimson_spear' | '/items/crimson_sword' | '/items/crippling_slash' | '/items/critical_aura' | '/items/critical_coffee' | '/items/crushed_amber' | '/items/crushed_amethyst' | '/items/crushed_garnet' | '/items/crushed_jade' | '/items/crushed_moonstone' | '/items/crushed_pearl' | '/items/crushed_philosophers_stone' | '/items/crushed_sunstone' | '/items/cupcake' | '/items/cursed_ball' | '/items/cursed_bow' | '/items/cursed_bow_refined' | '/items/dairyhands_bottoms' | '/items/dairyhands_top' | '/items/damaged_anchor' | '/items/dark_key_fragment' | '/items/defense_coffee' | '/items/demonic_core' | '/items/demonic_plate_body' | '/items/demonic_plate_legs' | '/items/dodocamel_gauntlets' | '/items/dodocamel_gauntlets_refined' | '/items/dodocamel_plume' | '/items/donut' | '/items/dragon_fruit' | '/items/dragon_fruit_gummy' | '/items/dragon_fruit_yogurt' | '/items/earrings_of_armor' | '/items/earrings_of_critical_strike' | '/items/earrings_of_essence_find' | '/items/earrings_of_gathering' | '/items/earrings_of_rare_find' | '/items/earrings_of_regeneration' | '/items/earrings_of_resistance' | '/items/efficiency_tea' | '/items/egg' | '/items/elemental_affinity' | '/items/elusiveness' | '/items/emp_tea_leaf' | '/items/enchanted_chest' | '/items/enchanted_chest_key' | '/items/enchanted_cloak' | '/items/enchanted_cloak_refined' | '/items/enchanted_entry_key' | '/items/enchanted_essence' | '/items/enchanted_gloves' | '/items/enchanted_refinement_chest' | '/items/enchanted_refinement_shard' | '/items/enchanted_token' | '/items/enhancers_bottoms' | '/items/enhancers_top' | '/items/enhancing_essence' | '/items/enhancing_tea' | '/items/entangle' | '/items/excelsa_coffee_bean' | '/items/expert_alchemy_charm' | '/items/expert_attack_charm' | '/items/expert_brewing_charm' | '/items/expert_cheesesmithing_charm' | '/items/expert_cooking_charm' | '/items/expert_crafting_charm' | '/items/expert_defense_charm' | '/items/expert_enhancing_charm' | '/items/expert_foraging_charm' | '/items/expert_intelligence_charm' | '/items/expert_magic_charm' | '/items/expert_melee_charm' | '/items/expert_milking_charm' | '/items/expert_ranged_charm' | '/items/expert_stamina_charm' | '/items/expert_tailoring_charm' | '/items/expert_task_badge' | '/items/expert_woodcutting_charm' | '/items/eye_of_the_watcher' | '/items/eye_watch' | '/items/eyessence' | '/items/fierce_aura' | '/items/fieriosa_coffee_bean' | '/items/fighter_necklace' | '/items/fireball' | '/items/firestorm' | '/items/flame_arrow' | '/items/flame_blast' | '/items/flaming_cloth' | '/items/flaming_robe_bottoms' | '/items/flaming_robe_top' | '/items/flax' | '/items/fluffy_red_hat' | '/items/foragers_bottoms' | '/items/foragers_top' | '/items/foraging_essence' | '/items/foraging_tea' | '/items/fracturing_impact' | '/items/frenzy' | '/items/frost_sphere' | '/items/frost_staff' | '/items/frost_surge' | '/items/furious_spear' | '/items/furious_spear_refined' | '/items/garnet' | '/items/gathering_tea' | '/items/gator_vest' | '/items/giant_pouch' | '/items/ginkgo_bow' | '/items/ginkgo_crossbow' | '/items/ginkgo_fire_staff' | '/items/ginkgo_log' | '/items/ginkgo_lumber' | '/items/ginkgo_nature_staff' | '/items/ginkgo_shield' | '/items/ginkgo_water_staff' | '/items/gluttonous_energy' | '/items/gluttonous_pouch' | '/items/gobo_boomstick' | '/items/gobo_boots' | '/items/gobo_bracers' | '/items/gobo_chaps' | '/items/gobo_defender' | '/items/gobo_essence' | '/items/gobo_hide' | '/items/gobo_hood' | '/items/gobo_leather' | '/items/gobo_rag' | '/items/gobo_shooter' | '/items/gobo_slasher' | '/items/gobo_smasher' | '/items/gobo_stabber' | '/items/gobo_tunic' | '/items/goggles' | '/items/golem_essence' | '/items/gourmet_tea' | '/items/grandmaster_alchemy_charm' | '/items/grandmaster_attack_charm' | '/items/grandmaster_brewing_charm' | '/items/grandmaster_cheesesmithing_charm' | '/items/grandmaster_cooking_charm' | '/items/grandmaster_crafting_charm' | '/items/grandmaster_defense_charm' | '/items/grandmaster_enhancing_charm' | '/items/grandmaster_foraging_charm' | '/items/grandmaster_intelligence_charm' | '/items/grandmaster_magic_charm' | '/items/grandmaster_melee_charm' | '/items/grandmaster_milking_charm' | '/items/grandmaster_ranged_charm' | '/items/grandmaster_stamina_charm' | '/items/grandmaster_tailoring_charm' | '/items/grandmaster_woodcutting_charm' | '/items/granite_bludgeon' | '/items/green_key_fragment' | '/items/green_tea_leaf' | '/items/griffin_bulwark' | '/items/griffin_bulwark_refined' | '/items/griffin_chaps' | '/items/griffin_leather' | '/items/griffin_talon' | '/items/griffin_tunic' | '/items/grizzly_bear_fluff' | '/items/grizzly_bear_shoes' | '/items/guardian_aura' | '/items/gummy' | '/items/guzzling_energy' | '/items/guzzling_pouch' | '/items/heal' | '/items/holy_alembic' | '/items/holy_boots' | '/items/holy_brush' | '/items/holy_buckler' | '/items/holy_bulwark' | '/items/holy_cheese' | '/items/holy_chisel' | '/items/holy_enhancer' | '/items/holy_gauntlets' | '/items/holy_hammer' | '/items/holy_hatchet' | '/items/holy_helmet' | '/items/holy_mace' | '/items/holy_milk' | '/items/holy_needle' | '/items/holy_plate_body' | '/items/holy_plate_legs' | '/items/holy_pot' | '/items/holy_shears' | '/items/holy_spatula' | '/items/holy_spear' | '/items/holy_sword' | '/items/ice_spear' | '/items/icy_cloth' | '/items/icy_robe_bottoms' | '/items/icy_robe_top' | '/items/impale' | '/items/infernal_battlestaff' | '/items/infernal_ember' | '/items/insanity' | '/items/intelligence_coffee' | '/items/invincible' | '/items/jackalope_antler' | '/items/jackalope_staff' | '/items/jade' | '/items/jungle_essence' | '/items/knights_aegis' | '/items/knights_aegis_refined' | '/items/knights_ingot' | '/items/kraken_chaps' | '/items/kraken_chaps_refined' | '/items/kraken_fang' | '/items/kraken_leather' | '/items/kraken_tunic' | '/items/kraken_tunic_refined' | '/items/large_artisans_crate' | '/items/large_meteorite_cache' | '/items/large_pouch' | '/items/large_treasure_chest' | '/items/liberica_coffee_bean' | '/items/life_drain' | '/items/linen_boots' | '/items/linen_fabric' | '/items/linen_gloves' | '/items/linen_hat' | '/items/linen_robe_bottoms' | '/items/linen_robe_top' | '/items/living_granite' | '/items/log' | '/items/lucky_coffee' | '/items/lumber' | '/items/lumberjacks_bottoms' | '/items/lumberjacks_top' | '/items/luna_robe_bottoms' | '/items/luna_robe_top' | '/items/luna_wing' | '/items/maelstrom_plate_body' | '/items/maelstrom_plate_body_refined' | '/items/maelstrom_plate_legs' | '/items/maelstrom_plate_legs_refined' | '/items/maelstrom_plating' | '/items/magic_coffee' | '/items/magicians_cloth' | '/items/magicians_hat' | '/items/magicians_hat_refined' | '/items/magnet' | '/items/magnetic_gloves' | '/items/magnifying_glass' | '/items/maim' | '/items/mana_spring' | '/items/manticore_shield' | '/items/manticore_sting' | '/items/marine_chaps' | '/items/marine_scale' | '/items/marine_tunic' | '/items/marksman_bracers' | '/items/marksman_bracers_refined' | '/items/marksman_brooch' | '/items/marsberry' | '/items/marsberry_cake' | '/items/marsberry_donut' | '/items/master_alchemy_charm' | '/items/master_attack_charm' | '/items/master_brewing_charm' | '/items/master_cheesesmithing_charm' | '/items/master_cooking_charm' | '/items/master_crafting_charm' | '/items/master_defense_charm' | '/items/master_enhancing_charm' | '/items/master_foraging_charm' | '/items/master_intelligence_charm' | '/items/master_magic_charm' | '/items/master_melee_charm' | '/items/master_milking_charm' | '/items/master_ranged_charm' | '/items/master_stamina_charm' | '/items/master_tailoring_charm' | '/items/master_woodcutting_charm' | '/items/medium_artisans_crate' | '/items/medium_meteorite_cache' | '/items/medium_pouch' | '/items/medium_treasure_chest' | '/items/melee_coffee' | '/items/milk' | '/items/milking_essence' | '/items/milking_tea' | '/items/minor_heal' | '/items/mirror_of_protection' | '/items/mooberry' | '/items/mooberry_cake' | '/items/mooberry_donut' | '/items/moolong_tea_leaf' | '/items/moonstone' | '/items/mystic_aura' | '/items/natures_veil' | '/items/necklace_of_efficiency' | '/items/necklace_of_speed' | '/items/necklace_of_wisdom' | '/items/orange' | '/items/orange_gummy' | '/items/orange_key_fragment' | '/items/orange_yogurt' | '/items/panda_fluff' | '/items/panda_gloves' | '/items/peach' | '/items/peach_gummy' | '/items/peach_yogurt' | '/items/pearl' | '/items/penetrating_shot' | '/items/penetrating_strike' | '/items/pestilent_shot' | '/items/philosophers_earrings' | '/items/philosophers_necklace' | '/items/philosophers_ring' | '/items/philosophers_stone' | '/items/pincer_gloves' | '/items/pirate_chest' | '/items/pirate_chest_key' | '/items/pirate_entry_key' | '/items/pirate_essence' | '/items/pirate_refinement_chest' | '/items/pirate_refinement_shard' | '/items/pirate_token' | '/items/plum' | '/items/plum_gummy' | '/items/plum_yogurt' | '/items/poke' | '/items/polar_bear_fluff' | '/items/polar_bear_shoes' | '/items/precision' | '/items/prime_catalyst' | '/items/processing_tea' | '/items/provoke' | '/items/puncture' | '/items/purple_key_fragment' | '/items/purpleheart_bow' | '/items/purpleheart_crossbow' | '/items/purpleheart_fire_staff' | '/items/purpleheart_log' | '/items/purpleheart_lumber' | '/items/purpleheart_nature_staff' | '/items/purpleheart_shield' | '/items/purpleheart_water_staff' | '/items/purples_gift' | '/items/quick_aid' | '/items/quick_shot' | '/items/radiant_boots' | '/items/radiant_fabric' | '/items/radiant_fiber' | '/items/radiant_gloves' | '/items/radiant_hat' | '/items/radiant_robe_bottoms' | '/items/radiant_robe_top' | '/items/rain_of_arrows' | '/items/rainbow_alembic' | '/items/rainbow_boots' | '/items/rainbow_brush' | '/items/rainbow_buckler' | '/items/rainbow_bulwark' | '/items/rainbow_cheese' | '/items/rainbow_chisel' | '/items/rainbow_enhancer' | '/items/rainbow_gauntlets' | '/items/rainbow_hammer' | '/items/rainbow_hatchet' | '/items/rainbow_helmet' | '/items/rainbow_mace' | '/items/rainbow_milk' | '/items/rainbow_needle' | '/items/rainbow_plate_body' | '/items/rainbow_plate_legs' | '/items/rainbow_pot' | '/items/rainbow_shears' | '/items/rainbow_spatula' | '/items/rainbow_spear' | '/items/rainbow_sword' | '/items/ranged_coffee' | '/items/ranger_necklace' | '/items/red_culinary_hat' | '/items/red_panda_fluff' | '/items/red_tea_leaf' | '/items/redwood_bow' | '/items/redwood_crossbow' | '/items/redwood_fire_staff' | '/items/redwood_log' | '/items/redwood_lumber' | '/items/redwood_nature_staff' | '/items/redwood_shield' | '/items/redwood_water_staff' | '/items/regal_jewel' | '/items/regal_sword' | '/items/regal_sword_refined' | '/items/rejuvenate' | '/items/reptile_boots' | '/items/reptile_bracers' | '/items/reptile_chaps' | '/items/reptile_hide' | '/items/reptile_hood' | '/items/reptile_leather' | '/items/reptile_tunic' | '/items/retribution' | '/items/revenant_anima' | '/items/revenant_chaps' | '/items/revenant_tunic' | '/items/revive' | '/items/ring_of_armor' | '/items/ring_of_critical_strike' | '/items/ring_of_essence_find' | '/items/ring_of_gathering' | '/items/ring_of_rare_find' | '/items/ring_of_regeneration' | '/items/ring_of_resistance' | '/items/rippling_trident' | '/items/rippling_trident_refined' | '/items/robusta_coffee_bean' | '/items/rough_boots' | '/items/rough_bracers' | '/items/rough_chaps' | '/items/rough_hide' | '/items/rough_hood' | '/items/rough_leather' | '/items/rough_tunic' | '/items/royal_cloth' | '/items/royal_fire_robe_bottoms' | '/items/royal_fire_robe_bottoms_refined' | '/items/royal_fire_robe_top' | '/items/royal_fire_robe_top_refined' | '/items/royal_nature_robe_bottoms' | '/items/royal_nature_robe_bottoms_refined' | '/items/royal_nature_robe_top' | '/items/royal_nature_robe_top_refined' | '/items/royal_water_robe_bottoms' | '/items/royal_water_robe_bottoms_refined' | '/items/royal_water_robe_top' | '/items/royal_water_robe_top_refined' | '/items/scratch' | '/items/shard_of_protection' | '/items/shield_bash' | '/items/shoebill_feather' | '/items/shoebill_shoes' | '/items/sighted_bracers' | '/items/silencing_shot' | '/items/silk_boots' | '/items/silk_fabric' | '/items/silk_gloves' | '/items/silk_hat' | '/items/silk_robe_bottoms' | '/items/silk_robe_top' | '/items/sinister_cape' | '/items/sinister_cape_refined' | '/items/sinister_chest' | '/items/sinister_chest_key' | '/items/sinister_entry_key' | '/items/sinister_essence' | '/items/sinister_refinement_chest' | '/items/sinister_refinement_shard' | '/items/sinister_token' | '/items/smack' | '/items/small_artisans_crate' | '/items/small_meteorite_cache' | '/items/small_pouch' | '/items/small_treasure_chest' | '/items/smoke_burst' | '/items/snail_shell' | '/items/snail_shell_helmet' | '/items/snake_fang' | '/items/snake_fang_dirk' | '/items/sorcerer_boots' | '/items/sorcerer_essence' | '/items/sorcerers_sole' | '/items/soul_fragment' | '/items/soul_hunter_crossbow' | '/items/spaceberry' | '/items/spaceberry_cake' | '/items/spaceberry_donut' | '/items/spacia_coffee_bean' | '/items/speed_aura' | '/items/spike_shell' | '/items/spiked_bulwark' | '/items/stalactite_shard' | '/items/stalactite_spear' | '/items/stamina_coffee' | '/items/star_fragment' | '/items/star_fruit' | '/items/star_fruit_gummy' | '/items/star_fruit_yogurt' | '/items/steady_shot' | '/items/stone_key_fragment' | '/items/strawberry' | '/items/strawberry_cake' | '/items/strawberry_donut' | '/items/stunning_blow' | '/items/sugar' | '/items/sundering_crossbow' | '/items/sundering_crossbow_refined' | '/items/sundering_jewel' | '/items/sunstone' | '/items/super_alchemy_tea' | '/items/super_attack_coffee' | '/items/super_brewing_tea' | '/items/super_cheesesmithing_tea' | '/items/super_cooking_tea' | '/items/super_crafting_tea' | '/items/super_defense_coffee' | '/items/super_enhancing_tea' | '/items/super_foraging_tea' | '/items/super_intelligence_coffee' | '/items/super_magic_coffee' | '/items/super_melee_coffee' | '/items/super_milking_tea' | '/items/super_ranged_coffee' | '/items/super_stamina_coffee' | '/items/super_tailoring_tea' | '/items/super_woodcutting_tea' | '/items/swamp_essence' | '/items/sweep' | '/items/swiftness_coffee' | '/items/tailoring_essence' | '/items/tailoring_tea' | '/items/tailors_bottoms' | '/items/tailors_top' | '/items/task_crystal' | '/items/task_token' | '/items/taunt' | '/items/thread_of_expertise' | '/items/tome_of_healing' | '/items/tome_of_the_elements' | '/items/toughness' | '/items/toxic_pollen' | '/items/trainee_alchemy_charm' | '/items/trainee_attack_charm' | '/items/trainee_brewing_charm' | '/items/trainee_cheesesmithing_charm' | '/items/trainee_cooking_charm' | '/items/trainee_crafting_charm' | '/items/trainee_defense_charm' | '/items/trainee_enhancing_charm' | '/items/trainee_foraging_charm' | '/items/trainee_intelligence_charm' | '/items/trainee_magic_charm' | '/items/trainee_melee_charm' | '/items/trainee_milking_charm' | '/items/trainee_ranged_charm' | '/items/trainee_stamina_charm' | '/items/trainee_tailoring_charm' | '/items/trainee_woodcutting_charm' | '/items/treant_bark' | '/items/treant_shield' | '/items/turtle_shell' | '/items/turtle_shell_body' | '/items/turtle_shell_legs' | '/items/twilight_essence' | '/items/ultra_alchemy_tea' | '/items/ultra_attack_coffee' | '/items/ultra_brewing_tea' | '/items/ultra_cheesesmithing_tea' | '/items/ultra_cooking_tea' | '/items/ultra_crafting_tea' | '/items/ultra_defense_coffee' | '/items/ultra_enhancing_tea' | '/items/ultra_foraging_tea' | '/items/ultra_intelligence_coffee' | '/items/ultra_magic_coffee' | '/items/ultra_melee_coffee' | '/items/ultra_milking_tea' | '/items/ultra_ranged_coffee' | '/items/ultra_stamina_coffee' | '/items/ultra_tailoring_tea' | '/items/ultra_woodcutting_tea' | '/items/umbral_boots' | '/items/umbral_bracers' | '/items/umbral_chaps' | '/items/umbral_hide' | '/items/umbral_hood' | '/items/umbral_leather' | '/items/umbral_tunic' | '/items/vampire_fang' | '/items/vampire_fang_dirk' | '/items/vampiric_bow' | '/items/vampirism' | '/items/verdant_alembic' | '/items/verdant_boots' | '/items/verdant_brush' | '/items/verdant_buckler' | '/items/verdant_bulwark' | '/items/verdant_cheese' | '/items/verdant_chisel' | '/items/verdant_enhancer' | '/items/verdant_gauntlets' | '/items/verdant_hammer' | '/items/verdant_hatchet' | '/items/verdant_helmet' | '/items/verdant_mace' | '/items/verdant_milk' | '/items/verdant_needle' | '/items/verdant_plate_body' | '/items/verdant_plate_legs' | '/items/verdant_pot' | '/items/verdant_shears' | '/items/verdant_spatula' | '/items/verdant_spear' | '/items/verdant_sword' | '/items/vision_helmet' | '/items/vision_shield' | '/items/watchful_relic' | '/items/water_strike' | '/items/werewolf_claw' | '/items/werewolf_slasher' | '/items/wheat' | '/items/white_key_fragment' | '/items/wisdom_coffee' | '/items/wisdom_tea' | '/items/wizard_necklace' | '/items/woodcutting_essence' | '/items/woodcutting_tea' | '/items/wooden_bow' | '/items/wooden_crossbow' | '/items/wooden_fire_staff' | '/items/wooden_nature_staff' | '/items/wooden_shield' | '/items/wooden_water_staff' | '/items/yogurt';
|
|
1802
|
-
export declare const ITEM_COUNT: 894;
|
|
1803
|
-
//# sourceMappingURL=items-hrids.d.ts.map
|