@c3d.gg/mwi-types 0.1.2 → 0.2.4
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 +73 -0
- package/dist/generated/types/items.d.ts.map +1 -0
- package/dist/generated/types/items.js +69551 -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 -37
- package/dist/generated/game-logic/index.d.ts.map +0 -1
- package/dist/generated/game-logic/index.js +0 -227
- 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/recipe-calculator.d.ts +0 -204
- package/dist/generated/game-logic/recipe-calculator.d.ts.map +0 -1
- package/dist/generated/game-logic/recipe-calculator.js +0 -360
- package/dist/generated/game-logic/recipe-calculator.js.map +0 -1
- package/dist/generated/game-logic/recipe-tree.d.ts +0 -123
- package/dist/generated/game-logic/recipe-tree.d.ts.map +0 -1
- package/dist/generated/game-logic/recipe-tree.js +0 -298
- package/dist/generated/game-logic/recipe-tree.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
|
@@ -0,0 +1,2894 @@
|
|
|
1
|
+
export const SKILL_NAMES = {
|
|
2
|
+
['/skills/alchemy']: '炼金',
|
|
3
|
+
['/skills/attack']: '攻击',
|
|
4
|
+
['/skills/brewing']: '冲泡',
|
|
5
|
+
['/skills/cheesesmithing']: '奶酪锻造',
|
|
6
|
+
['/skills/cooking']: '烹饪',
|
|
7
|
+
['/skills/crafting']: '制作',
|
|
8
|
+
['/skills/defense']: '防御',
|
|
9
|
+
['/skills/enhancing']: '强化',
|
|
10
|
+
['/skills/foraging']: '采摘',
|
|
11
|
+
['/skills/intelligence']: '智力',
|
|
12
|
+
['/skills/magic']: '魔法',
|
|
13
|
+
['/skills/melee']: '近战',
|
|
14
|
+
['/skills/milking']: '挤奶',
|
|
15
|
+
['/skills/ranged']: '远程',
|
|
16
|
+
['/skills/stamina']: '耐力',
|
|
17
|
+
['/skills/tailoring']: '缝纫',
|
|
18
|
+
['/skills/total_level']: '总等级',
|
|
19
|
+
['/skills/woodcutting']: '伐木',
|
|
20
|
+
};
|
|
21
|
+
export const ITEM_NAMES = {
|
|
22
|
+
['/items/abyssal_essence']: '地狱精华',
|
|
23
|
+
['/items/acrobatic_hood']: '杂技师兜帽',
|
|
24
|
+
['/items/acrobatic_hood_refined']: '杂技师兜帽(精)',
|
|
25
|
+
['/items/acrobats_ribbon']: '杂技师彩带',
|
|
26
|
+
['/items/advanced_alchemy_charm']: '高级炼金护符',
|
|
27
|
+
['/items/advanced_attack_charm']: '高级攻击护符',
|
|
28
|
+
['/items/advanced_brewing_charm']: '高级冲泡护符',
|
|
29
|
+
['/items/advanced_cheesesmithing_charm']: '高级奶酪锻造护符',
|
|
30
|
+
['/items/advanced_cooking_charm']: '高级烹饪护符',
|
|
31
|
+
['/items/advanced_crafting_charm']: '高级制作护符',
|
|
32
|
+
['/items/advanced_defense_charm']: '高级防御护符',
|
|
33
|
+
['/items/advanced_enhancing_charm']: '高级强化护符',
|
|
34
|
+
['/items/advanced_foraging_charm']: '高级采摘护符',
|
|
35
|
+
['/items/advanced_intelligence_charm']: '高级智力护符',
|
|
36
|
+
['/items/advanced_magic_charm']: '高级魔法护符',
|
|
37
|
+
['/items/advanced_melee_charm']: '高级近战护符',
|
|
38
|
+
['/items/advanced_milking_charm']: '高级挤奶护符',
|
|
39
|
+
['/items/advanced_ranged_charm']: '高级远程护符',
|
|
40
|
+
['/items/advanced_stamina_charm']: '高级耐力护符',
|
|
41
|
+
['/items/advanced_tailoring_charm']: '高级缝纫护符',
|
|
42
|
+
['/items/advanced_task_badge']: '高级任务徽章',
|
|
43
|
+
['/items/advanced_woodcutting_charm']: '高级伐木护符',
|
|
44
|
+
['/items/alchemists_bottoms']: '炼金师下装',
|
|
45
|
+
['/items/alchemists_top']: '炼金师上衣',
|
|
46
|
+
['/items/alchemy_essence']: '炼金精华',
|
|
47
|
+
['/items/alchemy_tea']: '炼金茶',
|
|
48
|
+
['/items/amber']: '琥珀',
|
|
49
|
+
['/items/amethyst']: '紫水晶',
|
|
50
|
+
['/items/anchorbound_plate_body']: '锚定胸甲',
|
|
51
|
+
['/items/anchorbound_plate_body_refined']: '锚定胸甲(精)',
|
|
52
|
+
['/items/anchorbound_plate_legs']: '锚定腿甲',
|
|
53
|
+
['/items/anchorbound_plate_legs_refined']: '锚定腿甲(精)',
|
|
54
|
+
['/items/apple']: '苹果',
|
|
55
|
+
['/items/apple_gummy']: '苹果软糖',
|
|
56
|
+
['/items/apple_yogurt']: '苹果酸奶',
|
|
57
|
+
['/items/aqua_arrow']: '流水箭',
|
|
58
|
+
['/items/aqua_essence']: '海洋精华',
|
|
59
|
+
['/items/arabica_coffee_bean']: '低级咖啡豆',
|
|
60
|
+
['/items/arcane_bow']: '神秘弓',
|
|
61
|
+
['/items/arcane_crossbow']: '神秘弩',
|
|
62
|
+
['/items/arcane_fire_staff']: '神秘火法杖',
|
|
63
|
+
['/items/arcane_log']: '神秘原木',
|
|
64
|
+
['/items/arcane_lumber']: '神秘木板',
|
|
65
|
+
['/items/arcane_nature_staff']: '神秘自然法杖',
|
|
66
|
+
['/items/arcane_shield']: '神秘盾',
|
|
67
|
+
['/items/arcane_water_staff']: '神秘水法杖',
|
|
68
|
+
['/items/artisan_tea']: '工匠茶',
|
|
69
|
+
['/items/attack_coffee']: '攻击咖啡',
|
|
70
|
+
['/items/azure_alembic']: '蔚蓝蒸馏器',
|
|
71
|
+
['/items/azure_boots']: '蔚蓝靴',
|
|
72
|
+
['/items/azure_brush']: '蔚蓝刷子',
|
|
73
|
+
['/items/azure_buckler']: '蔚蓝圆盾',
|
|
74
|
+
['/items/azure_bulwark']: '蔚蓝重盾',
|
|
75
|
+
['/items/azure_cheese']: '蔚蓝奶酪',
|
|
76
|
+
['/items/azure_chisel']: '蔚蓝凿子',
|
|
77
|
+
['/items/azure_enhancer']: '蔚蓝强化器',
|
|
78
|
+
['/items/azure_gauntlets']: '蔚蓝护手',
|
|
79
|
+
['/items/azure_hammer']: '蔚蓝锤子',
|
|
80
|
+
['/items/azure_hatchet']: '蔚蓝斧头',
|
|
81
|
+
['/items/azure_helmet']: '蔚蓝头盔',
|
|
82
|
+
['/items/azure_mace']: '蔚蓝钉头锤',
|
|
83
|
+
['/items/azure_milk']: '蔚蓝牛奶',
|
|
84
|
+
['/items/azure_needle']: '蔚蓝针',
|
|
85
|
+
['/items/azure_plate_body']: '蔚蓝胸甲',
|
|
86
|
+
['/items/azure_plate_legs']: '蔚蓝腿甲',
|
|
87
|
+
['/items/azure_pot']: '蔚蓝壶',
|
|
88
|
+
['/items/azure_shears']: '蔚蓝剪刀',
|
|
89
|
+
['/items/azure_spatula']: '蔚蓝锅铲',
|
|
90
|
+
['/items/azure_spear']: '蔚蓝长枪',
|
|
91
|
+
['/items/azure_sword']: '蔚蓝剑',
|
|
92
|
+
['/items/bag_of_10_cowbells']: '牛铃袋 (10个)',
|
|
93
|
+
['/items/bamboo_boots']: '竹靴',
|
|
94
|
+
['/items/bamboo_branch']: '竹子',
|
|
95
|
+
['/items/bamboo_fabric']: '竹子布料',
|
|
96
|
+
['/items/bamboo_gloves']: '竹手套',
|
|
97
|
+
['/items/bamboo_hat']: '竹帽',
|
|
98
|
+
['/items/bamboo_robe_bottoms']: '竹袍裙',
|
|
99
|
+
['/items/bamboo_robe_top']: '竹袍服',
|
|
100
|
+
['/items/basic_alchemy_charm']: '基础炼金护符',
|
|
101
|
+
['/items/basic_attack_charm']: '基础攻击护符',
|
|
102
|
+
['/items/basic_brewing_charm']: '基础冲泡护符',
|
|
103
|
+
['/items/basic_cheesesmithing_charm']: '基础奶酪锻造护符',
|
|
104
|
+
['/items/basic_cooking_charm']: '基础烹饪护符',
|
|
105
|
+
['/items/basic_crafting_charm']: '基础制作护符',
|
|
106
|
+
['/items/basic_defense_charm']: '基础防御护符',
|
|
107
|
+
['/items/basic_enhancing_charm']: '基础强化护符',
|
|
108
|
+
['/items/basic_foraging_charm']: '基础采摘护符',
|
|
109
|
+
['/items/basic_intelligence_charm']: '基础智力护符',
|
|
110
|
+
['/items/basic_magic_charm']: '基础魔法护符',
|
|
111
|
+
['/items/basic_melee_charm']: '基础近战护符',
|
|
112
|
+
['/items/basic_milking_charm']: '基础挤奶护符',
|
|
113
|
+
['/items/basic_ranged_charm']: '基础远程护符',
|
|
114
|
+
['/items/basic_stamina_charm']: '基础耐力护符',
|
|
115
|
+
['/items/basic_tailoring_charm']: '基础缝纫护符',
|
|
116
|
+
['/items/basic_task_badge']: '基础任务徽章',
|
|
117
|
+
['/items/basic_woodcutting_charm']: '基础伐木护符',
|
|
118
|
+
['/items/bear_essence']: '熊熊精华',
|
|
119
|
+
['/items/beast_boots']: '野兽靴',
|
|
120
|
+
['/items/beast_bracers']: '野兽护腕',
|
|
121
|
+
['/items/beast_chaps']: '野兽皮裤',
|
|
122
|
+
['/items/beast_hide']: '野兽皮',
|
|
123
|
+
['/items/beast_hood']: '野兽兜帽',
|
|
124
|
+
['/items/beast_leather']: '野兽皮革',
|
|
125
|
+
['/items/beast_tunic']: '野兽皮衣',
|
|
126
|
+
['/items/berserk']: '狂暴',
|
|
127
|
+
['/items/birch_bow']: '桦木弓',
|
|
128
|
+
['/items/birch_crossbow']: '桦木弩',
|
|
129
|
+
['/items/birch_fire_staff']: '桦木火法杖',
|
|
130
|
+
['/items/birch_log']: '白桦原木',
|
|
131
|
+
['/items/birch_lumber']: '白桦木板',
|
|
132
|
+
['/items/birch_nature_staff']: '桦木自然法杖',
|
|
133
|
+
['/items/birch_shield']: '桦木盾',
|
|
134
|
+
['/items/birch_water_staff']: '桦木水法杖',
|
|
135
|
+
['/items/bishops_codex']: '主教法典',
|
|
136
|
+
['/items/bishops_codex_refined']: '主教法典(精)',
|
|
137
|
+
['/items/bishops_scroll']: '主教卷轴',
|
|
138
|
+
['/items/black_bear_fluff']: '黑熊绒',
|
|
139
|
+
['/items/black_bear_shoes']: '黑熊鞋',
|
|
140
|
+
['/items/black_tea_leaf']: '黑茶叶',
|
|
141
|
+
['/items/blackberry']: '黑莓',
|
|
142
|
+
['/items/blackberry_cake']: '黑莓蛋糕',
|
|
143
|
+
['/items/blackberry_donut']: '黑莓甜甜圈',
|
|
144
|
+
['/items/blazing_trident']: '炽焰三叉戟',
|
|
145
|
+
['/items/blazing_trident_refined']: '炽焰三叉戟(精)',
|
|
146
|
+
['/items/blessed_tea']: '福气茶',
|
|
147
|
+
['/items/blooming_trident']: '绽放三叉戟',
|
|
148
|
+
['/items/blooming_trident_refined']: '绽放三叉戟(精)',
|
|
149
|
+
['/items/blue_key_fragment']: '蓝色钥匙碎片',
|
|
150
|
+
['/items/blueberry']: '蓝莓',
|
|
151
|
+
['/items/blueberry_cake']: '蓝莓蛋糕',
|
|
152
|
+
['/items/blueberry_donut']: '蓝莓甜甜圈',
|
|
153
|
+
['/items/branch_of_insight']: '洞察之枝',
|
|
154
|
+
['/items/brewers_bottoms']: '饮品师下装',
|
|
155
|
+
['/items/brewers_top']: '饮品师上衣',
|
|
156
|
+
['/items/brewing_essence']: '冲泡精华',
|
|
157
|
+
['/items/brewing_tea']: '冲泡茶',
|
|
158
|
+
['/items/brown_key_fragment']: '棕色钥匙碎片',
|
|
159
|
+
['/items/burble_alembic']: '深紫蒸馏器',
|
|
160
|
+
['/items/burble_boots']: '深紫靴',
|
|
161
|
+
['/items/burble_brush']: '深紫刷子',
|
|
162
|
+
['/items/burble_buckler']: '深紫圆盾',
|
|
163
|
+
['/items/burble_bulwark']: '深紫重盾',
|
|
164
|
+
['/items/burble_cheese']: '深紫奶酪',
|
|
165
|
+
['/items/burble_chisel']: '深紫凿子',
|
|
166
|
+
['/items/burble_enhancer']: '深紫强化器',
|
|
167
|
+
['/items/burble_gauntlets']: '深紫护手',
|
|
168
|
+
['/items/burble_hammer']: '深紫锤子',
|
|
169
|
+
['/items/burble_hatchet']: '深紫斧头',
|
|
170
|
+
['/items/burble_helmet']: '深紫头盔',
|
|
171
|
+
['/items/burble_mace']: '深紫钉头锤',
|
|
172
|
+
['/items/burble_milk']: '深紫牛奶',
|
|
173
|
+
['/items/burble_needle']: '深紫针',
|
|
174
|
+
['/items/burble_plate_body']: '深紫胸甲',
|
|
175
|
+
['/items/burble_plate_legs']: '深紫腿甲',
|
|
176
|
+
['/items/burble_pot']: '深紫壶',
|
|
177
|
+
['/items/burble_shears']: '深紫剪刀',
|
|
178
|
+
['/items/burble_spatula']: '深紫锅铲',
|
|
179
|
+
['/items/burble_spear']: '深紫长枪',
|
|
180
|
+
['/items/burble_sword']: '深紫剑',
|
|
181
|
+
['/items/burble_tea_leaf']: '紫茶叶',
|
|
182
|
+
['/items/burning_key_fragment']: '燃烧钥匙碎片',
|
|
183
|
+
['/items/butter_of_proficiency']: '精通之油',
|
|
184
|
+
['/items/catalyst_of_coinification']: '点金催化剂',
|
|
185
|
+
['/items/catalyst_of_decomposition']: '分解催化剂',
|
|
186
|
+
['/items/catalyst_of_transmutation']: '转化催化剂',
|
|
187
|
+
['/items/catalytic_tea']: '催化茶',
|
|
188
|
+
['/items/cedar_bow']: '雪松弓',
|
|
189
|
+
['/items/cedar_crossbow']: '雪松弩',
|
|
190
|
+
['/items/cedar_fire_staff']: '雪松火法杖',
|
|
191
|
+
['/items/cedar_log']: '雪松原木',
|
|
192
|
+
['/items/cedar_lumber']: '雪松木板',
|
|
193
|
+
['/items/cedar_nature_staff']: '雪松自然法杖',
|
|
194
|
+
['/items/cedar_shield']: '雪松盾',
|
|
195
|
+
['/items/cedar_water_staff']: '雪松水法杖',
|
|
196
|
+
['/items/celestial_alembic']: '星空蒸馏器',
|
|
197
|
+
['/items/celestial_brush']: '星空刷子',
|
|
198
|
+
['/items/celestial_chisel']: '星空凿子',
|
|
199
|
+
['/items/celestial_enhancer']: '星空强化器',
|
|
200
|
+
['/items/celestial_hammer']: '星空锤子',
|
|
201
|
+
['/items/celestial_hatchet']: '星空斧头',
|
|
202
|
+
['/items/celestial_needle']: '星空针',
|
|
203
|
+
['/items/celestial_pot']: '星空壶',
|
|
204
|
+
['/items/celestial_shears']: '星空剪刀',
|
|
205
|
+
['/items/celestial_spatula']: '星空锅铲',
|
|
206
|
+
['/items/centaur_boots']: '半人马靴',
|
|
207
|
+
['/items/centaur_hoof']: '半人马蹄',
|
|
208
|
+
['/items/channeling_coffee']: '吟唱咖啡',
|
|
209
|
+
['/items/chaotic_chain']: '混沌锁链',
|
|
210
|
+
['/items/chaotic_flail']: '混沌连枷',
|
|
211
|
+
['/items/chaotic_flail_refined']: '混沌连枷(精)',
|
|
212
|
+
['/items/cheese']: '奶酪',
|
|
213
|
+
['/items/cheese_alembic']: '奶酪蒸馏器',
|
|
214
|
+
['/items/cheese_boots']: '奶酪靴',
|
|
215
|
+
['/items/cheese_brush']: '奶酪刷子',
|
|
216
|
+
['/items/cheese_buckler']: '奶酪圆盾',
|
|
217
|
+
['/items/cheese_bulwark']: '奶酪重盾',
|
|
218
|
+
['/items/cheese_chisel']: '奶酪凿子',
|
|
219
|
+
['/items/cheese_enhancer']: '奶酪强化器',
|
|
220
|
+
['/items/cheese_gauntlets']: '奶酪护手',
|
|
221
|
+
['/items/cheese_hammer']: '奶酪锤子',
|
|
222
|
+
['/items/cheese_hatchet']: '奶酪斧头',
|
|
223
|
+
['/items/cheese_helmet']: '奶酪头盔',
|
|
224
|
+
['/items/cheese_mace']: '奶酪钉头锤',
|
|
225
|
+
['/items/cheese_needle']: '奶酪针',
|
|
226
|
+
['/items/cheese_plate_body']: '奶酪胸甲',
|
|
227
|
+
['/items/cheese_plate_legs']: '奶酪腿甲',
|
|
228
|
+
['/items/cheese_pot']: '奶酪壶',
|
|
229
|
+
['/items/cheese_shears']: '奶酪剪刀',
|
|
230
|
+
['/items/cheese_spatula']: '奶酪锅铲',
|
|
231
|
+
['/items/cheese_spear']: '奶酪长枪',
|
|
232
|
+
['/items/cheese_sword']: '奶酪剑',
|
|
233
|
+
['/items/cheesemakers_bottoms']: '奶酪师下装',
|
|
234
|
+
['/items/cheesemakers_top']: '奶酪师上衣',
|
|
235
|
+
['/items/cheesesmithing_essence']: '奶酪锻造精华',
|
|
236
|
+
['/items/cheesesmithing_tea']: '奶酪锻造茶',
|
|
237
|
+
['/items/chefs_bottoms']: '厨师下装',
|
|
238
|
+
['/items/chefs_top']: '厨师上衣',
|
|
239
|
+
['/items/chimerical_chest']: '奇幻宝箱',
|
|
240
|
+
['/items/chimerical_chest_key']: '奇幻宝箱钥匙',
|
|
241
|
+
['/items/chimerical_entry_key']: '奇幻钥匙',
|
|
242
|
+
['/items/chimerical_essence']: '奇幻精华',
|
|
243
|
+
['/items/chimerical_quiver']: '奇幻箭袋',
|
|
244
|
+
['/items/chimerical_quiver_refined']: '奇幻箭袋(精)',
|
|
245
|
+
['/items/chimerical_refinement_chest']: '奇幻精炼宝箱',
|
|
246
|
+
['/items/chimerical_refinement_shard']: '奇幻精炼碎片',
|
|
247
|
+
['/items/chimerical_token']: '奇幻代币',
|
|
248
|
+
['/items/chrono_gloves']: '时空手套',
|
|
249
|
+
['/items/chrono_sphere']: '时空球',
|
|
250
|
+
['/items/cleave']: '分裂斩',
|
|
251
|
+
['/items/cocoon']: '蚕茧',
|
|
252
|
+
['/items/coin']: '金币',
|
|
253
|
+
['/items/collectors_boots']: '收藏家靴',
|
|
254
|
+
['/items/colossus_core']: '巨像核心',
|
|
255
|
+
['/items/colossus_plate_body']: '巨像胸甲',
|
|
256
|
+
['/items/colossus_plate_legs']: '巨像腿甲',
|
|
257
|
+
['/items/cooking_essence']: '烹饪精华',
|
|
258
|
+
['/items/cooking_tea']: '烹饪茶',
|
|
259
|
+
['/items/corsair_crest']: '掠夺者徽章',
|
|
260
|
+
['/items/corsair_helmet']: '掠夺者头盔',
|
|
261
|
+
['/items/corsair_helmet_refined']: '掠夺者头盔(精)',
|
|
262
|
+
['/items/cotton']: '棉花',
|
|
263
|
+
['/items/cotton_boots']: '棉靴',
|
|
264
|
+
['/items/cotton_fabric']: '棉花布料',
|
|
265
|
+
['/items/cotton_gloves']: '棉手套',
|
|
266
|
+
['/items/cotton_hat']: '棉帽',
|
|
267
|
+
['/items/cotton_robe_bottoms']: '棉袍裙',
|
|
268
|
+
['/items/cotton_robe_top']: '棉袍服',
|
|
269
|
+
['/items/cowbell']: '牛铃',
|
|
270
|
+
['/items/crab_pincer']: '蟹钳',
|
|
271
|
+
['/items/crafters_bottoms']: '工匠下装',
|
|
272
|
+
['/items/crafters_top']: '工匠上衣',
|
|
273
|
+
['/items/crafting_essence']: '制作精华',
|
|
274
|
+
['/items/crafting_tea']: '制作茶',
|
|
275
|
+
['/items/crimson_alembic']: '绛红蒸馏器',
|
|
276
|
+
['/items/crimson_boots']: '绛红靴',
|
|
277
|
+
['/items/crimson_brush']: '绛红刷子',
|
|
278
|
+
['/items/crimson_buckler']: '绛红圆盾',
|
|
279
|
+
['/items/crimson_bulwark']: '绛红重盾',
|
|
280
|
+
['/items/crimson_cheese']: '绛红奶酪',
|
|
281
|
+
['/items/crimson_chisel']: '绛红凿子',
|
|
282
|
+
['/items/crimson_enhancer']: '绛红强化器',
|
|
283
|
+
['/items/crimson_gauntlets']: '绛红护手',
|
|
284
|
+
['/items/crimson_hammer']: '绛红锤子',
|
|
285
|
+
['/items/crimson_hatchet']: '绛红斧头',
|
|
286
|
+
['/items/crimson_helmet']: '绛红头盔',
|
|
287
|
+
['/items/crimson_mace']: '绛红钉头锤',
|
|
288
|
+
['/items/crimson_milk']: '绛红牛奶',
|
|
289
|
+
['/items/crimson_needle']: '绛红针',
|
|
290
|
+
['/items/crimson_plate_body']: '绛红胸甲',
|
|
291
|
+
['/items/crimson_plate_legs']: '绛红腿甲',
|
|
292
|
+
['/items/crimson_pot']: '绛红壶',
|
|
293
|
+
['/items/crimson_shears']: '绛红剪刀',
|
|
294
|
+
['/items/crimson_spatula']: '绛红锅铲',
|
|
295
|
+
['/items/crimson_spear']: '绛红长枪',
|
|
296
|
+
['/items/crimson_sword']: '绛红剑',
|
|
297
|
+
['/items/crippling_slash']: '致残斩',
|
|
298
|
+
['/items/critical_aura']: '暴击光环',
|
|
299
|
+
['/items/critical_coffee']: '暴击咖啡',
|
|
300
|
+
['/items/crushed_amber']: '琥珀碎片',
|
|
301
|
+
['/items/crushed_amethyst']: '紫水晶碎片',
|
|
302
|
+
['/items/crushed_garnet']: '石榴石碎片',
|
|
303
|
+
['/items/crushed_jade']: '翡翠碎片',
|
|
304
|
+
['/items/crushed_moonstone']: '月亮石碎片',
|
|
305
|
+
['/items/crushed_pearl']: '珍珠碎片',
|
|
306
|
+
['/items/crushed_philosophers_stone']: '贤者之石碎片',
|
|
307
|
+
['/items/crushed_sunstone']: '太阳石碎片',
|
|
308
|
+
['/items/cupcake']: '纸杯蛋糕',
|
|
309
|
+
['/items/cursed_ball']: '诅咒之球',
|
|
310
|
+
['/items/cursed_bow']: '咒怨之弓',
|
|
311
|
+
['/items/cursed_bow_refined']: '咒怨之弓(精)',
|
|
312
|
+
['/items/dairyhands_bottoms']: '挤奶工下装',
|
|
313
|
+
['/items/dairyhands_top']: '挤奶工上衣',
|
|
314
|
+
['/items/damaged_anchor']: '破损船锚',
|
|
315
|
+
['/items/dark_key_fragment']: '黑暗钥匙碎片',
|
|
316
|
+
['/items/defense_coffee']: '防御咖啡',
|
|
317
|
+
['/items/demonic_core']: '恶魔核心',
|
|
318
|
+
['/items/demonic_plate_body']: '恶魔胸甲',
|
|
319
|
+
['/items/demonic_plate_legs']: '恶魔腿甲',
|
|
320
|
+
['/items/dodocamel_gauntlets']: '渡渡驼护手',
|
|
321
|
+
['/items/dodocamel_gauntlets_refined']: '渡渡驼护手(精)',
|
|
322
|
+
['/items/dodocamel_plume']: '渡渡驼之翎',
|
|
323
|
+
['/items/donut']: '甜甜圈',
|
|
324
|
+
['/items/dragon_fruit']: '火龙果',
|
|
325
|
+
['/items/dragon_fruit_gummy']: '火龙果软糖',
|
|
326
|
+
['/items/dragon_fruit_yogurt']: '火龙果酸奶',
|
|
327
|
+
['/items/earrings_of_armor']: '护甲耳环',
|
|
328
|
+
['/items/earrings_of_critical_strike']: '暴击耳环',
|
|
329
|
+
['/items/earrings_of_essence_find']: '精华发现耳环',
|
|
330
|
+
['/items/earrings_of_gathering']: '采集耳环',
|
|
331
|
+
['/items/earrings_of_rare_find']: '稀有发现耳环',
|
|
332
|
+
['/items/earrings_of_regeneration']: '恢复耳环',
|
|
333
|
+
['/items/earrings_of_resistance']: '抗性耳环',
|
|
334
|
+
['/items/efficiency_tea']: '效率茶',
|
|
335
|
+
['/items/egg']: '鸡蛋',
|
|
336
|
+
['/items/elemental_affinity']: '元素增幅',
|
|
337
|
+
['/items/elusiveness']: '闪避',
|
|
338
|
+
['/items/emp_tea_leaf']: '虚空茶叶',
|
|
339
|
+
['/items/enchanted_chest']: '秘法宝箱',
|
|
340
|
+
['/items/enchanted_chest_key']: '秘法宝箱钥匙',
|
|
341
|
+
['/items/enchanted_cloak']: '秘法披风',
|
|
342
|
+
['/items/enchanted_cloak_refined']: '秘法披风(精)',
|
|
343
|
+
['/items/enchanted_entry_key']: '秘法钥匙',
|
|
344
|
+
['/items/enchanted_essence']: '秘法精华',
|
|
345
|
+
['/items/enchanted_gloves']: '附魔手套',
|
|
346
|
+
['/items/enchanted_refinement_chest']: '秘法精炼宝箱',
|
|
347
|
+
['/items/enchanted_refinement_shard']: '秘法精炼碎片',
|
|
348
|
+
['/items/enchanted_token']: '秘法代币',
|
|
349
|
+
['/items/enhancers_bottoms']: '强化师下装',
|
|
350
|
+
['/items/enhancers_top']: '强化师上衣',
|
|
351
|
+
['/items/enhancing_essence']: '强化精华',
|
|
352
|
+
['/items/enhancing_tea']: '强化茶',
|
|
353
|
+
['/items/entangle']: '缠绕',
|
|
354
|
+
['/items/excelsa_coffee_bean']: '特级咖啡豆',
|
|
355
|
+
['/items/expert_alchemy_charm']: '专家炼金护符',
|
|
356
|
+
['/items/expert_attack_charm']: '专家攻击护符',
|
|
357
|
+
['/items/expert_brewing_charm']: '专家冲泡护符',
|
|
358
|
+
['/items/expert_cheesesmithing_charm']: '专家奶酪锻造护符',
|
|
359
|
+
['/items/expert_cooking_charm']: '专家烹饪护符',
|
|
360
|
+
['/items/expert_crafting_charm']: '专家制作护符',
|
|
361
|
+
['/items/expert_defense_charm']: '专家防御护符',
|
|
362
|
+
['/items/expert_enhancing_charm']: '专家强化护符',
|
|
363
|
+
['/items/expert_foraging_charm']: '专家采摘护符',
|
|
364
|
+
['/items/expert_intelligence_charm']: '专家智力护符',
|
|
365
|
+
['/items/expert_magic_charm']: '专家魔法护符',
|
|
366
|
+
['/items/expert_melee_charm']: '专家近战护符',
|
|
367
|
+
['/items/expert_milking_charm']: '专家挤奶护符',
|
|
368
|
+
['/items/expert_ranged_charm']: '专家远程护符',
|
|
369
|
+
['/items/expert_stamina_charm']: '专家耐力护符',
|
|
370
|
+
['/items/expert_tailoring_charm']: '专家缝纫护符',
|
|
371
|
+
['/items/expert_task_badge']: '专家任务徽章',
|
|
372
|
+
['/items/expert_woodcutting_charm']: '专家伐木护符',
|
|
373
|
+
['/items/eye_of_the_watcher']: '观察者之眼',
|
|
374
|
+
['/items/eye_watch']: '掌上监工',
|
|
375
|
+
['/items/eyessence']: '眼精华',
|
|
376
|
+
['/items/fierce_aura']: '物理光环',
|
|
377
|
+
['/items/fieriosa_coffee_bean']: '火山咖啡豆',
|
|
378
|
+
['/items/fighter_necklace']: '战士项链',
|
|
379
|
+
['/items/fireball']: '火球',
|
|
380
|
+
['/items/firestorm']: '火焰风暴',
|
|
381
|
+
['/items/flame_arrow']: '烈焰箭',
|
|
382
|
+
['/items/flame_blast']: '熔岩爆裂',
|
|
383
|
+
['/items/flaming_cloth']: '烈焰织物',
|
|
384
|
+
['/items/flaming_robe_bottoms']: '烈焰袍裙',
|
|
385
|
+
['/items/flaming_robe_top']: '烈焰袍服',
|
|
386
|
+
['/items/flax']: '亚麻',
|
|
387
|
+
['/items/fluffy_red_hat']: '蓬松红帽子',
|
|
388
|
+
['/items/foragers_bottoms']: '采摘者下装',
|
|
389
|
+
['/items/foragers_top']: '采摘者上衣',
|
|
390
|
+
['/items/foraging_essence']: '采摘精华',
|
|
391
|
+
['/items/foraging_tea']: '采摘茶',
|
|
392
|
+
['/items/fracturing_impact']: '碎裂冲击',
|
|
393
|
+
['/items/frenzy']: '狂速',
|
|
394
|
+
['/items/frost_sphere']: '冰霜球',
|
|
395
|
+
['/items/frost_staff']: '冰霜法杖',
|
|
396
|
+
['/items/frost_surge']: '冰霜爆裂',
|
|
397
|
+
['/items/furious_spear']: '狂怒长枪',
|
|
398
|
+
['/items/furious_spear_refined']: '狂怒长枪(精)',
|
|
399
|
+
['/items/garnet']: '石榴石',
|
|
400
|
+
['/items/gathering_tea']: '采集茶',
|
|
401
|
+
['/items/gator_vest']: '鳄鱼马甲',
|
|
402
|
+
['/items/giant_pouch']: '巨大袋子',
|
|
403
|
+
['/items/ginkgo_bow']: '银杏弓',
|
|
404
|
+
['/items/ginkgo_crossbow']: '银杏弩',
|
|
405
|
+
['/items/ginkgo_fire_staff']: '银杏火法杖',
|
|
406
|
+
['/items/ginkgo_log']: '银杏原木',
|
|
407
|
+
['/items/ginkgo_lumber']: '银杏木板',
|
|
408
|
+
['/items/ginkgo_nature_staff']: '银杏自然法杖',
|
|
409
|
+
['/items/ginkgo_shield']: '银杏盾',
|
|
410
|
+
['/items/ginkgo_water_staff']: '银杏水法杖',
|
|
411
|
+
['/items/gluttonous_energy']: '贪食能量',
|
|
412
|
+
['/items/gluttonous_pouch']: '贪食之袋',
|
|
413
|
+
['/items/gobo_boomstick']: '哥布林火棍',
|
|
414
|
+
['/items/gobo_boots']: '哥布林靴',
|
|
415
|
+
['/items/gobo_bracers']: '哥布林护腕',
|
|
416
|
+
['/items/gobo_chaps']: '哥布林皮裤',
|
|
417
|
+
['/items/gobo_defender']: '哥布林防御者',
|
|
418
|
+
['/items/gobo_essence']: '哥布林精华',
|
|
419
|
+
['/items/gobo_hide']: '哥布林皮',
|
|
420
|
+
['/items/gobo_hood']: '哥布林兜帽',
|
|
421
|
+
['/items/gobo_leather']: '哥布林皮革',
|
|
422
|
+
['/items/gobo_rag']: '哥布林抹布',
|
|
423
|
+
['/items/gobo_shooter']: '哥布林弹弓',
|
|
424
|
+
['/items/gobo_slasher']: '哥布林关刀',
|
|
425
|
+
['/items/gobo_smasher']: '哥布林狼牙棒',
|
|
426
|
+
['/items/gobo_stabber']: '哥布林长剑',
|
|
427
|
+
['/items/gobo_tunic']: '哥布林皮衣',
|
|
428
|
+
['/items/goggles']: '护目镜',
|
|
429
|
+
['/items/golem_essence']: '魔像精华',
|
|
430
|
+
['/items/gourmet_tea']: '美食茶',
|
|
431
|
+
['/items/grandmaster_alchemy_charm']: '宗师炼金护符',
|
|
432
|
+
['/items/grandmaster_attack_charm']: '宗师攻击护符',
|
|
433
|
+
['/items/grandmaster_brewing_charm']: '宗师冲泡护符',
|
|
434
|
+
['/items/grandmaster_cheesesmithing_charm']: '宗师奶酪锻造护符',
|
|
435
|
+
['/items/grandmaster_cooking_charm']: '宗师烹饪护符',
|
|
436
|
+
['/items/grandmaster_crafting_charm']: '宗师制作护符',
|
|
437
|
+
['/items/grandmaster_defense_charm']: '宗师防御护符',
|
|
438
|
+
['/items/grandmaster_enhancing_charm']: '宗师强化护符',
|
|
439
|
+
['/items/grandmaster_foraging_charm']: '宗师采摘护符',
|
|
440
|
+
['/items/grandmaster_intelligence_charm']: '宗师智力护符',
|
|
441
|
+
['/items/grandmaster_magic_charm']: '宗师魔法护符',
|
|
442
|
+
['/items/grandmaster_melee_charm']: '宗师近战护符',
|
|
443
|
+
['/items/grandmaster_milking_charm']: '宗师挤奶护符',
|
|
444
|
+
['/items/grandmaster_ranged_charm']: '宗师远程护符',
|
|
445
|
+
['/items/grandmaster_stamina_charm']: '宗师耐力护符',
|
|
446
|
+
['/items/grandmaster_tailoring_charm']: '宗师缝纫护符',
|
|
447
|
+
['/items/grandmaster_woodcutting_charm']: '宗师伐木护符',
|
|
448
|
+
['/items/granite_bludgeon']: '花岗岩大棒',
|
|
449
|
+
['/items/green_key_fragment']: '绿色钥匙碎片',
|
|
450
|
+
['/items/green_tea_leaf']: '绿茶叶',
|
|
451
|
+
['/items/griffin_bulwark']: '狮鹫重盾',
|
|
452
|
+
['/items/griffin_bulwark_refined']: '狮鹫重盾(精)',
|
|
453
|
+
['/items/griffin_chaps']: '狮鹫皮裤',
|
|
454
|
+
['/items/griffin_leather']: '狮鹫之皮',
|
|
455
|
+
['/items/griffin_talon']: '狮鹫之爪',
|
|
456
|
+
['/items/griffin_tunic']: '狮鹫皮衣',
|
|
457
|
+
['/items/grizzly_bear_fluff']: '棕熊绒',
|
|
458
|
+
['/items/grizzly_bear_shoes']: '棕熊鞋',
|
|
459
|
+
['/items/guardian_aura']: '守护光环',
|
|
460
|
+
['/items/gummy']: '软糖',
|
|
461
|
+
['/items/guzzling_energy']: '暴饮能量',
|
|
462
|
+
['/items/guzzling_pouch']: '暴饮之囊',
|
|
463
|
+
['/items/heal']: '自愈术',
|
|
464
|
+
['/items/holy_alembic']: '神圣蒸馏器',
|
|
465
|
+
['/items/holy_boots']: '神圣靴',
|
|
466
|
+
['/items/holy_brush']: '神圣刷子',
|
|
467
|
+
['/items/holy_buckler']: '神圣圆盾',
|
|
468
|
+
['/items/holy_bulwark']: '神圣重盾',
|
|
469
|
+
['/items/holy_cheese']: '神圣奶酪',
|
|
470
|
+
['/items/holy_chisel']: '神圣凿子',
|
|
471
|
+
['/items/holy_enhancer']: '神圣强化器',
|
|
472
|
+
['/items/holy_gauntlets']: '神圣护手',
|
|
473
|
+
['/items/holy_hammer']: '神圣锤子',
|
|
474
|
+
['/items/holy_hatchet']: '神圣斧头',
|
|
475
|
+
['/items/holy_helmet']: '神圣头盔',
|
|
476
|
+
['/items/holy_mace']: '神圣钉头锤',
|
|
477
|
+
['/items/holy_milk']: '神圣牛奶',
|
|
478
|
+
['/items/holy_needle']: '神圣针',
|
|
479
|
+
['/items/holy_plate_body']: '神圣胸甲',
|
|
480
|
+
['/items/holy_plate_legs']: '神圣腿甲',
|
|
481
|
+
['/items/holy_pot']: '神圣壶',
|
|
482
|
+
['/items/holy_shears']: '神圣剪刀',
|
|
483
|
+
['/items/holy_spatula']: '神圣锅铲',
|
|
484
|
+
['/items/holy_spear']: '神圣长枪',
|
|
485
|
+
['/items/holy_sword']: '神圣剑',
|
|
486
|
+
['/items/ice_spear']: '冰枪术',
|
|
487
|
+
['/items/icy_cloth']: '冰霜织物',
|
|
488
|
+
['/items/icy_robe_bottoms']: '冰霜袍裙',
|
|
489
|
+
['/items/icy_robe_top']: '冰霜袍服',
|
|
490
|
+
['/items/impale']: '透骨之刺',
|
|
491
|
+
['/items/infernal_battlestaff']: '炼狱法杖',
|
|
492
|
+
['/items/infernal_ember']: '地狱余烬',
|
|
493
|
+
['/items/insanity']: '疯狂',
|
|
494
|
+
['/items/intelligence_coffee']: '智力咖啡',
|
|
495
|
+
['/items/invincible']: '无敌',
|
|
496
|
+
['/items/jackalope_antler']: '鹿角兔之角',
|
|
497
|
+
['/items/jackalope_staff']: '鹿角兔之杖',
|
|
498
|
+
['/items/jade']: '翡翠',
|
|
499
|
+
['/items/jungle_essence']: '丛林精华',
|
|
500
|
+
['/items/knights_aegis']: '骑士盾',
|
|
501
|
+
['/items/knights_aegis_refined']: '骑士盾(精)',
|
|
502
|
+
['/items/knights_ingot']: '骑士之锭',
|
|
503
|
+
['/items/kraken_chaps']: '克拉肯皮裤',
|
|
504
|
+
['/items/kraken_chaps_refined']: '克拉肯皮裤(精)',
|
|
505
|
+
['/items/kraken_fang']: '克拉肯之牙',
|
|
506
|
+
['/items/kraken_leather']: '克拉肯皮革',
|
|
507
|
+
['/items/kraken_tunic']: '克拉肯皮衣',
|
|
508
|
+
['/items/kraken_tunic_refined']: '克拉肯皮衣(精)',
|
|
509
|
+
['/items/large_artisans_crate']: '大工匠匣',
|
|
510
|
+
['/items/large_meteorite_cache']: '大陨石舱',
|
|
511
|
+
['/items/large_pouch']: '大袋子',
|
|
512
|
+
['/items/large_treasure_chest']: '大宝箱',
|
|
513
|
+
['/items/liberica_coffee_bean']: '高级咖啡豆',
|
|
514
|
+
['/items/life_drain']: '生命吸取',
|
|
515
|
+
['/items/linen_boots']: '亚麻靴',
|
|
516
|
+
['/items/linen_fabric']: '亚麻布料',
|
|
517
|
+
['/items/linen_gloves']: '亚麻手套',
|
|
518
|
+
['/items/linen_hat']: '亚麻帽',
|
|
519
|
+
['/items/linen_robe_bottoms']: '亚麻袍裙',
|
|
520
|
+
['/items/linen_robe_top']: '亚麻袍服',
|
|
521
|
+
['/items/living_granite']: '花岗岩',
|
|
522
|
+
['/items/log']: '原木',
|
|
523
|
+
['/items/lucky_coffee']: '幸运咖啡',
|
|
524
|
+
['/items/lumber']: '木板',
|
|
525
|
+
['/items/lumberjacks_bottoms']: '伐木工下装',
|
|
526
|
+
['/items/lumberjacks_top']: '伐木工上衣',
|
|
527
|
+
['/items/luna_robe_bottoms']: '月神袍裙',
|
|
528
|
+
['/items/luna_robe_top']: '月神袍服',
|
|
529
|
+
['/items/luna_wing']: '月神翼',
|
|
530
|
+
['/items/maelstrom_plate_body']: '怒涛胸甲',
|
|
531
|
+
['/items/maelstrom_plate_body_refined']: '怒涛胸甲(精)',
|
|
532
|
+
['/items/maelstrom_plate_legs']: '怒涛腿甲',
|
|
533
|
+
['/items/maelstrom_plate_legs_refined']: '怒涛腿甲(精)',
|
|
534
|
+
['/items/maelstrom_plating']: '怒涛甲片',
|
|
535
|
+
['/items/magic_coffee']: '魔法咖啡',
|
|
536
|
+
['/items/magicians_cloth']: '魔术师织物',
|
|
537
|
+
['/items/magicians_hat']: '魔术师帽',
|
|
538
|
+
['/items/magicians_hat_refined']: '魔术师帽(精)',
|
|
539
|
+
['/items/magnet']: '磁铁',
|
|
540
|
+
['/items/magnetic_gloves']: '磁力手套',
|
|
541
|
+
['/items/magnifying_glass']: '放大镜',
|
|
542
|
+
['/items/maim']: '血刃斩',
|
|
543
|
+
['/items/mana_spring']: '法力喷泉',
|
|
544
|
+
['/items/manticore_shield']: '蝎狮盾',
|
|
545
|
+
['/items/manticore_sting']: '蝎狮之刺',
|
|
546
|
+
['/items/marine_chaps']: '航海皮裤',
|
|
547
|
+
['/items/marine_scale']: '海洋鳞片',
|
|
548
|
+
['/items/marine_tunic']: '海洋皮衣',
|
|
549
|
+
['/items/marksman_bracers']: '神射护腕',
|
|
550
|
+
['/items/marksman_bracers_refined']: '神射护腕(精)',
|
|
551
|
+
['/items/marksman_brooch']: '神射胸针',
|
|
552
|
+
['/items/marsberry']: '火星莓',
|
|
553
|
+
['/items/marsberry_cake']: '火星莓蛋糕',
|
|
554
|
+
['/items/marsberry_donut']: '火星莓甜甜圈',
|
|
555
|
+
['/items/master_alchemy_charm']: '大师炼金护符',
|
|
556
|
+
['/items/master_attack_charm']: '大师攻击护符',
|
|
557
|
+
['/items/master_brewing_charm']: '大师冲泡护符',
|
|
558
|
+
['/items/master_cheesesmithing_charm']: '大师奶酪锻造护符',
|
|
559
|
+
['/items/master_cooking_charm']: '大师烹饪护符',
|
|
560
|
+
['/items/master_crafting_charm']: '大师制作护符',
|
|
561
|
+
['/items/master_defense_charm']: '大师防御护符',
|
|
562
|
+
['/items/master_enhancing_charm']: '大师强化护符',
|
|
563
|
+
['/items/master_foraging_charm']: '大师采摘护符',
|
|
564
|
+
['/items/master_intelligence_charm']: '大师智力护符',
|
|
565
|
+
['/items/master_magic_charm']: '大师魔法护符',
|
|
566
|
+
['/items/master_melee_charm']: '大师近战护符',
|
|
567
|
+
['/items/master_milking_charm']: '大师挤奶护符',
|
|
568
|
+
['/items/master_ranged_charm']: '大师远程护符',
|
|
569
|
+
['/items/master_stamina_charm']: '大师耐力护符',
|
|
570
|
+
['/items/master_tailoring_charm']: '大师缝纫护符',
|
|
571
|
+
['/items/master_woodcutting_charm']: '大师伐木护符',
|
|
572
|
+
['/items/medium_artisans_crate']: '中工匠匣',
|
|
573
|
+
['/items/medium_meteorite_cache']: '中陨石舱',
|
|
574
|
+
['/items/medium_pouch']: '中袋子',
|
|
575
|
+
['/items/medium_treasure_chest']: '中宝箱',
|
|
576
|
+
['/items/melee_coffee']: '近战咖啡',
|
|
577
|
+
['/items/milk']: '牛奶',
|
|
578
|
+
['/items/milking_essence']: '挤奶精华',
|
|
579
|
+
['/items/milking_tea']: '挤奶茶',
|
|
580
|
+
['/items/minor_heal']: '初级自愈术',
|
|
581
|
+
['/items/mirror_of_protection']: '保护之镜',
|
|
582
|
+
['/items/mooberry']: '哞莓',
|
|
583
|
+
['/items/mooberry_cake']: '哞莓蛋糕',
|
|
584
|
+
['/items/mooberry_donut']: '哞莓甜甜圈',
|
|
585
|
+
['/items/moolong_tea_leaf']: '哞龙茶叶',
|
|
586
|
+
['/items/moonstone']: '月亮石',
|
|
587
|
+
['/items/mystic_aura']: '元素光环',
|
|
588
|
+
['/items/natures_veil']: '自然菌幕',
|
|
589
|
+
['/items/necklace_of_efficiency']: '效率项链',
|
|
590
|
+
['/items/necklace_of_speed']: '速度项链',
|
|
591
|
+
['/items/necklace_of_wisdom']: '经验项链',
|
|
592
|
+
['/items/orange']: '橙子',
|
|
593
|
+
['/items/orange_gummy']: '橙子软糖',
|
|
594
|
+
['/items/orange_key_fragment']: '橙色钥匙碎片',
|
|
595
|
+
['/items/orange_yogurt']: '橙子酸奶',
|
|
596
|
+
['/items/panda_fluff']: '熊猫绒',
|
|
597
|
+
['/items/panda_gloves']: '熊猫手套',
|
|
598
|
+
['/items/peach']: '桃子',
|
|
599
|
+
['/items/peach_gummy']: '桃子软糖',
|
|
600
|
+
['/items/peach_yogurt']: '桃子酸奶',
|
|
601
|
+
['/items/pearl']: '珍珠',
|
|
602
|
+
['/items/penetrating_shot']: '贯穿射击',
|
|
603
|
+
['/items/penetrating_strike']: '贯心之刺',
|
|
604
|
+
['/items/pestilent_shot']: '疫病射击',
|
|
605
|
+
['/items/philosophers_earrings']: '贤者耳环',
|
|
606
|
+
['/items/philosophers_necklace']: '贤者项链',
|
|
607
|
+
['/items/philosophers_ring']: '贤者戒指',
|
|
608
|
+
['/items/philosophers_stone']: '贤者之石',
|
|
609
|
+
['/items/pincer_gloves']: '蟹钳手套',
|
|
610
|
+
['/items/pirate_chest']: '海盗宝箱',
|
|
611
|
+
['/items/pirate_chest_key']: '海盗宝箱钥匙',
|
|
612
|
+
['/items/pirate_entry_key']: '海盗钥匙',
|
|
613
|
+
['/items/pirate_essence']: '海盗精华',
|
|
614
|
+
['/items/pirate_refinement_chest']: '海盗精炼宝箱',
|
|
615
|
+
['/items/pirate_refinement_shard']: '海盗精炼碎片',
|
|
616
|
+
['/items/pirate_token']: '海盗代币',
|
|
617
|
+
['/items/plum']: '李子',
|
|
618
|
+
['/items/plum_gummy']: '李子软糖',
|
|
619
|
+
['/items/plum_yogurt']: '李子酸奶',
|
|
620
|
+
['/items/poke']: '破胆之刺',
|
|
621
|
+
['/items/polar_bear_fluff']: '北极熊绒',
|
|
622
|
+
['/items/polar_bear_shoes']: '北极熊鞋',
|
|
623
|
+
['/items/precision']: '精确',
|
|
624
|
+
['/items/prime_catalyst']: '至高催化剂',
|
|
625
|
+
['/items/processing_tea']: '加工茶',
|
|
626
|
+
['/items/provoke']: '挑衅',
|
|
627
|
+
['/items/puncture']: '破甲之刺',
|
|
628
|
+
['/items/purple_key_fragment']: '紫色钥匙碎片',
|
|
629
|
+
['/items/purpleheart_bow']: '紫心弓',
|
|
630
|
+
['/items/purpleheart_crossbow']: '紫心弩',
|
|
631
|
+
['/items/purpleheart_fire_staff']: '紫心火法杖',
|
|
632
|
+
['/items/purpleheart_log']: '紫心原木',
|
|
633
|
+
['/items/purpleheart_lumber']: '紫心木板',
|
|
634
|
+
['/items/purpleheart_nature_staff']: '紫心自然法杖',
|
|
635
|
+
['/items/purpleheart_shield']: '紫心盾',
|
|
636
|
+
['/items/purpleheart_water_staff']: '紫心水法杖',
|
|
637
|
+
['/items/purples_gift']: '小紫牛的礼物',
|
|
638
|
+
['/items/quick_aid']: '快速治疗术',
|
|
639
|
+
['/items/quick_shot']: '快速射击',
|
|
640
|
+
['/items/radiant_boots']: '光辉靴',
|
|
641
|
+
['/items/radiant_fabric']: '光辉布料',
|
|
642
|
+
['/items/radiant_fiber']: '光辉纤维',
|
|
643
|
+
['/items/radiant_gloves']: '光辉手套',
|
|
644
|
+
['/items/radiant_hat']: '光辉帽',
|
|
645
|
+
['/items/radiant_robe_bottoms']: '光辉袍裙',
|
|
646
|
+
['/items/radiant_robe_top']: '光辉袍服',
|
|
647
|
+
['/items/rain_of_arrows']: '箭雨',
|
|
648
|
+
['/items/rainbow_alembic']: '彩虹蒸馏器',
|
|
649
|
+
['/items/rainbow_boots']: '彩虹靴',
|
|
650
|
+
['/items/rainbow_brush']: '彩虹刷子',
|
|
651
|
+
['/items/rainbow_buckler']: '彩虹圆盾',
|
|
652
|
+
['/items/rainbow_bulwark']: '彩虹重盾',
|
|
653
|
+
['/items/rainbow_cheese']: '彩虹奶酪',
|
|
654
|
+
['/items/rainbow_chisel']: '彩虹凿子',
|
|
655
|
+
['/items/rainbow_enhancer']: '彩虹强化器',
|
|
656
|
+
['/items/rainbow_gauntlets']: '彩虹护手',
|
|
657
|
+
['/items/rainbow_hammer']: '彩虹锤子',
|
|
658
|
+
['/items/rainbow_hatchet']: '彩虹斧头',
|
|
659
|
+
['/items/rainbow_helmet']: '彩虹头盔',
|
|
660
|
+
['/items/rainbow_mace']: '彩虹钉头锤',
|
|
661
|
+
['/items/rainbow_milk']: '彩虹牛奶',
|
|
662
|
+
['/items/rainbow_needle']: '彩虹针',
|
|
663
|
+
['/items/rainbow_plate_body']: '彩虹胸甲',
|
|
664
|
+
['/items/rainbow_plate_legs']: '彩虹腿甲',
|
|
665
|
+
['/items/rainbow_pot']: '彩虹壶',
|
|
666
|
+
['/items/rainbow_shears']: '彩虹剪刀',
|
|
667
|
+
['/items/rainbow_spatula']: '彩虹锅铲',
|
|
668
|
+
['/items/rainbow_spear']: '彩虹长枪',
|
|
669
|
+
['/items/rainbow_sword']: '彩虹剑',
|
|
670
|
+
['/items/ranged_coffee']: '远程咖啡',
|
|
671
|
+
['/items/ranger_necklace']: '射手项链',
|
|
672
|
+
['/items/red_culinary_hat']: '红色厨师帽',
|
|
673
|
+
['/items/red_panda_fluff']: '小熊猫绒',
|
|
674
|
+
['/items/red_tea_leaf']: '红茶叶',
|
|
675
|
+
['/items/redwood_bow']: '红杉弓',
|
|
676
|
+
['/items/redwood_crossbow']: '红杉弩',
|
|
677
|
+
['/items/redwood_fire_staff']: '红杉火法杖',
|
|
678
|
+
['/items/redwood_log']: '红杉原木',
|
|
679
|
+
['/items/redwood_lumber']: '红杉木板',
|
|
680
|
+
['/items/redwood_nature_staff']: '红杉自然法杖',
|
|
681
|
+
['/items/redwood_shield']: '红杉盾',
|
|
682
|
+
['/items/redwood_water_staff']: '红杉水法杖',
|
|
683
|
+
['/items/regal_jewel']: '君王宝石',
|
|
684
|
+
['/items/regal_sword']: '君王之剑',
|
|
685
|
+
['/items/regal_sword_refined']: '君王之剑(精)',
|
|
686
|
+
['/items/rejuvenate']: '群体治疗术',
|
|
687
|
+
['/items/reptile_boots']: '爬行动物靴',
|
|
688
|
+
['/items/reptile_bracers']: '爬行动物护腕',
|
|
689
|
+
['/items/reptile_chaps']: '爬行动物皮裤',
|
|
690
|
+
['/items/reptile_hide']: '爬行动物皮',
|
|
691
|
+
['/items/reptile_hood']: '爬行动物兜帽',
|
|
692
|
+
['/items/reptile_leather']: '爬行动物皮革',
|
|
693
|
+
['/items/reptile_tunic']: '爬行动物皮衣',
|
|
694
|
+
['/items/retribution']: '惩戒',
|
|
695
|
+
['/items/revenant_anima']: '亡者之魂',
|
|
696
|
+
['/items/revenant_chaps']: '亡灵皮裤',
|
|
697
|
+
['/items/revenant_tunic']: '亡灵皮衣',
|
|
698
|
+
['/items/revive']: '复活',
|
|
699
|
+
['/items/ring_of_armor']: '护甲戒指',
|
|
700
|
+
['/items/ring_of_critical_strike']: '暴击戒指',
|
|
701
|
+
['/items/ring_of_essence_find']: '精华发现戒指',
|
|
702
|
+
['/items/ring_of_gathering']: '采集戒指',
|
|
703
|
+
['/items/ring_of_rare_find']: '稀有发现戒指',
|
|
704
|
+
['/items/ring_of_regeneration']: '恢复戒指',
|
|
705
|
+
['/items/ring_of_resistance']: '抗性戒指',
|
|
706
|
+
['/items/rippling_trident']: '涟漪三叉戟',
|
|
707
|
+
['/items/rippling_trident_refined']: '涟漪三叉戟(精)',
|
|
708
|
+
['/items/robusta_coffee_bean']: '中级咖啡豆',
|
|
709
|
+
['/items/rough_boots']: '粗糙靴',
|
|
710
|
+
['/items/rough_bracers']: '粗糙护腕',
|
|
711
|
+
['/items/rough_chaps']: '粗糙皮裤',
|
|
712
|
+
['/items/rough_hide']: '粗糙兽皮',
|
|
713
|
+
['/items/rough_hood']: '粗糙兜帽',
|
|
714
|
+
['/items/rough_leather']: '粗糙皮革',
|
|
715
|
+
['/items/rough_tunic']: '粗糙皮衣',
|
|
716
|
+
['/items/royal_cloth']: '皇家织物',
|
|
717
|
+
['/items/royal_fire_robe_bottoms']: '皇家火系袍裙',
|
|
718
|
+
['/items/royal_fire_robe_bottoms_refined']: '皇家火系袍裙(精)',
|
|
719
|
+
['/items/royal_fire_robe_top']: '皇家火系袍服',
|
|
720
|
+
['/items/royal_fire_robe_top_refined']: '皇家火系袍服(精)',
|
|
721
|
+
['/items/royal_nature_robe_bottoms']: '皇家自然系袍裙',
|
|
722
|
+
['/items/royal_nature_robe_bottoms_refined']: '皇家自然系袍裙(精)',
|
|
723
|
+
['/items/royal_nature_robe_top']: '皇家自然系袍服',
|
|
724
|
+
['/items/royal_nature_robe_top_refined']: '皇家自然系袍服(精)',
|
|
725
|
+
['/items/royal_water_robe_bottoms']: '皇家水系袍裙',
|
|
726
|
+
['/items/royal_water_robe_bottoms_refined']: '皇家水系袍裙(精)',
|
|
727
|
+
['/items/royal_water_robe_top']: '皇家水系袍服',
|
|
728
|
+
['/items/royal_water_robe_top_refined']: '皇家水系袍服(精)',
|
|
729
|
+
['/items/scratch']: '爪影斩',
|
|
730
|
+
['/items/shard_of_protection']: '保护碎片',
|
|
731
|
+
['/items/shield_bash']: '盾击',
|
|
732
|
+
['/items/shoebill_feather']: '鲸头鹳羽毛',
|
|
733
|
+
['/items/shoebill_shoes']: '鲸头鹳鞋',
|
|
734
|
+
['/items/sighted_bracers']: '瞄准护腕',
|
|
735
|
+
['/items/silencing_shot']: '沉默之箭',
|
|
736
|
+
['/items/silk_boots']: '丝靴',
|
|
737
|
+
['/items/silk_fabric']: '丝绸',
|
|
738
|
+
['/items/silk_gloves']: '丝手套',
|
|
739
|
+
['/items/silk_hat']: '丝帽',
|
|
740
|
+
['/items/silk_robe_bottoms']: '丝绸袍裙',
|
|
741
|
+
['/items/silk_robe_top']: '丝绸袍服',
|
|
742
|
+
['/items/sinister_cape']: '阴森斗篷',
|
|
743
|
+
['/items/sinister_cape_refined']: '阴森斗篷(精)',
|
|
744
|
+
['/items/sinister_chest']: '阴森宝箱',
|
|
745
|
+
['/items/sinister_chest_key']: '阴森宝箱钥匙',
|
|
746
|
+
['/items/sinister_entry_key']: '阴森钥匙',
|
|
747
|
+
['/items/sinister_essence']: '阴森精华',
|
|
748
|
+
['/items/sinister_refinement_chest']: '阴森精炼宝箱',
|
|
749
|
+
['/items/sinister_refinement_shard']: '阴森精炼碎片',
|
|
750
|
+
['/items/sinister_token']: '阴森代币',
|
|
751
|
+
['/items/smack']: '重碾',
|
|
752
|
+
['/items/small_artisans_crate']: '小工匠匣',
|
|
753
|
+
['/items/small_meteorite_cache']: '小陨石舱',
|
|
754
|
+
['/items/small_pouch']: '小袋子',
|
|
755
|
+
['/items/small_treasure_chest']: '小宝箱',
|
|
756
|
+
['/items/smoke_burst']: '烟爆灭影',
|
|
757
|
+
['/items/snail_shell']: '蜗牛壳',
|
|
758
|
+
['/items/snail_shell_helmet']: '蜗牛壳头盔',
|
|
759
|
+
['/items/snake_fang']: '蛇牙',
|
|
760
|
+
['/items/snake_fang_dirk']: '蛇牙短剑',
|
|
761
|
+
['/items/sorcerer_boots']: '巫师靴',
|
|
762
|
+
['/items/sorcerer_essence']: '法师精华',
|
|
763
|
+
['/items/sorcerers_sole']: '魔法师鞋底',
|
|
764
|
+
['/items/soul_fragment']: '灵魂碎片',
|
|
765
|
+
['/items/soul_hunter_crossbow']: '灵魂猎手弩',
|
|
766
|
+
['/items/spaceberry']: '太空莓',
|
|
767
|
+
['/items/spaceberry_cake']: '太空莓蛋糕',
|
|
768
|
+
['/items/spaceberry_donut']: '太空莓甜甜圈',
|
|
769
|
+
['/items/spacia_coffee_bean']: '太空咖啡豆',
|
|
770
|
+
['/items/speed_aura']: '速度光环',
|
|
771
|
+
['/items/spike_shell']: '尖刺防护',
|
|
772
|
+
['/items/spiked_bulwark']: '尖刺重盾',
|
|
773
|
+
['/items/stalactite_shard']: '钟乳石碎片',
|
|
774
|
+
['/items/stalactite_spear']: '石钟长枪',
|
|
775
|
+
['/items/stamina_coffee']: '耐力咖啡',
|
|
776
|
+
['/items/star_fragment']: '星光碎片',
|
|
777
|
+
['/items/star_fruit']: '杨桃',
|
|
778
|
+
['/items/star_fruit_gummy']: '杨桃软糖',
|
|
779
|
+
['/items/star_fruit_yogurt']: '杨桃酸奶',
|
|
780
|
+
['/items/steady_shot']: '稳定射击',
|
|
781
|
+
['/items/stone_key_fragment']: '石头钥匙碎片',
|
|
782
|
+
['/items/strawberry']: '草莓',
|
|
783
|
+
['/items/strawberry_cake']: '草莓蛋糕',
|
|
784
|
+
['/items/strawberry_donut']: '草莓甜甜圈',
|
|
785
|
+
['/items/stunning_blow']: '重锤',
|
|
786
|
+
['/items/sugar']: '糖',
|
|
787
|
+
['/items/sundering_crossbow']: '裂空之弩',
|
|
788
|
+
['/items/sundering_crossbow_refined']: '裂空之弩(精)',
|
|
789
|
+
['/items/sundering_jewel']: '裂空宝石',
|
|
790
|
+
['/items/sunstone']: '太阳石',
|
|
791
|
+
['/items/super_alchemy_tea']: '超级炼金茶',
|
|
792
|
+
['/items/super_attack_coffee']: '超级攻击咖啡',
|
|
793
|
+
['/items/super_brewing_tea']: '超级冲泡茶',
|
|
794
|
+
['/items/super_cheesesmithing_tea']: '超级奶酪锻造茶',
|
|
795
|
+
['/items/super_cooking_tea']: '超级烹饪茶',
|
|
796
|
+
['/items/super_crafting_tea']: '超级制作茶',
|
|
797
|
+
['/items/super_defense_coffee']: '超级防御咖啡',
|
|
798
|
+
['/items/super_enhancing_tea']: '超级强化茶',
|
|
799
|
+
['/items/super_foraging_tea']: '超级采摘茶',
|
|
800
|
+
['/items/super_intelligence_coffee']: '超级智力咖啡',
|
|
801
|
+
['/items/super_magic_coffee']: '超级魔法咖啡',
|
|
802
|
+
['/items/super_melee_coffee']: '超级近战咖啡',
|
|
803
|
+
['/items/super_milking_tea']: '超级挤奶茶',
|
|
804
|
+
['/items/super_ranged_coffee']: '超级远程咖啡',
|
|
805
|
+
['/items/super_stamina_coffee']: '超级耐力咖啡',
|
|
806
|
+
['/items/super_tailoring_tea']: '超级缝纫茶',
|
|
807
|
+
['/items/super_woodcutting_tea']: '超级伐木茶',
|
|
808
|
+
['/items/swamp_essence']: '沼泽精华',
|
|
809
|
+
['/items/sweep']: '重扫',
|
|
810
|
+
['/items/swiftness_coffee']: '迅捷咖啡',
|
|
811
|
+
['/items/tailoring_essence']: '缝纫精华',
|
|
812
|
+
['/items/tailoring_tea']: '缝纫茶',
|
|
813
|
+
['/items/tailors_bottoms']: '裁缝下装',
|
|
814
|
+
['/items/tailors_top']: '裁缝上衣',
|
|
815
|
+
['/items/task_crystal']: '任务水晶',
|
|
816
|
+
['/items/task_token']: '任务代币',
|
|
817
|
+
['/items/taunt']: '嘲讽',
|
|
818
|
+
['/items/thread_of_expertise']: '专精之线',
|
|
819
|
+
['/items/tome_of_healing']: '治疗之书',
|
|
820
|
+
['/items/tome_of_the_elements']: '元素之书',
|
|
821
|
+
['/items/toughness']: '坚韧',
|
|
822
|
+
['/items/toxic_pollen']: '剧毒粉尘',
|
|
823
|
+
['/items/trainee_alchemy_charm']: '实习炼金护符',
|
|
824
|
+
['/items/trainee_attack_charm']: '实习攻击护符',
|
|
825
|
+
['/items/trainee_brewing_charm']: '实习冲泡护符',
|
|
826
|
+
['/items/trainee_cheesesmithing_charm']: '实习奶酪锻造护符',
|
|
827
|
+
['/items/trainee_cooking_charm']: '实习烹饪护符',
|
|
828
|
+
['/items/trainee_crafting_charm']: '实习制作护符',
|
|
829
|
+
['/items/trainee_defense_charm']: '实习防御护符',
|
|
830
|
+
['/items/trainee_enhancing_charm']: '实习强化护符',
|
|
831
|
+
['/items/trainee_foraging_charm']: '实习采摘护符',
|
|
832
|
+
['/items/trainee_intelligence_charm']: '实习智力护符',
|
|
833
|
+
['/items/trainee_magic_charm']: '实习魔法护符',
|
|
834
|
+
['/items/trainee_melee_charm']: '实习近战护符',
|
|
835
|
+
['/items/trainee_milking_charm']: '实习挤奶护符',
|
|
836
|
+
['/items/trainee_ranged_charm']: '实习远程护符',
|
|
837
|
+
['/items/trainee_stamina_charm']: '实习耐力护符',
|
|
838
|
+
['/items/trainee_tailoring_charm']: '实习缝纫护符',
|
|
839
|
+
['/items/trainee_woodcutting_charm']: '实习伐木护符',
|
|
840
|
+
['/items/treant_bark']: '树皮',
|
|
841
|
+
['/items/treant_shield']: '树人盾',
|
|
842
|
+
['/items/turtle_shell']: '乌龟壳',
|
|
843
|
+
['/items/turtle_shell_body']: '龟壳胸甲',
|
|
844
|
+
['/items/turtle_shell_legs']: '龟壳腿甲',
|
|
845
|
+
['/items/twilight_essence']: '暮光精华',
|
|
846
|
+
['/items/ultra_alchemy_tea']: '究极炼金茶',
|
|
847
|
+
['/items/ultra_attack_coffee']: '究极攻击咖啡',
|
|
848
|
+
['/items/ultra_brewing_tea']: '究极冲泡茶',
|
|
849
|
+
['/items/ultra_cheesesmithing_tea']: '究极奶酪锻造茶',
|
|
850
|
+
['/items/ultra_cooking_tea']: '究极烹饪茶',
|
|
851
|
+
['/items/ultra_crafting_tea']: '究极制作茶',
|
|
852
|
+
['/items/ultra_defense_coffee']: '究极防御咖啡',
|
|
853
|
+
['/items/ultra_enhancing_tea']: '究极强化茶',
|
|
854
|
+
['/items/ultra_foraging_tea']: '究极采摘茶',
|
|
855
|
+
['/items/ultra_intelligence_coffee']: '究极智力咖啡',
|
|
856
|
+
['/items/ultra_magic_coffee']: '究极魔法咖啡',
|
|
857
|
+
['/items/ultra_melee_coffee']: '究极近战咖啡',
|
|
858
|
+
['/items/ultra_milking_tea']: '究极挤奶茶',
|
|
859
|
+
['/items/ultra_ranged_coffee']: '究极远程咖啡',
|
|
860
|
+
['/items/ultra_stamina_coffee']: '究极耐力咖啡',
|
|
861
|
+
['/items/ultra_tailoring_tea']: '究极缝纫茶',
|
|
862
|
+
['/items/ultra_woodcutting_tea']: '究极伐木茶',
|
|
863
|
+
['/items/umbral_boots']: '暗影靴',
|
|
864
|
+
['/items/umbral_bracers']: '暗影护腕',
|
|
865
|
+
['/items/umbral_chaps']: '暗影皮裤',
|
|
866
|
+
['/items/umbral_hide']: '暗影皮',
|
|
867
|
+
['/items/umbral_hood']: '暗影兜帽',
|
|
868
|
+
['/items/umbral_leather']: '暗影皮革',
|
|
869
|
+
['/items/umbral_tunic']: '暗影皮衣',
|
|
870
|
+
['/items/vampire_fang']: '吸血鬼之牙',
|
|
871
|
+
['/items/vampire_fang_dirk']: '吸血鬼短剑',
|
|
872
|
+
['/items/vampiric_bow']: '吸血弓',
|
|
873
|
+
['/items/vampirism']: '吸血',
|
|
874
|
+
['/items/verdant_alembic']: '翠绿蒸馏器',
|
|
875
|
+
['/items/verdant_boots']: '翠绿靴',
|
|
876
|
+
['/items/verdant_brush']: '翠绿刷子',
|
|
877
|
+
['/items/verdant_buckler']: '翠绿圆盾',
|
|
878
|
+
['/items/verdant_bulwark']: '翠绿重盾',
|
|
879
|
+
['/items/verdant_cheese']: '翠绿奶酪',
|
|
880
|
+
['/items/verdant_chisel']: '翠绿凿子',
|
|
881
|
+
['/items/verdant_enhancer']: '翠绿强化器',
|
|
882
|
+
['/items/verdant_gauntlets']: '翠绿护手',
|
|
883
|
+
['/items/verdant_hammer']: '翠绿锤子',
|
|
884
|
+
['/items/verdant_hatchet']: '翠绿斧头',
|
|
885
|
+
['/items/verdant_helmet']: '翠绿头盔',
|
|
886
|
+
['/items/verdant_mace']: '翠绿钉头锤',
|
|
887
|
+
['/items/verdant_milk']: '翠绿牛奶',
|
|
888
|
+
['/items/verdant_needle']: '翠绿针',
|
|
889
|
+
['/items/verdant_plate_body']: '翠绿胸甲',
|
|
890
|
+
['/items/verdant_plate_legs']: '翠绿腿甲',
|
|
891
|
+
['/items/verdant_pot']: '翠绿壶',
|
|
892
|
+
['/items/verdant_shears']: '翠绿剪刀',
|
|
893
|
+
['/items/verdant_spatula']: '翠绿锅铲',
|
|
894
|
+
['/items/verdant_spear']: '翠绿长枪',
|
|
895
|
+
['/items/verdant_sword']: '翠绿剑',
|
|
896
|
+
['/items/vision_helmet']: '视觉头盔',
|
|
897
|
+
['/items/vision_shield']: '视觉盾',
|
|
898
|
+
['/items/watchful_relic']: '警戒遗物',
|
|
899
|
+
['/items/water_strike']: '流水冲击',
|
|
900
|
+
['/items/werewolf_claw']: '狼人之爪',
|
|
901
|
+
['/items/werewolf_slasher']: '狼人关刀',
|
|
902
|
+
['/items/wheat']: '小麦',
|
|
903
|
+
['/items/white_key_fragment']: '白色钥匙碎片',
|
|
904
|
+
['/items/wisdom_coffee']: '经验咖啡',
|
|
905
|
+
['/items/wisdom_tea']: '经验茶',
|
|
906
|
+
['/items/wizard_necklace']: '巫师项链',
|
|
907
|
+
['/items/woodcutting_essence']: '伐木精华',
|
|
908
|
+
['/items/woodcutting_tea']: '伐木茶',
|
|
909
|
+
['/items/wooden_bow']: '木弓',
|
|
910
|
+
['/items/wooden_crossbow']: '木弩',
|
|
911
|
+
['/items/wooden_fire_staff']: '木制火法杖',
|
|
912
|
+
['/items/wooden_nature_staff']: '木制自然法杖',
|
|
913
|
+
['/items/wooden_shield']: '木盾',
|
|
914
|
+
['/items/wooden_water_staff']: '木制水法杖',
|
|
915
|
+
['/items/yogurt']: '酸奶',
|
|
916
|
+
};
|
|
917
|
+
export const ITEM_DESCRIPTIONS = {
|
|
918
|
+
['/items/abyssal_essence']: '用于强化地狱深渊特殊装备的材料',
|
|
919
|
+
['/items/acrobatic_hood']: '',
|
|
920
|
+
['/items/acrobatic_hood_refined']: '',
|
|
921
|
+
['/items/acrobats_ribbon']: '用于缝纫杂技师兜帽的材料',
|
|
922
|
+
['/items/advanced_alchemy_charm']: '',
|
|
923
|
+
['/items/advanced_attack_charm']: '',
|
|
924
|
+
['/items/advanced_brewing_charm']: '',
|
|
925
|
+
['/items/advanced_cheesesmithing_charm']: '',
|
|
926
|
+
['/items/advanced_cooking_charm']: '',
|
|
927
|
+
['/items/advanced_crafting_charm']: '',
|
|
928
|
+
['/items/advanced_defense_charm']: '',
|
|
929
|
+
['/items/advanced_enhancing_charm']: '',
|
|
930
|
+
['/items/advanced_foraging_charm']: '',
|
|
931
|
+
['/items/advanced_intelligence_charm']: '',
|
|
932
|
+
['/items/advanced_magic_charm']: '',
|
|
933
|
+
['/items/advanced_melee_charm']: '',
|
|
934
|
+
['/items/advanced_milking_charm']: '',
|
|
935
|
+
['/items/advanced_ranged_charm']: '',
|
|
936
|
+
['/items/advanced_stamina_charm']: '',
|
|
937
|
+
['/items/advanced_tailoring_charm']: '',
|
|
938
|
+
['/items/advanced_task_badge']: '',
|
|
939
|
+
['/items/advanced_woodcutting_charm']: '',
|
|
940
|
+
['/items/alchemists_bottoms']: '',
|
|
941
|
+
['/items/alchemists_top']: '',
|
|
942
|
+
['/items/alchemy_essence']: '用于冲泡炼金茶和制作炼金催化剂',
|
|
943
|
+
['/items/alchemy_tea']: '',
|
|
944
|
+
['/items/amber']: '一种闪亮的宝石,通常在宝箱中找到',
|
|
945
|
+
['/items/amethyst']: '一种闪亮的宝石,通常在宝箱中找到',
|
|
946
|
+
['/items/anchorbound_plate_body']: '',
|
|
947
|
+
['/items/anchorbound_plate_body_refined']: '',
|
|
948
|
+
['/items/anchorbound_plate_legs']: '',
|
|
949
|
+
['/items/anchorbound_plate_legs_refined']: '',
|
|
950
|
+
['/items/apple']: '',
|
|
951
|
+
['/items/apple_gummy']: '',
|
|
952
|
+
['/items/apple_yogurt']: '',
|
|
953
|
+
['/items/aqua_arrow']: '',
|
|
954
|
+
['/items/aqua_essence']: '用于强化海洋星球特殊装备的材料',
|
|
955
|
+
['/items/arabica_coffee_bean']: '',
|
|
956
|
+
['/items/arcane_bow']: '',
|
|
957
|
+
['/items/arcane_crossbow']: '',
|
|
958
|
+
['/items/arcane_fire_staff']: '',
|
|
959
|
+
['/items/arcane_log']: '',
|
|
960
|
+
['/items/arcane_lumber']: '',
|
|
961
|
+
['/items/arcane_nature_staff']: '',
|
|
962
|
+
['/items/arcane_shield']: '',
|
|
963
|
+
['/items/arcane_water_staff']: '',
|
|
964
|
+
['/items/artisan_tea']: '',
|
|
965
|
+
['/items/attack_coffee']: '',
|
|
966
|
+
['/items/azure_alembic']: '',
|
|
967
|
+
['/items/azure_boots']: '',
|
|
968
|
+
['/items/azure_brush']: '',
|
|
969
|
+
['/items/azure_buckler']: '',
|
|
970
|
+
['/items/azure_bulwark']: '',
|
|
971
|
+
['/items/azure_cheese']: '',
|
|
972
|
+
['/items/azure_chisel']: '',
|
|
973
|
+
['/items/azure_enhancer']: '',
|
|
974
|
+
['/items/azure_gauntlets']: '',
|
|
975
|
+
['/items/azure_hammer']: '',
|
|
976
|
+
['/items/azure_hatchet']: '',
|
|
977
|
+
['/items/azure_helmet']: '',
|
|
978
|
+
['/items/azure_mace']: '',
|
|
979
|
+
['/items/azure_milk']: '哞哞哞',
|
|
980
|
+
['/items/azure_needle']: '',
|
|
981
|
+
['/items/azure_plate_body']: '',
|
|
982
|
+
['/items/azure_plate_legs']: '',
|
|
983
|
+
['/items/azure_pot']: '',
|
|
984
|
+
['/items/azure_shears']: '',
|
|
985
|
+
['/items/azure_spatula']: '',
|
|
986
|
+
['/items/azure_spear']: '',
|
|
987
|
+
['/items/azure_sword']: '',
|
|
988
|
+
['/items/bag_of_10_cowbells']: '可交易的一袋牛铃,每袋包含10个牛铃。只能整袋交易,一旦打开将无法出售',
|
|
989
|
+
['/items/bamboo_boots']: '',
|
|
990
|
+
['/items/bamboo_branch']: '',
|
|
991
|
+
['/items/bamboo_fabric']: '',
|
|
992
|
+
['/items/bamboo_gloves']: '',
|
|
993
|
+
['/items/bamboo_hat']: '',
|
|
994
|
+
['/items/bamboo_robe_bottoms']: '',
|
|
995
|
+
['/items/bamboo_robe_top']: '',
|
|
996
|
+
['/items/basic_alchemy_charm']: '',
|
|
997
|
+
['/items/basic_attack_charm']: '',
|
|
998
|
+
['/items/basic_brewing_charm']: '',
|
|
999
|
+
['/items/basic_cheesesmithing_charm']: '',
|
|
1000
|
+
['/items/basic_cooking_charm']: '',
|
|
1001
|
+
['/items/basic_crafting_charm']: '',
|
|
1002
|
+
['/items/basic_defense_charm']: '',
|
|
1003
|
+
['/items/basic_enhancing_charm']: '',
|
|
1004
|
+
['/items/basic_foraging_charm']: '',
|
|
1005
|
+
['/items/basic_intelligence_charm']: '',
|
|
1006
|
+
['/items/basic_magic_charm']: '',
|
|
1007
|
+
['/items/basic_melee_charm']: '',
|
|
1008
|
+
['/items/basic_milking_charm']: '',
|
|
1009
|
+
['/items/basic_ranged_charm']: '',
|
|
1010
|
+
['/items/basic_stamina_charm']: '',
|
|
1011
|
+
['/items/basic_tailoring_charm']: '',
|
|
1012
|
+
['/items/basic_task_badge']: '',
|
|
1013
|
+
['/items/basic_woodcutting_charm']: '',
|
|
1014
|
+
['/items/bear_essence']: '用于强化熊熊星球特殊装备的材料',
|
|
1015
|
+
['/items/beast_boots']: '',
|
|
1016
|
+
['/items/beast_bracers']: '',
|
|
1017
|
+
['/items/beast_chaps']: '',
|
|
1018
|
+
['/items/beast_hide']: '',
|
|
1019
|
+
['/items/beast_hood']: '',
|
|
1020
|
+
['/items/beast_leather']: '',
|
|
1021
|
+
['/items/beast_tunic']: '',
|
|
1022
|
+
['/items/berserk']: '',
|
|
1023
|
+
['/items/birch_bow']: '',
|
|
1024
|
+
['/items/birch_crossbow']: '',
|
|
1025
|
+
['/items/birch_fire_staff']: '',
|
|
1026
|
+
['/items/birch_log']: '',
|
|
1027
|
+
['/items/birch_lumber']: '',
|
|
1028
|
+
['/items/birch_nature_staff']: '',
|
|
1029
|
+
['/items/birch_shield']: '',
|
|
1030
|
+
['/items/birch_water_staff']: '',
|
|
1031
|
+
['/items/bishops_codex']: '',
|
|
1032
|
+
['/items/bishops_codex_refined']: '',
|
|
1033
|
+
['/items/bishops_scroll']: '用于制作主教之书的材料',
|
|
1034
|
+
['/items/black_bear_fluff']: '用于锻造黑熊鞋的材料',
|
|
1035
|
+
['/items/black_bear_shoes']: '',
|
|
1036
|
+
['/items/black_tea_leaf']: '',
|
|
1037
|
+
['/items/blackberry']: '',
|
|
1038
|
+
['/items/blackberry_cake']: '',
|
|
1039
|
+
['/items/blackberry_donut']: '',
|
|
1040
|
+
['/items/blazing_trident']: '',
|
|
1041
|
+
['/items/blazing_trident_refined']: '',
|
|
1042
|
+
['/items/blessed_tea']: '',
|
|
1043
|
+
['/items/blooming_trident']: '',
|
|
1044
|
+
['/items/blooming_trident_refined']: '',
|
|
1045
|
+
['/items/blue_key_fragment']: '看起来是某种钥匙的碎片,用来制作地下城钥匙',
|
|
1046
|
+
['/items/blueberry']: '',
|
|
1047
|
+
['/items/blueberry_cake']: '',
|
|
1048
|
+
['/items/blueberry_donut']: '',
|
|
1049
|
+
['/items/branch_of_insight']: '用于制作特殊专业工具和服装的材料',
|
|
1050
|
+
['/items/brewers_bottoms']: '',
|
|
1051
|
+
['/items/brewers_top']: '',
|
|
1052
|
+
['/items/brewing_essence']: '用于冲泡冲泡茶和制作炼金催化剂',
|
|
1053
|
+
['/items/brewing_tea']: '',
|
|
1054
|
+
['/items/brown_key_fragment']: '看起来是某种钥匙的碎片,用来制作地下城钥匙',
|
|
1055
|
+
['/items/burble_alembic']: '',
|
|
1056
|
+
['/items/burble_boots']: '',
|
|
1057
|
+
['/items/burble_brush']: '',
|
|
1058
|
+
['/items/burble_buckler']: '',
|
|
1059
|
+
['/items/burble_bulwark']: '',
|
|
1060
|
+
['/items/burble_cheese']: '',
|
|
1061
|
+
['/items/burble_chisel']: '',
|
|
1062
|
+
['/items/burble_enhancer']: '',
|
|
1063
|
+
['/items/burble_gauntlets']: '',
|
|
1064
|
+
['/items/burble_hammer']: '',
|
|
1065
|
+
['/items/burble_hatchet']: '',
|
|
1066
|
+
['/items/burble_helmet']: '',
|
|
1067
|
+
['/items/burble_mace']: '',
|
|
1068
|
+
['/items/burble_milk']: '哞哞哞哞',
|
|
1069
|
+
['/items/burble_needle']: '',
|
|
1070
|
+
['/items/burble_plate_body']: '',
|
|
1071
|
+
['/items/burble_plate_legs']: '',
|
|
1072
|
+
['/items/burble_pot']: '',
|
|
1073
|
+
['/items/burble_shears']: '',
|
|
1074
|
+
['/items/burble_spatula']: '',
|
|
1075
|
+
['/items/burble_spear']: '',
|
|
1076
|
+
['/items/burble_sword']: '',
|
|
1077
|
+
['/items/burble_tea_leaf']: '',
|
|
1078
|
+
['/items/burning_key_fragment']: '看起来是某种钥匙的碎片,用来制作地下城钥匙',
|
|
1079
|
+
['/items/butter_of_proficiency']: '用于制作特殊专业工具和服装的材料',
|
|
1080
|
+
['/items/catalyst_of_coinification']: '在炼金时使用,可提高15%的点金成功率 (乘法)。成功时消耗一个催化剂。',
|
|
1081
|
+
['/items/catalyst_of_decomposition']: '在炼金时使用,可将分解成功率提高 15% (乘法)。成功时消耗一个催化剂。',
|
|
1082
|
+
['/items/catalyst_of_transmutation']: '在炼金时使用,可将转化成功率提高 15% (乘法)。成功时消耗一个催化剂。',
|
|
1083
|
+
['/items/catalytic_tea']: '',
|
|
1084
|
+
['/items/cedar_bow']: '',
|
|
1085
|
+
['/items/cedar_crossbow']: '',
|
|
1086
|
+
['/items/cedar_fire_staff']: '',
|
|
1087
|
+
['/items/cedar_log']: '',
|
|
1088
|
+
['/items/cedar_lumber']: '',
|
|
1089
|
+
['/items/cedar_nature_staff']: '',
|
|
1090
|
+
['/items/cedar_shield']: '',
|
|
1091
|
+
['/items/cedar_water_staff']: '',
|
|
1092
|
+
['/items/celestial_alembic']: '',
|
|
1093
|
+
['/items/celestial_brush']: '',
|
|
1094
|
+
['/items/celestial_chisel']: '',
|
|
1095
|
+
['/items/celestial_enhancer']: '',
|
|
1096
|
+
['/items/celestial_hammer']: '',
|
|
1097
|
+
['/items/celestial_hatchet']: '',
|
|
1098
|
+
['/items/celestial_needle']: '',
|
|
1099
|
+
['/items/celestial_pot']: '',
|
|
1100
|
+
['/items/celestial_shears']: '',
|
|
1101
|
+
['/items/celestial_spatula']: '',
|
|
1102
|
+
['/items/centaur_boots']: '',
|
|
1103
|
+
['/items/centaur_hoof']: '用于缝纫半人马靴的材料',
|
|
1104
|
+
['/items/channeling_coffee']: '',
|
|
1105
|
+
['/items/chaotic_chain']: '用于锻造混沌连枷的材料',
|
|
1106
|
+
['/items/chaotic_flail']: '',
|
|
1107
|
+
['/items/chaotic_flail_refined']: '',
|
|
1108
|
+
['/items/cheese']: '',
|
|
1109
|
+
['/items/cheese_alembic']: '',
|
|
1110
|
+
['/items/cheese_boots']: '',
|
|
1111
|
+
['/items/cheese_brush']: '',
|
|
1112
|
+
['/items/cheese_buckler']: '',
|
|
1113
|
+
['/items/cheese_bulwark']: '',
|
|
1114
|
+
['/items/cheese_chisel']: '',
|
|
1115
|
+
['/items/cheese_enhancer']: '',
|
|
1116
|
+
['/items/cheese_gauntlets']: '',
|
|
1117
|
+
['/items/cheese_hammer']: '',
|
|
1118
|
+
['/items/cheese_hatchet']: '',
|
|
1119
|
+
['/items/cheese_helmet']: '',
|
|
1120
|
+
['/items/cheese_mace']: '',
|
|
1121
|
+
['/items/cheese_needle']: '',
|
|
1122
|
+
['/items/cheese_plate_body']: '',
|
|
1123
|
+
['/items/cheese_plate_legs']: '',
|
|
1124
|
+
['/items/cheese_pot']: '',
|
|
1125
|
+
['/items/cheese_shears']: '',
|
|
1126
|
+
['/items/cheese_spatula']: '',
|
|
1127
|
+
['/items/cheese_spear']: '',
|
|
1128
|
+
['/items/cheese_sword']: '',
|
|
1129
|
+
['/items/cheesemakers_bottoms']: '',
|
|
1130
|
+
['/items/cheesemakers_top']: '',
|
|
1131
|
+
['/items/cheesesmithing_essence']: '用于冲泡奶酪锻造茶和制作炼金催化剂',
|
|
1132
|
+
['/items/cheesesmithing_tea']: '',
|
|
1133
|
+
['/items/chefs_bottoms']: '',
|
|
1134
|
+
['/items/chefs_top']: '',
|
|
1135
|
+
['/items/chimerical_chest']: '攻克【奇幻洞穴】后的奖励,可以用【奇幻宝箱钥匙】打开',
|
|
1136
|
+
['/items/chimerical_chest_key']: '开启一个奇幻宝箱',
|
|
1137
|
+
['/items/chimerical_entry_key']: '允许进入地下城【奇幻洞穴】1次',
|
|
1138
|
+
['/items/chimerical_essence']: '用于强化奇幻洞穴特殊装备的材料',
|
|
1139
|
+
['/items/chimerical_quiver']: '',
|
|
1140
|
+
['/items/chimerical_quiver_refined']: '',
|
|
1141
|
+
['/items/chimerical_refinement_chest']: '攻克【奇幻洞穴】(T1+) 后的奖励,可以用【奇幻宝箱钥匙】打开',
|
|
1142
|
+
['/items/chimerical_refinement_shard']: '用于升级【奇幻洞穴】95级装备和奇幻箭袋的材料',
|
|
1143
|
+
['/items/chimerical_token']: '来自【奇幻洞穴】的地下城代币。可以在地下城商店里消费',
|
|
1144
|
+
['/items/chrono_gloves']: '',
|
|
1145
|
+
['/items/chrono_sphere']: '用于缝纫附魔手套或时空手套的材料',
|
|
1146
|
+
['/items/cleave']: '',
|
|
1147
|
+
['/items/cocoon']: '',
|
|
1148
|
+
['/items/coin']: '基础货币',
|
|
1149
|
+
['/items/collectors_boots']: '',
|
|
1150
|
+
['/items/colossus_core']: '用于锻造巨像胸甲或腿甲的材料',
|
|
1151
|
+
['/items/colossus_plate_body']: '',
|
|
1152
|
+
['/items/colossus_plate_legs']: '',
|
|
1153
|
+
['/items/cooking_essence']: '用于冲泡烹饪茶和制作炼金催化剂',
|
|
1154
|
+
['/items/cooking_tea']: '',
|
|
1155
|
+
['/items/corsair_crest']: '用于锻造掠夺者头盔的材料',
|
|
1156
|
+
['/items/corsair_helmet']: '',
|
|
1157
|
+
['/items/corsair_helmet_refined']: '',
|
|
1158
|
+
['/items/cotton']: '',
|
|
1159
|
+
['/items/cotton_boots']: '',
|
|
1160
|
+
['/items/cotton_fabric']: '',
|
|
1161
|
+
['/items/cotton_gloves']: '',
|
|
1162
|
+
['/items/cotton_hat']: '',
|
|
1163
|
+
['/items/cotton_robe_bottoms']: '',
|
|
1164
|
+
['/items/cotton_robe_top']: '',
|
|
1165
|
+
['/items/cowbell']: '高级货币。可在牛铃商店购买或使用这些货币',
|
|
1166
|
+
['/items/crab_pincer']: '用于锻造蟹钳手套的材料',
|
|
1167
|
+
['/items/crafters_bottoms']: '',
|
|
1168
|
+
['/items/crafters_top']: '',
|
|
1169
|
+
['/items/crafting_essence']: '用于冲泡制作茶和制作炼金催化剂',
|
|
1170
|
+
['/items/crafting_tea']: '',
|
|
1171
|
+
['/items/crimson_alembic']: '',
|
|
1172
|
+
['/items/crimson_boots']: '',
|
|
1173
|
+
['/items/crimson_brush']: '',
|
|
1174
|
+
['/items/crimson_buckler']: '',
|
|
1175
|
+
['/items/crimson_bulwark']: '',
|
|
1176
|
+
['/items/crimson_cheese']: '',
|
|
1177
|
+
['/items/crimson_chisel']: '',
|
|
1178
|
+
['/items/crimson_enhancer']: '',
|
|
1179
|
+
['/items/crimson_gauntlets']: '',
|
|
1180
|
+
['/items/crimson_hammer']: '',
|
|
1181
|
+
['/items/crimson_hatchet']: '',
|
|
1182
|
+
['/items/crimson_helmet']: '',
|
|
1183
|
+
['/items/crimson_mace']: '',
|
|
1184
|
+
['/items/crimson_milk']: '哞哞哞哞哞',
|
|
1185
|
+
['/items/crimson_needle']: '',
|
|
1186
|
+
['/items/crimson_plate_body']: '',
|
|
1187
|
+
['/items/crimson_plate_legs']: '',
|
|
1188
|
+
['/items/crimson_pot']: '',
|
|
1189
|
+
['/items/crimson_shears']: '',
|
|
1190
|
+
['/items/crimson_spatula']: '',
|
|
1191
|
+
['/items/crimson_spear']: '',
|
|
1192
|
+
['/items/crimson_sword']: '',
|
|
1193
|
+
['/items/crippling_slash']: '',
|
|
1194
|
+
['/items/critical_aura']: '',
|
|
1195
|
+
['/items/critical_coffee']: '',
|
|
1196
|
+
['/items/crushed_amber']: '曾经是一块琥珀',
|
|
1197
|
+
['/items/crushed_amethyst']: '曾经是一颗紫水晶',
|
|
1198
|
+
['/items/crushed_garnet']: '曾经是一颗石榴石',
|
|
1199
|
+
['/items/crushed_jade']: '曾经是一块翡翠',
|
|
1200
|
+
['/items/crushed_moonstone']: '曾经是一枚月亮石',
|
|
1201
|
+
['/items/crushed_pearl']: '曾经是一粒珍珠',
|
|
1202
|
+
['/items/crushed_philosophers_stone']: '曾经是一块贤者之石',
|
|
1203
|
+
['/items/crushed_sunstone']: '曾经是一枚太阳石',
|
|
1204
|
+
['/items/cupcake']: '',
|
|
1205
|
+
['/items/cursed_ball']: '用于制作咒怨之弓的材料',
|
|
1206
|
+
['/items/cursed_bow']: '',
|
|
1207
|
+
['/items/cursed_bow_refined']: '',
|
|
1208
|
+
['/items/dairyhands_bottoms']: '',
|
|
1209
|
+
['/items/dairyhands_top']: '',
|
|
1210
|
+
['/items/damaged_anchor']: '用于锻造锚定胸甲或腿甲的材料',
|
|
1211
|
+
['/items/dark_key_fragment']: '看起来是某种钥匙的碎片,用来制作地下城钥匙',
|
|
1212
|
+
['/items/defense_coffee']: '',
|
|
1213
|
+
['/items/demonic_core']: '用于锻造恶魔胸甲或腿甲的材料',
|
|
1214
|
+
['/items/demonic_plate_body']: '',
|
|
1215
|
+
['/items/demonic_plate_legs']: '',
|
|
1216
|
+
['/items/dodocamel_gauntlets']: '',
|
|
1217
|
+
['/items/dodocamel_gauntlets_refined']: '',
|
|
1218
|
+
['/items/dodocamel_plume']: '用于锻造渡渡驼护手的材料',
|
|
1219
|
+
['/items/donut']: '',
|
|
1220
|
+
['/items/dragon_fruit']: '',
|
|
1221
|
+
['/items/dragon_fruit_gummy']: '',
|
|
1222
|
+
['/items/dragon_fruit_yogurt']: '',
|
|
1223
|
+
['/items/earrings_of_armor']: '',
|
|
1224
|
+
['/items/earrings_of_critical_strike']: '',
|
|
1225
|
+
['/items/earrings_of_essence_find']: '',
|
|
1226
|
+
['/items/earrings_of_gathering']: '',
|
|
1227
|
+
['/items/earrings_of_rare_find']: '',
|
|
1228
|
+
['/items/earrings_of_regeneration']: '',
|
|
1229
|
+
['/items/earrings_of_resistance']: '',
|
|
1230
|
+
['/items/efficiency_tea']: '',
|
|
1231
|
+
['/items/egg']: '',
|
|
1232
|
+
['/items/elemental_affinity']: '',
|
|
1233
|
+
['/items/elusiveness']: '',
|
|
1234
|
+
['/items/emp_tea_leaf']: '',
|
|
1235
|
+
['/items/enchanted_chest']: '攻克【秘法要塞】后的奖励,可以用【秘法宝箱钥匙】打开',
|
|
1236
|
+
['/items/enchanted_chest_key']: '开启一个秘法宝箱',
|
|
1237
|
+
['/items/enchanted_cloak']: '',
|
|
1238
|
+
['/items/enchanted_cloak_refined']: '',
|
|
1239
|
+
['/items/enchanted_entry_key']: '允许进入地下城【秘法要塞】1次',
|
|
1240
|
+
['/items/enchanted_essence']: '用于强化秘法要塞特殊装备的材料',
|
|
1241
|
+
['/items/enchanted_gloves']: '',
|
|
1242
|
+
['/items/enchanted_refinement_chest']: '攻克【秘法要塞】(T1+)后的奖励,可以用【秘法宝箱钥匙】打开',
|
|
1243
|
+
['/items/enchanted_refinement_shard']: '用于升级【秘法要塞】95级装备和秘法披风的材料',
|
|
1244
|
+
['/items/enchanted_token']: '来自【秘法要塞】的地下城代币。可以在地下城商店里消费',
|
|
1245
|
+
['/items/enhancers_bottoms']: '',
|
|
1246
|
+
['/items/enhancers_top']: '',
|
|
1247
|
+
['/items/enhancing_essence']: '用于冲泡强化茶和制作炼金催化剂',
|
|
1248
|
+
['/items/enhancing_tea']: '',
|
|
1249
|
+
['/items/entangle']: '',
|
|
1250
|
+
['/items/excelsa_coffee_bean']: '',
|
|
1251
|
+
['/items/expert_alchemy_charm']: '',
|
|
1252
|
+
['/items/expert_attack_charm']: '',
|
|
1253
|
+
['/items/expert_brewing_charm']: '',
|
|
1254
|
+
['/items/expert_cheesesmithing_charm']: '',
|
|
1255
|
+
['/items/expert_cooking_charm']: '',
|
|
1256
|
+
['/items/expert_crafting_charm']: '',
|
|
1257
|
+
['/items/expert_defense_charm']: '',
|
|
1258
|
+
['/items/expert_enhancing_charm']: '',
|
|
1259
|
+
['/items/expert_foraging_charm']: '',
|
|
1260
|
+
['/items/expert_intelligence_charm']: '',
|
|
1261
|
+
['/items/expert_magic_charm']: '',
|
|
1262
|
+
['/items/expert_melee_charm']: '',
|
|
1263
|
+
['/items/expert_milking_charm']: '',
|
|
1264
|
+
['/items/expert_ranged_charm']: '',
|
|
1265
|
+
['/items/expert_stamina_charm']: '',
|
|
1266
|
+
['/items/expert_tailoring_charm']: '',
|
|
1267
|
+
['/items/expert_task_badge']: '',
|
|
1268
|
+
['/items/expert_woodcutting_charm']: '',
|
|
1269
|
+
['/items/eye_of_the_watcher']: '用于制作掌上监工或警戒遗物的材料',
|
|
1270
|
+
['/items/eye_watch']: '',
|
|
1271
|
+
['/items/eyessence']: '用于强化眼球星球特殊装备的材料',
|
|
1272
|
+
['/items/fierce_aura']: '',
|
|
1273
|
+
['/items/fieriosa_coffee_bean']: '',
|
|
1274
|
+
['/items/fighter_necklace']: '',
|
|
1275
|
+
['/items/fireball']: '',
|
|
1276
|
+
['/items/firestorm']: '',
|
|
1277
|
+
['/items/flame_arrow']: '',
|
|
1278
|
+
['/items/flame_blast']: '',
|
|
1279
|
+
['/items/flaming_cloth']: '用于缝纫烈焰袍服或袍裙的材料',
|
|
1280
|
+
['/items/flaming_robe_bottoms']: '',
|
|
1281
|
+
['/items/flaming_robe_top']: '',
|
|
1282
|
+
['/items/flax']: '',
|
|
1283
|
+
['/items/fluffy_red_hat']: '',
|
|
1284
|
+
['/items/foragers_bottoms']: '',
|
|
1285
|
+
['/items/foragers_top']: '',
|
|
1286
|
+
['/items/foraging_essence']: '用于冲泡采摘茶和制作炼金催化剂',
|
|
1287
|
+
['/items/foraging_tea']: '',
|
|
1288
|
+
['/items/fracturing_impact']: '',
|
|
1289
|
+
['/items/frenzy']: '',
|
|
1290
|
+
['/items/frost_sphere']: '用于制作冰霜法杖的材料',
|
|
1291
|
+
['/items/frost_staff']: '',
|
|
1292
|
+
['/items/frost_surge']: '',
|
|
1293
|
+
['/items/furious_spear']: '',
|
|
1294
|
+
['/items/furious_spear_refined']: '',
|
|
1295
|
+
['/items/garnet']: '一种闪亮的宝石,通常在宝箱中找到',
|
|
1296
|
+
['/items/gathering_tea']: '',
|
|
1297
|
+
['/items/gator_vest']: '',
|
|
1298
|
+
['/items/giant_pouch']: '',
|
|
1299
|
+
['/items/ginkgo_bow']: '',
|
|
1300
|
+
['/items/ginkgo_crossbow']: '',
|
|
1301
|
+
['/items/ginkgo_fire_staff']: '',
|
|
1302
|
+
['/items/ginkgo_log']: '',
|
|
1303
|
+
['/items/ginkgo_lumber']: '',
|
|
1304
|
+
['/items/ginkgo_nature_staff']: '',
|
|
1305
|
+
['/items/ginkgo_shield']: '',
|
|
1306
|
+
['/items/ginkgo_water_staff']: '',
|
|
1307
|
+
['/items/gluttonous_energy']: '用于缝纫贪食之袋',
|
|
1308
|
+
['/items/gluttonous_pouch']: '',
|
|
1309
|
+
['/items/gobo_boomstick']: '',
|
|
1310
|
+
['/items/gobo_boots']: '',
|
|
1311
|
+
['/items/gobo_bracers']: '',
|
|
1312
|
+
['/items/gobo_chaps']: '',
|
|
1313
|
+
['/items/gobo_defender']: '',
|
|
1314
|
+
['/items/gobo_essence']: '用于强化哥布林星球特殊装备的材料',
|
|
1315
|
+
['/items/gobo_hide']: '',
|
|
1316
|
+
['/items/gobo_hood']: '',
|
|
1317
|
+
['/items/gobo_leather']: '',
|
|
1318
|
+
['/items/gobo_rag']: '用于缝纫收藏家靴的材料',
|
|
1319
|
+
['/items/gobo_shooter']: '',
|
|
1320
|
+
['/items/gobo_slasher']: '',
|
|
1321
|
+
['/items/gobo_smasher']: '',
|
|
1322
|
+
['/items/gobo_stabber']: '',
|
|
1323
|
+
['/items/gobo_tunic']: '',
|
|
1324
|
+
['/items/goggles']: '用于锻造视觉头盔的材料',
|
|
1325
|
+
['/items/golem_essence']: '用于强化魔像洞穴特殊装备的材料',
|
|
1326
|
+
['/items/gourmet_tea']: '',
|
|
1327
|
+
['/items/grandmaster_alchemy_charm']: '',
|
|
1328
|
+
['/items/grandmaster_attack_charm']: '',
|
|
1329
|
+
['/items/grandmaster_brewing_charm']: '',
|
|
1330
|
+
['/items/grandmaster_cheesesmithing_charm']: '',
|
|
1331
|
+
['/items/grandmaster_cooking_charm']: '',
|
|
1332
|
+
['/items/grandmaster_crafting_charm']: '',
|
|
1333
|
+
['/items/grandmaster_defense_charm']: '',
|
|
1334
|
+
['/items/grandmaster_enhancing_charm']: '',
|
|
1335
|
+
['/items/grandmaster_foraging_charm']: '',
|
|
1336
|
+
['/items/grandmaster_intelligence_charm']: '',
|
|
1337
|
+
['/items/grandmaster_magic_charm']: '',
|
|
1338
|
+
['/items/grandmaster_melee_charm']: '',
|
|
1339
|
+
['/items/grandmaster_milking_charm']: '',
|
|
1340
|
+
['/items/grandmaster_ranged_charm']: '',
|
|
1341
|
+
['/items/grandmaster_stamina_charm']: '',
|
|
1342
|
+
['/items/grandmaster_tailoring_charm']: '',
|
|
1343
|
+
['/items/grandmaster_woodcutting_charm']: '',
|
|
1344
|
+
['/items/granite_bludgeon']: '',
|
|
1345
|
+
['/items/green_key_fragment']: '看起来是某种钥匙的碎片,用来制作地下城钥匙',
|
|
1346
|
+
['/items/green_tea_leaf']: '',
|
|
1347
|
+
['/items/griffin_bulwark']: '',
|
|
1348
|
+
['/items/griffin_bulwark_refined']: '',
|
|
1349
|
+
['/items/griffin_chaps']: '',
|
|
1350
|
+
['/items/griffin_leather']: '用于锻造狮鹫重盾跟缝纫狮鹫皮衣或皮裤的材料',
|
|
1351
|
+
['/items/griffin_talon']: '用于锻造狮鹫重盾的材料',
|
|
1352
|
+
['/items/griffin_tunic']: '',
|
|
1353
|
+
['/items/grizzly_bear_fluff']: '用于锻造棕熊鞋的材料',
|
|
1354
|
+
['/items/grizzly_bear_shoes']: '',
|
|
1355
|
+
['/items/guardian_aura']: '',
|
|
1356
|
+
['/items/gummy']: '',
|
|
1357
|
+
['/items/guzzling_energy']: '用于缝纫暴饮之囊',
|
|
1358
|
+
['/items/guzzling_pouch']: '',
|
|
1359
|
+
['/items/heal']: '',
|
|
1360
|
+
['/items/holy_alembic']: '',
|
|
1361
|
+
['/items/holy_boots']: '',
|
|
1362
|
+
['/items/holy_brush']: '',
|
|
1363
|
+
['/items/holy_buckler']: '',
|
|
1364
|
+
['/items/holy_bulwark']: '',
|
|
1365
|
+
['/items/holy_cheese']: '',
|
|
1366
|
+
['/items/holy_chisel']: '',
|
|
1367
|
+
['/items/holy_enhancer']: '',
|
|
1368
|
+
['/items/holy_gauntlets']: '',
|
|
1369
|
+
['/items/holy_hammer']: '',
|
|
1370
|
+
['/items/holy_hatchet']: '',
|
|
1371
|
+
['/items/holy_helmet']: '',
|
|
1372
|
+
['/items/holy_mace']: '',
|
|
1373
|
+
['/items/holy_milk']: '哞哞哞哞哞哞哞',
|
|
1374
|
+
['/items/holy_needle']: '',
|
|
1375
|
+
['/items/holy_plate_body']: '',
|
|
1376
|
+
['/items/holy_plate_legs']: '',
|
|
1377
|
+
['/items/holy_pot']: '',
|
|
1378
|
+
['/items/holy_shears']: '',
|
|
1379
|
+
['/items/holy_spatula']: '',
|
|
1380
|
+
['/items/holy_spear']: '',
|
|
1381
|
+
['/items/holy_sword']: '',
|
|
1382
|
+
['/items/ice_spear']: '',
|
|
1383
|
+
['/items/icy_cloth']: '用于缝纫冰霜袍服或袍裙的材料',
|
|
1384
|
+
['/items/icy_robe_bottoms']: '',
|
|
1385
|
+
['/items/icy_robe_top']: '',
|
|
1386
|
+
['/items/impale']: '',
|
|
1387
|
+
['/items/infernal_battlestaff']: '',
|
|
1388
|
+
['/items/infernal_ember']: '用于制作炼狱法杖的材料',
|
|
1389
|
+
['/items/insanity']: '',
|
|
1390
|
+
['/items/intelligence_coffee']: '',
|
|
1391
|
+
['/items/invincible']: '',
|
|
1392
|
+
['/items/jackalope_antler']: '用于制作鹿角兔之杖的材料',
|
|
1393
|
+
['/items/jackalope_staff']: '',
|
|
1394
|
+
['/items/jade']: '一种闪亮的宝石,通常在宝箱中找到',
|
|
1395
|
+
['/items/jungle_essence']: '用于强化丛林星球特殊装备的材料',
|
|
1396
|
+
['/items/knights_aegis']: '',
|
|
1397
|
+
['/items/knights_aegis_refined']: '',
|
|
1398
|
+
['/items/knights_ingot']: '用于锻造骑士之盾的材料',
|
|
1399
|
+
['/items/kraken_chaps']: '',
|
|
1400
|
+
['/items/kraken_chaps_refined']: '',
|
|
1401
|
+
['/items/kraken_fang']: '用于制作涟漪、绽放或炽焰三叉戟的材料',
|
|
1402
|
+
['/items/kraken_leather']: '用于缝纫克拉肯皮衣或皮裤的材料',
|
|
1403
|
+
['/items/kraken_tunic']: '',
|
|
1404
|
+
['/items/kraken_tunic_refined']: '',
|
|
1405
|
+
['/items/large_artisans_crate']: '在生产时可以找到,看起来里面装着物品!',
|
|
1406
|
+
['/items/large_meteorite_cache']: '在采集时可以找到,看起来里面装着物品!',
|
|
1407
|
+
['/items/large_pouch']: '',
|
|
1408
|
+
['/items/large_treasure_chest']: '可以从怪物身上找到,看起来里面装着物品!',
|
|
1409
|
+
['/items/liberica_coffee_bean']: '',
|
|
1410
|
+
['/items/life_drain']: '',
|
|
1411
|
+
['/items/linen_boots']: '',
|
|
1412
|
+
['/items/linen_fabric']: '',
|
|
1413
|
+
['/items/linen_gloves']: '',
|
|
1414
|
+
['/items/linen_hat']: '',
|
|
1415
|
+
['/items/linen_robe_bottoms']: '',
|
|
1416
|
+
['/items/linen_robe_top']: '',
|
|
1417
|
+
['/items/living_granite']: '用于锻造花岗岩大棒或尖刺重盾的材料',
|
|
1418
|
+
['/items/log']: '',
|
|
1419
|
+
['/items/lucky_coffee']: '',
|
|
1420
|
+
['/items/lumber']: '',
|
|
1421
|
+
['/items/lumberjacks_bottoms']: '',
|
|
1422
|
+
['/items/lumberjacks_top']: '',
|
|
1423
|
+
['/items/luna_robe_bottoms']: '',
|
|
1424
|
+
['/items/luna_robe_top']: '',
|
|
1425
|
+
['/items/luna_wing']: '用于缝纫月神袍服或袍裙的材料',
|
|
1426
|
+
['/items/maelstrom_plate_body']: '',
|
|
1427
|
+
['/items/maelstrom_plate_body_refined']: '',
|
|
1428
|
+
['/items/maelstrom_plate_legs']: '',
|
|
1429
|
+
['/items/maelstrom_plate_legs_refined']: '',
|
|
1430
|
+
['/items/maelstrom_plating']: '用于锻造怒涛胸甲或腿甲的材料',
|
|
1431
|
+
['/items/magic_coffee']: '',
|
|
1432
|
+
['/items/magicians_cloth']: '用于缝纫魔术师帽的材料',
|
|
1433
|
+
['/items/magicians_hat']: '',
|
|
1434
|
+
['/items/magicians_hat_refined']: '',
|
|
1435
|
+
['/items/magnet']: '用于锻造磁力手套的材料',
|
|
1436
|
+
['/items/magnetic_gloves']: '',
|
|
1437
|
+
['/items/magnifying_glass']: '用于锻造视觉盾或缝纫瞄准护腕的材料',
|
|
1438
|
+
['/items/maim']: '',
|
|
1439
|
+
['/items/mana_spring']: '',
|
|
1440
|
+
['/items/manticore_shield']: '',
|
|
1441
|
+
['/items/manticore_sting']: '用于制作蝎狮盾的材料',
|
|
1442
|
+
['/items/marine_chaps']: '',
|
|
1443
|
+
['/items/marine_scale']: '用于缝纫海洋皮衣或皮裤的材料',
|
|
1444
|
+
['/items/marine_tunic']: '',
|
|
1445
|
+
['/items/marksman_bracers']: '',
|
|
1446
|
+
['/items/marksman_bracers_refined']: '',
|
|
1447
|
+
['/items/marksman_brooch']: '用于缝纫神射护腕的材料',
|
|
1448
|
+
['/items/marsberry']: '',
|
|
1449
|
+
['/items/marsberry_cake']: '',
|
|
1450
|
+
['/items/marsberry_donut']: '',
|
|
1451
|
+
['/items/master_alchemy_charm']: '',
|
|
1452
|
+
['/items/master_attack_charm']: '',
|
|
1453
|
+
['/items/master_brewing_charm']: '',
|
|
1454
|
+
['/items/master_cheesesmithing_charm']: '',
|
|
1455
|
+
['/items/master_cooking_charm']: '',
|
|
1456
|
+
['/items/master_crafting_charm']: '',
|
|
1457
|
+
['/items/master_defense_charm']: '',
|
|
1458
|
+
['/items/master_enhancing_charm']: '',
|
|
1459
|
+
['/items/master_foraging_charm']: '',
|
|
1460
|
+
['/items/master_intelligence_charm']: '',
|
|
1461
|
+
['/items/master_magic_charm']: '',
|
|
1462
|
+
['/items/master_melee_charm']: '',
|
|
1463
|
+
['/items/master_milking_charm']: '',
|
|
1464
|
+
['/items/master_ranged_charm']: '',
|
|
1465
|
+
['/items/master_stamina_charm']: '',
|
|
1466
|
+
['/items/master_tailoring_charm']: '',
|
|
1467
|
+
['/items/master_woodcutting_charm']: '',
|
|
1468
|
+
['/items/medium_artisans_crate']: '在生产时可以找到,看起来里面装着物品!',
|
|
1469
|
+
['/items/medium_meteorite_cache']: '在采集时可以找到,看起来里面装着物品!',
|
|
1470
|
+
['/items/medium_pouch']: '',
|
|
1471
|
+
['/items/medium_treasure_chest']: '可以从怪物身上找到,看起来里面装着物品!',
|
|
1472
|
+
['/items/melee_coffee']: '',
|
|
1473
|
+
['/items/milk']: '哞',
|
|
1474
|
+
['/items/milking_essence']: '用于冲泡奶茶和制作炼金催化剂',
|
|
1475
|
+
['/items/milking_tea']: '',
|
|
1476
|
+
['/items/minor_heal']: '',
|
|
1477
|
+
['/items/mirror_of_protection']: '一种稀有神器,可在强化时作为任何保护装备的副本',
|
|
1478
|
+
['/items/mooberry']: '',
|
|
1479
|
+
['/items/mooberry_cake']: '',
|
|
1480
|
+
['/items/mooberry_donut']: '',
|
|
1481
|
+
['/items/moolong_tea_leaf']: '',
|
|
1482
|
+
['/items/moonstone']: '一种闪亮的宝石,通常在宝箱中找到',
|
|
1483
|
+
['/items/mystic_aura']: '',
|
|
1484
|
+
['/items/natures_veil']: '',
|
|
1485
|
+
['/items/necklace_of_efficiency']: '',
|
|
1486
|
+
['/items/necklace_of_speed']: '',
|
|
1487
|
+
['/items/necklace_of_wisdom']: '',
|
|
1488
|
+
['/items/orange']: '',
|
|
1489
|
+
['/items/orange_gummy']: '',
|
|
1490
|
+
['/items/orange_key_fragment']: '看起来是某种钥匙的碎片,用来制作地下城钥匙',
|
|
1491
|
+
['/items/orange_yogurt']: '',
|
|
1492
|
+
['/items/panda_fluff']: '用于锻造熊猫手套的材料',
|
|
1493
|
+
['/items/panda_gloves']: '',
|
|
1494
|
+
['/items/peach']: '',
|
|
1495
|
+
['/items/peach_gummy']: '',
|
|
1496
|
+
['/items/peach_yogurt']: '',
|
|
1497
|
+
['/items/pearl']: '一种闪亮的宝石,通常在宝箱中找到',
|
|
1498
|
+
['/items/penetrating_shot']: '',
|
|
1499
|
+
['/items/penetrating_strike']: '',
|
|
1500
|
+
['/items/pestilent_shot']: '',
|
|
1501
|
+
['/items/philosophers_earrings']: '',
|
|
1502
|
+
['/items/philosophers_necklace']: '',
|
|
1503
|
+
['/items/philosophers_ring']: '',
|
|
1504
|
+
['/items/philosophers_stone']: '传说中拥有无穷力量的石头',
|
|
1505
|
+
['/items/pincer_gloves']: '',
|
|
1506
|
+
['/items/pirate_chest']: '攻克【海盗基地】后的奖励,可以用【海盗宝箱钥匙】打开',
|
|
1507
|
+
['/items/pirate_chest_key']: '开启一个海盗宝箱',
|
|
1508
|
+
['/items/pirate_entry_key']: '允许进入地下城【海盗基地】1次',
|
|
1509
|
+
['/items/pirate_essence']: '用于强化海盗基地特殊装备的材料',
|
|
1510
|
+
['/items/pirate_refinement_chest']: '攻克【海盗基地】(T1+)后的奖励,可以用【海盗宝箱钥匙】打开',
|
|
1511
|
+
['/items/pirate_refinement_shard']: '用于升级【海盗基地】95级装备的材料',
|
|
1512
|
+
['/items/pirate_token']: '来自【海盗基地】的地下城代币。可以在地下城商店里消费',
|
|
1513
|
+
['/items/plum']: '',
|
|
1514
|
+
['/items/plum_gummy']: '',
|
|
1515
|
+
['/items/plum_yogurt']: '',
|
|
1516
|
+
['/items/poke']: '',
|
|
1517
|
+
['/items/polar_bear_fluff']: '用于锻造北极熊鞋的材料',
|
|
1518
|
+
['/items/polar_bear_shoes']: '',
|
|
1519
|
+
['/items/precision']: '',
|
|
1520
|
+
['/items/prime_catalyst']: '在炼金时使用,可将任何行动的成功率提高 25% (乘法)。成功时消耗一个催化剂。',
|
|
1521
|
+
['/items/processing_tea']: '',
|
|
1522
|
+
['/items/provoke']: '',
|
|
1523
|
+
['/items/puncture']: '',
|
|
1524
|
+
['/items/purple_key_fragment']: '看起来是某种钥匙的碎片,用来制作地下城钥匙',
|
|
1525
|
+
['/items/purpleheart_bow']: '',
|
|
1526
|
+
['/items/purpleheart_crossbow']: '',
|
|
1527
|
+
['/items/purpleheart_fire_staff']: '',
|
|
1528
|
+
['/items/purpleheart_log']: '',
|
|
1529
|
+
['/items/purpleheart_lumber']: '',
|
|
1530
|
+
['/items/purpleheart_nature_staff']: '',
|
|
1531
|
+
['/items/purpleheart_shield']: '',
|
|
1532
|
+
['/items/purpleheart_water_staff']: '',
|
|
1533
|
+
['/items/purples_gift']: '获得任务积分后小紫牛赠送的礼物,看起来里面装着物品!',
|
|
1534
|
+
['/items/quick_aid']: '',
|
|
1535
|
+
['/items/quick_shot']: '',
|
|
1536
|
+
['/items/radiant_boots']: '',
|
|
1537
|
+
['/items/radiant_fabric']: '',
|
|
1538
|
+
['/items/radiant_fiber']: '',
|
|
1539
|
+
['/items/radiant_gloves']: '',
|
|
1540
|
+
['/items/radiant_hat']: '',
|
|
1541
|
+
['/items/radiant_robe_bottoms']: '',
|
|
1542
|
+
['/items/radiant_robe_top']: '',
|
|
1543
|
+
['/items/rain_of_arrows']: '',
|
|
1544
|
+
['/items/rainbow_alembic']: '',
|
|
1545
|
+
['/items/rainbow_boots']: '',
|
|
1546
|
+
['/items/rainbow_brush']: '',
|
|
1547
|
+
['/items/rainbow_buckler']: '',
|
|
1548
|
+
['/items/rainbow_bulwark']: '',
|
|
1549
|
+
['/items/rainbow_cheese']: '',
|
|
1550
|
+
['/items/rainbow_chisel']: '',
|
|
1551
|
+
['/items/rainbow_enhancer']: '',
|
|
1552
|
+
['/items/rainbow_gauntlets']: '',
|
|
1553
|
+
['/items/rainbow_hammer']: '',
|
|
1554
|
+
['/items/rainbow_hatchet']: '',
|
|
1555
|
+
['/items/rainbow_helmet']: '',
|
|
1556
|
+
['/items/rainbow_mace']: '',
|
|
1557
|
+
['/items/rainbow_milk']: '哞哞哞哞哞哞',
|
|
1558
|
+
['/items/rainbow_needle']: '',
|
|
1559
|
+
['/items/rainbow_plate_body']: '',
|
|
1560
|
+
['/items/rainbow_plate_legs']: '',
|
|
1561
|
+
['/items/rainbow_pot']: '',
|
|
1562
|
+
['/items/rainbow_shears']: '',
|
|
1563
|
+
['/items/rainbow_spatula']: '',
|
|
1564
|
+
['/items/rainbow_spear']: '',
|
|
1565
|
+
['/items/rainbow_sword']: '',
|
|
1566
|
+
['/items/ranged_coffee']: '',
|
|
1567
|
+
['/items/ranger_necklace']: '',
|
|
1568
|
+
['/items/red_culinary_hat']: '',
|
|
1569
|
+
['/items/red_panda_fluff']: '用于缝纫红色厨师帽或蓬松红帽的材料',
|
|
1570
|
+
['/items/red_tea_leaf']: '',
|
|
1571
|
+
['/items/redwood_bow']: '',
|
|
1572
|
+
['/items/redwood_crossbow']: '',
|
|
1573
|
+
['/items/redwood_fire_staff']: '',
|
|
1574
|
+
['/items/redwood_log']: '',
|
|
1575
|
+
['/items/redwood_lumber']: '',
|
|
1576
|
+
['/items/redwood_nature_staff']: '',
|
|
1577
|
+
['/items/redwood_shield']: '',
|
|
1578
|
+
['/items/redwood_water_staff']: '',
|
|
1579
|
+
['/items/regal_jewel']: '用于锻造君王之剑和狂怒长枪的材料',
|
|
1580
|
+
['/items/regal_sword']: '',
|
|
1581
|
+
['/items/regal_sword_refined']: '',
|
|
1582
|
+
['/items/rejuvenate']: '',
|
|
1583
|
+
['/items/reptile_boots']: '',
|
|
1584
|
+
['/items/reptile_bracers']: '',
|
|
1585
|
+
['/items/reptile_chaps']: '',
|
|
1586
|
+
['/items/reptile_hide']: '',
|
|
1587
|
+
['/items/reptile_hood']: '',
|
|
1588
|
+
['/items/reptile_leather']: '',
|
|
1589
|
+
['/items/reptile_tunic']: '',
|
|
1590
|
+
['/items/retribution']: '',
|
|
1591
|
+
['/items/revenant_anima']: '用于缝纫亡灵皮衣或皮裤的材料',
|
|
1592
|
+
['/items/revenant_chaps']: '',
|
|
1593
|
+
['/items/revenant_tunic']: '',
|
|
1594
|
+
['/items/revive']: '',
|
|
1595
|
+
['/items/ring_of_armor']: '',
|
|
1596
|
+
['/items/ring_of_critical_strike']: '',
|
|
1597
|
+
['/items/ring_of_essence_find']: '',
|
|
1598
|
+
['/items/ring_of_gathering']: '',
|
|
1599
|
+
['/items/ring_of_rare_find']: '',
|
|
1600
|
+
['/items/ring_of_regeneration']: '',
|
|
1601
|
+
['/items/ring_of_resistance']: '',
|
|
1602
|
+
['/items/rippling_trident']: '',
|
|
1603
|
+
['/items/rippling_trident_refined']: '',
|
|
1604
|
+
['/items/robusta_coffee_bean']: '',
|
|
1605
|
+
['/items/rough_boots']: '',
|
|
1606
|
+
['/items/rough_bracers']: '',
|
|
1607
|
+
['/items/rough_chaps']: '',
|
|
1608
|
+
['/items/rough_hide']: '',
|
|
1609
|
+
['/items/rough_hood']: '',
|
|
1610
|
+
['/items/rough_leather']: '',
|
|
1611
|
+
['/items/rough_tunic']: '',
|
|
1612
|
+
['/items/royal_cloth']: '用于缝纫皇家袍服和皇家袍裙的材料',
|
|
1613
|
+
['/items/royal_fire_robe_bottoms']: '',
|
|
1614
|
+
['/items/royal_fire_robe_bottoms_refined']: '',
|
|
1615
|
+
['/items/royal_fire_robe_top']: '',
|
|
1616
|
+
['/items/royal_fire_robe_top_refined']: '',
|
|
1617
|
+
['/items/royal_nature_robe_bottoms']: '',
|
|
1618
|
+
['/items/royal_nature_robe_bottoms_refined']: '',
|
|
1619
|
+
['/items/royal_nature_robe_top']: '',
|
|
1620
|
+
['/items/royal_nature_robe_top_refined']: '',
|
|
1621
|
+
['/items/royal_water_robe_bottoms']: '',
|
|
1622
|
+
['/items/royal_water_robe_bottoms_refined']: '',
|
|
1623
|
+
['/items/royal_water_robe_top']: '',
|
|
1624
|
+
['/items/royal_water_robe_top_refined']: '',
|
|
1625
|
+
['/items/scratch']: '',
|
|
1626
|
+
['/items/shard_of_protection']: '从工匠匣中获得,用于合成保护之镜',
|
|
1627
|
+
['/items/shield_bash']: '',
|
|
1628
|
+
['/items/shoebill_feather']: '用于缝纫鲸头鹳鞋的材料',
|
|
1629
|
+
['/items/shoebill_shoes']: '',
|
|
1630
|
+
['/items/sighted_bracers']: '',
|
|
1631
|
+
['/items/silencing_shot']: '',
|
|
1632
|
+
['/items/silk_boots']: '',
|
|
1633
|
+
['/items/silk_fabric']: '',
|
|
1634
|
+
['/items/silk_gloves']: '',
|
|
1635
|
+
['/items/silk_hat']: '',
|
|
1636
|
+
['/items/silk_robe_bottoms']: '',
|
|
1637
|
+
['/items/silk_robe_top']: '',
|
|
1638
|
+
['/items/sinister_cape']: '',
|
|
1639
|
+
['/items/sinister_cape_refined']: '',
|
|
1640
|
+
['/items/sinister_chest']: '攻克【阴森马戏团】后的奖励,可以用【阴森宝箱钥匙】打开',
|
|
1641
|
+
['/items/sinister_chest_key']: '开启一个阴森宝箱',
|
|
1642
|
+
['/items/sinister_entry_key']: '允许进入地下城【阴森马戏团】1次',
|
|
1643
|
+
['/items/sinister_essence']: '用于强化阴森马戏团特殊装备的材料',
|
|
1644
|
+
['/items/sinister_refinement_chest']: '攻克【阴森马戏团】(T1+)后的奖励,可以用【阴森宝箱钥匙】打开',
|
|
1645
|
+
['/items/sinister_refinement_shard']: '用于升级【阴森马戏团】95级装备和阴森斗篷的材料',
|
|
1646
|
+
['/items/sinister_token']: '来自【阴森马戏团】的地下城代币。可以在地下城商店里消费',
|
|
1647
|
+
['/items/smack']: '',
|
|
1648
|
+
['/items/small_artisans_crate']: '在生产时可以找到,看起来里面装着物品!',
|
|
1649
|
+
['/items/small_meteorite_cache']: '在采集时可以找到,看起来里面装着物品!',
|
|
1650
|
+
['/items/small_pouch']: '',
|
|
1651
|
+
['/items/small_treasure_chest']: '可以从怪物身上找到,看起来里面装着物品!',
|
|
1652
|
+
['/items/smoke_burst']: '',
|
|
1653
|
+
['/items/snail_shell']: '用于锻造蜗牛壳头盔的材料',
|
|
1654
|
+
['/items/snail_shell_helmet']: '',
|
|
1655
|
+
['/items/snake_fang']: '用于锻造蛇牙短剑的材料',
|
|
1656
|
+
['/items/snake_fang_dirk']: '',
|
|
1657
|
+
['/items/sorcerer_boots']: '',
|
|
1658
|
+
['/items/sorcerer_essence']: '用于强化巫师之塔特殊装备的材料',
|
|
1659
|
+
['/items/sorcerers_sole']: '用于缝纫魔法师靴的材料',
|
|
1660
|
+
['/items/soul_fragment']: '用于制作灵魂猎手弩的材料',
|
|
1661
|
+
['/items/soul_hunter_crossbow']: '',
|
|
1662
|
+
['/items/spaceberry']: '',
|
|
1663
|
+
['/items/spaceberry_cake']: '',
|
|
1664
|
+
['/items/spaceberry_donut']: '',
|
|
1665
|
+
['/items/spacia_coffee_bean']: '',
|
|
1666
|
+
['/items/speed_aura']: '',
|
|
1667
|
+
['/items/spike_shell']: '',
|
|
1668
|
+
['/items/spiked_bulwark']: '',
|
|
1669
|
+
['/items/stalactite_shard']: '用于锻造石钟长枪或尖刺重盾的材料',
|
|
1670
|
+
['/items/stalactite_spear']: '',
|
|
1671
|
+
['/items/stamina_coffee']: '',
|
|
1672
|
+
['/items/star_fragment']: '在陨石舱里发现的碎片,可以用来制作珠宝。',
|
|
1673
|
+
['/items/star_fruit']: '',
|
|
1674
|
+
['/items/star_fruit_gummy']: '',
|
|
1675
|
+
['/items/star_fruit_yogurt']: '',
|
|
1676
|
+
['/items/steady_shot']: '',
|
|
1677
|
+
['/items/stone_key_fragment']: '看起来是某种钥匙的碎片,用来制作地下城钥匙',
|
|
1678
|
+
['/items/strawberry']: '',
|
|
1679
|
+
['/items/strawberry_cake']: '',
|
|
1680
|
+
['/items/strawberry_donut']: '',
|
|
1681
|
+
['/items/stunning_blow']: '',
|
|
1682
|
+
['/items/sugar']: '',
|
|
1683
|
+
['/items/sundering_crossbow']: '',
|
|
1684
|
+
['/items/sundering_crossbow_refined']: '',
|
|
1685
|
+
['/items/sundering_jewel']: '用于制作裂空之弩和锻造狂怒长枪的材料',
|
|
1686
|
+
['/items/sunstone']: '一种闪亮的太阳形状的宝石',
|
|
1687
|
+
['/items/super_alchemy_tea']: '',
|
|
1688
|
+
['/items/super_attack_coffee']: '',
|
|
1689
|
+
['/items/super_brewing_tea']: '',
|
|
1690
|
+
['/items/super_cheesesmithing_tea']: '',
|
|
1691
|
+
['/items/super_cooking_tea']: '',
|
|
1692
|
+
['/items/super_crafting_tea']: '',
|
|
1693
|
+
['/items/super_defense_coffee']: '',
|
|
1694
|
+
['/items/super_enhancing_tea']: '',
|
|
1695
|
+
['/items/super_foraging_tea']: '',
|
|
1696
|
+
['/items/super_intelligence_coffee']: '',
|
|
1697
|
+
['/items/super_magic_coffee']: '',
|
|
1698
|
+
['/items/super_melee_coffee']: '',
|
|
1699
|
+
['/items/super_milking_tea']: '',
|
|
1700
|
+
['/items/super_ranged_coffee']: '',
|
|
1701
|
+
['/items/super_stamina_coffee']: '',
|
|
1702
|
+
['/items/super_tailoring_tea']: '',
|
|
1703
|
+
['/items/super_woodcutting_tea']: '',
|
|
1704
|
+
['/items/swamp_essence']: '用于强化沼泽星球特殊装备的材料',
|
|
1705
|
+
['/items/sweep']: '',
|
|
1706
|
+
['/items/swiftness_coffee']: '',
|
|
1707
|
+
['/items/tailoring_essence']: '用于冲泡缝纫茶和制作炼金催化剂',
|
|
1708
|
+
['/items/tailoring_tea']: '',
|
|
1709
|
+
['/items/tailors_bottoms']: '',
|
|
1710
|
+
['/items/tailors_top']: '',
|
|
1711
|
+
['/items/task_crystal']: '小紫牛给的水晶,可以用来制作特殊的饰品。',
|
|
1712
|
+
['/items/task_token']: '任务代币。可在任务商店中使用这些代币',
|
|
1713
|
+
['/items/taunt']: '',
|
|
1714
|
+
['/items/thread_of_expertise']: '用于制作特殊专业服装的材料',
|
|
1715
|
+
['/items/tome_of_healing']: '',
|
|
1716
|
+
['/items/tome_of_the_elements']: '',
|
|
1717
|
+
['/items/toughness']: '',
|
|
1718
|
+
['/items/toxic_pollen']: '',
|
|
1719
|
+
['/items/trainee_alchemy_charm']: '',
|
|
1720
|
+
['/items/trainee_attack_charm']: '',
|
|
1721
|
+
['/items/trainee_brewing_charm']: '',
|
|
1722
|
+
['/items/trainee_cheesesmithing_charm']: '',
|
|
1723
|
+
['/items/trainee_cooking_charm']: '',
|
|
1724
|
+
['/items/trainee_crafting_charm']: '',
|
|
1725
|
+
['/items/trainee_defense_charm']: '',
|
|
1726
|
+
['/items/trainee_enhancing_charm']: '',
|
|
1727
|
+
['/items/trainee_foraging_charm']: '',
|
|
1728
|
+
['/items/trainee_intelligence_charm']: '',
|
|
1729
|
+
['/items/trainee_magic_charm']: '',
|
|
1730
|
+
['/items/trainee_melee_charm']: '',
|
|
1731
|
+
['/items/trainee_milking_charm']: '',
|
|
1732
|
+
['/items/trainee_ranged_charm']: '',
|
|
1733
|
+
['/items/trainee_stamina_charm']: '',
|
|
1734
|
+
['/items/trainee_tailoring_charm']: '',
|
|
1735
|
+
['/items/trainee_woodcutting_charm']: '',
|
|
1736
|
+
['/items/treant_bark']: '用于制作树人盾的材料',
|
|
1737
|
+
['/items/treant_shield']: '',
|
|
1738
|
+
['/items/turtle_shell']: '用于锻造龟壳胸甲或腿甲的材料',
|
|
1739
|
+
['/items/turtle_shell_body']: '',
|
|
1740
|
+
['/items/turtle_shell_legs']: '',
|
|
1741
|
+
['/items/twilight_essence']: '用于强化暮光之城特殊装备的材料',
|
|
1742
|
+
['/items/ultra_alchemy_tea']: '',
|
|
1743
|
+
['/items/ultra_attack_coffee']: '',
|
|
1744
|
+
['/items/ultra_brewing_tea']: '',
|
|
1745
|
+
['/items/ultra_cheesesmithing_tea']: '',
|
|
1746
|
+
['/items/ultra_cooking_tea']: '',
|
|
1747
|
+
['/items/ultra_crafting_tea']: '',
|
|
1748
|
+
['/items/ultra_defense_coffee']: '',
|
|
1749
|
+
['/items/ultra_enhancing_tea']: '',
|
|
1750
|
+
['/items/ultra_foraging_tea']: '',
|
|
1751
|
+
['/items/ultra_intelligence_coffee']: '',
|
|
1752
|
+
['/items/ultra_magic_coffee']: '',
|
|
1753
|
+
['/items/ultra_melee_coffee']: '',
|
|
1754
|
+
['/items/ultra_milking_tea']: '',
|
|
1755
|
+
['/items/ultra_ranged_coffee']: '',
|
|
1756
|
+
['/items/ultra_stamina_coffee']: '',
|
|
1757
|
+
['/items/ultra_tailoring_tea']: '',
|
|
1758
|
+
['/items/ultra_woodcutting_tea']: '',
|
|
1759
|
+
['/items/umbral_boots']: '',
|
|
1760
|
+
['/items/umbral_bracers']: '',
|
|
1761
|
+
['/items/umbral_chaps']: '',
|
|
1762
|
+
['/items/umbral_hide']: '',
|
|
1763
|
+
['/items/umbral_hood']: '',
|
|
1764
|
+
['/items/umbral_leather']: '',
|
|
1765
|
+
['/items/umbral_tunic']: '',
|
|
1766
|
+
['/items/vampire_fang']: '用于锻造吸血鬼短剑或制作吸血弓的材料',
|
|
1767
|
+
['/items/vampire_fang_dirk']: '',
|
|
1768
|
+
['/items/vampiric_bow']: '',
|
|
1769
|
+
['/items/vampirism']: '',
|
|
1770
|
+
['/items/verdant_alembic']: '',
|
|
1771
|
+
['/items/verdant_boots']: '',
|
|
1772
|
+
['/items/verdant_brush']: '',
|
|
1773
|
+
['/items/verdant_buckler']: '',
|
|
1774
|
+
['/items/verdant_bulwark']: '',
|
|
1775
|
+
['/items/verdant_cheese']: '',
|
|
1776
|
+
['/items/verdant_chisel']: '',
|
|
1777
|
+
['/items/verdant_enhancer']: '',
|
|
1778
|
+
['/items/verdant_gauntlets']: '',
|
|
1779
|
+
['/items/verdant_hammer']: '',
|
|
1780
|
+
['/items/verdant_hatchet']: '',
|
|
1781
|
+
['/items/verdant_helmet']: '',
|
|
1782
|
+
['/items/verdant_mace']: '',
|
|
1783
|
+
['/items/verdant_milk']: '哞哞',
|
|
1784
|
+
['/items/verdant_needle']: '',
|
|
1785
|
+
['/items/verdant_plate_body']: '',
|
|
1786
|
+
['/items/verdant_plate_legs']: '',
|
|
1787
|
+
['/items/verdant_pot']: '',
|
|
1788
|
+
['/items/verdant_shears']: '',
|
|
1789
|
+
['/items/verdant_spatula']: '',
|
|
1790
|
+
['/items/verdant_spear']: '',
|
|
1791
|
+
['/items/verdant_sword']: '',
|
|
1792
|
+
['/items/vision_helmet']: '',
|
|
1793
|
+
['/items/vision_shield']: '',
|
|
1794
|
+
['/items/watchful_relic']: '',
|
|
1795
|
+
['/items/water_strike']: '',
|
|
1796
|
+
['/items/werewolf_claw']: '用于锻造狼人关刀或制作吸血弓的材料',
|
|
1797
|
+
['/items/werewolf_slasher']: '',
|
|
1798
|
+
['/items/wheat']: '',
|
|
1799
|
+
['/items/white_key_fragment']: '看起来是某种钥匙的碎片,用来制作地下城钥匙',
|
|
1800
|
+
['/items/wisdom_coffee']: '',
|
|
1801
|
+
['/items/wisdom_tea']: '',
|
|
1802
|
+
['/items/wizard_necklace']: '',
|
|
1803
|
+
['/items/woodcutting_essence']: '用于冲泡伐木茶和制作炼金催化剂',
|
|
1804
|
+
['/items/woodcutting_tea']: '',
|
|
1805
|
+
['/items/wooden_bow']: '',
|
|
1806
|
+
['/items/wooden_crossbow']: '',
|
|
1807
|
+
['/items/wooden_fire_staff']: '',
|
|
1808
|
+
['/items/wooden_nature_staff']: '',
|
|
1809
|
+
['/items/wooden_shield']: '',
|
|
1810
|
+
['/items/wooden_water_staff']: '',
|
|
1811
|
+
['/items/yogurt']: '',
|
|
1812
|
+
};
|
|
1813
|
+
export const ACTION_NAMES = {
|
|
1814
|
+
['/actions/alchemy/coinify']: '点金',
|
|
1815
|
+
['/actions/alchemy/decompose']: '分解',
|
|
1816
|
+
['/actions/alchemy/transmute']: '转化',
|
|
1817
|
+
['/actions/brewing/alchemy_tea']: '炼金茶',
|
|
1818
|
+
['/actions/brewing/artisan_tea']: '工匠茶',
|
|
1819
|
+
['/actions/brewing/attack_coffee']: '攻击咖啡',
|
|
1820
|
+
['/actions/brewing/blessed_tea']: '福气茶',
|
|
1821
|
+
['/actions/brewing/brewing_tea']: '冲泡茶',
|
|
1822
|
+
['/actions/brewing/catalytic_tea']: '催化茶',
|
|
1823
|
+
['/actions/brewing/channeling_coffee']: '吟唱咖啡',
|
|
1824
|
+
['/actions/brewing/cheesesmithing_tea']: '奶酪锻造茶',
|
|
1825
|
+
['/actions/brewing/cooking_tea']: '烹饪茶',
|
|
1826
|
+
['/actions/brewing/crafting_tea']: '制作茶',
|
|
1827
|
+
['/actions/brewing/critical_coffee']: '暴击咖啡',
|
|
1828
|
+
['/actions/brewing/defense_coffee']: '防御咖啡',
|
|
1829
|
+
['/actions/brewing/efficiency_tea']: '效率茶',
|
|
1830
|
+
['/actions/brewing/enhancing_tea']: '强化茶',
|
|
1831
|
+
['/actions/brewing/foraging_tea']: '采摘茶',
|
|
1832
|
+
['/actions/brewing/gathering_tea']: '采集茶',
|
|
1833
|
+
['/actions/brewing/gourmet_tea']: '美食茶',
|
|
1834
|
+
['/actions/brewing/intelligence_coffee']: '智力咖啡',
|
|
1835
|
+
['/actions/brewing/lucky_coffee']: '幸运咖啡',
|
|
1836
|
+
['/actions/brewing/magic_coffee']: '魔法咖啡',
|
|
1837
|
+
['/actions/brewing/melee_coffee']: '近战咖啡',
|
|
1838
|
+
['/actions/brewing/milking_tea']: '挤奶茶',
|
|
1839
|
+
['/actions/brewing/processing_tea']: '加工茶',
|
|
1840
|
+
['/actions/brewing/ranged_coffee']: '远程咖啡',
|
|
1841
|
+
['/actions/brewing/stamina_coffee']: '耐力咖啡',
|
|
1842
|
+
['/actions/brewing/super_alchemy_tea']: '超级炼金茶',
|
|
1843
|
+
['/actions/brewing/super_attack_coffee']: '超级攻击咖啡',
|
|
1844
|
+
['/actions/brewing/super_brewing_tea']: '超级冲泡茶',
|
|
1845
|
+
['/actions/brewing/super_cheesesmithing_tea']: '超级奶酪锻造茶',
|
|
1846
|
+
['/actions/brewing/super_cooking_tea']: '超级烹饪茶',
|
|
1847
|
+
['/actions/brewing/super_crafting_tea']: '超级制作茶',
|
|
1848
|
+
['/actions/brewing/super_defense_coffee']: '超级防御咖啡',
|
|
1849
|
+
['/actions/brewing/super_enhancing_tea']: '超级强化茶',
|
|
1850
|
+
['/actions/brewing/super_foraging_tea']: '超级采摘茶',
|
|
1851
|
+
['/actions/brewing/super_intelligence_coffee']: '超级智力咖啡',
|
|
1852
|
+
['/actions/brewing/super_magic_coffee']: '超级魔法咖啡',
|
|
1853
|
+
['/actions/brewing/super_melee_coffee']: '超级近战咖啡',
|
|
1854
|
+
['/actions/brewing/super_milking_tea']: '超级挤奶茶',
|
|
1855
|
+
['/actions/brewing/super_ranged_coffee']: '超级远程咖啡',
|
|
1856
|
+
['/actions/brewing/super_stamina_coffee']: '超级耐力咖啡',
|
|
1857
|
+
['/actions/brewing/super_tailoring_tea']: '超级缝纫茶',
|
|
1858
|
+
['/actions/brewing/super_woodcutting_tea']: '超级伐木茶',
|
|
1859
|
+
['/actions/brewing/swiftness_coffee']: '迅捷咖啡',
|
|
1860
|
+
['/actions/brewing/tailoring_tea']: '缝纫茶',
|
|
1861
|
+
['/actions/brewing/ultra_alchemy_tea']: '究极炼金茶',
|
|
1862
|
+
['/actions/brewing/ultra_attack_coffee']: '究极攻击咖啡',
|
|
1863
|
+
['/actions/brewing/ultra_brewing_tea']: '究极冲泡茶',
|
|
1864
|
+
['/actions/brewing/ultra_cheesesmithing_tea']: '究极奶酪锻造茶',
|
|
1865
|
+
['/actions/brewing/ultra_cooking_tea']: '究极烹饪茶',
|
|
1866
|
+
['/actions/brewing/ultra_crafting_tea']: '究极制作茶',
|
|
1867
|
+
['/actions/brewing/ultra_defense_coffee']: '究极防御咖啡',
|
|
1868
|
+
['/actions/brewing/ultra_enhancing_tea']: '究极强化茶',
|
|
1869
|
+
['/actions/brewing/ultra_foraging_tea']: '究极采摘茶',
|
|
1870
|
+
['/actions/brewing/ultra_intelligence_coffee']: '究极智力咖啡',
|
|
1871
|
+
['/actions/brewing/ultra_magic_coffee']: '究极魔法咖啡',
|
|
1872
|
+
['/actions/brewing/ultra_melee_coffee']: '究极近战咖啡',
|
|
1873
|
+
['/actions/brewing/ultra_milking_tea']: '究极挤奶茶',
|
|
1874
|
+
['/actions/brewing/ultra_ranged_coffee']: '究极远程咖啡',
|
|
1875
|
+
['/actions/brewing/ultra_stamina_coffee']: '究极耐力咖啡',
|
|
1876
|
+
['/actions/brewing/ultra_tailoring_tea']: '究极缝纫茶',
|
|
1877
|
+
['/actions/brewing/ultra_woodcutting_tea']: '究极伐木茶',
|
|
1878
|
+
['/actions/brewing/wisdom_coffee']: '经验咖啡',
|
|
1879
|
+
['/actions/brewing/wisdom_tea']: '经验茶',
|
|
1880
|
+
['/actions/brewing/woodcutting_tea']: '伐木茶',
|
|
1881
|
+
['/actions/cheesesmithing/anchorbound_plate_body']: '锚定胸甲',
|
|
1882
|
+
['/actions/cheesesmithing/anchorbound_plate_body_refined']: '锚定胸甲(精)',
|
|
1883
|
+
['/actions/cheesesmithing/anchorbound_plate_legs']: '锚定腿甲',
|
|
1884
|
+
['/actions/cheesesmithing/anchorbound_plate_legs_refined']: '锚定腿甲(精)',
|
|
1885
|
+
['/actions/cheesesmithing/azure_alembic']: '蔚蓝蒸馏器',
|
|
1886
|
+
['/actions/cheesesmithing/azure_boots']: '蔚蓝靴',
|
|
1887
|
+
['/actions/cheesesmithing/azure_brush']: '蔚蓝刷子',
|
|
1888
|
+
['/actions/cheesesmithing/azure_buckler']: '蔚蓝圆盾',
|
|
1889
|
+
['/actions/cheesesmithing/azure_bulwark']: '蔚蓝重盾',
|
|
1890
|
+
['/actions/cheesesmithing/azure_cheese']: '蔚蓝奶酪',
|
|
1891
|
+
['/actions/cheesesmithing/azure_chisel']: '蔚蓝凿子',
|
|
1892
|
+
['/actions/cheesesmithing/azure_enhancer']: '蔚蓝强化器',
|
|
1893
|
+
['/actions/cheesesmithing/azure_gauntlets']: '蔚蓝护手',
|
|
1894
|
+
['/actions/cheesesmithing/azure_hammer']: '蔚蓝锤子',
|
|
1895
|
+
['/actions/cheesesmithing/azure_hatchet']: '蔚蓝斧头',
|
|
1896
|
+
['/actions/cheesesmithing/azure_helmet']: '蔚蓝头盔',
|
|
1897
|
+
['/actions/cheesesmithing/azure_mace']: '蔚蓝钉头锤',
|
|
1898
|
+
['/actions/cheesesmithing/azure_needle']: '蔚蓝针',
|
|
1899
|
+
['/actions/cheesesmithing/azure_plate_body']: '蔚蓝胸甲',
|
|
1900
|
+
['/actions/cheesesmithing/azure_plate_legs']: '蔚蓝腿甲',
|
|
1901
|
+
['/actions/cheesesmithing/azure_pot']: '蔚蓝壶',
|
|
1902
|
+
['/actions/cheesesmithing/azure_shears']: '蔚蓝剪刀',
|
|
1903
|
+
['/actions/cheesesmithing/azure_spatula']: '蔚蓝锅铲',
|
|
1904
|
+
['/actions/cheesesmithing/azure_spear']: '蔚蓝长枪',
|
|
1905
|
+
['/actions/cheesesmithing/azure_sword']: '蔚蓝剑',
|
|
1906
|
+
['/actions/cheesesmithing/black_bear_shoes']: '黑熊鞋',
|
|
1907
|
+
['/actions/cheesesmithing/burble_alembic']: '深紫蒸馏器',
|
|
1908
|
+
['/actions/cheesesmithing/burble_boots']: '深紫靴',
|
|
1909
|
+
['/actions/cheesesmithing/burble_brush']: '深紫刷子',
|
|
1910
|
+
['/actions/cheesesmithing/burble_buckler']: '深紫圆盾',
|
|
1911
|
+
['/actions/cheesesmithing/burble_bulwark']: '深紫重盾',
|
|
1912
|
+
['/actions/cheesesmithing/burble_cheese']: '深紫奶酪',
|
|
1913
|
+
['/actions/cheesesmithing/burble_chisel']: '深紫凿子',
|
|
1914
|
+
['/actions/cheesesmithing/burble_enhancer']: '深紫强化器',
|
|
1915
|
+
['/actions/cheesesmithing/burble_gauntlets']: '深紫护手',
|
|
1916
|
+
['/actions/cheesesmithing/burble_hammer']: '深紫锤子',
|
|
1917
|
+
['/actions/cheesesmithing/burble_hatchet']: '深紫斧头',
|
|
1918
|
+
['/actions/cheesesmithing/burble_helmet']: '深紫头盔',
|
|
1919
|
+
['/actions/cheesesmithing/burble_mace']: '深紫钉头锤',
|
|
1920
|
+
['/actions/cheesesmithing/burble_needle']: '深紫针',
|
|
1921
|
+
['/actions/cheesesmithing/burble_plate_body']: '深紫胸甲',
|
|
1922
|
+
['/actions/cheesesmithing/burble_plate_legs']: '深紫腿甲',
|
|
1923
|
+
['/actions/cheesesmithing/burble_pot']: '深紫壶',
|
|
1924
|
+
['/actions/cheesesmithing/burble_shears']: '深紫剪刀',
|
|
1925
|
+
['/actions/cheesesmithing/burble_spatula']: '深紫锅铲',
|
|
1926
|
+
['/actions/cheesesmithing/burble_spear']: '深紫长枪',
|
|
1927
|
+
['/actions/cheesesmithing/burble_sword']: '深紫剑',
|
|
1928
|
+
['/actions/cheesesmithing/celestial_alembic']: '星空蒸馏器',
|
|
1929
|
+
['/actions/cheesesmithing/celestial_brush']: '星空刷子',
|
|
1930
|
+
['/actions/cheesesmithing/celestial_chisel']: '星空凿子',
|
|
1931
|
+
['/actions/cheesesmithing/celestial_enhancer']: '星空强化器',
|
|
1932
|
+
['/actions/cheesesmithing/celestial_hammer']: '星空锤子',
|
|
1933
|
+
['/actions/cheesesmithing/celestial_hatchet']: '星空斧头',
|
|
1934
|
+
['/actions/cheesesmithing/celestial_needle']: '星空针',
|
|
1935
|
+
['/actions/cheesesmithing/celestial_pot']: '星空壶',
|
|
1936
|
+
['/actions/cheesesmithing/celestial_shears']: '星空剪刀',
|
|
1937
|
+
['/actions/cheesesmithing/celestial_spatula']: '星空锅铲',
|
|
1938
|
+
['/actions/cheesesmithing/chaotic_flail']: '混沌连枷',
|
|
1939
|
+
['/actions/cheesesmithing/chaotic_flail_refined']: '混沌连枷(精)',
|
|
1940
|
+
['/actions/cheesesmithing/cheese']: '奶酪',
|
|
1941
|
+
['/actions/cheesesmithing/cheese_alembic']: '奶酪蒸馏器',
|
|
1942
|
+
['/actions/cheesesmithing/cheese_boots']: '奶酪靴',
|
|
1943
|
+
['/actions/cheesesmithing/cheese_brush']: '奶酪刷子',
|
|
1944
|
+
['/actions/cheesesmithing/cheese_buckler']: '奶酪圆盾',
|
|
1945
|
+
['/actions/cheesesmithing/cheese_bulwark']: '奶酪重盾',
|
|
1946
|
+
['/actions/cheesesmithing/cheese_chisel']: '奶酪凿子',
|
|
1947
|
+
['/actions/cheesesmithing/cheese_enhancer']: '奶酪强化器',
|
|
1948
|
+
['/actions/cheesesmithing/cheese_gauntlets']: '奶酪护手',
|
|
1949
|
+
['/actions/cheesesmithing/cheese_hammer']: '奶酪锤子',
|
|
1950
|
+
['/actions/cheesesmithing/cheese_hatchet']: '奶酪斧头',
|
|
1951
|
+
['/actions/cheesesmithing/cheese_helmet']: '奶酪头盔',
|
|
1952
|
+
['/actions/cheesesmithing/cheese_mace']: '奶酪钉头锤',
|
|
1953
|
+
['/actions/cheesesmithing/cheese_needle']: '奶酪针',
|
|
1954
|
+
['/actions/cheesesmithing/cheese_plate_body']: '奶酪胸甲',
|
|
1955
|
+
['/actions/cheesesmithing/cheese_plate_legs']: '奶酪腿甲',
|
|
1956
|
+
['/actions/cheesesmithing/cheese_pot']: '奶酪壶',
|
|
1957
|
+
['/actions/cheesesmithing/cheese_shears']: '奶酪剪刀',
|
|
1958
|
+
['/actions/cheesesmithing/cheese_spatula']: '奶酪锅铲',
|
|
1959
|
+
['/actions/cheesesmithing/cheese_spear']: '奶酪长枪',
|
|
1960
|
+
['/actions/cheesesmithing/cheese_sword']: '奶酪剑',
|
|
1961
|
+
['/actions/cheesesmithing/colossus_plate_body']: '巨像胸甲',
|
|
1962
|
+
['/actions/cheesesmithing/colossus_plate_legs']: '巨像腿甲',
|
|
1963
|
+
['/actions/cheesesmithing/corsair_helmet']: '掠夺者头盔',
|
|
1964
|
+
['/actions/cheesesmithing/corsair_helmet_refined']: '掠夺者头盔(精)',
|
|
1965
|
+
['/actions/cheesesmithing/crimson_alembic']: '绛红蒸馏器',
|
|
1966
|
+
['/actions/cheesesmithing/crimson_boots']: '绛红靴',
|
|
1967
|
+
['/actions/cheesesmithing/crimson_brush']: '绛红刷子',
|
|
1968
|
+
['/actions/cheesesmithing/crimson_buckler']: '绛红圆盾',
|
|
1969
|
+
['/actions/cheesesmithing/crimson_bulwark']: '绛红重盾',
|
|
1970
|
+
['/actions/cheesesmithing/crimson_cheese']: '绛红奶酪',
|
|
1971
|
+
['/actions/cheesesmithing/crimson_chisel']: '绛红凿子',
|
|
1972
|
+
['/actions/cheesesmithing/crimson_enhancer']: '绛红强化器',
|
|
1973
|
+
['/actions/cheesesmithing/crimson_gauntlets']: '绛红护手',
|
|
1974
|
+
['/actions/cheesesmithing/crimson_hammer']: '绛红锤子',
|
|
1975
|
+
['/actions/cheesesmithing/crimson_hatchet']: '绛红斧头',
|
|
1976
|
+
['/actions/cheesesmithing/crimson_helmet']: '绛红头盔',
|
|
1977
|
+
['/actions/cheesesmithing/crimson_mace']: '绛红钉头锤',
|
|
1978
|
+
['/actions/cheesesmithing/crimson_needle']: '绛红针',
|
|
1979
|
+
['/actions/cheesesmithing/crimson_plate_body']: '绛红胸甲',
|
|
1980
|
+
['/actions/cheesesmithing/crimson_plate_legs']: '绛红腿甲',
|
|
1981
|
+
['/actions/cheesesmithing/crimson_pot']: '绛红壶',
|
|
1982
|
+
['/actions/cheesesmithing/crimson_shears']: '绛红剪刀',
|
|
1983
|
+
['/actions/cheesesmithing/crimson_spatula']: '绛红锅铲',
|
|
1984
|
+
['/actions/cheesesmithing/crimson_spear']: '绛红长枪',
|
|
1985
|
+
['/actions/cheesesmithing/crimson_sword']: '绛红剑',
|
|
1986
|
+
['/actions/cheesesmithing/demonic_plate_body']: '恶魔胸甲',
|
|
1987
|
+
['/actions/cheesesmithing/demonic_plate_legs']: '恶魔腿甲',
|
|
1988
|
+
['/actions/cheesesmithing/dodocamel_gauntlets']: '渡渡驼护手',
|
|
1989
|
+
['/actions/cheesesmithing/dodocamel_gauntlets_refined']: '渡渡驼护手(精)',
|
|
1990
|
+
['/actions/cheesesmithing/furious_spear']: '狂怒长枪',
|
|
1991
|
+
['/actions/cheesesmithing/furious_spear_refined']: '狂怒长枪(精)',
|
|
1992
|
+
['/actions/cheesesmithing/granite_bludgeon']: '花岗岩大棒',
|
|
1993
|
+
['/actions/cheesesmithing/griffin_bulwark']: '狮鹫重盾',
|
|
1994
|
+
['/actions/cheesesmithing/griffin_bulwark_refined']: '狮鹫重盾(精)',
|
|
1995
|
+
['/actions/cheesesmithing/grizzly_bear_shoes']: '棕熊鞋',
|
|
1996
|
+
['/actions/cheesesmithing/holy_alembic']: '神圣蒸馏器',
|
|
1997
|
+
['/actions/cheesesmithing/holy_boots']: '神圣靴',
|
|
1998
|
+
['/actions/cheesesmithing/holy_brush']: '神圣刷子',
|
|
1999
|
+
['/actions/cheesesmithing/holy_buckler']: '神圣圆盾',
|
|
2000
|
+
['/actions/cheesesmithing/holy_bulwark']: '神圣重盾',
|
|
2001
|
+
['/actions/cheesesmithing/holy_cheese']: '神圣奶酪',
|
|
2002
|
+
['/actions/cheesesmithing/holy_chisel']: '神圣凿子',
|
|
2003
|
+
['/actions/cheesesmithing/holy_enhancer']: '神圣强化器',
|
|
2004
|
+
['/actions/cheesesmithing/holy_gauntlets']: '神圣护手',
|
|
2005
|
+
['/actions/cheesesmithing/holy_hammer']: '神圣锤子',
|
|
2006
|
+
['/actions/cheesesmithing/holy_hatchet']: '神圣斧头',
|
|
2007
|
+
['/actions/cheesesmithing/holy_helmet']: '神圣头盔',
|
|
2008
|
+
['/actions/cheesesmithing/holy_mace']: '神圣钉头锤',
|
|
2009
|
+
['/actions/cheesesmithing/holy_needle']: '神圣针',
|
|
2010
|
+
['/actions/cheesesmithing/holy_plate_body']: '神圣胸甲',
|
|
2011
|
+
['/actions/cheesesmithing/holy_plate_legs']: '神圣腿甲',
|
|
2012
|
+
['/actions/cheesesmithing/holy_pot']: '神圣壶',
|
|
2013
|
+
['/actions/cheesesmithing/holy_shears']: '神圣剪刀',
|
|
2014
|
+
['/actions/cheesesmithing/holy_spatula']: '神圣锅铲',
|
|
2015
|
+
['/actions/cheesesmithing/holy_spear']: '神圣长枪',
|
|
2016
|
+
['/actions/cheesesmithing/holy_sword']: '神圣剑',
|
|
2017
|
+
['/actions/cheesesmithing/knights_aegis']: '骑士盾',
|
|
2018
|
+
['/actions/cheesesmithing/knights_aegis_refined']: '骑士盾(精)',
|
|
2019
|
+
['/actions/cheesesmithing/maelstrom_plate_body']: '怒涛胸甲',
|
|
2020
|
+
['/actions/cheesesmithing/maelstrom_plate_body_refined']: '怒涛胸甲(精)',
|
|
2021
|
+
['/actions/cheesesmithing/maelstrom_plate_legs']: '怒涛腿甲',
|
|
2022
|
+
['/actions/cheesesmithing/maelstrom_plate_legs_refined']: '怒涛腿甲(精)',
|
|
2023
|
+
['/actions/cheesesmithing/magnetic_gloves']: '磁力手套',
|
|
2024
|
+
['/actions/cheesesmithing/panda_gloves']: '熊猫手套',
|
|
2025
|
+
['/actions/cheesesmithing/pincer_gloves']: '蟹钳手套',
|
|
2026
|
+
['/actions/cheesesmithing/polar_bear_shoes']: '北极熊鞋',
|
|
2027
|
+
['/actions/cheesesmithing/rainbow_alembic']: '彩虹蒸馏器',
|
|
2028
|
+
['/actions/cheesesmithing/rainbow_boots']: '彩虹靴',
|
|
2029
|
+
['/actions/cheesesmithing/rainbow_brush']: '彩虹刷子',
|
|
2030
|
+
['/actions/cheesesmithing/rainbow_buckler']: '彩虹圆盾',
|
|
2031
|
+
['/actions/cheesesmithing/rainbow_bulwark']: '彩虹重盾',
|
|
2032
|
+
['/actions/cheesesmithing/rainbow_cheese']: '彩虹奶酪',
|
|
2033
|
+
['/actions/cheesesmithing/rainbow_chisel']: '彩虹凿子',
|
|
2034
|
+
['/actions/cheesesmithing/rainbow_enhancer']: '彩虹强化器',
|
|
2035
|
+
['/actions/cheesesmithing/rainbow_gauntlets']: '彩虹护手',
|
|
2036
|
+
['/actions/cheesesmithing/rainbow_hammer']: '彩虹锤子',
|
|
2037
|
+
['/actions/cheesesmithing/rainbow_hatchet']: '彩虹斧头',
|
|
2038
|
+
['/actions/cheesesmithing/rainbow_helmet']: '彩虹头盔',
|
|
2039
|
+
['/actions/cheesesmithing/rainbow_mace']: '彩虹钉头锤',
|
|
2040
|
+
['/actions/cheesesmithing/rainbow_needle']: '彩虹针',
|
|
2041
|
+
['/actions/cheesesmithing/rainbow_plate_body']: '彩虹胸甲',
|
|
2042
|
+
['/actions/cheesesmithing/rainbow_plate_legs']: '彩虹腿甲',
|
|
2043
|
+
['/actions/cheesesmithing/rainbow_pot']: '彩虹壶',
|
|
2044
|
+
['/actions/cheesesmithing/rainbow_shears']: '彩虹剪刀',
|
|
2045
|
+
['/actions/cheesesmithing/rainbow_spatula']: '彩虹锅铲',
|
|
2046
|
+
['/actions/cheesesmithing/rainbow_spear']: '彩虹长枪',
|
|
2047
|
+
['/actions/cheesesmithing/rainbow_sword']: '彩虹剑',
|
|
2048
|
+
['/actions/cheesesmithing/regal_sword']: '君王之剑',
|
|
2049
|
+
['/actions/cheesesmithing/regal_sword_refined']: '君王之剑(精)',
|
|
2050
|
+
['/actions/cheesesmithing/snail_shell_helmet']: '蜗牛壳头盔',
|
|
2051
|
+
['/actions/cheesesmithing/snake_fang_dirk']: '蛇牙短剑',
|
|
2052
|
+
['/actions/cheesesmithing/spiked_bulwark']: '尖刺重盾',
|
|
2053
|
+
['/actions/cheesesmithing/stalactite_spear']: '石钟长枪',
|
|
2054
|
+
['/actions/cheesesmithing/turtle_shell_body']: '龟壳胸甲',
|
|
2055
|
+
['/actions/cheesesmithing/turtle_shell_legs']: '龟壳腿甲',
|
|
2056
|
+
['/actions/cheesesmithing/vampire_fang_dirk']: '吸血鬼短剑',
|
|
2057
|
+
['/actions/cheesesmithing/verdant_alembic']: '翠绿蒸馏器',
|
|
2058
|
+
['/actions/cheesesmithing/verdant_boots']: '翠绿靴',
|
|
2059
|
+
['/actions/cheesesmithing/verdant_brush']: '翠绿刷子',
|
|
2060
|
+
['/actions/cheesesmithing/verdant_buckler']: '翠绿圆盾',
|
|
2061
|
+
['/actions/cheesesmithing/verdant_bulwark']: '翠绿重盾',
|
|
2062
|
+
['/actions/cheesesmithing/verdant_cheese']: '翠绿奶酪',
|
|
2063
|
+
['/actions/cheesesmithing/verdant_chisel']: '翠绿凿子',
|
|
2064
|
+
['/actions/cheesesmithing/verdant_enhancer']: '翠绿强化器',
|
|
2065
|
+
['/actions/cheesesmithing/verdant_gauntlets']: '翠绿护手',
|
|
2066
|
+
['/actions/cheesesmithing/verdant_hammer']: '翠绿锤子',
|
|
2067
|
+
['/actions/cheesesmithing/verdant_hatchet']: '翠绿斧头',
|
|
2068
|
+
['/actions/cheesesmithing/verdant_helmet']: '翠绿头盔',
|
|
2069
|
+
['/actions/cheesesmithing/verdant_mace']: '翠绿钉头锤',
|
|
2070
|
+
['/actions/cheesesmithing/verdant_needle']: '翠绿针',
|
|
2071
|
+
['/actions/cheesesmithing/verdant_plate_body']: '翠绿胸甲',
|
|
2072
|
+
['/actions/cheesesmithing/verdant_plate_legs']: '翠绿腿甲',
|
|
2073
|
+
['/actions/cheesesmithing/verdant_pot']: '翠绿壶',
|
|
2074
|
+
['/actions/cheesesmithing/verdant_shears']: '翠绿剪刀',
|
|
2075
|
+
['/actions/cheesesmithing/verdant_spatula']: '翠绿锅铲',
|
|
2076
|
+
['/actions/cheesesmithing/verdant_spear']: '翠绿长枪',
|
|
2077
|
+
['/actions/cheesesmithing/verdant_sword']: '翠绿剑',
|
|
2078
|
+
['/actions/cheesesmithing/vision_helmet']: '视觉头盔',
|
|
2079
|
+
['/actions/cheesesmithing/vision_shield']: '视觉盾',
|
|
2080
|
+
['/actions/cheesesmithing/werewolf_slasher']: '狼人关刀',
|
|
2081
|
+
['/actions/combat/abyssal_imp']: '深渊小鬼',
|
|
2082
|
+
['/actions/combat/alligator']: '夏洛克',
|
|
2083
|
+
['/actions/combat/aqua_planet']: '海洋星球',
|
|
2084
|
+
['/actions/combat/aquahorse']: '水马',
|
|
2085
|
+
['/actions/combat/bear_with_it']: '熊熊星球',
|
|
2086
|
+
['/actions/combat/black_bear']: '黑熊',
|
|
2087
|
+
['/actions/combat/centaur_archer']: '半人马弓箭手',
|
|
2088
|
+
['/actions/combat/chimerical_den']: '奇幻洞穴',
|
|
2089
|
+
['/actions/combat/crab']: '螃蟹',
|
|
2090
|
+
['/actions/combat/elementalist']: '元素法师',
|
|
2091
|
+
['/actions/combat/enchanted_fortress']: '秘法要塞',
|
|
2092
|
+
['/actions/combat/eye']: '独眼',
|
|
2093
|
+
['/actions/combat/eyes']: '叠眼',
|
|
2094
|
+
['/actions/combat/flame_sorcerer']: '火焰巫师',
|
|
2095
|
+
['/actions/combat/fly']: '苍蝇',
|
|
2096
|
+
['/actions/combat/frog']: '青蛙',
|
|
2097
|
+
['/actions/combat/gobo_boomy']: '轰轰',
|
|
2098
|
+
['/actions/combat/gobo_planet']: '哥布林星球',
|
|
2099
|
+
['/actions/combat/gobo_shooty']: '咻咻',
|
|
2100
|
+
['/actions/combat/gobo_slashy']: '砍砍',
|
|
2101
|
+
['/actions/combat/gobo_smashy']: '锤锤',
|
|
2102
|
+
['/actions/combat/gobo_stabby']: '刺刺',
|
|
2103
|
+
['/actions/combat/golem_cave']: '魔像洞穴',
|
|
2104
|
+
['/actions/combat/granite_golem']: '花岗岩魔像',
|
|
2105
|
+
['/actions/combat/grizzly_bear']: '棕熊',
|
|
2106
|
+
['/actions/combat/gummy_bear']: '软糖熊',
|
|
2107
|
+
['/actions/combat/ice_sorcerer']: '冰霜巫师',
|
|
2108
|
+
['/actions/combat/infernal_abyss']: '地狱深渊',
|
|
2109
|
+
['/actions/combat/infernal_warlock']: '地狱术士',
|
|
2110
|
+
['/actions/combat/jungle_planet']: '丛林星球',
|
|
2111
|
+
['/actions/combat/jungle_sprite']: '丛林精灵',
|
|
2112
|
+
['/actions/combat/magnetic_golem']: '磁力魔像',
|
|
2113
|
+
['/actions/combat/myconid']: '蘑菇人',
|
|
2114
|
+
['/actions/combat/nom_nom']: '咬咬鱼',
|
|
2115
|
+
['/actions/combat/novice_sorcerer']: '新手巫师',
|
|
2116
|
+
['/actions/combat/panda']: '熊猫',
|
|
2117
|
+
['/actions/combat/pirate_cove']: '海盗基地',
|
|
2118
|
+
['/actions/combat/planet_of_the_eyes']: '眼球星球',
|
|
2119
|
+
['/actions/combat/polar_bear']: '北极熊',
|
|
2120
|
+
['/actions/combat/porcupine']: '豪猪',
|
|
2121
|
+
['/actions/combat/rat']: '杰瑞',
|
|
2122
|
+
['/actions/combat/sea_snail']: '蜗牛',
|
|
2123
|
+
['/actions/combat/sinister_circus']: '阴森马戏团',
|
|
2124
|
+
['/actions/combat/skunk']: '臭鼬',
|
|
2125
|
+
['/actions/combat/slimy']: '史莱姆',
|
|
2126
|
+
['/actions/combat/smelly_planet']: '臭臭星球',
|
|
2127
|
+
['/actions/combat/snake']: '蛇',
|
|
2128
|
+
['/actions/combat/sorcerers_tower']: '巫师之塔',
|
|
2129
|
+
['/actions/combat/soul_hunter']: '灵魂猎手',
|
|
2130
|
+
['/actions/combat/stalactite_golem']: '钟乳石魔像',
|
|
2131
|
+
['/actions/combat/swamp_planet']: '沼泽星球',
|
|
2132
|
+
['/actions/combat/swampy']: '沼泽虫',
|
|
2133
|
+
['/actions/combat/treant']: '树人',
|
|
2134
|
+
['/actions/combat/turtle']: '忍者龟',
|
|
2135
|
+
['/actions/combat/twilight_zone']: '暮光之地',
|
|
2136
|
+
['/actions/combat/vampire']: '吸血鬼',
|
|
2137
|
+
['/actions/combat/veyes']: '复眼',
|
|
2138
|
+
['/actions/combat/werewolf']: '狼人',
|
|
2139
|
+
['/actions/combat/zombie']: '僵尸',
|
|
2140
|
+
['/actions/cooking/apple_gummy']: '苹果软糖',
|
|
2141
|
+
['/actions/cooking/apple_yogurt']: '苹果酸奶',
|
|
2142
|
+
['/actions/cooking/blackberry_cake']: '黑莓蛋糕',
|
|
2143
|
+
['/actions/cooking/blackberry_donut']: '黑莓甜甜圈',
|
|
2144
|
+
['/actions/cooking/blueberry_cake']: '蓝莓蛋糕',
|
|
2145
|
+
['/actions/cooking/blueberry_donut']: '蓝莓甜甜圈',
|
|
2146
|
+
['/actions/cooking/cupcake']: '纸杯蛋糕',
|
|
2147
|
+
['/actions/cooking/donut']: '甜甜圈',
|
|
2148
|
+
['/actions/cooking/dragon_fruit_gummy']: '火龙果软糖',
|
|
2149
|
+
['/actions/cooking/dragon_fruit_yogurt']: '火龙果酸奶',
|
|
2150
|
+
['/actions/cooking/gummy']: '软糖',
|
|
2151
|
+
['/actions/cooking/marsberry_cake']: '火星莓蛋糕',
|
|
2152
|
+
['/actions/cooking/marsberry_donut']: '火星莓甜甜圈',
|
|
2153
|
+
['/actions/cooking/mooberry_cake']: '哞莓蛋糕',
|
|
2154
|
+
['/actions/cooking/mooberry_donut']: '哞莓甜甜圈',
|
|
2155
|
+
['/actions/cooking/orange_gummy']: '橙子软糖',
|
|
2156
|
+
['/actions/cooking/orange_yogurt']: '橙子酸奶',
|
|
2157
|
+
['/actions/cooking/peach_gummy']: '桃子软糖',
|
|
2158
|
+
['/actions/cooking/peach_yogurt']: '桃子酸奶',
|
|
2159
|
+
['/actions/cooking/plum_gummy']: '李子软糖',
|
|
2160
|
+
['/actions/cooking/plum_yogurt']: '李子酸奶',
|
|
2161
|
+
['/actions/cooking/spaceberry_cake']: '太空莓蛋糕',
|
|
2162
|
+
['/actions/cooking/spaceberry_donut']: '太空莓甜甜圈',
|
|
2163
|
+
['/actions/cooking/star_fruit_gummy']: '杨桃软糖',
|
|
2164
|
+
['/actions/cooking/star_fruit_yogurt']: '杨桃酸奶',
|
|
2165
|
+
['/actions/cooking/strawberry_cake']: '草莓蛋糕',
|
|
2166
|
+
['/actions/cooking/strawberry_donut']: '草莓甜甜圈',
|
|
2167
|
+
['/actions/cooking/yogurt']: '酸奶',
|
|
2168
|
+
['/actions/crafting/advanced_alchemy_charm']: '高级炼金护符',
|
|
2169
|
+
['/actions/crafting/advanced_attack_charm']: '高级攻击护符',
|
|
2170
|
+
['/actions/crafting/advanced_brewing_charm']: '高级冲泡护符',
|
|
2171
|
+
['/actions/crafting/advanced_cheesesmithing_charm']: '高级奶酪锻造护符',
|
|
2172
|
+
['/actions/crafting/advanced_cooking_charm']: '高级烹饪护符',
|
|
2173
|
+
['/actions/crafting/advanced_crafting_charm']: '高级制作护符',
|
|
2174
|
+
['/actions/crafting/advanced_defense_charm']: '高级防御护符',
|
|
2175
|
+
['/actions/crafting/advanced_enhancing_charm']: '高级强化护符',
|
|
2176
|
+
['/actions/crafting/advanced_foraging_charm']: '高级采摘护符',
|
|
2177
|
+
['/actions/crafting/advanced_intelligence_charm']: '高级智力护符',
|
|
2178
|
+
['/actions/crafting/advanced_magic_charm']: '高级魔法护符',
|
|
2179
|
+
['/actions/crafting/advanced_melee_charm']: '高级近战护符',
|
|
2180
|
+
['/actions/crafting/advanced_milking_charm']: '高级挤奶护符',
|
|
2181
|
+
['/actions/crafting/advanced_ranged_charm']: '高级远程护符',
|
|
2182
|
+
['/actions/crafting/advanced_stamina_charm']: '高级耐力护符',
|
|
2183
|
+
['/actions/crafting/advanced_tailoring_charm']: '高级缝纫护符',
|
|
2184
|
+
['/actions/crafting/advanced_task_badge']: '高级任务徽章',
|
|
2185
|
+
['/actions/crafting/advanced_woodcutting_charm']: '高级伐木护符',
|
|
2186
|
+
['/actions/crafting/arcane_bow']: '神秘弓',
|
|
2187
|
+
['/actions/crafting/arcane_crossbow']: '神秘弩',
|
|
2188
|
+
['/actions/crafting/arcane_fire_staff']: '神秘火法杖',
|
|
2189
|
+
['/actions/crafting/arcane_lumber']: '神秘木板',
|
|
2190
|
+
['/actions/crafting/arcane_nature_staff']: '神秘自然法杖',
|
|
2191
|
+
['/actions/crafting/arcane_shield']: '神秘盾',
|
|
2192
|
+
['/actions/crafting/arcane_water_staff']: '神秘水法杖',
|
|
2193
|
+
['/actions/crafting/basic_alchemy_charm']: '基础炼金护符',
|
|
2194
|
+
['/actions/crafting/basic_brewing_charm']: '基础冲泡护符',
|
|
2195
|
+
['/actions/crafting/basic_cheesesmithing_charm']: '基础奶酪锻造护符',
|
|
2196
|
+
['/actions/crafting/basic_cooking_charm']: '基础烹饪护符',
|
|
2197
|
+
['/actions/crafting/basic_crafting_charm']: '基础制作护符',
|
|
2198
|
+
['/actions/crafting/basic_enhancing_charm']: '基础强化护符',
|
|
2199
|
+
['/actions/crafting/basic_foraging_charm']: '基础采摘护符',
|
|
2200
|
+
['/actions/crafting/basic_milking_charm']: '基础挤奶护符',
|
|
2201
|
+
['/actions/crafting/basic_tailoring_charm']: '基础缝纫护符',
|
|
2202
|
+
['/actions/crafting/basic_task_badge']: '基础任务徽章',
|
|
2203
|
+
['/actions/crafting/basic_woodcutting_charm']: '基础伐木护符',
|
|
2204
|
+
['/actions/crafting/birch_bow']: '桦木弓',
|
|
2205
|
+
['/actions/crafting/birch_crossbow']: '桦木弩',
|
|
2206
|
+
['/actions/crafting/birch_fire_staff']: '桦木火法杖',
|
|
2207
|
+
['/actions/crafting/birch_lumber']: '白桦木板',
|
|
2208
|
+
['/actions/crafting/birch_nature_staff']: '桦木自然法杖',
|
|
2209
|
+
['/actions/crafting/birch_shield']: '桦木盾',
|
|
2210
|
+
['/actions/crafting/birch_water_staff']: '桦木水法杖',
|
|
2211
|
+
['/actions/crafting/bishops_codex']: '主教法典',
|
|
2212
|
+
['/actions/crafting/bishops_codex_refined']: '主教法典(精)',
|
|
2213
|
+
['/actions/crafting/blazing_trident']: '炽焰三叉戟',
|
|
2214
|
+
['/actions/crafting/blazing_trident_refined']: '炽焰三叉戟(精)',
|
|
2215
|
+
['/actions/crafting/blooming_trident']: '绽放三叉戟',
|
|
2216
|
+
['/actions/crafting/blooming_trident_refined']: '绽放三叉戟(精)',
|
|
2217
|
+
['/actions/crafting/catalyst_of_coinification']: '点金催化剂',
|
|
2218
|
+
['/actions/crafting/catalyst_of_decomposition']: '分解催化剂',
|
|
2219
|
+
['/actions/crafting/catalyst_of_transmutation']: '转化催化剂',
|
|
2220
|
+
['/actions/crafting/cedar_bow']: '雪松弓',
|
|
2221
|
+
['/actions/crafting/cedar_crossbow']: '雪松弩',
|
|
2222
|
+
['/actions/crafting/cedar_fire_staff']: '雪松火法杖',
|
|
2223
|
+
['/actions/crafting/cedar_lumber']: '雪松木板',
|
|
2224
|
+
['/actions/crafting/cedar_nature_staff']: '雪松自然法杖',
|
|
2225
|
+
['/actions/crafting/cedar_shield']: '雪松盾',
|
|
2226
|
+
['/actions/crafting/cedar_water_staff']: '雪松水法杖',
|
|
2227
|
+
['/actions/crafting/chimerical_chest_key']: '奇幻宝箱钥匙',
|
|
2228
|
+
['/actions/crafting/chimerical_entry_key']: '奇幻钥匙',
|
|
2229
|
+
['/actions/crafting/crushed_amber']: '琥珀碎片',
|
|
2230
|
+
['/actions/crafting/crushed_amethyst']: '紫水晶碎片',
|
|
2231
|
+
['/actions/crafting/crushed_garnet']: '石榴石碎片',
|
|
2232
|
+
['/actions/crafting/crushed_jade']: '翡翠碎片',
|
|
2233
|
+
['/actions/crafting/crushed_moonstone']: '月亮石碎片',
|
|
2234
|
+
['/actions/crafting/crushed_pearl']: '珍珠碎片',
|
|
2235
|
+
['/actions/crafting/crushed_philosophers_stone']: '贤者之石碎片',
|
|
2236
|
+
['/actions/crafting/crushed_sunstone']: '太阳石碎片',
|
|
2237
|
+
['/actions/crafting/cursed_bow']: '咒怨之弓',
|
|
2238
|
+
['/actions/crafting/cursed_bow_refined']: '咒怨之弓(精)',
|
|
2239
|
+
['/actions/crafting/earrings_of_armor']: '护甲耳环',
|
|
2240
|
+
['/actions/crafting/earrings_of_critical_strike']: '暴击耳环',
|
|
2241
|
+
['/actions/crafting/earrings_of_essence_find']: '精华发现耳环',
|
|
2242
|
+
['/actions/crafting/earrings_of_gathering']: '采集耳环',
|
|
2243
|
+
['/actions/crafting/earrings_of_rare_find']: '稀有发现耳环',
|
|
2244
|
+
['/actions/crafting/earrings_of_regeneration']: '恢复耳环',
|
|
2245
|
+
['/actions/crafting/earrings_of_resistance']: '抗性耳环',
|
|
2246
|
+
['/actions/crafting/enchanted_chest_key']: '秘法宝箱钥匙',
|
|
2247
|
+
['/actions/crafting/enchanted_entry_key']: '秘法钥匙',
|
|
2248
|
+
['/actions/crafting/expert_alchemy_charm']: '专家炼金护符',
|
|
2249
|
+
['/actions/crafting/expert_attack_charm']: '专家攻击护符',
|
|
2250
|
+
['/actions/crafting/expert_brewing_charm']: '专家冲泡护符',
|
|
2251
|
+
['/actions/crafting/expert_cheesesmithing_charm']: '专家奶酪锻造护符',
|
|
2252
|
+
['/actions/crafting/expert_cooking_charm']: '专家烹饪护符',
|
|
2253
|
+
['/actions/crafting/expert_crafting_charm']: '专家制作护符',
|
|
2254
|
+
['/actions/crafting/expert_defense_charm']: '专家防御护符',
|
|
2255
|
+
['/actions/crafting/expert_enhancing_charm']: '专家强化护符',
|
|
2256
|
+
['/actions/crafting/expert_foraging_charm']: '专家采摘护符',
|
|
2257
|
+
['/actions/crafting/expert_intelligence_charm']: '专家智力护符',
|
|
2258
|
+
['/actions/crafting/expert_magic_charm']: '专家魔法护符',
|
|
2259
|
+
['/actions/crafting/expert_melee_charm']: '专家近战护符',
|
|
2260
|
+
['/actions/crafting/expert_milking_charm']: '专家挤奶护符',
|
|
2261
|
+
['/actions/crafting/expert_ranged_charm']: '专家远程护符',
|
|
2262
|
+
['/actions/crafting/expert_stamina_charm']: '专家耐力护符',
|
|
2263
|
+
['/actions/crafting/expert_tailoring_charm']: '专家缝纫护符',
|
|
2264
|
+
['/actions/crafting/expert_task_badge']: '专家任务徽章',
|
|
2265
|
+
['/actions/crafting/expert_woodcutting_charm']: '专家伐木护符',
|
|
2266
|
+
['/actions/crafting/eye_watch']: '掌上监工',
|
|
2267
|
+
['/actions/crafting/fighter_necklace']: '战士项链',
|
|
2268
|
+
['/actions/crafting/frost_staff']: '冰霜法杖',
|
|
2269
|
+
['/actions/crafting/ginkgo_bow']: '银杏弓',
|
|
2270
|
+
['/actions/crafting/ginkgo_crossbow']: '银杏弩',
|
|
2271
|
+
['/actions/crafting/ginkgo_fire_staff']: '银杏火法杖',
|
|
2272
|
+
['/actions/crafting/ginkgo_lumber']: '银杏木板',
|
|
2273
|
+
['/actions/crafting/ginkgo_nature_staff']: '银杏自然法杖',
|
|
2274
|
+
['/actions/crafting/ginkgo_shield']: '银杏盾',
|
|
2275
|
+
['/actions/crafting/ginkgo_water_staff']: '银杏水法杖',
|
|
2276
|
+
['/actions/crafting/grandmaster_alchemy_charm']: '宗师炼金护符',
|
|
2277
|
+
['/actions/crafting/grandmaster_attack_charm']: '宗师攻击护符',
|
|
2278
|
+
['/actions/crafting/grandmaster_brewing_charm']: '宗师冲泡护符',
|
|
2279
|
+
['/actions/crafting/grandmaster_cheesesmithing_charm']: '宗师奶酪锻造护符',
|
|
2280
|
+
['/actions/crafting/grandmaster_cooking_charm']: '宗师烹饪护符',
|
|
2281
|
+
['/actions/crafting/grandmaster_crafting_charm']: '宗师制作护符',
|
|
2282
|
+
['/actions/crafting/grandmaster_defense_charm']: '宗师防御护符',
|
|
2283
|
+
['/actions/crafting/grandmaster_enhancing_charm']: '宗师强化护符',
|
|
2284
|
+
['/actions/crafting/grandmaster_foraging_charm']: '宗师采摘护符',
|
|
2285
|
+
['/actions/crafting/grandmaster_intelligence_charm']: '宗师智力护符',
|
|
2286
|
+
['/actions/crafting/grandmaster_magic_charm']: '宗师魔法护符',
|
|
2287
|
+
['/actions/crafting/grandmaster_melee_charm']: '宗师近战护符',
|
|
2288
|
+
['/actions/crafting/grandmaster_milking_charm']: '宗师挤奶护符',
|
|
2289
|
+
['/actions/crafting/grandmaster_ranged_charm']: '宗师远程护符',
|
|
2290
|
+
['/actions/crafting/grandmaster_stamina_charm']: '宗师耐力护符',
|
|
2291
|
+
['/actions/crafting/grandmaster_tailoring_charm']: '宗师缝纫护符',
|
|
2292
|
+
['/actions/crafting/grandmaster_woodcutting_charm']: '宗师伐木护符',
|
|
2293
|
+
['/actions/crafting/infernal_battlestaff']: '炼狱法杖',
|
|
2294
|
+
['/actions/crafting/jackalope_staff']: '鹿角兔之杖',
|
|
2295
|
+
['/actions/crafting/lumber']: '木板',
|
|
2296
|
+
['/actions/crafting/manticore_shield']: '蝎狮盾',
|
|
2297
|
+
['/actions/crafting/master_alchemy_charm']: '大师炼金护符',
|
|
2298
|
+
['/actions/crafting/master_attack_charm']: '大师攻击护符',
|
|
2299
|
+
['/actions/crafting/master_brewing_charm']: '大师冲泡护符',
|
|
2300
|
+
['/actions/crafting/master_cheesesmithing_charm']: '大师奶酪锻造护符',
|
|
2301
|
+
['/actions/crafting/master_cooking_charm']: '大师烹饪护符',
|
|
2302
|
+
['/actions/crafting/master_crafting_charm']: '大师制作护符',
|
|
2303
|
+
['/actions/crafting/master_defense_charm']: '大师防御护符',
|
|
2304
|
+
['/actions/crafting/master_enhancing_charm']: '大师强化护符',
|
|
2305
|
+
['/actions/crafting/master_foraging_charm']: '大师采摘护符',
|
|
2306
|
+
['/actions/crafting/master_intelligence_charm']: '大师智力护符',
|
|
2307
|
+
['/actions/crafting/master_magic_charm']: '大师魔法护符',
|
|
2308
|
+
['/actions/crafting/master_melee_charm']: '大师近战护符',
|
|
2309
|
+
['/actions/crafting/master_milking_charm']: '大师挤奶护符',
|
|
2310
|
+
['/actions/crafting/master_ranged_charm']: '大师远程护符',
|
|
2311
|
+
['/actions/crafting/master_stamina_charm']: '大师耐力护符',
|
|
2312
|
+
['/actions/crafting/master_tailoring_charm']: '大师缝纫护符',
|
|
2313
|
+
['/actions/crafting/master_woodcutting_charm']: '大师伐木护符',
|
|
2314
|
+
['/actions/crafting/mirror_of_protection']: '保护之镜',
|
|
2315
|
+
['/actions/crafting/necklace_of_efficiency']: '效率项链',
|
|
2316
|
+
['/actions/crafting/necklace_of_speed']: '速度项链',
|
|
2317
|
+
['/actions/crafting/necklace_of_wisdom']: '经验项链',
|
|
2318
|
+
['/actions/crafting/philosophers_earrings']: '贤者耳环',
|
|
2319
|
+
['/actions/crafting/philosophers_necklace']: '贤者项链',
|
|
2320
|
+
['/actions/crafting/philosophers_ring']: '贤者戒指',
|
|
2321
|
+
['/actions/crafting/pirate_chest_key']: '海盗宝箱钥匙',
|
|
2322
|
+
['/actions/crafting/pirate_entry_key']: '海盗钥匙',
|
|
2323
|
+
['/actions/crafting/purpleheart_bow']: '紫心弓',
|
|
2324
|
+
['/actions/crafting/purpleheart_crossbow']: '紫心弩',
|
|
2325
|
+
['/actions/crafting/purpleheart_fire_staff']: '紫心火法杖',
|
|
2326
|
+
['/actions/crafting/purpleheart_lumber']: '紫心木板',
|
|
2327
|
+
['/actions/crafting/purpleheart_nature_staff']: '紫心自然法杖',
|
|
2328
|
+
['/actions/crafting/purpleheart_shield']: '紫心盾',
|
|
2329
|
+
['/actions/crafting/purpleheart_water_staff']: '紫心水法杖',
|
|
2330
|
+
['/actions/crafting/ranger_necklace']: '射手项链',
|
|
2331
|
+
['/actions/crafting/redwood_bow']: '红杉弓',
|
|
2332
|
+
['/actions/crafting/redwood_crossbow']: '红杉弩',
|
|
2333
|
+
['/actions/crafting/redwood_fire_staff']: '红杉火法杖',
|
|
2334
|
+
['/actions/crafting/redwood_lumber']: '红杉木板',
|
|
2335
|
+
['/actions/crafting/redwood_nature_staff']: '红杉自然法杖',
|
|
2336
|
+
['/actions/crafting/redwood_shield']: '红杉盾',
|
|
2337
|
+
['/actions/crafting/redwood_water_staff']: '红杉水法杖',
|
|
2338
|
+
['/actions/crafting/ring_of_armor']: '护甲戒指',
|
|
2339
|
+
['/actions/crafting/ring_of_critical_strike']: '暴击戒指',
|
|
2340
|
+
['/actions/crafting/ring_of_essence_find']: '精华发现戒指',
|
|
2341
|
+
['/actions/crafting/ring_of_gathering']: '采集戒指',
|
|
2342
|
+
['/actions/crafting/ring_of_rare_find']: '稀有发现戒指',
|
|
2343
|
+
['/actions/crafting/ring_of_regeneration']: '恢复戒指',
|
|
2344
|
+
['/actions/crafting/ring_of_resistance']: '抗性戒指',
|
|
2345
|
+
['/actions/crafting/rippling_trident']: '涟漪三叉戟',
|
|
2346
|
+
['/actions/crafting/rippling_trident_refined']: '涟漪三叉戟(精)',
|
|
2347
|
+
['/actions/crafting/sinister_chest_key']: '阴森宝箱钥匙',
|
|
2348
|
+
['/actions/crafting/sinister_entry_key']: '阴森钥匙',
|
|
2349
|
+
['/actions/crafting/soul_hunter_crossbow']: '灵魂猎手弩',
|
|
2350
|
+
['/actions/crafting/sundering_crossbow']: '裂空之弩',
|
|
2351
|
+
['/actions/crafting/sundering_crossbow_refined']: '裂空之弩(精)',
|
|
2352
|
+
['/actions/crafting/treant_shield']: '树人盾',
|
|
2353
|
+
['/actions/crafting/vampiric_bow']: '吸血弓',
|
|
2354
|
+
['/actions/crafting/watchful_relic']: '警戒遗物',
|
|
2355
|
+
['/actions/crafting/wizard_necklace']: '巫师项链',
|
|
2356
|
+
['/actions/crafting/wooden_bow']: '木弓',
|
|
2357
|
+
['/actions/crafting/wooden_crossbow']: '木弩',
|
|
2358
|
+
['/actions/crafting/wooden_fire_staff']: '木制火法杖',
|
|
2359
|
+
['/actions/crafting/wooden_nature_staff']: '木制自然法杖',
|
|
2360
|
+
['/actions/crafting/wooden_shield']: '木盾',
|
|
2361
|
+
['/actions/crafting/wooden_water_staff']: '木制水法杖',
|
|
2362
|
+
['/actions/enhancing/enhance']: '强化',
|
|
2363
|
+
['/actions/foraging/apple']: '苹果',
|
|
2364
|
+
['/actions/foraging/arabica_coffee_bean']: '低级咖啡豆',
|
|
2365
|
+
['/actions/foraging/asteroid_belt']: '小行星带',
|
|
2366
|
+
['/actions/foraging/bamboo_branch']: '竹子',
|
|
2367
|
+
['/actions/foraging/blackberry']: '黑莓',
|
|
2368
|
+
['/actions/foraging/blueberry']: '蓝莓',
|
|
2369
|
+
['/actions/foraging/burble_beach']: '深紫沙滩',
|
|
2370
|
+
['/actions/foraging/cocoon']: '蚕茧',
|
|
2371
|
+
['/actions/foraging/cotton']: '棉花',
|
|
2372
|
+
['/actions/foraging/dragon_fruit']: '火龙果',
|
|
2373
|
+
['/actions/foraging/egg']: '鸡蛋',
|
|
2374
|
+
['/actions/foraging/excelsa_coffee_bean']: '特级咖啡豆',
|
|
2375
|
+
['/actions/foraging/farmland']: '翠野农场',
|
|
2376
|
+
['/actions/foraging/fieriosa_coffee_bean']: '火山咖啡豆',
|
|
2377
|
+
['/actions/foraging/flax']: '亚麻',
|
|
2378
|
+
['/actions/foraging/liberica_coffee_bean']: '高级咖啡豆',
|
|
2379
|
+
['/actions/foraging/marsberry']: '火星莓',
|
|
2380
|
+
['/actions/foraging/misty_forest']: '迷雾森林',
|
|
2381
|
+
['/actions/foraging/mooberry']: '哞莓',
|
|
2382
|
+
['/actions/foraging/olympus_mons']: '奥林匹斯山',
|
|
2383
|
+
['/actions/foraging/orange']: '橙子',
|
|
2384
|
+
['/actions/foraging/peach']: '桃子',
|
|
2385
|
+
['/actions/foraging/plum']: '李子',
|
|
2386
|
+
['/actions/foraging/radiant_fiber']: '光辉纤维',
|
|
2387
|
+
['/actions/foraging/robusta_coffee_bean']: '中级咖啡豆',
|
|
2388
|
+
['/actions/foraging/shimmering_lake']: '波光湖泊',
|
|
2389
|
+
['/actions/foraging/silly_cow_valley']: '傻牛山谷',
|
|
2390
|
+
['/actions/foraging/spaceberry']: '太空莓',
|
|
2391
|
+
['/actions/foraging/spacia_coffee_bean']: '太空咖啡豆',
|
|
2392
|
+
['/actions/foraging/star_fruit']: '杨桃',
|
|
2393
|
+
['/actions/foraging/strawberry']: '草莓',
|
|
2394
|
+
['/actions/foraging/sugar']: '糖',
|
|
2395
|
+
['/actions/foraging/wheat']: '小麦',
|
|
2396
|
+
['/actions/milking/azure_cow']: '蔚蓝奶牛',
|
|
2397
|
+
['/actions/milking/burble_cow']: '深紫奶牛',
|
|
2398
|
+
['/actions/milking/cow']: '奶牛',
|
|
2399
|
+
['/actions/milking/crimson_cow']: '绛红奶牛',
|
|
2400
|
+
['/actions/milking/holy_cow']: '神圣奶牛',
|
|
2401
|
+
['/actions/milking/unicow']: '彩虹奶牛',
|
|
2402
|
+
['/actions/milking/verdant_cow']: '翠绿奶牛',
|
|
2403
|
+
['/actions/tailoring/acrobatic_hood']: '杂技师兜帽',
|
|
2404
|
+
['/actions/tailoring/acrobatic_hood_refined']: '杂技师兜帽(精)',
|
|
2405
|
+
['/actions/tailoring/alchemists_bottoms']: '炼金师下装',
|
|
2406
|
+
['/actions/tailoring/alchemists_top']: '炼金师上衣',
|
|
2407
|
+
['/actions/tailoring/bamboo_boots']: '竹靴',
|
|
2408
|
+
['/actions/tailoring/bamboo_fabric']: '竹子布料',
|
|
2409
|
+
['/actions/tailoring/bamboo_gloves']: '竹手套',
|
|
2410
|
+
['/actions/tailoring/bamboo_hat']: '竹帽',
|
|
2411
|
+
['/actions/tailoring/bamboo_robe_bottoms']: '竹袍裙',
|
|
2412
|
+
['/actions/tailoring/bamboo_robe_top']: '竹袍服',
|
|
2413
|
+
['/actions/tailoring/beast_boots']: '野兽靴',
|
|
2414
|
+
['/actions/tailoring/beast_bracers']: '野兽护腕',
|
|
2415
|
+
['/actions/tailoring/beast_chaps']: '野兽皮裤',
|
|
2416
|
+
['/actions/tailoring/beast_hood']: '野兽兜帽',
|
|
2417
|
+
['/actions/tailoring/beast_leather']: '野兽皮革',
|
|
2418
|
+
['/actions/tailoring/beast_tunic']: '野兽皮衣',
|
|
2419
|
+
['/actions/tailoring/brewers_bottoms']: '饮品师下装',
|
|
2420
|
+
['/actions/tailoring/brewers_top']: '饮品师上衣',
|
|
2421
|
+
['/actions/tailoring/centaur_boots']: '半人马靴',
|
|
2422
|
+
['/actions/tailoring/cheesemakers_bottoms']: '奶酪师下装',
|
|
2423
|
+
['/actions/tailoring/cheesemakers_top']: '奶酪师上衣',
|
|
2424
|
+
['/actions/tailoring/chefs_bottoms']: '厨师下装',
|
|
2425
|
+
['/actions/tailoring/chefs_top']: '厨师上衣',
|
|
2426
|
+
['/actions/tailoring/chimerical_quiver_refined']: '奇幻箭袋(精)',
|
|
2427
|
+
['/actions/tailoring/chrono_gloves']: '时空手套',
|
|
2428
|
+
['/actions/tailoring/collectors_boots']: '收藏家靴',
|
|
2429
|
+
['/actions/tailoring/cotton_boots']: '棉靴',
|
|
2430
|
+
['/actions/tailoring/cotton_fabric']: '棉花布料',
|
|
2431
|
+
['/actions/tailoring/cotton_gloves']: '棉手套',
|
|
2432
|
+
['/actions/tailoring/cotton_hat']: '棉帽',
|
|
2433
|
+
['/actions/tailoring/cotton_robe_bottoms']: '棉袍裙',
|
|
2434
|
+
['/actions/tailoring/cotton_robe_top']: '棉袍服',
|
|
2435
|
+
['/actions/tailoring/crafters_bottoms']: '工匠下装',
|
|
2436
|
+
['/actions/tailoring/crafters_top']: '工匠上衣',
|
|
2437
|
+
['/actions/tailoring/dairyhands_bottoms']: '挤奶工下装',
|
|
2438
|
+
['/actions/tailoring/dairyhands_top']: '挤奶工上衣',
|
|
2439
|
+
['/actions/tailoring/enchanted_cloak_refined']: '秘法披风(精)',
|
|
2440
|
+
['/actions/tailoring/enchanted_gloves']: '附魔手套',
|
|
2441
|
+
['/actions/tailoring/enhancers_bottoms']: '强化师下装',
|
|
2442
|
+
['/actions/tailoring/enhancers_top']: '强化师上衣',
|
|
2443
|
+
['/actions/tailoring/flaming_robe_bottoms']: '烈焰袍裙',
|
|
2444
|
+
['/actions/tailoring/flaming_robe_top']: '烈焰袍服',
|
|
2445
|
+
['/actions/tailoring/fluffy_red_hat']: '蓬松红帽子',
|
|
2446
|
+
['/actions/tailoring/foragers_bottoms']: '采摘者下装',
|
|
2447
|
+
['/actions/tailoring/foragers_top']: '采摘者上衣',
|
|
2448
|
+
['/actions/tailoring/giant_pouch']: '巨大袋子',
|
|
2449
|
+
['/actions/tailoring/gluttonous_pouch']: '贪食之袋',
|
|
2450
|
+
['/actions/tailoring/gobo_boots']: '哥布林靴',
|
|
2451
|
+
['/actions/tailoring/gobo_bracers']: '哥布林护腕',
|
|
2452
|
+
['/actions/tailoring/gobo_chaps']: '哥布林皮裤',
|
|
2453
|
+
['/actions/tailoring/gobo_hood']: '哥布林兜帽',
|
|
2454
|
+
['/actions/tailoring/gobo_leather']: '哥布林皮革',
|
|
2455
|
+
['/actions/tailoring/gobo_tunic']: '哥布林皮衣',
|
|
2456
|
+
['/actions/tailoring/griffin_chaps']: '狮鹫皮裤',
|
|
2457
|
+
['/actions/tailoring/griffin_tunic']: '狮鹫皮衣',
|
|
2458
|
+
['/actions/tailoring/guzzling_pouch']: '暴饮之囊',
|
|
2459
|
+
['/actions/tailoring/icy_robe_bottoms']: '冰霜袍裙',
|
|
2460
|
+
['/actions/tailoring/icy_robe_top']: '冰霜袍服',
|
|
2461
|
+
['/actions/tailoring/kraken_chaps']: '克拉肯皮裤',
|
|
2462
|
+
['/actions/tailoring/kraken_chaps_refined']: '克拉肯皮裤(精)',
|
|
2463
|
+
['/actions/tailoring/kraken_tunic']: '克拉肯皮衣',
|
|
2464
|
+
['/actions/tailoring/kraken_tunic_refined']: '克拉肯皮衣(精)',
|
|
2465
|
+
['/actions/tailoring/large_pouch']: '大袋子',
|
|
2466
|
+
['/actions/tailoring/linen_boots']: '亚麻靴',
|
|
2467
|
+
['/actions/tailoring/linen_fabric']: '亚麻布料',
|
|
2468
|
+
['/actions/tailoring/linen_gloves']: '亚麻手套',
|
|
2469
|
+
['/actions/tailoring/linen_hat']: '亚麻帽',
|
|
2470
|
+
['/actions/tailoring/linen_robe_bottoms']: '亚麻袍裙',
|
|
2471
|
+
['/actions/tailoring/linen_robe_top']: '亚麻袍服',
|
|
2472
|
+
['/actions/tailoring/lumberjacks_bottoms']: '伐木工下装',
|
|
2473
|
+
['/actions/tailoring/lumberjacks_top']: '伐木工上衣',
|
|
2474
|
+
['/actions/tailoring/luna_robe_bottoms']: '月神袍裙',
|
|
2475
|
+
['/actions/tailoring/luna_robe_top']: '月神袍服',
|
|
2476
|
+
['/actions/tailoring/magicians_hat']: '魔术师帽',
|
|
2477
|
+
['/actions/tailoring/magicians_hat_refined']: '魔术师帽(精)',
|
|
2478
|
+
['/actions/tailoring/marine_chaps']: '航海皮裤',
|
|
2479
|
+
['/actions/tailoring/marine_tunic']: '海洋皮衣',
|
|
2480
|
+
['/actions/tailoring/marksman_bracers']: '神射护腕',
|
|
2481
|
+
['/actions/tailoring/marksman_bracers_refined']: '神射护腕(精)',
|
|
2482
|
+
['/actions/tailoring/medium_pouch']: '中袋子',
|
|
2483
|
+
['/actions/tailoring/radiant_boots']: '光辉靴',
|
|
2484
|
+
['/actions/tailoring/radiant_fabric']: '光辉布料',
|
|
2485
|
+
['/actions/tailoring/radiant_gloves']: '光辉手套',
|
|
2486
|
+
['/actions/tailoring/radiant_hat']: '光辉帽',
|
|
2487
|
+
['/actions/tailoring/radiant_robe_bottoms']: '光辉袍裙',
|
|
2488
|
+
['/actions/tailoring/radiant_robe_top']: '光辉袍服',
|
|
2489
|
+
['/actions/tailoring/red_culinary_hat']: '红色厨师帽',
|
|
2490
|
+
['/actions/tailoring/reptile_boots']: '爬行动物靴',
|
|
2491
|
+
['/actions/tailoring/reptile_bracers']: '爬行动物护腕',
|
|
2492
|
+
['/actions/tailoring/reptile_chaps']: '爬行动物皮裤',
|
|
2493
|
+
['/actions/tailoring/reptile_hood']: '爬行动物兜帽',
|
|
2494
|
+
['/actions/tailoring/reptile_leather']: '爬行动物皮革',
|
|
2495
|
+
['/actions/tailoring/reptile_tunic']: '爬行动物皮衣',
|
|
2496
|
+
['/actions/tailoring/revenant_chaps']: '亡灵皮裤',
|
|
2497
|
+
['/actions/tailoring/revenant_tunic']: '亡灵皮衣',
|
|
2498
|
+
['/actions/tailoring/rough_boots']: '粗糙靴',
|
|
2499
|
+
['/actions/tailoring/rough_bracers']: '粗糙护腕',
|
|
2500
|
+
['/actions/tailoring/rough_chaps']: '粗糙皮裤',
|
|
2501
|
+
['/actions/tailoring/rough_hood']: '粗糙兜帽',
|
|
2502
|
+
['/actions/tailoring/rough_leather']: '粗糙皮革',
|
|
2503
|
+
['/actions/tailoring/rough_tunic']: '粗糙皮衣',
|
|
2504
|
+
['/actions/tailoring/royal_fire_robe_bottoms']: '皇家火系袍裙',
|
|
2505
|
+
['/actions/tailoring/royal_fire_robe_bottoms_refined']: '皇家火系袍裙(精)',
|
|
2506
|
+
['/actions/tailoring/royal_fire_robe_top']: '皇家火系袍服',
|
|
2507
|
+
['/actions/tailoring/royal_fire_robe_top_refined']: '皇家火系袍服(精)',
|
|
2508
|
+
['/actions/tailoring/royal_nature_robe_bottoms']: '皇家自然系袍裙',
|
|
2509
|
+
['/actions/tailoring/royal_nature_robe_bottoms_refined']: '皇家自然系袍裙(精)',
|
|
2510
|
+
['/actions/tailoring/royal_nature_robe_top']: '皇家自然系袍服',
|
|
2511
|
+
['/actions/tailoring/royal_nature_robe_top_refined']: '皇家自然系袍服(精)',
|
|
2512
|
+
['/actions/tailoring/royal_water_robe_bottoms']: '皇家水系袍裙',
|
|
2513
|
+
['/actions/tailoring/royal_water_robe_bottoms_refined']: '皇家水系袍裙(精)',
|
|
2514
|
+
['/actions/tailoring/royal_water_robe_top']: '皇家水系袍服',
|
|
2515
|
+
['/actions/tailoring/royal_water_robe_top_refined']: '皇家水系袍服(精)',
|
|
2516
|
+
['/actions/tailoring/shoebill_shoes']: '鲸头鹳鞋',
|
|
2517
|
+
['/actions/tailoring/sighted_bracers']: '瞄准护腕',
|
|
2518
|
+
['/actions/tailoring/silk_boots']: '丝靴',
|
|
2519
|
+
['/actions/tailoring/silk_fabric']: '丝绸',
|
|
2520
|
+
['/actions/tailoring/silk_gloves']: '丝手套',
|
|
2521
|
+
['/actions/tailoring/silk_hat']: '丝帽',
|
|
2522
|
+
['/actions/tailoring/silk_robe_bottoms']: '丝绸袍裙',
|
|
2523
|
+
['/actions/tailoring/silk_robe_top']: '丝绸袍服',
|
|
2524
|
+
['/actions/tailoring/sinister_cape_refined']: '阴森斗篷(精)',
|
|
2525
|
+
['/actions/tailoring/small_pouch']: '小袋子',
|
|
2526
|
+
['/actions/tailoring/sorcerer_boots']: '巫师靴',
|
|
2527
|
+
['/actions/tailoring/tailors_bottoms']: '裁缝下装',
|
|
2528
|
+
['/actions/tailoring/tailors_top']: '裁缝上衣',
|
|
2529
|
+
['/actions/tailoring/umbral_boots']: '暗影靴',
|
|
2530
|
+
['/actions/tailoring/umbral_bracers']: '暗影护腕',
|
|
2531
|
+
['/actions/tailoring/umbral_chaps']: '暗影皮裤',
|
|
2532
|
+
['/actions/tailoring/umbral_hood']: '暗影兜帽',
|
|
2533
|
+
['/actions/tailoring/umbral_leather']: '暗影皮革',
|
|
2534
|
+
['/actions/tailoring/umbral_tunic']: '暗影皮衣',
|
|
2535
|
+
['/actions/woodcutting/arcane_tree']: '奥秘树',
|
|
2536
|
+
['/actions/woodcutting/birch_tree']: '桦树',
|
|
2537
|
+
['/actions/woodcutting/cedar_tree']: '雪松树',
|
|
2538
|
+
['/actions/woodcutting/ginkgo_tree']: '银杏树',
|
|
2539
|
+
['/actions/woodcutting/purpleheart_tree']: '紫心树',
|
|
2540
|
+
['/actions/woodcutting/redwood_tree']: '红杉树',
|
|
2541
|
+
['/actions/woodcutting/tree']: '树',
|
|
2542
|
+
};
|
|
2543
|
+
export const MONSTER_NAMES = {
|
|
2544
|
+
['/monsters/abyssal_imp']: '深渊小鬼',
|
|
2545
|
+
['/monsters/acrobat']: '杂技师',
|
|
2546
|
+
['/monsters/alligator']: '夏洛克',
|
|
2547
|
+
['/monsters/anchor_shark']: '持锚鲨',
|
|
2548
|
+
['/monsters/aquahorse']: '水马',
|
|
2549
|
+
['/monsters/black_bear']: '黑熊',
|
|
2550
|
+
['/monsters/brine_marksman']: '海盐射手',
|
|
2551
|
+
['/monsters/butterjerry']: '蝶鼠',
|
|
2552
|
+
['/monsters/captain_fishhook']: '鱼钩船长',
|
|
2553
|
+
['/monsters/centaur_archer']: '半人马弓箭手',
|
|
2554
|
+
['/monsters/chronofrost_sorcerer']: '霜时巫师',
|
|
2555
|
+
['/monsters/crab']: '螃蟹',
|
|
2556
|
+
['/monsters/crystal_colossus']: '水晶巨像',
|
|
2557
|
+
['/monsters/demonic_overlord']: '恶魔霸主',
|
|
2558
|
+
['/monsters/deranged_jester']: '小丑皇',
|
|
2559
|
+
['/monsters/dodocamel']: '渡渡驼',
|
|
2560
|
+
['/monsters/dusk_revenant']: '黄昏亡灵',
|
|
2561
|
+
['/monsters/elementalist']: '元素法师',
|
|
2562
|
+
['/monsters/enchanted_bishop']: '秘法主教',
|
|
2563
|
+
['/monsters/enchanted_king']: '秘法国王',
|
|
2564
|
+
['/monsters/enchanted_knight']: '秘法骑士',
|
|
2565
|
+
['/monsters/enchanted_pawn']: '秘法士兵',
|
|
2566
|
+
['/monsters/enchanted_queen']: '秘法王后',
|
|
2567
|
+
['/monsters/enchanted_rook']: '秘法堡垒',
|
|
2568
|
+
['/monsters/eye']: '独眼',
|
|
2569
|
+
['/monsters/eyes']: '叠眼',
|
|
2570
|
+
['/monsters/flame_sorcerer']: '火焰巫师',
|
|
2571
|
+
['/monsters/fly']: '苍蝇',
|
|
2572
|
+
['/monsters/frog']: '青蛙',
|
|
2573
|
+
['/monsters/giant_shoebill']: '鲸头鹳',
|
|
2574
|
+
['/monsters/gobo_boomy']: '轰轰',
|
|
2575
|
+
['/monsters/gobo_chieftain']: '哥布林酋长',
|
|
2576
|
+
['/monsters/gobo_shooty']: '咻咻',
|
|
2577
|
+
['/monsters/gobo_slashy']: '砍砍',
|
|
2578
|
+
['/monsters/gobo_smashy']: '锤锤',
|
|
2579
|
+
['/monsters/gobo_stabby']: '刺刺',
|
|
2580
|
+
['/monsters/granite_golem']: '花岗魔像',
|
|
2581
|
+
['/monsters/griffin']: '狮鹫',
|
|
2582
|
+
['/monsters/grizzly_bear']: '棕熊',
|
|
2583
|
+
['/monsters/gummy_bear']: '软糖熊',
|
|
2584
|
+
['/monsters/ice_sorcerer']: '冰霜巫师',
|
|
2585
|
+
['/monsters/infernal_warlock']: '地狱术士',
|
|
2586
|
+
['/monsters/jackalope']: '鹿角兔',
|
|
2587
|
+
['/monsters/juggler']: '杂耍者',
|
|
2588
|
+
['/monsters/jungle_sprite']: '丛林精灵',
|
|
2589
|
+
['/monsters/luna_empress']: '月神之蝶',
|
|
2590
|
+
['/monsters/magician']: '魔术师',
|
|
2591
|
+
['/monsters/magnetic_golem']: '磁力魔像',
|
|
2592
|
+
['/monsters/manticore']: '狮蝎兽',
|
|
2593
|
+
['/monsters/marine_huntress']: '海洋猎手',
|
|
2594
|
+
['/monsters/myconid']: '蘑菇人',
|
|
2595
|
+
['/monsters/nom_nom']: '咬咬鱼',
|
|
2596
|
+
['/monsters/novice_sorcerer']: '新手巫师',
|
|
2597
|
+
['/monsters/panda']: '熊猫',
|
|
2598
|
+
['/monsters/polar_bear']: '北极熊',
|
|
2599
|
+
['/monsters/porcupine']: '豪猪',
|
|
2600
|
+
['/monsters/rabid_rabbit']: '疯魔兔',
|
|
2601
|
+
['/monsters/rat']: '杰瑞',
|
|
2602
|
+
['/monsters/red_panda']: '小熊猫',
|
|
2603
|
+
['/monsters/sea_snail']: '蜗牛',
|
|
2604
|
+
['/monsters/skunk']: '臭鼬',
|
|
2605
|
+
['/monsters/slimy']: '史莱姆',
|
|
2606
|
+
['/monsters/snake']: '蛇',
|
|
2607
|
+
['/monsters/soul_hunter']: '灵魂猎手',
|
|
2608
|
+
['/monsters/squawker']: '鹦鹉',
|
|
2609
|
+
['/monsters/stalactite_golem']: '钟乳石魔像',
|
|
2610
|
+
['/monsters/swampy']: '沼泽虫',
|
|
2611
|
+
['/monsters/the_kraken']: '克拉肯',
|
|
2612
|
+
['/monsters/the_watcher']: '观察者',
|
|
2613
|
+
['/monsters/tidal_conjuror']: '潮汐召唤师',
|
|
2614
|
+
['/monsters/treant']: '树人',
|
|
2615
|
+
['/monsters/turtle']: '忍者龟',
|
|
2616
|
+
['/monsters/vampire']: '吸血鬼',
|
|
2617
|
+
['/monsters/veyes']: '复眼',
|
|
2618
|
+
['/monsters/werewolf']: '狼人',
|
|
2619
|
+
['/monsters/zombie']: '僵尸',
|
|
2620
|
+
['/monsters/zombie_bear']: '僵尸熊',
|
|
2621
|
+
};
|
|
2622
|
+
export const ABILITY_NAMES = {
|
|
2623
|
+
['/abilities/aqua_arrow']: '流水箭',
|
|
2624
|
+
['/abilities/berserk']: '狂暴',
|
|
2625
|
+
['/abilities/cleave']: '分裂斩',
|
|
2626
|
+
['/abilities/crippling_slash']: '致残斩',
|
|
2627
|
+
['/abilities/critical_aura']: '暴击光环',
|
|
2628
|
+
['/abilities/elemental_affinity']: '元素增幅',
|
|
2629
|
+
['/abilities/elusiveness']: '闪避',
|
|
2630
|
+
['/abilities/entangle']: '缠绕',
|
|
2631
|
+
['/abilities/fierce_aura']: '物理光环',
|
|
2632
|
+
['/abilities/fireball']: '火球',
|
|
2633
|
+
['/abilities/firestorm']: '火焰风暴',
|
|
2634
|
+
['/abilities/flame_arrow']: '烈焰箭',
|
|
2635
|
+
['/abilities/flame_blast']: '熔岩爆裂',
|
|
2636
|
+
['/abilities/fracturing_impact']: '碎裂冲击',
|
|
2637
|
+
['/abilities/frenzy']: '狂速',
|
|
2638
|
+
['/abilities/frost_surge']: '冰霜爆裂',
|
|
2639
|
+
['/abilities/guardian_aura']: '守护光环',
|
|
2640
|
+
['/abilities/heal']: '自愈术',
|
|
2641
|
+
['/abilities/ice_spear']: '冰枪术',
|
|
2642
|
+
['/abilities/impale']: '透骨之刺',
|
|
2643
|
+
['/abilities/insanity']: '疯狂',
|
|
2644
|
+
['/abilities/invincible']: '无敌',
|
|
2645
|
+
['/abilities/life_drain']: '生命吸取',
|
|
2646
|
+
['/abilities/maim']: '血刃斩',
|
|
2647
|
+
['/abilities/mana_spring']: '法力喷泉',
|
|
2648
|
+
['/abilities/minor_heal']: '初级自愈术',
|
|
2649
|
+
['/abilities/mystic_aura']: '元素光环',
|
|
2650
|
+
['/abilities/natures_veil']: '自然菌幕',
|
|
2651
|
+
['/abilities/penetrating_shot']: '贯穿射击',
|
|
2652
|
+
['/abilities/penetrating_strike']: '贯心之刺',
|
|
2653
|
+
['/abilities/pestilent_shot']: '疫病射击',
|
|
2654
|
+
['/abilities/poke']: '破胆之刺',
|
|
2655
|
+
['/abilities/precision']: '精确',
|
|
2656
|
+
['/abilities/promote']: '晋升',
|
|
2657
|
+
['/abilities/provoke']: '挑衅',
|
|
2658
|
+
['/abilities/puncture']: '破甲之刺',
|
|
2659
|
+
['/abilities/quick_aid']: '快速治疗术',
|
|
2660
|
+
['/abilities/quick_shot']: '快速射击',
|
|
2661
|
+
['/abilities/rain_of_arrows']: '箭雨',
|
|
2662
|
+
['/abilities/rejuvenate']: '群体治疗术',
|
|
2663
|
+
['/abilities/retribution']: '惩戒',
|
|
2664
|
+
['/abilities/revive']: '复活',
|
|
2665
|
+
['/abilities/scratch']: '爪影斩',
|
|
2666
|
+
['/abilities/shield_bash']: '盾击',
|
|
2667
|
+
['/abilities/silencing_shot']: '沉默之箭',
|
|
2668
|
+
['/abilities/smack']: '重碾',
|
|
2669
|
+
['/abilities/smoke_burst']: '烟爆灭影',
|
|
2670
|
+
['/abilities/speed_aura']: '速度光环',
|
|
2671
|
+
['/abilities/spike_shell']: '尖刺防护',
|
|
2672
|
+
['/abilities/steady_shot']: '稳定射击',
|
|
2673
|
+
['/abilities/stunning_blow']: '重锤',
|
|
2674
|
+
['/abilities/sweep']: '重扫',
|
|
2675
|
+
['/abilities/taunt']: '嘲讽',
|
|
2676
|
+
['/abilities/toughness']: '坚韧',
|
|
2677
|
+
['/abilities/toxic_pollen']: '剧毒粉尘',
|
|
2678
|
+
['/abilities/vampirism']: '吸血',
|
|
2679
|
+
['/abilities/water_strike']: '流水冲击',
|
|
2680
|
+
};
|
|
2681
|
+
export const ABILITY_DESCRIPTIONS = {
|
|
2682
|
+
['/abilities/aqua_arrow']: '向目标敌人射出水箭',
|
|
2683
|
+
['/abilities/berserk']: '临时大幅增加物理伤害',
|
|
2684
|
+
['/abilities/cleave']: '劈砍所有敌人',
|
|
2685
|
+
['/abilities/crippling_slash']: '斩击所有敌人,并减少其伤害',
|
|
2686
|
+
['/abilities/critical_aura']: '增加所有队友的暴击率和暴击伤害,效果随施法者的远程每级增加(0.005x)',
|
|
2687
|
+
['/abilities/elemental_affinity']: '临时大幅增加元素伤害',
|
|
2688
|
+
['/abilities/elusiveness']: '临时大幅增加闪避',
|
|
2689
|
+
['/abilities/entangle']: '缠绕目标敌人,造成伤害并有几率使其眩晕',
|
|
2690
|
+
['/abilities/fierce_aura']: '增加所有队友的物理增幅,效果随施法者的近战每级增加(0.005x)',
|
|
2691
|
+
['/abilities/fireball']: '对目标敌人施放火球',
|
|
2692
|
+
['/abilities/firestorm']: '对所有敌人施放火焰风暴',
|
|
2693
|
+
['/abilities/flame_arrow']: '向目标敌人射出火焰箭',
|
|
2694
|
+
['/abilities/flame_blast']: '对所有敌人施放熔岩爆裂',
|
|
2695
|
+
['/abilities/fracturing_impact']: '对所有敌人造成伤害,并增加其所受伤害',
|
|
2696
|
+
['/abilities/frenzy']: '临时大幅增加攻击速度',
|
|
2697
|
+
['/abilities/frost_surge']: '对所有敌人施放冰霜爆裂,造成伤害并减少闪避',
|
|
2698
|
+
['/abilities/guardian_aura']: '增加所有队友的治疗增幅、闪避、护甲和抗性,效果随施法者的防御每级增加(0.005x)',
|
|
2699
|
+
['/abilities/heal']: '对自己施放治疗术',
|
|
2700
|
+
['/abilities/ice_spear']: '对目标敌人投掷冰矛,造成伤害并降低其攻击速度',
|
|
2701
|
+
['/abilities/impale']: '刺穿目标敌人',
|
|
2702
|
+
['/abilities/insanity']: '以HP为代价,临时增加伤害、攻击速度和施法速度',
|
|
2703
|
+
['/abilities/invincible']: '临时极大增加护甲、抗性和韧性',
|
|
2704
|
+
['/abilities/life_drain']: '吸取目标敌人的生命力,造成伤害并治疗自己',
|
|
2705
|
+
['/abilities/maim']: '划伤目标敌人,并使其流血',
|
|
2706
|
+
['/abilities/mana_spring']: '对所有敌人释放法力喷泉,造成伤害并增加友方MP恢复',
|
|
2707
|
+
['/abilities/minor_heal']: '对自己施放初级治疗术',
|
|
2708
|
+
['/abilities/mystic_aura']: '增加所有队友的元素增幅,效果随施法者的魔法每级增加(0.005x)',
|
|
2709
|
+
['/abilities/natures_veil']: '给所有敌人蒙上一层菌幕,造成伤害并有几率使其失明',
|
|
2710
|
+
['/abilities/penetrating_shot']: '射击目标敌人,如果命中,则贯穿并射向下一个敌人',
|
|
2711
|
+
['/abilities/penetrating_strike']: '刺向目标敌人,如果命中,则贯穿并刺向下一个敌人',
|
|
2712
|
+
['/abilities/pestilent_shot']: '对目标敌人射击,并减少护甲和魔抗',
|
|
2713
|
+
['/abilities/poke']: '戳向目标敌人',
|
|
2714
|
+
['/abilities/precision']: '临时大幅增加精准',
|
|
2715
|
+
['/abilities/promote']: '晋升一个小兵',
|
|
2716
|
+
['/abilities/provoke']: '极大地增加威胁等级',
|
|
2717
|
+
['/abilities/puncture']: '击破目标敌人的护甲,造成伤害并临时降低其护甲',
|
|
2718
|
+
['/abilities/quick_aid']: '对HP%最低的队友施放治疗术',
|
|
2719
|
+
['/abilities/quick_shot']: '对目标敌人进行快速射击',
|
|
2720
|
+
['/abilities/rain_of_arrows']: '向所有敌人射出箭雨',
|
|
2721
|
+
['/abilities/rejuvenate']: '治疗所有队友',
|
|
2722
|
+
['/abilities/retribution']: '临时获得反伤强度',
|
|
2723
|
+
['/abilities/revive']: '复活一位死亡的队友',
|
|
2724
|
+
['/abilities/scratch']: '抓伤目标敌人',
|
|
2725
|
+
['/abilities/shield_bash']: '盾击目标敌人',
|
|
2726
|
+
['/abilities/silencing_shot']: '对目标敌人射击,并使其沉默',
|
|
2727
|
+
['/abilities/smack']: '猛击目标敌人',
|
|
2728
|
+
['/abilities/smoke_burst']: '对目标敌人释放烟爆灭影,造成伤害并减少精准',
|
|
2729
|
+
['/abilities/speed_aura']: '增加所有队友的攻击速度和施法速度,效果随施法者的攻击每级增加(0.005x)',
|
|
2730
|
+
['/abilities/spike_shell']: '临时获得物理和元素荆棘',
|
|
2731
|
+
['/abilities/steady_shot']: '以极高的精准对目标敌人进行射击',
|
|
2732
|
+
['/abilities/stunning_blow']: '重锤目标敌人,并有几率使其眩晕',
|
|
2733
|
+
['/abilities/sweep']: '对所有敌人进行横扫攻击',
|
|
2734
|
+
['/abilities/taunt']: '大幅增加威胁等级',
|
|
2735
|
+
['/abilities/toughness']: '临时大幅增加护甲和抗性',
|
|
2736
|
+
['/abilities/toxic_pollen']: '对所有敌人施放剧毒粉尘,造成伤害并减少护甲和魔抗',
|
|
2737
|
+
['/abilities/vampirism']: '临时获得生命偷取',
|
|
2738
|
+
['/abilities/water_strike']: '对目标敌人使用流水冲击',
|
|
2739
|
+
};
|
|
2740
|
+
export const BUFFTYPE_NAMES = {
|
|
2741
|
+
['/buff_types/accuracy']: '精准',
|
|
2742
|
+
['/buff_types/action_level']: '行动所需等级',
|
|
2743
|
+
['/buff_types/action_speed']: '行动速度',
|
|
2744
|
+
['/buff_types/alchemy_level']: '炼金等级',
|
|
2745
|
+
['/buff_types/alchemy_success']: '炼金成功率',
|
|
2746
|
+
['/buff_types/armor']: '护甲',
|
|
2747
|
+
['/buff_types/artisan']: '工匠',
|
|
2748
|
+
['/buff_types/attack_level']: '攻击等级',
|
|
2749
|
+
['/buff_types/attack_speed']: '攻击速度',
|
|
2750
|
+
['/buff_types/blessed']: '福气',
|
|
2751
|
+
['/buff_types/brewing_level']: '冲泡等级',
|
|
2752
|
+
['/buff_types/cast_speed']: '施法速度',
|
|
2753
|
+
['/buff_types/cheesesmithing_level']: '奶酪锻造等级',
|
|
2754
|
+
['/buff_types/combat_drop_quantity']: '战斗掉落数量',
|
|
2755
|
+
['/buff_types/combat_drop_rate']: '战斗掉落率',
|
|
2756
|
+
['/buff_types/cooking_level']: '烹饪等级',
|
|
2757
|
+
['/buff_types/crafting_level']: '制作等级',
|
|
2758
|
+
['/buff_types/critical_damage']: '暴击伤害',
|
|
2759
|
+
['/buff_types/critical_rate']: '暴击率',
|
|
2760
|
+
['/buff_types/damage']: '伤害',
|
|
2761
|
+
['/buff_types/damage_taken']: '所受伤害',
|
|
2762
|
+
['/buff_types/defense_level']: '防御等级',
|
|
2763
|
+
['/buff_types/efficiency']: '效率',
|
|
2764
|
+
['/buff_types/elemental_thorns']: '元素荆棘',
|
|
2765
|
+
['/buff_types/enhancing_level']: '强化等级',
|
|
2766
|
+
['/buff_types/enhancing_success']: '强化成功率',
|
|
2767
|
+
['/buff_types/essence_find']: '精华发现',
|
|
2768
|
+
['/buff_types/evasion']: '闪避',
|
|
2769
|
+
['/buff_types/fire_amplify']: '火系增幅',
|
|
2770
|
+
['/buff_types/fire_resistance']: '火系抗性',
|
|
2771
|
+
['/buff_types/foraging_level']: '采摘等级',
|
|
2772
|
+
['/buff_types/gathering']: '采集数量',
|
|
2773
|
+
['/buff_types/gourmet']: '美食',
|
|
2774
|
+
['/buff_types/healing_amplify']: '治疗增幅',
|
|
2775
|
+
['/buff_types/hp_regen']: 'HP恢复',
|
|
2776
|
+
['/buff_types/intelligence_level']: '智力等级',
|
|
2777
|
+
['/buff_types/life_steal']: '生命窃取',
|
|
2778
|
+
['/buff_types/magic_level']: '魔法等级',
|
|
2779
|
+
['/buff_types/mana_leech']: '法力吸取',
|
|
2780
|
+
['/buff_types/melee_level']: '近战等级',
|
|
2781
|
+
['/buff_types/milking_level']: '挤奶等级',
|
|
2782
|
+
['/buff_types/mp_regen']: 'MP恢复',
|
|
2783
|
+
['/buff_types/nature_amplify']: '自然系增幅',
|
|
2784
|
+
['/buff_types/nature_resistance']: '自然系抗性',
|
|
2785
|
+
['/buff_types/physical_amplify']: '物理增幅',
|
|
2786
|
+
['/buff_types/physical_thorns']: '物理荆棘',
|
|
2787
|
+
['/buff_types/processing']: '加工',
|
|
2788
|
+
['/buff_types/ranged_level']: '远程等级',
|
|
2789
|
+
['/buff_types/rare_find']: '稀有发现',
|
|
2790
|
+
['/buff_types/retaliation']: '反伤强度',
|
|
2791
|
+
['/buff_types/stamina_level']: '耐力等级',
|
|
2792
|
+
['/buff_types/tailoring_level']: '缝纫等级',
|
|
2793
|
+
['/buff_types/task_action_speed']: '任务行动速度',
|
|
2794
|
+
['/buff_types/tenacity']: '韧性',
|
|
2795
|
+
['/buff_types/threat']: '威胁',
|
|
2796
|
+
['/buff_types/water_amplify']: '水系增幅',
|
|
2797
|
+
['/buff_types/water_resistance']: '水系抗性',
|
|
2798
|
+
['/buff_types/wisdom']: '经验',
|
|
2799
|
+
['/buff_types/woodcutting_level']: '伐木等级',
|
|
2800
|
+
};
|
|
2801
|
+
export const BUFFTYPE_DESCRIPTIONS = {
|
|
2802
|
+
['/buff_types/accuracy']: '增加精准度',
|
|
2803
|
+
['/buff_types/action_level']: '增加行动所需等级',
|
|
2804
|
+
['/buff_types/action_speed']: '减少行动所需时间',
|
|
2805
|
+
['/buff_types/alchemy_level']: '增益炼金等级',
|
|
2806
|
+
['/buff_types/alchemy_success']: '炼金成功率的乘法加成',
|
|
2807
|
+
['/buff_types/armor']: '减少所受物理伤害',
|
|
2808
|
+
['/buff_types/artisan']: '减少生产过程中所需材料',
|
|
2809
|
+
['/buff_types/attack_level']: '增益攻击等级',
|
|
2810
|
+
['/buff_types/attack_speed']: '增加自动攻击速度',
|
|
2811
|
+
['/buff_types/blessed']: '有机会在强化成功时获得+2而不是+1',
|
|
2812
|
+
['/buff_types/brewing_level']: '增益冲泡等级',
|
|
2813
|
+
['/buff_types/cast_speed']: '增加施法速度',
|
|
2814
|
+
['/buff_types/cheesesmithing_level']: '增益奶酪锻造等级',
|
|
2815
|
+
['/buff_types/combat_drop_quantity']: '增加战斗战利品数量',
|
|
2816
|
+
['/buff_types/combat_drop_rate']: '增加战斗战利品的掉落率',
|
|
2817
|
+
['/buff_types/cooking_level']: '增益烹饪等级',
|
|
2818
|
+
['/buff_types/crafting_level']: '增益制作等级',
|
|
2819
|
+
['/buff_types/critical_damage']: '增加暴击伤害',
|
|
2820
|
+
['/buff_types/critical_rate']: '增加暴击率',
|
|
2821
|
+
['/buff_types/damage']: '增加伤害',
|
|
2822
|
+
['/buff_types/damage_taken']: '增加所受伤害',
|
|
2823
|
+
['/buff_types/defense_level']: '增益防御等级',
|
|
2824
|
+
['/buff_types/efficiency']: '立即重复行动的几率',
|
|
2825
|
+
['/buff_types/elemental_thorns']: '受到元素攻击时,对攻击者造成基于你抗性的一定元素伤害',
|
|
2826
|
+
['/buff_types/enhancing_level']: '增益强化等级',
|
|
2827
|
+
['/buff_types/enhancing_success']: '强化成功率的乘法加成',
|
|
2828
|
+
['/buff_types/essence_find']: '增加精华的掉落率',
|
|
2829
|
+
['/buff_types/evasion']: '增加闪避率',
|
|
2830
|
+
['/buff_types/fire_amplify']: '增加火系伤害',
|
|
2831
|
+
['/buff_types/fire_resistance']: '减少所受火系伤害',
|
|
2832
|
+
['/buff_types/foraging_level']: '增益采摘等级',
|
|
2833
|
+
['/buff_types/gathering']: '增加采集数量',
|
|
2834
|
+
['/buff_types/gourmet']: '有机会免费获得一个额外物品',
|
|
2835
|
+
['/buff_types/healing_amplify']: '增加治疗量',
|
|
2836
|
+
['/buff_types/hp_regen']: '增加HP恢复',
|
|
2837
|
+
['/buff_types/intelligence_level']: '增益智力等级',
|
|
2838
|
+
['/buff_types/life_steal']: '自动攻击时获得生命窃取',
|
|
2839
|
+
['/buff_types/magic_level']: '增益魔法等级',
|
|
2840
|
+
['/buff_types/mana_leech']: '自动攻击时获得法力吸取',
|
|
2841
|
+
['/buff_types/melee_level']: '增益近战等级',
|
|
2842
|
+
['/buff_types/milking_level']: '增益挤奶等级',
|
|
2843
|
+
['/buff_types/mp_regen']: '增加MP恢复',
|
|
2844
|
+
['/buff_types/nature_amplify']: '增加自然系伤害',
|
|
2845
|
+
['/buff_types/nature_resistance']: '减少所受自然系伤害',
|
|
2846
|
+
['/buff_types/physical_amplify']: '增加物理伤害',
|
|
2847
|
+
['/buff_types/physical_thorns']: '受到物理攻击时,对攻击者造成基于你护甲的一定物理伤害',
|
|
2848
|
+
['/buff_types/processing']: '有机会立即将原材料转化成产品 (奶酪、布料、和木材)',
|
|
2849
|
+
['/buff_types/ranged_level']: '增益远程等级',
|
|
2850
|
+
['/buff_types/rare_find']: '增加稀有物品的掉落率',
|
|
2851
|
+
['/buff_types/retaliation']: '将攻击原始伤害的一定比例以钝击形式反伤攻击者',
|
|
2852
|
+
['/buff_types/stamina_level']: '增益耐力等级',
|
|
2853
|
+
['/buff_types/tailoring_level']: '增益缝纫等级',
|
|
2854
|
+
['/buff_types/task_action_speed']: '减少任务行动所需时间',
|
|
2855
|
+
['/buff_types/tenacity']: '降低失明、沉默或眩晕的几率',
|
|
2856
|
+
['/buff_types/threat']: '增加战斗中被攻击的几率',
|
|
2857
|
+
['/buff_types/water_amplify']: '增加水系伤害',
|
|
2858
|
+
['/buff_types/water_resistance']: '减少所受水系伤害',
|
|
2859
|
+
['/buff_types/wisdom']: '增加获得经验',
|
|
2860
|
+
['/buff_types/woodcutting_level']: '增益伐木等级',
|
|
2861
|
+
};
|
|
2862
|
+
export const HOUSEROOM_NAMES = {
|
|
2863
|
+
['/house_rooms/archery_range']: '射箭场',
|
|
2864
|
+
['/house_rooms/armory']: '军械库',
|
|
2865
|
+
['/house_rooms/brewery']: '冲泡坊',
|
|
2866
|
+
['/house_rooms/dairy_barn']: '奶牛棚',
|
|
2867
|
+
['/house_rooms/dining_room']: '餐厅',
|
|
2868
|
+
['/house_rooms/dojo']: '道场',
|
|
2869
|
+
['/house_rooms/forge']: '锻造台',
|
|
2870
|
+
['/house_rooms/garden']: '花园',
|
|
2871
|
+
['/house_rooms/gym']: '健身房',
|
|
2872
|
+
['/house_rooms/kitchen']: '厨房',
|
|
2873
|
+
['/house_rooms/laboratory']: '实验室',
|
|
2874
|
+
['/house_rooms/library']: '图书馆',
|
|
2875
|
+
['/house_rooms/log_shed']: '木棚',
|
|
2876
|
+
['/house_rooms/mystical_study']: '神秘研究室',
|
|
2877
|
+
['/house_rooms/observatory']: '天文台',
|
|
2878
|
+
['/house_rooms/sewing_parlor']: '缝纫室',
|
|
2879
|
+
['/house_rooms/workshop']: '工作间',
|
|
2880
|
+
};
|
|
2881
|
+
export const zhTranslations = {
|
|
2882
|
+
locale: 'zh',
|
|
2883
|
+
skills: SKILL_NAMES,
|
|
2884
|
+
items: ITEM_NAMES,
|
|
2885
|
+
itemDescriptions: ITEM_DESCRIPTIONS,
|
|
2886
|
+
actions: ACTION_NAMES,
|
|
2887
|
+
monsters: MONSTER_NAMES,
|
|
2888
|
+
abilities: ABILITY_NAMES,
|
|
2889
|
+
abilityDescriptions: ABILITY_DESCRIPTIONS,
|
|
2890
|
+
buffs: BUFFTYPE_NAMES,
|
|
2891
|
+
buffDescriptions: BUFFTYPE_DESCRIPTIONS,
|
|
2892
|
+
houseRooms: HOUSEROOM_NAMES,
|
|
2893
|
+
};
|
|
2894
|
+
//# sourceMappingURL=translations.js.map
|