@c3d.gg/mwi-types 0.2.4 → 1.5.1
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/CHANGELOG.md +3 -0
- package/README.md +110 -495
- package/dist/.tsbuildinfo +1 -1
- package/dist/domains/abilities/abilities.json +3331 -0
- package/dist/domains/abilities/constants.d.ts +3 -0
- package/dist/domains/abilities/constants.d.ts.map +1 -0
- package/dist/domains/abilities/constants.js +97 -0
- package/dist/domains/abilities/constants.js.map +1 -0
- package/dist/domains/abilities/index.d.ts +3 -0
- package/dist/domains/abilities/index.d.ts.map +1 -0
- package/dist/domains/abilities/index.js +2 -0
- package/dist/domains/abilities/index.js.map +1 -0
- package/dist/domains/abilities/types.d.ts +37 -0
- package/dist/domains/abilities/types.d.ts.map +1 -0
- package/dist/domains/abilities/types.js +2 -0
- package/dist/domains/abilities/types.js.map +1 -0
- package/dist/domains/actions/action_categories.json +356 -0
- package/dist/domains/actions/action_types.json +57 -0
- package/dist/domains/actions/actions.json +41966 -0
- package/dist/domains/actions/constants.d.ts +7 -0
- package/dist/domains/actions/constants.d.ts.map +1 -0
- package/dist/domains/actions/constants.js +1501 -0
- package/dist/domains/actions/constants.js.map +1 -0
- package/dist/domains/actions/index.d.ts +3 -0
- package/dist/domains/actions/index.d.ts.map +1 -0
- package/dist/domains/actions/index.js +2 -0
- package/dist/domains/actions/index.js.map +1 -0
- package/dist/domains/actions/types.d.ts +74 -0
- package/dist/domains/actions/types.d.ts.map +1 -0
- package/dist/domains/actions/types.js +2 -0
- package/dist/domains/actions/types.js.map +1 -0
- package/dist/domains/actions/utils.d.ts +9 -0
- package/dist/domains/actions/utils.d.ts.map +1 -0
- package/dist/domains/actions/utils.js +27 -0
- package/dist/domains/actions/utils.js.map +1 -0
- package/dist/domains/avatar/avatar_outfits.json +572 -0
- package/dist/domains/avatar/avatars.json +512 -0
- package/dist/domains/avatar/constants.d.ts +3 -0
- package/dist/domains/avatar/constants.d.ts.map +1 -0
- package/dist/domains/avatar/constants.js +185 -0
- package/dist/domains/avatar/constants.js.map +1 -0
- package/dist/domains/avatar/index.d.ts +3 -0
- package/dist/domains/avatar/index.d.ts.map +1 -0
- package/dist/domains/avatar/index.js +2 -0
- package/dist/domains/avatar/index.js.map +1 -0
- package/dist/domains/avatar/types.d.ts +22 -0
- package/dist/domains/avatar/types.d.ts.map +1 -0
- package/dist/domains/avatar/types.js +2 -0
- package/dist/domains/avatar/types.js.map +1 -0
- package/dist/domains/buffs/buff_types.json +474 -0
- package/dist/domains/buffs/community_buff_types.json +119 -0
- package/dist/domains/buffs/constants.d.ts +4 -0
- package/dist/domains/buffs/constants.d.ts.map +1 -0
- package/dist/domains/buffs/constants.js +181 -0
- package/dist/domains/buffs/constants.js.map +1 -0
- package/dist/domains/buffs/index.d.ts +3 -0
- package/dist/domains/buffs/index.d.ts.map +1 -0
- package/dist/domains/buffs/index.js +2 -0
- package/dist/domains/buffs/index.js.map +1 -0
- package/dist/domains/buffs/types.d.ts +27 -0
- package/dist/domains/buffs/types.d.ts.map +1 -0
- package/dist/domains/buffs/types.js +2 -0
- package/dist/domains/buffs/types.js.map +1 -0
- package/dist/domains/chat/chat_channel_types.json +128 -0
- package/dist/domains/chat/chat_icons.json +4352 -0
- package/dist/domains/chat/constants.d.ts +3 -0
- package/dist/domains/chat/constants.d.ts.map +1 -0
- package/dist/domains/chat/constants.js +461 -0
- package/dist/domains/chat/constants.js.map +1 -0
- package/dist/domains/chat/index.d.ts +3 -0
- package/dist/domains/chat/index.d.ts.map +1 -0
- package/dist/domains/chat/index.js +2 -0
- package/dist/domains/chat/index.js.map +1 -0
- package/dist/domains/chat/types.d.ts +20 -0
- package/dist/domains/chat/types.d.ts.map +1 -0
- package/dist/domains/chat/types.js +2 -0
- package/dist/domains/chat/types.js.map +1 -0
- package/dist/domains/combat/combat_style.json +68 -0
- package/dist/domains/combat/combat_trigger_comparator.json +26 -0
- package/dist/domains/combat/combat_trigger_condition.json +596 -0
- package/dist/domains/combat/combat_trigger_dependency.json +30 -0
- package/dist/domains/combat/constants.d.ts +6 -0
- package/dist/domains/combat/constants.d.ts.map +1 -0
- package/dist/domains/combat/constants.js +83 -0
- package/dist/domains/combat/constants.js.map +1 -0
- package/dist/domains/combat/damage_type.json +22 -0
- package/dist/domains/combat/index.d.ts +3 -0
- package/dist/domains/combat/index.d.ts.map +1 -0
- package/dist/domains/combat/index.js +2 -0
- package/dist/domains/combat/index.js.map +1 -0
- package/dist/domains/combat/types.d.ts +143 -0
- package/dist/domains/combat/types.d.ts.map +1 -0
- package/dist/domains/combat/types.js +2 -0
- package/dist/domains/combat/types.js.map +1 -0
- package/dist/domains/game-mode/constants.d.ts +3 -0
- package/dist/domains/game-mode/constants.d.ts.map +1 -0
- package/dist/domains/game-mode/constants.js +7 -0
- package/dist/domains/game-mode/constants.js.map +1 -0
- package/dist/domains/game-mode/game_mode.json +32 -0
- package/dist/domains/game-mode/index.d.ts +3 -0
- package/dist/domains/game-mode/index.d.ts.map +1 -0
- package/dist/domains/game-mode/index.js +2 -0
- package/dist/domains/game-mode/index.js.map +1 -0
- package/dist/domains/game-mode/types.d.ts +14 -0
- package/dist/domains/game-mode/types.d.ts.map +1 -0
- package/dist/domains/game-mode/types.js +2 -0
- package/dist/domains/game-mode/types.js.map +1 -0
- package/dist/domains/guild/constants.d.ts +2 -0
- package/dist/domains/guild/constants.d.ts.map +1 -0
- package/dist/domains/guild/constants.js +7 -0
- package/dist/domains/guild/constants.js.map +1 -0
- package/dist/domains/guild/guild_character_role.json +58 -0
- package/dist/domains/guild/index.d.ts +3 -0
- package/dist/domains/guild/index.d.ts.map +1 -0
- package/dist/domains/guild/index.js +2 -0
- package/dist/domains/guild/index.js.map +1 -0
- package/dist/domains/guild/types.d.ts +17 -0
- package/dist/domains/guild/types.d.ts.map +1 -0
- package/dist/domains/guild/types.js +2 -0
- package/dist/domains/guild/types.js.map +1 -0
- package/dist/domains/house/constants.d.ts +4 -0
- package/dist/domains/house/constants.d.ts.map +1 -0
- package/dist/domains/house/constants.js +39 -0
- package/dist/domains/house/constants.js.map +1 -0
- package/dist/domains/house/house_rooms.json +5553 -0
- package/dist/domains/house/index.d.ts +3 -0
- package/dist/domains/house/index.d.ts.map +1 -0
- package/dist/domains/house/index.js +2 -0
- package/dist/domains/house/index.js.map +1 -0
- package/dist/domains/house/types.d.ts +16 -0
- package/dist/domains/house/types.d.ts.map +1 -0
- package/dist/domains/house/types.js +2 -0
- package/dist/domains/house/types.js.map +1 -0
- package/dist/domains/items/constants.d.ts +8 -0
- package/dist/domains/items/constants.d.ts.map +1 -0
- package/dist/domains/items/constants.js +1969 -0
- package/dist/domains/items/constants.js.map +1 -0
- package/dist/domains/items/equipment_types.json +152 -0
- package/dist/domains/items/index.d.ts +3 -0
- package/dist/domains/items/index.d.ts.map +1 -0
- package/dist/domains/items/index.js +2 -0
- package/dist/domains/items/index.js.map +1 -0
- package/dist/domains/items/item_categories.json +50 -0
- package/dist/domains/items/item_locations.json +220 -0
- package/dist/domains/items/items.json +65871 -0
- package/dist/domains/items/types.d.ts +308 -0
- package/dist/domains/items/types.d.ts.map +1 -0
- package/dist/domains/items/types.js +2 -0
- package/dist/domains/items/types.js.map +1 -0
- package/dist/domains/items/utils.d.ts +10 -0
- package/dist/domains/items/utils.d.ts.map +1 -0
- package/dist/domains/items/utils.js +37 -0
- package/dist/domains/items/utils.js.map +1 -0
- package/dist/domains/leaderboard/constants.d.ts +3 -0
- package/dist/domains/leaderboard/constants.d.ts.map +1 -0
- package/dist/domains/leaderboard/constants.js +32 -0
- package/dist/domains/leaderboard/constants.js.map +1 -0
- package/dist/domains/leaderboard/index.d.ts +3 -0
- package/dist/domains/leaderboard/index.d.ts.map +1 -0
- package/dist/domains/leaderboard/index.js +2 -0
- package/dist/domains/leaderboard/index.js.map +1 -0
- package/dist/domains/leaderboard/leaderboard_categories.json +149 -0
- package/dist/domains/leaderboard/leaderboard_types.json +56 -0
- package/dist/domains/leaderboard/types.d.ts +21 -0
- package/dist/domains/leaderboard/types.d.ts.map +1 -0
- package/dist/domains/leaderboard/types.js +2 -0
- package/dist/domains/leaderboard/types.js.map +1 -0
- package/dist/domains/level/constants.d.ts +2 -0
- package/dist/domains/level/constants.d.ts.map +1 -0
- package/dist/domains/level/constants.js +153 -0
- package/dist/domains/level/constants.js.map +1 -0
- package/dist/domains/level/index.d.ts +2 -0
- package/dist/domains/level/index.d.ts.map +1 -0
- package/dist/domains/level/index.js +2 -0
- package/dist/domains/level/index.js.map +1 -0
- package/dist/domains/monsters/constants.d.ts +2 -0
- package/dist/domains/monsters/constants.d.ts.map +1 -0
- package/dist/domains/monsters/constants.js +80 -0
- package/dist/domains/monsters/constants.js.map +1 -0
- package/dist/domains/monsters/index.d.ts +3 -0
- package/dist/domains/monsters/index.d.ts.map +1 -0
- package/dist/domains/monsters/index.js +2 -0
- package/dist/domains/monsters/index.js.map +1 -0
- package/dist/domains/monsters/monsters.json +9313 -0
- package/dist/domains/monsters/types.d.ts +21 -0
- package/dist/domains/monsters/types.d.ts.map +1 -0
- package/dist/domains/monsters/types.js +2 -0
- package/dist/domains/monsters/types.js.map +1 -0
- package/dist/domains/monsters/utils.d.ts +6 -0
- package/dist/domains/monsters/utils.d.ts.map +1 -0
- package/dist/domains/monsters/utils.js +21 -0
- package/dist/domains/monsters/utils.js.map +1 -0
- package/dist/domains/name/constants.d.ts +2 -0
- package/dist/domains/name/constants.d.ts.map +1 -0
- package/dist/domains/name/constants.js +142 -0
- package/dist/domains/name/constants.js.map +1 -0
- package/dist/domains/name/index.d.ts +3 -0
- package/dist/domains/name/index.d.ts.map +1 -0
- package/dist/domains/name/index.js +2 -0
- package/dist/domains/name/index.js.map +1 -0
- package/dist/domains/name/name_colors.json +975 -0
- package/dist/domains/name/types.d.ts +10 -0
- package/dist/domains/name/types.d.ts.map +1 -0
- package/dist/domains/name/types.js +2 -0
- package/dist/domains/name/types.js.map +1 -0
- package/dist/domains/player/index.d.ts +2 -0
- package/dist/domains/player/index.d.ts.map +1 -0
- package/dist/domains/player/index.js +2 -0
- package/dist/domains/player/index.js.map +1 -0
- package/dist/domains/player/types.d.ts +23 -0
- package/dist/domains/player/types.d.ts.map +1 -0
- package/dist/domains/player/types.js +2 -0
- package/dist/domains/player/types.js.map +1 -0
- package/dist/{generated/types/recipes.d.ts → domains/recipes/constants.d.ts} +7 -84
- package/dist/domains/recipes/constants.d.ts.map +1 -0
- package/dist/domains/recipes/constants.js +2655 -0
- package/dist/domains/recipes/constants.js.map +1 -0
- package/dist/domains/recipes/index.d.ts +4 -0
- package/dist/domains/recipes/index.d.ts.map +1 -0
- package/dist/domains/recipes/index.js +3 -0
- package/dist/domains/recipes/index.js.map +1 -0
- package/dist/domains/recipes/recipes.json +21268 -0
- package/dist/domains/recipes/types.d.ts +65 -0
- package/dist/domains/recipes/types.d.ts.map +1 -0
- package/dist/domains/recipes/types.js +2 -0
- package/dist/domains/recipes/types.js.map +1 -0
- package/dist/domains/recipes/utils.d.ts +11 -0
- package/dist/domains/recipes/utils.d.ts.map +1 -0
- package/dist/domains/recipes/utils.js +78 -0
- package/dist/domains/recipes/utils.js.map +1 -0
- package/dist/domains/shared/constants.d.ts +2 -0
- package/dist/domains/shared/constants.d.ts.map +1 -0
- package/dist/domains/shared/constants.js +22 -0
- package/dist/domains/shared/constants.js.map +1 -0
- package/dist/domains/shared/index.d.ts +3 -0
- package/dist/domains/shared/index.d.ts.map +1 -0
- package/dist/domains/shared/index.js +2 -0
- package/dist/domains/shared/index.js.map +1 -0
- package/dist/domains/shared/openable_loot_drop.json +1276 -0
- package/dist/domains/shared/types.d.ts +28 -0
- package/dist/domains/shared/types.d.ts.map +1 -0
- package/dist/domains/shared/types.js +2 -0
- package/dist/domains/shared/types.js.map +1 -0
- package/dist/domains/shop/buyable_upgrades.json +338 -0
- package/dist/domains/shop/constants.d.ts +5 -0
- package/dist/domains/shop/constants.d.ts.map +1 -0
- package/dist/domains/shop/constants.js +109 -0
- package/dist/domains/shop/constants.js.map +1 -0
- package/dist/domains/shop/index.d.ts +3 -0
- package/dist/domains/shop/index.d.ts.map +1 -0
- package/dist/domains/shop/index.js +2 -0
- package/dist/domains/shop/index.js.map +1 -0
- package/dist/domains/shop/purchase_bundles.json +226 -0
- package/dist/domains/shop/shop_categories.json +12 -0
- package/dist/domains/shop/shop_items.json +758 -0
- package/dist/domains/shop/types.d.ts +55 -0
- package/dist/domains/shop/types.d.ts.map +1 -0
- package/dist/domains/shop/types.js +2 -0
- package/dist/domains/shop/types.js.map +1 -0
- package/dist/domains/skills/constants.d.ts +2 -0
- package/dist/domains/skills/constants.d.ts.map +1 -0
- package/dist/domains/skills/constants.js +21 -0
- package/dist/domains/skills/constants.js.map +1 -0
- package/dist/domains/skills/index.d.ts +3 -0
- package/dist/domains/skills/index.d.ts.map +1 -0
- package/dist/domains/skills/index.js +2 -0
- package/dist/domains/skills/index.js.map +1 -0
- package/dist/domains/skills/skills.json +128 -0
- package/dist/domains/skills/types.d.ts +10 -0
- package/dist/domains/skills/types.d.ts.map +1 -0
- package/dist/domains/skills/types.js +2 -0
- package/dist/domains/skills/types.js.map +1 -0
- package/dist/domains/skills/utils.d.ts +3 -0
- package/dist/domains/skills/utils.d.ts.map +1 -0
- package/dist/domains/skills/utils.js +7 -0
- package/dist/domains/skills/utils.js.map +1 -0
- package/dist/domains/tasks/constants.d.ts +3 -0
- package/dist/domains/tasks/constants.d.ts.map +1 -0
- package/dist/domains/tasks/constants.js +18 -0
- package/dist/domains/tasks/constants.js.map +1 -0
- package/dist/domains/tasks/index.d.ts +3 -0
- package/dist/domains/tasks/index.d.ts.map +1 -0
- package/dist/domains/tasks/index.js +2 -0
- package/dist/domains/tasks/index.js.map +1 -0
- package/dist/domains/tasks/random_task_type.json +56 -0
- package/dist/domains/tasks/task_shop_items.json +42 -0
- package/dist/domains/tasks/types.d.ts +18 -0
- package/dist/domains/tasks/types.d.ts.map +1 -0
- package/dist/domains/tasks/types.js +2 -0
- package/dist/domains/tasks/types.js.map +1 -0
- package/dist/index.d.ts +20 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +19 -3
- package/dist/index.js.map +1 -1
- package/package.json +159 -68
- package/src/domains/abilities/abilities.json +3331 -0
- package/src/domains/actions/action_categories.json +356 -0
- package/src/domains/actions/action_types.json +57 -0
- package/src/domains/actions/actions.json +41966 -0
- package/src/domains/avatar/avatar_outfits.json +572 -0
- package/src/domains/avatar/avatars.json +512 -0
- package/src/domains/buffs/buff_types.json +474 -0
- package/src/domains/buffs/community_buff_types.json +119 -0
- package/src/domains/chat/chat_channel_types.json +128 -0
- package/src/domains/chat/chat_icons.json +4352 -0
- package/src/domains/combat/combat_style.json +68 -0
- package/src/domains/combat/combat_trigger_comparator.json +26 -0
- package/src/domains/combat/combat_trigger_condition.json +596 -0
- package/src/domains/combat/combat_trigger_dependency.json +30 -0
- package/src/domains/combat/damage_type.json +22 -0
- package/src/domains/game-mode/game_mode.json +32 -0
- package/src/domains/guild/guild_character_role.json +58 -0
- package/src/domains/house/house_rooms.json +5553 -0
- package/src/domains/items/equipment_types.json +152 -0
- package/src/domains/items/item_categories.json +50 -0
- package/src/domains/items/item_locations.json +220 -0
- package/src/domains/items/items.json +65871 -0
- package/src/domains/leaderboard/leaderboard_categories.json +149 -0
- package/src/domains/leaderboard/leaderboard_types.json +56 -0
- package/src/domains/monsters/monsters.json +9313 -0
- package/src/domains/name/name_colors.json +975 -0
- package/src/domains/recipes/recipes.json +21268 -0
- package/src/domains/shared/openable_loot_drop.json +1276 -0
- package/src/domains/shop/buyable_upgrades.json +338 -0
- package/src/domains/shop/purchase_bundles.json +226 -0
- package/src/domains/shop/shop_categories.json +12 -0
- package/src/domains/shop/shop_items.json +758 -0
- package/src/domains/skills/skills.json +128 -0
- package/src/domains/tasks/random_task_type.json +56 -0
- package/src/domains/tasks/task_shop_items.json +42 -0
- package/LICENSE +0 -21
- package/dist/generated/index.d.ts +0 -30
- package/dist/generated/index.d.ts.map +0 -1
- package/dist/generated/index.js +0 -34
- package/dist/generated/index.js.map +0 -1
- package/dist/generated/localization/en/translations.d.ts +0 -32
- package/dist/generated/localization/en/translations.d.ts.map +0 -1
- package/dist/generated/localization/en/translations.js +0 -2894
- package/dist/generated/localization/en/translations.js.map +0 -1
- package/dist/generated/localization/index.d.ts +0 -7
- package/dist/generated/localization/index.d.ts.map +0 -1
- package/dist/generated/localization/index.js +0 -8
- package/dist/generated/localization/index.js.map +0 -1
- package/dist/generated/localization/utils.d.ts +0 -14
- package/dist/generated/localization/utils.d.ts.map +0 -1
- package/dist/generated/localization/utils.js +0 -28
- package/dist/generated/localization/utils.js.map +0 -1
- package/dist/generated/localization/zh/translations.d.ts +0 -32
- package/dist/generated/localization/zh/translations.d.ts.map +0 -1
- package/dist/generated/localization/zh/translations.js +0 -2894
- package/dist/generated/localization/zh/translations.js.map +0 -1
- package/dist/generated/types/abilities.d.ts +0 -12
- package/dist/generated/types/abilities.d.ts.map +0 -1
- package/dist/generated/types/abilities.js +0 -477
- package/dist/generated/types/abilities.js.map +0 -1
- package/dist/generated/types/action-categories.d.ts +0 -39
- package/dist/generated/types/action-categories.d.ts.map +0 -1
- package/dist/generated/types/action-categories.js +0 -803
- package/dist/generated/types/action-categories.js.map +0 -1
- package/dist/generated/types/actions.d.ts +0 -144
- package/dist/generated/types/actions.d.ts.map +0 -1
- package/dist/generated/types/actions.js +0 -48406
- package/dist/generated/types/actions.js.map +0 -1
- package/dist/generated/types/avatar.d.ts +0 -34
- package/dist/generated/types/avatar.d.ts.map +0 -1
- package/dist/generated/types/avatar.js +0 -1000
- package/dist/generated/types/avatar.js.map +0 -1
- package/dist/generated/types/avatars.d.ts +0 -34
- package/dist/generated/types/avatars.d.ts.map +0 -1
- package/dist/generated/types/avatars.js +0 -1110
- package/dist/generated/types/avatars.js.map +0 -1
- package/dist/generated/types/buff-types.d.ts +0 -50
- package/dist/generated/types/buff-types.d.ts.map +0 -1
- package/dist/generated/types/buff-types.js +0 -819
- package/dist/generated/types/buff-types.js.map +0 -1
- package/dist/generated/types/chat-channel-types.d.ts +0 -19
- package/dist/generated/types/chat-channel-types.d.ts.map +0 -1
- package/dist/generated/types/chat-channel-types.js +0 -302
- package/dist/generated/types/chat-channel-types.js.map +0 -1
- package/dist/generated/types/chat-icons.d.ts +0 -56
- package/dist/generated/types/chat-icons.d.ts.map +0 -1
- package/dist/generated/types/chat-icons.js +0 -6656
- package/dist/generated/types/chat-icons.js.map +0 -1
- package/dist/generated/types/combat-styles.d.ts +0 -21
- package/dist/generated/types/combat-styles.d.ts.map +0 -1
- package/dist/generated/types/combat-styles.js +0 -125
- package/dist/generated/types/combat-styles.js.map +0 -1
- package/dist/generated/types/community-buffs.d.ts +0 -53
- package/dist/generated/types/community-buffs.d.ts.map +0 -1
- package/dist/generated/types/community-buffs.js +0 -222
- package/dist/generated/types/community-buffs.js.map +0 -1
- package/dist/generated/types/damage-types.d.ts +0 -17
- package/dist/generated/types/damage-types.d.ts.map +0 -1
- package/dist/generated/types/damage-types.js +0 -60
- package/dist/generated/types/damage-types.js.map +0 -1
- package/dist/generated/types/equipment-types.d.ts +0 -17
- package/dist/generated/types/equipment-types.d.ts.map +0 -1
- package/dist/generated/types/equipment-types.js +0 -249
- package/dist/generated/types/equipment-types.js.map +0 -1
- package/dist/generated/types/game-modes.d.ts +0 -49
- package/dist/generated/types/game-modes.d.ts.map +0 -1
- package/dist/generated/types/game-modes.js +0 -118
- package/dist/generated/types/game-modes.js.map +0 -1
- package/dist/generated/types/guild-character-roles.d.ts +0 -17
- package/dist/generated/types/guild-character-roles.d.ts.map +0 -1
- package/dist/generated/types/guild-character-roles.js +0 -60
- package/dist/generated/types/guild-character-roles.js.map +0 -1
- package/dist/generated/types/house-rooms.d.ts +0 -46
- package/dist/generated/types/house-rooms.d.ts.map +0 -1
- package/dist/generated/types/house-rooms.js +0 -5699
- package/dist/generated/types/house-rooms.js.map +0 -1
- package/dist/generated/types/item-categories.d.ts +0 -17
- package/dist/generated/types/item-categories.d.ts.map +0 -1
- package/dist/generated/types/item-categories.js +0 -96
- package/dist/generated/types/item-categories.js.map +0 -1
- package/dist/generated/types/item-locations.d.ts +0 -17
- package/dist/generated/types/item-locations.d.ts.map +0 -1
- package/dist/generated/types/item-locations.js +0 -258
- package/dist/generated/types/item-locations.js.map +0 -1
- package/dist/generated/types/items.d.ts +0 -73
- package/dist/generated/types/items.d.ts.map +0 -1
- package/dist/generated/types/items.js +0 -69551
- package/dist/generated/types/items.js.map +0 -1
- package/dist/generated/types/leaderboard-categories.d.ts +0 -33
- package/dist/generated/types/leaderboard-categories.d.ts.map +0 -1
- package/dist/generated/types/leaderboard-categories.js +0 -393
- package/dist/generated/types/leaderboard-categories.js.map +0 -1
- package/dist/generated/types/leaderboard-types.d.ts +0 -30
- package/dist/generated/types/leaderboard-types.d.ts.map +0 -1
- package/dist/generated/types/leaderboard-types.js +0 -163
- package/dist/generated/types/leaderboard-types.js.map +0 -1
- package/dist/generated/types/leaderboards.d.ts +0 -74
- package/dist/generated/types/leaderboards.d.ts.map +0 -1
- package/dist/generated/types/leaderboards.js +0 -457
- package/dist/generated/types/leaderboards.js.map +0 -1
- package/dist/generated/types/monsters.d.ts +0 -97
- package/dist/generated/types/monsters.d.ts.map +0 -1
- package/dist/generated/types/monsters.js +0 -9857
- package/dist/generated/types/monsters.js.map +0 -1
- package/dist/generated/types/name-colors.d.ts +0 -44
- package/dist/generated/types/name-colors.d.ts.map +0 -1
- package/dist/generated/types/name-colors.js +0 -1891
- package/dist/generated/types/name-colors.js.map +0 -1
- package/dist/generated/types/player-data.d.ts +0 -376
- package/dist/generated/types/player-data.d.ts.map +0 -1
- package/dist/generated/types/player-data.js +0 -54
- package/dist/generated/types/player-data.js.map +0 -1
- package/dist/generated/types/purchase-bundles.d.ts +0 -50
- package/dist/generated/types/purchase-bundles.d.ts.map +0 -1
- package/dist/generated/types/purchase-bundles.js +0 -358
- package/dist/generated/types/purchase-bundles.js.map +0 -1
- package/dist/generated/types/random-tasks.d.ts +0 -33
- package/dist/generated/types/random-tasks.d.ts.map +0 -1
- package/dist/generated/types/random-tasks.js +0 -162
- package/dist/generated/types/random-tasks.js.map +0 -1
- package/dist/generated/types/recipes.d.ts.map +0 -1
- package/dist/generated/types/recipes.js +0 -25996
- package/dist/generated/types/recipes.js.map +0 -1
- package/dist/generated/types/shop-categories.d.ts +0 -17
- package/dist/generated/types/shop-categories.d.ts.map +0 -1
- package/dist/generated/types/shop-categories.js +0 -42
- package/dist/generated/types/shop-categories.js.map +0 -1
- package/dist/generated/types/shop-items.d.ts +0 -35
- package/dist/generated/types/shop-items.d.ts.map +0 -1
- package/dist/generated/types/shop-items.js +0 -1313
- package/dist/generated/types/shop-items.js.map +0 -1
- package/dist/generated/types/skills.d.ts +0 -15
- package/dist/generated/types/skills.d.ts.map +0 -1
- package/dist/generated/types/skills.js +0 -219
- package/dist/generated/types/skills.js.map +0 -1
- package/dist/generated/types/task-shop-items.d.ts +0 -38
- package/dist/generated/types/task-shop-items.d.ts.map +0 -1
- package/dist/generated/types/task-shop-items.js +0 -160
- package/dist/generated/types/task-shop-items.js.map +0 -1
|
@@ -0,0 +1,2655 @@
|
|
|
1
|
+
export const RECIPE_HRIDS = [
|
|
2
|
+
'/actions/brewing/alchemy_tea',
|
|
3
|
+
'/actions/brewing/artisan_tea',
|
|
4
|
+
'/actions/brewing/attack_coffee',
|
|
5
|
+
'/actions/brewing/blessed_tea',
|
|
6
|
+
'/actions/brewing/brewing_tea',
|
|
7
|
+
'/actions/brewing/catalytic_tea',
|
|
8
|
+
'/actions/brewing/channeling_coffee',
|
|
9
|
+
'/actions/brewing/cheesesmithing_tea',
|
|
10
|
+
'/actions/brewing/cooking_tea',
|
|
11
|
+
'/actions/brewing/crafting_tea',
|
|
12
|
+
'/actions/brewing/critical_coffee',
|
|
13
|
+
'/actions/brewing/defense_coffee',
|
|
14
|
+
'/actions/brewing/efficiency_tea',
|
|
15
|
+
'/actions/brewing/enhancing_tea',
|
|
16
|
+
'/actions/brewing/foraging_tea',
|
|
17
|
+
'/actions/brewing/gathering_tea',
|
|
18
|
+
'/actions/brewing/gourmet_tea',
|
|
19
|
+
'/actions/brewing/intelligence_coffee',
|
|
20
|
+
'/actions/brewing/lucky_coffee',
|
|
21
|
+
'/actions/brewing/magic_coffee',
|
|
22
|
+
'/actions/brewing/melee_coffee',
|
|
23
|
+
'/actions/brewing/milking_tea',
|
|
24
|
+
'/actions/brewing/processing_tea',
|
|
25
|
+
'/actions/brewing/ranged_coffee',
|
|
26
|
+
'/actions/brewing/stamina_coffee',
|
|
27
|
+
'/actions/brewing/super_alchemy_tea',
|
|
28
|
+
'/actions/brewing/super_attack_coffee',
|
|
29
|
+
'/actions/brewing/super_brewing_tea',
|
|
30
|
+
'/actions/brewing/super_cheesesmithing_tea',
|
|
31
|
+
'/actions/brewing/super_cooking_tea',
|
|
32
|
+
'/actions/brewing/super_crafting_tea',
|
|
33
|
+
'/actions/brewing/super_defense_coffee',
|
|
34
|
+
'/actions/brewing/super_enhancing_tea',
|
|
35
|
+
'/actions/brewing/super_foraging_tea',
|
|
36
|
+
'/actions/brewing/super_intelligence_coffee',
|
|
37
|
+
'/actions/brewing/super_magic_coffee',
|
|
38
|
+
'/actions/brewing/super_melee_coffee',
|
|
39
|
+
'/actions/brewing/super_milking_tea',
|
|
40
|
+
'/actions/brewing/super_ranged_coffee',
|
|
41
|
+
'/actions/brewing/super_stamina_coffee',
|
|
42
|
+
'/actions/brewing/super_tailoring_tea',
|
|
43
|
+
'/actions/brewing/super_woodcutting_tea',
|
|
44
|
+
'/actions/brewing/swiftness_coffee',
|
|
45
|
+
'/actions/brewing/tailoring_tea',
|
|
46
|
+
'/actions/brewing/ultra_alchemy_tea',
|
|
47
|
+
'/actions/brewing/ultra_attack_coffee',
|
|
48
|
+
'/actions/brewing/ultra_brewing_tea',
|
|
49
|
+
'/actions/brewing/ultra_cheesesmithing_tea',
|
|
50
|
+
'/actions/brewing/ultra_cooking_tea',
|
|
51
|
+
'/actions/brewing/ultra_crafting_tea',
|
|
52
|
+
'/actions/brewing/ultra_defense_coffee',
|
|
53
|
+
'/actions/brewing/ultra_enhancing_tea',
|
|
54
|
+
'/actions/brewing/ultra_foraging_tea',
|
|
55
|
+
'/actions/brewing/ultra_intelligence_coffee',
|
|
56
|
+
'/actions/brewing/ultra_magic_coffee',
|
|
57
|
+
'/actions/brewing/ultra_melee_coffee',
|
|
58
|
+
'/actions/brewing/ultra_milking_tea',
|
|
59
|
+
'/actions/brewing/ultra_ranged_coffee',
|
|
60
|
+
'/actions/brewing/ultra_stamina_coffee',
|
|
61
|
+
'/actions/brewing/ultra_tailoring_tea',
|
|
62
|
+
'/actions/brewing/ultra_woodcutting_tea',
|
|
63
|
+
'/actions/brewing/wisdom_coffee',
|
|
64
|
+
'/actions/brewing/wisdom_tea',
|
|
65
|
+
'/actions/brewing/woodcutting_tea',
|
|
66
|
+
'/actions/cheesesmithing/anchorbound_plate_body',
|
|
67
|
+
'/actions/cheesesmithing/anchorbound_plate_body_refined',
|
|
68
|
+
'/actions/cheesesmithing/anchorbound_plate_legs',
|
|
69
|
+
'/actions/cheesesmithing/anchorbound_plate_legs_refined',
|
|
70
|
+
'/actions/cheesesmithing/azure_alembic',
|
|
71
|
+
'/actions/cheesesmithing/azure_boots',
|
|
72
|
+
'/actions/cheesesmithing/azure_brush',
|
|
73
|
+
'/actions/cheesesmithing/azure_buckler',
|
|
74
|
+
'/actions/cheesesmithing/azure_bulwark',
|
|
75
|
+
'/actions/cheesesmithing/azure_cheese',
|
|
76
|
+
'/actions/cheesesmithing/azure_chisel',
|
|
77
|
+
'/actions/cheesesmithing/azure_enhancer',
|
|
78
|
+
'/actions/cheesesmithing/azure_gauntlets',
|
|
79
|
+
'/actions/cheesesmithing/azure_hammer',
|
|
80
|
+
'/actions/cheesesmithing/azure_hatchet',
|
|
81
|
+
'/actions/cheesesmithing/azure_helmet',
|
|
82
|
+
'/actions/cheesesmithing/azure_mace',
|
|
83
|
+
'/actions/cheesesmithing/azure_needle',
|
|
84
|
+
'/actions/cheesesmithing/azure_plate_body',
|
|
85
|
+
'/actions/cheesesmithing/azure_plate_legs',
|
|
86
|
+
'/actions/cheesesmithing/azure_pot',
|
|
87
|
+
'/actions/cheesesmithing/azure_shears',
|
|
88
|
+
'/actions/cheesesmithing/azure_spatula',
|
|
89
|
+
'/actions/cheesesmithing/azure_spear',
|
|
90
|
+
'/actions/cheesesmithing/azure_sword',
|
|
91
|
+
'/actions/cheesesmithing/black_bear_shoes',
|
|
92
|
+
'/actions/cheesesmithing/burble_alembic',
|
|
93
|
+
'/actions/cheesesmithing/burble_boots',
|
|
94
|
+
'/actions/cheesesmithing/burble_brush',
|
|
95
|
+
'/actions/cheesesmithing/burble_buckler',
|
|
96
|
+
'/actions/cheesesmithing/burble_bulwark',
|
|
97
|
+
'/actions/cheesesmithing/burble_cheese',
|
|
98
|
+
'/actions/cheesesmithing/burble_chisel',
|
|
99
|
+
'/actions/cheesesmithing/burble_enhancer',
|
|
100
|
+
'/actions/cheesesmithing/burble_gauntlets',
|
|
101
|
+
'/actions/cheesesmithing/burble_hammer',
|
|
102
|
+
'/actions/cheesesmithing/burble_hatchet',
|
|
103
|
+
'/actions/cheesesmithing/burble_helmet',
|
|
104
|
+
'/actions/cheesesmithing/burble_mace',
|
|
105
|
+
'/actions/cheesesmithing/burble_needle',
|
|
106
|
+
'/actions/cheesesmithing/burble_plate_body',
|
|
107
|
+
'/actions/cheesesmithing/burble_plate_legs',
|
|
108
|
+
'/actions/cheesesmithing/burble_pot',
|
|
109
|
+
'/actions/cheesesmithing/burble_shears',
|
|
110
|
+
'/actions/cheesesmithing/burble_spatula',
|
|
111
|
+
'/actions/cheesesmithing/burble_spear',
|
|
112
|
+
'/actions/cheesesmithing/burble_sword',
|
|
113
|
+
'/actions/cheesesmithing/celestial_alembic',
|
|
114
|
+
'/actions/cheesesmithing/celestial_brush',
|
|
115
|
+
'/actions/cheesesmithing/celestial_chisel',
|
|
116
|
+
'/actions/cheesesmithing/celestial_enhancer',
|
|
117
|
+
'/actions/cheesesmithing/celestial_hammer',
|
|
118
|
+
'/actions/cheesesmithing/celestial_hatchet',
|
|
119
|
+
'/actions/cheesesmithing/celestial_needle',
|
|
120
|
+
'/actions/cheesesmithing/celestial_pot',
|
|
121
|
+
'/actions/cheesesmithing/celestial_shears',
|
|
122
|
+
'/actions/cheesesmithing/celestial_spatula',
|
|
123
|
+
'/actions/cheesesmithing/chaotic_flail',
|
|
124
|
+
'/actions/cheesesmithing/chaotic_flail_refined',
|
|
125
|
+
'/actions/cheesesmithing/cheese',
|
|
126
|
+
'/actions/cheesesmithing/cheese_alembic',
|
|
127
|
+
'/actions/cheesesmithing/cheese_boots',
|
|
128
|
+
'/actions/cheesesmithing/cheese_brush',
|
|
129
|
+
'/actions/cheesesmithing/cheese_buckler',
|
|
130
|
+
'/actions/cheesesmithing/cheese_bulwark',
|
|
131
|
+
'/actions/cheesesmithing/cheese_chisel',
|
|
132
|
+
'/actions/cheesesmithing/cheese_enhancer',
|
|
133
|
+
'/actions/cheesesmithing/cheese_gauntlets',
|
|
134
|
+
'/actions/cheesesmithing/cheese_hammer',
|
|
135
|
+
'/actions/cheesesmithing/cheese_hatchet',
|
|
136
|
+
'/actions/cheesesmithing/cheese_helmet',
|
|
137
|
+
'/actions/cheesesmithing/cheese_mace',
|
|
138
|
+
'/actions/cheesesmithing/cheese_needle',
|
|
139
|
+
'/actions/cheesesmithing/cheese_plate_body',
|
|
140
|
+
'/actions/cheesesmithing/cheese_plate_legs',
|
|
141
|
+
'/actions/cheesesmithing/cheese_pot',
|
|
142
|
+
'/actions/cheesesmithing/cheese_shears',
|
|
143
|
+
'/actions/cheesesmithing/cheese_spatula',
|
|
144
|
+
'/actions/cheesesmithing/cheese_spear',
|
|
145
|
+
'/actions/cheesesmithing/cheese_sword',
|
|
146
|
+
'/actions/cheesesmithing/colossus_plate_body',
|
|
147
|
+
'/actions/cheesesmithing/colossus_plate_legs',
|
|
148
|
+
'/actions/cheesesmithing/corsair_helmet',
|
|
149
|
+
'/actions/cheesesmithing/corsair_helmet_refined',
|
|
150
|
+
'/actions/cheesesmithing/crimson_alembic',
|
|
151
|
+
'/actions/cheesesmithing/crimson_boots',
|
|
152
|
+
'/actions/cheesesmithing/crimson_brush',
|
|
153
|
+
'/actions/cheesesmithing/crimson_buckler',
|
|
154
|
+
'/actions/cheesesmithing/crimson_bulwark',
|
|
155
|
+
'/actions/cheesesmithing/crimson_cheese',
|
|
156
|
+
'/actions/cheesesmithing/crimson_chisel',
|
|
157
|
+
'/actions/cheesesmithing/crimson_enhancer',
|
|
158
|
+
'/actions/cheesesmithing/crimson_gauntlets',
|
|
159
|
+
'/actions/cheesesmithing/crimson_hammer',
|
|
160
|
+
'/actions/cheesesmithing/crimson_hatchet',
|
|
161
|
+
'/actions/cheesesmithing/crimson_helmet',
|
|
162
|
+
'/actions/cheesesmithing/crimson_mace',
|
|
163
|
+
'/actions/cheesesmithing/crimson_needle',
|
|
164
|
+
'/actions/cheesesmithing/crimson_plate_body',
|
|
165
|
+
'/actions/cheesesmithing/crimson_plate_legs',
|
|
166
|
+
'/actions/cheesesmithing/crimson_pot',
|
|
167
|
+
'/actions/cheesesmithing/crimson_shears',
|
|
168
|
+
'/actions/cheesesmithing/crimson_spatula',
|
|
169
|
+
'/actions/cheesesmithing/crimson_spear',
|
|
170
|
+
'/actions/cheesesmithing/crimson_sword',
|
|
171
|
+
'/actions/cheesesmithing/demonic_plate_body',
|
|
172
|
+
'/actions/cheesesmithing/demonic_plate_legs',
|
|
173
|
+
'/actions/cheesesmithing/dodocamel_gauntlets',
|
|
174
|
+
'/actions/cheesesmithing/dodocamel_gauntlets_refined',
|
|
175
|
+
'/actions/cheesesmithing/furious_spear',
|
|
176
|
+
'/actions/cheesesmithing/furious_spear_refined',
|
|
177
|
+
'/actions/cheesesmithing/granite_bludgeon',
|
|
178
|
+
'/actions/cheesesmithing/griffin_bulwark',
|
|
179
|
+
'/actions/cheesesmithing/griffin_bulwark_refined',
|
|
180
|
+
'/actions/cheesesmithing/grizzly_bear_shoes',
|
|
181
|
+
'/actions/cheesesmithing/holy_alembic',
|
|
182
|
+
'/actions/cheesesmithing/holy_boots',
|
|
183
|
+
'/actions/cheesesmithing/holy_brush',
|
|
184
|
+
'/actions/cheesesmithing/holy_buckler',
|
|
185
|
+
'/actions/cheesesmithing/holy_bulwark',
|
|
186
|
+
'/actions/cheesesmithing/holy_cheese',
|
|
187
|
+
'/actions/cheesesmithing/holy_chisel',
|
|
188
|
+
'/actions/cheesesmithing/holy_enhancer',
|
|
189
|
+
'/actions/cheesesmithing/holy_gauntlets',
|
|
190
|
+
'/actions/cheesesmithing/holy_hammer',
|
|
191
|
+
'/actions/cheesesmithing/holy_hatchet',
|
|
192
|
+
'/actions/cheesesmithing/holy_helmet',
|
|
193
|
+
'/actions/cheesesmithing/holy_mace',
|
|
194
|
+
'/actions/cheesesmithing/holy_needle',
|
|
195
|
+
'/actions/cheesesmithing/holy_plate_body',
|
|
196
|
+
'/actions/cheesesmithing/holy_plate_legs',
|
|
197
|
+
'/actions/cheesesmithing/holy_pot',
|
|
198
|
+
'/actions/cheesesmithing/holy_shears',
|
|
199
|
+
'/actions/cheesesmithing/holy_spatula',
|
|
200
|
+
'/actions/cheesesmithing/holy_spear',
|
|
201
|
+
'/actions/cheesesmithing/holy_sword',
|
|
202
|
+
'/actions/cheesesmithing/knights_aegis',
|
|
203
|
+
'/actions/cheesesmithing/knights_aegis_refined',
|
|
204
|
+
'/actions/cheesesmithing/maelstrom_plate_body',
|
|
205
|
+
'/actions/cheesesmithing/maelstrom_plate_body_refined',
|
|
206
|
+
'/actions/cheesesmithing/maelstrom_plate_legs',
|
|
207
|
+
'/actions/cheesesmithing/maelstrom_plate_legs_refined',
|
|
208
|
+
'/actions/cheesesmithing/magnetic_gloves',
|
|
209
|
+
'/actions/cheesesmithing/panda_gloves',
|
|
210
|
+
'/actions/cheesesmithing/pincer_gloves',
|
|
211
|
+
'/actions/cheesesmithing/polar_bear_shoes',
|
|
212
|
+
'/actions/cheesesmithing/rainbow_alembic',
|
|
213
|
+
'/actions/cheesesmithing/rainbow_boots',
|
|
214
|
+
'/actions/cheesesmithing/rainbow_brush',
|
|
215
|
+
'/actions/cheesesmithing/rainbow_buckler',
|
|
216
|
+
'/actions/cheesesmithing/rainbow_bulwark',
|
|
217
|
+
'/actions/cheesesmithing/rainbow_cheese',
|
|
218
|
+
'/actions/cheesesmithing/rainbow_chisel',
|
|
219
|
+
'/actions/cheesesmithing/rainbow_enhancer',
|
|
220
|
+
'/actions/cheesesmithing/rainbow_gauntlets',
|
|
221
|
+
'/actions/cheesesmithing/rainbow_hammer',
|
|
222
|
+
'/actions/cheesesmithing/rainbow_hatchet',
|
|
223
|
+
'/actions/cheesesmithing/rainbow_helmet',
|
|
224
|
+
'/actions/cheesesmithing/rainbow_mace',
|
|
225
|
+
'/actions/cheesesmithing/rainbow_needle',
|
|
226
|
+
'/actions/cheesesmithing/rainbow_plate_body',
|
|
227
|
+
'/actions/cheesesmithing/rainbow_plate_legs',
|
|
228
|
+
'/actions/cheesesmithing/rainbow_pot',
|
|
229
|
+
'/actions/cheesesmithing/rainbow_shears',
|
|
230
|
+
'/actions/cheesesmithing/rainbow_spatula',
|
|
231
|
+
'/actions/cheesesmithing/rainbow_spear',
|
|
232
|
+
'/actions/cheesesmithing/rainbow_sword',
|
|
233
|
+
'/actions/cheesesmithing/regal_sword',
|
|
234
|
+
'/actions/cheesesmithing/regal_sword_refined',
|
|
235
|
+
'/actions/cheesesmithing/snail_shell_helmet',
|
|
236
|
+
'/actions/cheesesmithing/snake_fang_dirk',
|
|
237
|
+
'/actions/cheesesmithing/spiked_bulwark',
|
|
238
|
+
'/actions/cheesesmithing/stalactite_spear',
|
|
239
|
+
'/actions/cheesesmithing/turtle_shell_body',
|
|
240
|
+
'/actions/cheesesmithing/turtle_shell_legs',
|
|
241
|
+
'/actions/cheesesmithing/vampire_fang_dirk',
|
|
242
|
+
'/actions/cheesesmithing/verdant_alembic',
|
|
243
|
+
'/actions/cheesesmithing/verdant_boots',
|
|
244
|
+
'/actions/cheesesmithing/verdant_brush',
|
|
245
|
+
'/actions/cheesesmithing/verdant_buckler',
|
|
246
|
+
'/actions/cheesesmithing/verdant_bulwark',
|
|
247
|
+
'/actions/cheesesmithing/verdant_cheese',
|
|
248
|
+
'/actions/cheesesmithing/verdant_chisel',
|
|
249
|
+
'/actions/cheesesmithing/verdant_enhancer',
|
|
250
|
+
'/actions/cheesesmithing/verdant_gauntlets',
|
|
251
|
+
'/actions/cheesesmithing/verdant_hammer',
|
|
252
|
+
'/actions/cheesesmithing/verdant_hatchet',
|
|
253
|
+
'/actions/cheesesmithing/verdant_helmet',
|
|
254
|
+
'/actions/cheesesmithing/verdant_mace',
|
|
255
|
+
'/actions/cheesesmithing/verdant_needle',
|
|
256
|
+
'/actions/cheesesmithing/verdant_plate_body',
|
|
257
|
+
'/actions/cheesesmithing/verdant_plate_legs',
|
|
258
|
+
'/actions/cheesesmithing/verdant_pot',
|
|
259
|
+
'/actions/cheesesmithing/verdant_shears',
|
|
260
|
+
'/actions/cheesesmithing/verdant_spatula',
|
|
261
|
+
'/actions/cheesesmithing/verdant_spear',
|
|
262
|
+
'/actions/cheesesmithing/verdant_sword',
|
|
263
|
+
'/actions/cheesesmithing/vision_helmet',
|
|
264
|
+
'/actions/cheesesmithing/vision_shield',
|
|
265
|
+
'/actions/cheesesmithing/werewolf_slasher',
|
|
266
|
+
'/actions/cooking/apple_gummy',
|
|
267
|
+
'/actions/cooking/apple_yogurt',
|
|
268
|
+
'/actions/cooking/blackberry_cake',
|
|
269
|
+
'/actions/cooking/blackberry_donut',
|
|
270
|
+
'/actions/cooking/blueberry_cake',
|
|
271
|
+
'/actions/cooking/blueberry_donut',
|
|
272
|
+
'/actions/cooking/cupcake',
|
|
273
|
+
'/actions/cooking/donut',
|
|
274
|
+
'/actions/cooking/dragon_fruit_gummy',
|
|
275
|
+
'/actions/cooking/dragon_fruit_yogurt',
|
|
276
|
+
'/actions/cooking/gummy',
|
|
277
|
+
'/actions/cooking/marsberry_cake',
|
|
278
|
+
'/actions/cooking/marsberry_donut',
|
|
279
|
+
'/actions/cooking/mooberry_cake',
|
|
280
|
+
'/actions/cooking/mooberry_donut',
|
|
281
|
+
'/actions/cooking/orange_gummy',
|
|
282
|
+
'/actions/cooking/orange_yogurt',
|
|
283
|
+
'/actions/cooking/peach_gummy',
|
|
284
|
+
'/actions/cooking/peach_yogurt',
|
|
285
|
+
'/actions/cooking/plum_gummy',
|
|
286
|
+
'/actions/cooking/plum_yogurt',
|
|
287
|
+
'/actions/cooking/spaceberry_cake',
|
|
288
|
+
'/actions/cooking/spaceberry_donut',
|
|
289
|
+
'/actions/cooking/star_fruit_gummy',
|
|
290
|
+
'/actions/cooking/star_fruit_yogurt',
|
|
291
|
+
'/actions/cooking/strawberry_cake',
|
|
292
|
+
'/actions/cooking/strawberry_donut',
|
|
293
|
+
'/actions/cooking/yogurt',
|
|
294
|
+
'/actions/crafting/advanced_alchemy_charm',
|
|
295
|
+
'/actions/crafting/advanced_attack_charm',
|
|
296
|
+
'/actions/crafting/advanced_brewing_charm',
|
|
297
|
+
'/actions/crafting/advanced_cheesesmithing_charm',
|
|
298
|
+
'/actions/crafting/advanced_cooking_charm',
|
|
299
|
+
'/actions/crafting/advanced_crafting_charm',
|
|
300
|
+
'/actions/crafting/advanced_defense_charm',
|
|
301
|
+
'/actions/crafting/advanced_enhancing_charm',
|
|
302
|
+
'/actions/crafting/advanced_foraging_charm',
|
|
303
|
+
'/actions/crafting/advanced_intelligence_charm',
|
|
304
|
+
'/actions/crafting/advanced_magic_charm',
|
|
305
|
+
'/actions/crafting/advanced_melee_charm',
|
|
306
|
+
'/actions/crafting/advanced_milking_charm',
|
|
307
|
+
'/actions/crafting/advanced_ranged_charm',
|
|
308
|
+
'/actions/crafting/advanced_stamina_charm',
|
|
309
|
+
'/actions/crafting/advanced_tailoring_charm',
|
|
310
|
+
'/actions/crafting/advanced_task_badge',
|
|
311
|
+
'/actions/crafting/advanced_woodcutting_charm',
|
|
312
|
+
'/actions/crafting/arcane_bow',
|
|
313
|
+
'/actions/crafting/arcane_crossbow',
|
|
314
|
+
'/actions/crafting/arcane_fire_staff',
|
|
315
|
+
'/actions/crafting/arcane_lumber',
|
|
316
|
+
'/actions/crafting/arcane_nature_staff',
|
|
317
|
+
'/actions/crafting/arcane_shield',
|
|
318
|
+
'/actions/crafting/arcane_water_staff',
|
|
319
|
+
'/actions/crafting/basic_alchemy_charm',
|
|
320
|
+
'/actions/crafting/basic_brewing_charm',
|
|
321
|
+
'/actions/crafting/basic_cheesesmithing_charm',
|
|
322
|
+
'/actions/crafting/basic_cooking_charm',
|
|
323
|
+
'/actions/crafting/basic_crafting_charm',
|
|
324
|
+
'/actions/crafting/basic_enhancing_charm',
|
|
325
|
+
'/actions/crafting/basic_foraging_charm',
|
|
326
|
+
'/actions/crafting/basic_milking_charm',
|
|
327
|
+
'/actions/crafting/basic_tailoring_charm',
|
|
328
|
+
'/actions/crafting/basic_task_badge',
|
|
329
|
+
'/actions/crafting/basic_woodcutting_charm',
|
|
330
|
+
'/actions/crafting/birch_bow',
|
|
331
|
+
'/actions/crafting/birch_crossbow',
|
|
332
|
+
'/actions/crafting/birch_fire_staff',
|
|
333
|
+
'/actions/crafting/birch_lumber',
|
|
334
|
+
'/actions/crafting/birch_nature_staff',
|
|
335
|
+
'/actions/crafting/birch_shield',
|
|
336
|
+
'/actions/crafting/birch_water_staff',
|
|
337
|
+
'/actions/crafting/bishops_codex',
|
|
338
|
+
'/actions/crafting/bishops_codex_refined',
|
|
339
|
+
'/actions/crafting/blazing_trident',
|
|
340
|
+
'/actions/crafting/blazing_trident_refined',
|
|
341
|
+
'/actions/crafting/blooming_trident',
|
|
342
|
+
'/actions/crafting/blooming_trident_refined',
|
|
343
|
+
'/actions/crafting/catalyst_of_coinification',
|
|
344
|
+
'/actions/crafting/catalyst_of_decomposition',
|
|
345
|
+
'/actions/crafting/catalyst_of_transmutation',
|
|
346
|
+
'/actions/crafting/cedar_bow',
|
|
347
|
+
'/actions/crafting/cedar_crossbow',
|
|
348
|
+
'/actions/crafting/cedar_fire_staff',
|
|
349
|
+
'/actions/crafting/cedar_lumber',
|
|
350
|
+
'/actions/crafting/cedar_nature_staff',
|
|
351
|
+
'/actions/crafting/cedar_shield',
|
|
352
|
+
'/actions/crafting/cedar_water_staff',
|
|
353
|
+
'/actions/crafting/chimerical_chest_key',
|
|
354
|
+
'/actions/crafting/chimerical_entry_key',
|
|
355
|
+
'/actions/crafting/crushed_amber',
|
|
356
|
+
'/actions/crafting/crushed_amethyst',
|
|
357
|
+
'/actions/crafting/crushed_garnet',
|
|
358
|
+
'/actions/crafting/crushed_jade',
|
|
359
|
+
'/actions/crafting/crushed_moonstone',
|
|
360
|
+
'/actions/crafting/crushed_pearl',
|
|
361
|
+
'/actions/crafting/crushed_philosophers_stone',
|
|
362
|
+
'/actions/crafting/crushed_sunstone',
|
|
363
|
+
'/actions/crafting/cursed_bow',
|
|
364
|
+
'/actions/crafting/cursed_bow_refined',
|
|
365
|
+
'/actions/crafting/earrings_of_armor',
|
|
366
|
+
'/actions/crafting/earrings_of_critical_strike',
|
|
367
|
+
'/actions/crafting/earrings_of_essence_find',
|
|
368
|
+
'/actions/crafting/earrings_of_gathering',
|
|
369
|
+
'/actions/crafting/earrings_of_rare_find',
|
|
370
|
+
'/actions/crafting/earrings_of_regeneration',
|
|
371
|
+
'/actions/crafting/earrings_of_resistance',
|
|
372
|
+
'/actions/crafting/enchanted_chest_key',
|
|
373
|
+
'/actions/crafting/enchanted_entry_key',
|
|
374
|
+
'/actions/crafting/expert_alchemy_charm',
|
|
375
|
+
'/actions/crafting/expert_attack_charm',
|
|
376
|
+
'/actions/crafting/expert_brewing_charm',
|
|
377
|
+
'/actions/crafting/expert_cheesesmithing_charm',
|
|
378
|
+
'/actions/crafting/expert_cooking_charm',
|
|
379
|
+
'/actions/crafting/expert_crafting_charm',
|
|
380
|
+
'/actions/crafting/expert_defense_charm',
|
|
381
|
+
'/actions/crafting/expert_enhancing_charm',
|
|
382
|
+
'/actions/crafting/expert_foraging_charm',
|
|
383
|
+
'/actions/crafting/expert_intelligence_charm',
|
|
384
|
+
'/actions/crafting/expert_magic_charm',
|
|
385
|
+
'/actions/crafting/expert_melee_charm',
|
|
386
|
+
'/actions/crafting/expert_milking_charm',
|
|
387
|
+
'/actions/crafting/expert_ranged_charm',
|
|
388
|
+
'/actions/crafting/expert_stamina_charm',
|
|
389
|
+
'/actions/crafting/expert_tailoring_charm',
|
|
390
|
+
'/actions/crafting/expert_task_badge',
|
|
391
|
+
'/actions/crafting/expert_woodcutting_charm',
|
|
392
|
+
'/actions/crafting/eye_watch',
|
|
393
|
+
'/actions/crafting/fighter_necklace',
|
|
394
|
+
'/actions/crafting/frost_staff',
|
|
395
|
+
'/actions/crafting/ginkgo_bow',
|
|
396
|
+
'/actions/crafting/ginkgo_crossbow',
|
|
397
|
+
'/actions/crafting/ginkgo_fire_staff',
|
|
398
|
+
'/actions/crafting/ginkgo_lumber',
|
|
399
|
+
'/actions/crafting/ginkgo_nature_staff',
|
|
400
|
+
'/actions/crafting/ginkgo_shield',
|
|
401
|
+
'/actions/crafting/ginkgo_water_staff',
|
|
402
|
+
'/actions/crafting/grandmaster_alchemy_charm',
|
|
403
|
+
'/actions/crafting/grandmaster_attack_charm',
|
|
404
|
+
'/actions/crafting/grandmaster_brewing_charm',
|
|
405
|
+
'/actions/crafting/grandmaster_cheesesmithing_charm',
|
|
406
|
+
'/actions/crafting/grandmaster_cooking_charm',
|
|
407
|
+
'/actions/crafting/grandmaster_crafting_charm',
|
|
408
|
+
'/actions/crafting/grandmaster_defense_charm',
|
|
409
|
+
'/actions/crafting/grandmaster_enhancing_charm',
|
|
410
|
+
'/actions/crafting/grandmaster_foraging_charm',
|
|
411
|
+
'/actions/crafting/grandmaster_intelligence_charm',
|
|
412
|
+
'/actions/crafting/grandmaster_magic_charm',
|
|
413
|
+
'/actions/crafting/grandmaster_melee_charm',
|
|
414
|
+
'/actions/crafting/grandmaster_milking_charm',
|
|
415
|
+
'/actions/crafting/grandmaster_ranged_charm',
|
|
416
|
+
'/actions/crafting/grandmaster_stamina_charm',
|
|
417
|
+
'/actions/crafting/grandmaster_tailoring_charm',
|
|
418
|
+
'/actions/crafting/grandmaster_woodcutting_charm',
|
|
419
|
+
'/actions/crafting/infernal_battlestaff',
|
|
420
|
+
'/actions/crafting/jackalope_staff',
|
|
421
|
+
'/actions/crafting/lumber',
|
|
422
|
+
'/actions/crafting/manticore_shield',
|
|
423
|
+
'/actions/crafting/master_alchemy_charm',
|
|
424
|
+
'/actions/crafting/master_attack_charm',
|
|
425
|
+
'/actions/crafting/master_brewing_charm',
|
|
426
|
+
'/actions/crafting/master_cheesesmithing_charm',
|
|
427
|
+
'/actions/crafting/master_cooking_charm',
|
|
428
|
+
'/actions/crafting/master_crafting_charm',
|
|
429
|
+
'/actions/crafting/master_defense_charm',
|
|
430
|
+
'/actions/crafting/master_enhancing_charm',
|
|
431
|
+
'/actions/crafting/master_foraging_charm',
|
|
432
|
+
'/actions/crafting/master_intelligence_charm',
|
|
433
|
+
'/actions/crafting/master_magic_charm',
|
|
434
|
+
'/actions/crafting/master_melee_charm',
|
|
435
|
+
'/actions/crafting/master_milking_charm',
|
|
436
|
+
'/actions/crafting/master_ranged_charm',
|
|
437
|
+
'/actions/crafting/master_stamina_charm',
|
|
438
|
+
'/actions/crafting/master_tailoring_charm',
|
|
439
|
+
'/actions/crafting/master_woodcutting_charm',
|
|
440
|
+
'/actions/crafting/mirror_of_protection',
|
|
441
|
+
'/actions/crafting/necklace_of_efficiency',
|
|
442
|
+
'/actions/crafting/necklace_of_speed',
|
|
443
|
+
'/actions/crafting/necklace_of_wisdom',
|
|
444
|
+
'/actions/crafting/philosophers_earrings',
|
|
445
|
+
'/actions/crafting/philosophers_necklace',
|
|
446
|
+
'/actions/crafting/philosophers_ring',
|
|
447
|
+
'/actions/crafting/pirate_chest_key',
|
|
448
|
+
'/actions/crafting/pirate_entry_key',
|
|
449
|
+
'/actions/crafting/purpleheart_bow',
|
|
450
|
+
'/actions/crafting/purpleheart_crossbow',
|
|
451
|
+
'/actions/crafting/purpleheart_fire_staff',
|
|
452
|
+
'/actions/crafting/purpleheart_lumber',
|
|
453
|
+
'/actions/crafting/purpleheart_nature_staff',
|
|
454
|
+
'/actions/crafting/purpleheart_shield',
|
|
455
|
+
'/actions/crafting/purpleheart_water_staff',
|
|
456
|
+
'/actions/crafting/ranger_necklace',
|
|
457
|
+
'/actions/crafting/redwood_bow',
|
|
458
|
+
'/actions/crafting/redwood_crossbow',
|
|
459
|
+
'/actions/crafting/redwood_fire_staff',
|
|
460
|
+
'/actions/crafting/redwood_lumber',
|
|
461
|
+
'/actions/crafting/redwood_nature_staff',
|
|
462
|
+
'/actions/crafting/redwood_shield',
|
|
463
|
+
'/actions/crafting/redwood_water_staff',
|
|
464
|
+
'/actions/crafting/ring_of_armor',
|
|
465
|
+
'/actions/crafting/ring_of_critical_strike',
|
|
466
|
+
'/actions/crafting/ring_of_essence_find',
|
|
467
|
+
'/actions/crafting/ring_of_gathering',
|
|
468
|
+
'/actions/crafting/ring_of_rare_find',
|
|
469
|
+
'/actions/crafting/ring_of_regeneration',
|
|
470
|
+
'/actions/crafting/ring_of_resistance',
|
|
471
|
+
'/actions/crafting/rippling_trident',
|
|
472
|
+
'/actions/crafting/rippling_trident_refined',
|
|
473
|
+
'/actions/crafting/sinister_chest_key',
|
|
474
|
+
'/actions/crafting/sinister_entry_key',
|
|
475
|
+
'/actions/crafting/soul_hunter_crossbow',
|
|
476
|
+
'/actions/crafting/sundering_crossbow',
|
|
477
|
+
'/actions/crafting/sundering_crossbow_refined',
|
|
478
|
+
'/actions/crafting/treant_shield',
|
|
479
|
+
'/actions/crafting/vampiric_bow',
|
|
480
|
+
'/actions/crafting/watchful_relic',
|
|
481
|
+
'/actions/crafting/wizard_necklace',
|
|
482
|
+
'/actions/crafting/wooden_bow',
|
|
483
|
+
'/actions/crafting/wooden_crossbow',
|
|
484
|
+
'/actions/crafting/wooden_fire_staff',
|
|
485
|
+
'/actions/crafting/wooden_nature_staff',
|
|
486
|
+
'/actions/crafting/wooden_shield',
|
|
487
|
+
'/actions/crafting/wooden_water_staff',
|
|
488
|
+
'/actions/tailoring/acrobatic_hood',
|
|
489
|
+
'/actions/tailoring/acrobatic_hood_refined',
|
|
490
|
+
'/actions/tailoring/alchemists_bottoms',
|
|
491
|
+
'/actions/tailoring/alchemists_top',
|
|
492
|
+
'/actions/tailoring/bamboo_boots',
|
|
493
|
+
'/actions/tailoring/bamboo_fabric',
|
|
494
|
+
'/actions/tailoring/bamboo_gloves',
|
|
495
|
+
'/actions/tailoring/bamboo_hat',
|
|
496
|
+
'/actions/tailoring/bamboo_robe_bottoms',
|
|
497
|
+
'/actions/tailoring/bamboo_robe_top',
|
|
498
|
+
'/actions/tailoring/beast_boots',
|
|
499
|
+
'/actions/tailoring/beast_bracers',
|
|
500
|
+
'/actions/tailoring/beast_chaps',
|
|
501
|
+
'/actions/tailoring/beast_hood',
|
|
502
|
+
'/actions/tailoring/beast_leather',
|
|
503
|
+
'/actions/tailoring/beast_tunic',
|
|
504
|
+
'/actions/tailoring/brewers_bottoms',
|
|
505
|
+
'/actions/tailoring/brewers_top',
|
|
506
|
+
'/actions/tailoring/centaur_boots',
|
|
507
|
+
'/actions/tailoring/cheesemakers_bottoms',
|
|
508
|
+
'/actions/tailoring/cheesemakers_top',
|
|
509
|
+
'/actions/tailoring/chefs_bottoms',
|
|
510
|
+
'/actions/tailoring/chefs_top',
|
|
511
|
+
'/actions/tailoring/chimerical_quiver_refined',
|
|
512
|
+
'/actions/tailoring/chrono_gloves',
|
|
513
|
+
'/actions/tailoring/collectors_boots',
|
|
514
|
+
'/actions/tailoring/cotton_boots',
|
|
515
|
+
'/actions/tailoring/cotton_fabric',
|
|
516
|
+
'/actions/tailoring/cotton_gloves',
|
|
517
|
+
'/actions/tailoring/cotton_hat',
|
|
518
|
+
'/actions/tailoring/cotton_robe_bottoms',
|
|
519
|
+
'/actions/tailoring/cotton_robe_top',
|
|
520
|
+
'/actions/tailoring/crafters_bottoms',
|
|
521
|
+
'/actions/tailoring/crafters_top',
|
|
522
|
+
'/actions/tailoring/dairyhands_bottoms',
|
|
523
|
+
'/actions/tailoring/dairyhands_top',
|
|
524
|
+
'/actions/tailoring/enchanted_cloak_refined',
|
|
525
|
+
'/actions/tailoring/enchanted_gloves',
|
|
526
|
+
'/actions/tailoring/enhancers_bottoms',
|
|
527
|
+
'/actions/tailoring/enhancers_top',
|
|
528
|
+
'/actions/tailoring/flaming_robe_bottoms',
|
|
529
|
+
'/actions/tailoring/flaming_robe_top',
|
|
530
|
+
'/actions/tailoring/fluffy_red_hat',
|
|
531
|
+
'/actions/tailoring/foragers_bottoms',
|
|
532
|
+
'/actions/tailoring/foragers_top',
|
|
533
|
+
'/actions/tailoring/giant_pouch',
|
|
534
|
+
'/actions/tailoring/gluttonous_pouch',
|
|
535
|
+
'/actions/tailoring/gobo_boots',
|
|
536
|
+
'/actions/tailoring/gobo_bracers',
|
|
537
|
+
'/actions/tailoring/gobo_chaps',
|
|
538
|
+
'/actions/tailoring/gobo_hood',
|
|
539
|
+
'/actions/tailoring/gobo_leather',
|
|
540
|
+
'/actions/tailoring/gobo_tunic',
|
|
541
|
+
'/actions/tailoring/griffin_chaps',
|
|
542
|
+
'/actions/tailoring/griffin_tunic',
|
|
543
|
+
'/actions/tailoring/guzzling_pouch',
|
|
544
|
+
'/actions/tailoring/icy_robe_bottoms',
|
|
545
|
+
'/actions/tailoring/icy_robe_top',
|
|
546
|
+
'/actions/tailoring/kraken_chaps',
|
|
547
|
+
'/actions/tailoring/kraken_chaps_refined',
|
|
548
|
+
'/actions/tailoring/kraken_tunic',
|
|
549
|
+
'/actions/tailoring/kraken_tunic_refined',
|
|
550
|
+
'/actions/tailoring/large_pouch',
|
|
551
|
+
'/actions/tailoring/linen_boots',
|
|
552
|
+
'/actions/tailoring/linen_fabric',
|
|
553
|
+
'/actions/tailoring/linen_gloves',
|
|
554
|
+
'/actions/tailoring/linen_hat',
|
|
555
|
+
'/actions/tailoring/linen_robe_bottoms',
|
|
556
|
+
'/actions/tailoring/linen_robe_top',
|
|
557
|
+
'/actions/tailoring/lumberjacks_bottoms',
|
|
558
|
+
'/actions/tailoring/lumberjacks_top',
|
|
559
|
+
'/actions/tailoring/luna_robe_bottoms',
|
|
560
|
+
'/actions/tailoring/luna_robe_top',
|
|
561
|
+
'/actions/tailoring/magicians_hat',
|
|
562
|
+
'/actions/tailoring/magicians_hat_refined',
|
|
563
|
+
'/actions/tailoring/marine_chaps',
|
|
564
|
+
'/actions/tailoring/marine_tunic',
|
|
565
|
+
'/actions/tailoring/marksman_bracers',
|
|
566
|
+
'/actions/tailoring/marksman_bracers_refined',
|
|
567
|
+
'/actions/tailoring/medium_pouch',
|
|
568
|
+
'/actions/tailoring/radiant_boots',
|
|
569
|
+
'/actions/tailoring/radiant_fabric',
|
|
570
|
+
'/actions/tailoring/radiant_gloves',
|
|
571
|
+
'/actions/tailoring/radiant_hat',
|
|
572
|
+
'/actions/tailoring/radiant_robe_bottoms',
|
|
573
|
+
'/actions/tailoring/radiant_robe_top',
|
|
574
|
+
'/actions/tailoring/red_culinary_hat',
|
|
575
|
+
'/actions/tailoring/reptile_boots',
|
|
576
|
+
'/actions/tailoring/reptile_bracers',
|
|
577
|
+
'/actions/tailoring/reptile_chaps',
|
|
578
|
+
'/actions/tailoring/reptile_hood',
|
|
579
|
+
'/actions/tailoring/reptile_leather',
|
|
580
|
+
'/actions/tailoring/reptile_tunic',
|
|
581
|
+
'/actions/tailoring/revenant_chaps',
|
|
582
|
+
'/actions/tailoring/revenant_tunic',
|
|
583
|
+
'/actions/tailoring/rough_boots',
|
|
584
|
+
'/actions/tailoring/rough_bracers',
|
|
585
|
+
'/actions/tailoring/rough_chaps',
|
|
586
|
+
'/actions/tailoring/rough_hood',
|
|
587
|
+
'/actions/tailoring/rough_leather',
|
|
588
|
+
'/actions/tailoring/rough_tunic',
|
|
589
|
+
'/actions/tailoring/royal_fire_robe_bottoms',
|
|
590
|
+
'/actions/tailoring/royal_fire_robe_bottoms_refined',
|
|
591
|
+
'/actions/tailoring/royal_fire_robe_top',
|
|
592
|
+
'/actions/tailoring/royal_fire_robe_top_refined',
|
|
593
|
+
'/actions/tailoring/royal_nature_robe_bottoms',
|
|
594
|
+
'/actions/tailoring/royal_nature_robe_bottoms_refined',
|
|
595
|
+
'/actions/tailoring/royal_nature_robe_top',
|
|
596
|
+
'/actions/tailoring/royal_nature_robe_top_refined',
|
|
597
|
+
'/actions/tailoring/royal_water_robe_bottoms',
|
|
598
|
+
'/actions/tailoring/royal_water_robe_bottoms_refined',
|
|
599
|
+
'/actions/tailoring/royal_water_robe_top',
|
|
600
|
+
'/actions/tailoring/royal_water_robe_top_refined',
|
|
601
|
+
'/actions/tailoring/shoebill_shoes',
|
|
602
|
+
'/actions/tailoring/sighted_bracers',
|
|
603
|
+
'/actions/tailoring/silk_boots',
|
|
604
|
+
'/actions/tailoring/silk_fabric',
|
|
605
|
+
'/actions/tailoring/silk_gloves',
|
|
606
|
+
'/actions/tailoring/silk_hat',
|
|
607
|
+
'/actions/tailoring/silk_robe_bottoms',
|
|
608
|
+
'/actions/tailoring/silk_robe_top',
|
|
609
|
+
'/actions/tailoring/sinister_cape_refined',
|
|
610
|
+
'/actions/tailoring/small_pouch',
|
|
611
|
+
'/actions/tailoring/sorcerer_boots',
|
|
612
|
+
'/actions/tailoring/tailors_bottoms',
|
|
613
|
+
'/actions/tailoring/tailors_top',
|
|
614
|
+
'/actions/tailoring/umbral_boots',
|
|
615
|
+
'/actions/tailoring/umbral_bracers',
|
|
616
|
+
'/actions/tailoring/umbral_chaps',
|
|
617
|
+
'/actions/tailoring/umbral_hood',
|
|
618
|
+
'/actions/tailoring/umbral_leather',
|
|
619
|
+
'/actions/tailoring/umbral_tunic',
|
|
620
|
+
];
|
|
621
|
+
export const RECIPES_BY_SKILL = {
|
|
622
|
+
'/skills/brewing': [
|
|
623
|
+
'/actions/brewing/alchemy_tea',
|
|
624
|
+
'/actions/brewing/artisan_tea',
|
|
625
|
+
'/actions/brewing/attack_coffee',
|
|
626
|
+
'/actions/brewing/blessed_tea',
|
|
627
|
+
'/actions/brewing/brewing_tea',
|
|
628
|
+
'/actions/brewing/catalytic_tea',
|
|
629
|
+
'/actions/brewing/channeling_coffee',
|
|
630
|
+
'/actions/brewing/cheesesmithing_tea',
|
|
631
|
+
'/actions/brewing/cooking_tea',
|
|
632
|
+
'/actions/brewing/crafting_tea',
|
|
633
|
+
'/actions/brewing/critical_coffee',
|
|
634
|
+
'/actions/brewing/defense_coffee',
|
|
635
|
+
'/actions/brewing/efficiency_tea',
|
|
636
|
+
'/actions/brewing/enhancing_tea',
|
|
637
|
+
'/actions/brewing/foraging_tea',
|
|
638
|
+
'/actions/brewing/gathering_tea',
|
|
639
|
+
'/actions/brewing/gourmet_tea',
|
|
640
|
+
'/actions/brewing/intelligence_coffee',
|
|
641
|
+
'/actions/brewing/lucky_coffee',
|
|
642
|
+
'/actions/brewing/magic_coffee',
|
|
643
|
+
'/actions/brewing/melee_coffee',
|
|
644
|
+
'/actions/brewing/milking_tea',
|
|
645
|
+
'/actions/brewing/processing_tea',
|
|
646
|
+
'/actions/brewing/ranged_coffee',
|
|
647
|
+
'/actions/brewing/stamina_coffee',
|
|
648
|
+
'/actions/brewing/super_alchemy_tea',
|
|
649
|
+
'/actions/brewing/super_attack_coffee',
|
|
650
|
+
'/actions/brewing/super_brewing_tea',
|
|
651
|
+
'/actions/brewing/super_cheesesmithing_tea',
|
|
652
|
+
'/actions/brewing/super_cooking_tea',
|
|
653
|
+
'/actions/brewing/super_crafting_tea',
|
|
654
|
+
'/actions/brewing/super_defense_coffee',
|
|
655
|
+
'/actions/brewing/super_enhancing_tea',
|
|
656
|
+
'/actions/brewing/super_foraging_tea',
|
|
657
|
+
'/actions/brewing/super_intelligence_coffee',
|
|
658
|
+
'/actions/brewing/super_magic_coffee',
|
|
659
|
+
'/actions/brewing/super_melee_coffee',
|
|
660
|
+
'/actions/brewing/super_milking_tea',
|
|
661
|
+
'/actions/brewing/super_ranged_coffee',
|
|
662
|
+
'/actions/brewing/super_stamina_coffee',
|
|
663
|
+
'/actions/brewing/super_tailoring_tea',
|
|
664
|
+
'/actions/brewing/super_woodcutting_tea',
|
|
665
|
+
'/actions/brewing/swiftness_coffee',
|
|
666
|
+
'/actions/brewing/tailoring_tea',
|
|
667
|
+
'/actions/brewing/ultra_alchemy_tea',
|
|
668
|
+
'/actions/brewing/ultra_attack_coffee',
|
|
669
|
+
'/actions/brewing/ultra_brewing_tea',
|
|
670
|
+
'/actions/brewing/ultra_cheesesmithing_tea',
|
|
671
|
+
'/actions/brewing/ultra_cooking_tea',
|
|
672
|
+
'/actions/brewing/ultra_crafting_tea',
|
|
673
|
+
'/actions/brewing/ultra_defense_coffee',
|
|
674
|
+
'/actions/brewing/ultra_enhancing_tea',
|
|
675
|
+
'/actions/brewing/ultra_foraging_tea',
|
|
676
|
+
'/actions/brewing/ultra_intelligence_coffee',
|
|
677
|
+
'/actions/brewing/ultra_magic_coffee',
|
|
678
|
+
'/actions/brewing/ultra_melee_coffee',
|
|
679
|
+
'/actions/brewing/ultra_milking_tea',
|
|
680
|
+
'/actions/brewing/ultra_ranged_coffee',
|
|
681
|
+
'/actions/brewing/ultra_stamina_coffee',
|
|
682
|
+
'/actions/brewing/ultra_tailoring_tea',
|
|
683
|
+
'/actions/brewing/ultra_woodcutting_tea',
|
|
684
|
+
'/actions/brewing/wisdom_coffee',
|
|
685
|
+
'/actions/brewing/wisdom_tea',
|
|
686
|
+
'/actions/brewing/woodcutting_tea',
|
|
687
|
+
],
|
|
688
|
+
'/skills/cheesesmithing': [
|
|
689
|
+
'/actions/cheesesmithing/anchorbound_plate_body',
|
|
690
|
+
'/actions/cheesesmithing/anchorbound_plate_body_refined',
|
|
691
|
+
'/actions/cheesesmithing/anchorbound_plate_legs',
|
|
692
|
+
'/actions/cheesesmithing/anchorbound_plate_legs_refined',
|
|
693
|
+
'/actions/cheesesmithing/azure_alembic',
|
|
694
|
+
'/actions/cheesesmithing/azure_boots',
|
|
695
|
+
'/actions/cheesesmithing/azure_brush',
|
|
696
|
+
'/actions/cheesesmithing/azure_buckler',
|
|
697
|
+
'/actions/cheesesmithing/azure_bulwark',
|
|
698
|
+
'/actions/cheesesmithing/azure_cheese',
|
|
699
|
+
'/actions/cheesesmithing/azure_chisel',
|
|
700
|
+
'/actions/cheesesmithing/azure_enhancer',
|
|
701
|
+
'/actions/cheesesmithing/azure_gauntlets',
|
|
702
|
+
'/actions/cheesesmithing/azure_hammer',
|
|
703
|
+
'/actions/cheesesmithing/azure_hatchet',
|
|
704
|
+
'/actions/cheesesmithing/azure_helmet',
|
|
705
|
+
'/actions/cheesesmithing/azure_mace',
|
|
706
|
+
'/actions/cheesesmithing/azure_needle',
|
|
707
|
+
'/actions/cheesesmithing/azure_plate_body',
|
|
708
|
+
'/actions/cheesesmithing/azure_plate_legs',
|
|
709
|
+
'/actions/cheesesmithing/azure_pot',
|
|
710
|
+
'/actions/cheesesmithing/azure_shears',
|
|
711
|
+
'/actions/cheesesmithing/azure_spatula',
|
|
712
|
+
'/actions/cheesesmithing/azure_spear',
|
|
713
|
+
'/actions/cheesesmithing/azure_sword',
|
|
714
|
+
'/actions/cheesesmithing/black_bear_shoes',
|
|
715
|
+
'/actions/cheesesmithing/burble_alembic',
|
|
716
|
+
'/actions/cheesesmithing/burble_boots',
|
|
717
|
+
'/actions/cheesesmithing/burble_brush',
|
|
718
|
+
'/actions/cheesesmithing/burble_buckler',
|
|
719
|
+
'/actions/cheesesmithing/burble_bulwark',
|
|
720
|
+
'/actions/cheesesmithing/burble_cheese',
|
|
721
|
+
'/actions/cheesesmithing/burble_chisel',
|
|
722
|
+
'/actions/cheesesmithing/burble_enhancer',
|
|
723
|
+
'/actions/cheesesmithing/burble_gauntlets',
|
|
724
|
+
'/actions/cheesesmithing/burble_hammer',
|
|
725
|
+
'/actions/cheesesmithing/burble_hatchet',
|
|
726
|
+
'/actions/cheesesmithing/burble_helmet',
|
|
727
|
+
'/actions/cheesesmithing/burble_mace',
|
|
728
|
+
'/actions/cheesesmithing/burble_needle',
|
|
729
|
+
'/actions/cheesesmithing/burble_plate_body',
|
|
730
|
+
'/actions/cheesesmithing/burble_plate_legs',
|
|
731
|
+
'/actions/cheesesmithing/burble_pot',
|
|
732
|
+
'/actions/cheesesmithing/burble_shears',
|
|
733
|
+
'/actions/cheesesmithing/burble_spatula',
|
|
734
|
+
'/actions/cheesesmithing/burble_spear',
|
|
735
|
+
'/actions/cheesesmithing/burble_sword',
|
|
736
|
+
'/actions/cheesesmithing/celestial_alembic',
|
|
737
|
+
'/actions/cheesesmithing/celestial_brush',
|
|
738
|
+
'/actions/cheesesmithing/celestial_chisel',
|
|
739
|
+
'/actions/cheesesmithing/celestial_enhancer',
|
|
740
|
+
'/actions/cheesesmithing/celestial_hammer',
|
|
741
|
+
'/actions/cheesesmithing/celestial_hatchet',
|
|
742
|
+
'/actions/cheesesmithing/celestial_needle',
|
|
743
|
+
'/actions/cheesesmithing/celestial_pot',
|
|
744
|
+
'/actions/cheesesmithing/celestial_shears',
|
|
745
|
+
'/actions/cheesesmithing/celestial_spatula',
|
|
746
|
+
'/actions/cheesesmithing/chaotic_flail',
|
|
747
|
+
'/actions/cheesesmithing/chaotic_flail_refined',
|
|
748
|
+
'/actions/cheesesmithing/cheese',
|
|
749
|
+
'/actions/cheesesmithing/cheese_alembic',
|
|
750
|
+
'/actions/cheesesmithing/cheese_boots',
|
|
751
|
+
'/actions/cheesesmithing/cheese_brush',
|
|
752
|
+
'/actions/cheesesmithing/cheese_buckler',
|
|
753
|
+
'/actions/cheesesmithing/cheese_bulwark',
|
|
754
|
+
'/actions/cheesesmithing/cheese_chisel',
|
|
755
|
+
'/actions/cheesesmithing/cheese_enhancer',
|
|
756
|
+
'/actions/cheesesmithing/cheese_gauntlets',
|
|
757
|
+
'/actions/cheesesmithing/cheese_hammer',
|
|
758
|
+
'/actions/cheesesmithing/cheese_hatchet',
|
|
759
|
+
'/actions/cheesesmithing/cheese_helmet',
|
|
760
|
+
'/actions/cheesesmithing/cheese_mace',
|
|
761
|
+
'/actions/cheesesmithing/cheese_needle',
|
|
762
|
+
'/actions/cheesesmithing/cheese_plate_body',
|
|
763
|
+
'/actions/cheesesmithing/cheese_plate_legs',
|
|
764
|
+
'/actions/cheesesmithing/cheese_pot',
|
|
765
|
+
'/actions/cheesesmithing/cheese_shears',
|
|
766
|
+
'/actions/cheesesmithing/cheese_spatula',
|
|
767
|
+
'/actions/cheesesmithing/cheese_spear',
|
|
768
|
+
'/actions/cheesesmithing/cheese_sword',
|
|
769
|
+
'/actions/cheesesmithing/colossus_plate_body',
|
|
770
|
+
'/actions/cheesesmithing/colossus_plate_legs',
|
|
771
|
+
'/actions/cheesesmithing/corsair_helmet',
|
|
772
|
+
'/actions/cheesesmithing/corsair_helmet_refined',
|
|
773
|
+
'/actions/cheesesmithing/crimson_alembic',
|
|
774
|
+
'/actions/cheesesmithing/crimson_boots',
|
|
775
|
+
'/actions/cheesesmithing/crimson_brush',
|
|
776
|
+
'/actions/cheesesmithing/crimson_buckler',
|
|
777
|
+
'/actions/cheesesmithing/crimson_bulwark',
|
|
778
|
+
'/actions/cheesesmithing/crimson_cheese',
|
|
779
|
+
'/actions/cheesesmithing/crimson_chisel',
|
|
780
|
+
'/actions/cheesesmithing/crimson_enhancer',
|
|
781
|
+
'/actions/cheesesmithing/crimson_gauntlets',
|
|
782
|
+
'/actions/cheesesmithing/crimson_hammer',
|
|
783
|
+
'/actions/cheesesmithing/crimson_hatchet',
|
|
784
|
+
'/actions/cheesesmithing/crimson_helmet',
|
|
785
|
+
'/actions/cheesesmithing/crimson_mace',
|
|
786
|
+
'/actions/cheesesmithing/crimson_needle',
|
|
787
|
+
'/actions/cheesesmithing/crimson_plate_body',
|
|
788
|
+
'/actions/cheesesmithing/crimson_plate_legs',
|
|
789
|
+
'/actions/cheesesmithing/crimson_pot',
|
|
790
|
+
'/actions/cheesesmithing/crimson_shears',
|
|
791
|
+
'/actions/cheesesmithing/crimson_spatula',
|
|
792
|
+
'/actions/cheesesmithing/crimson_spear',
|
|
793
|
+
'/actions/cheesesmithing/crimson_sword',
|
|
794
|
+
'/actions/cheesesmithing/demonic_plate_body',
|
|
795
|
+
'/actions/cheesesmithing/demonic_plate_legs',
|
|
796
|
+
'/actions/cheesesmithing/dodocamel_gauntlets',
|
|
797
|
+
'/actions/cheesesmithing/dodocamel_gauntlets_refined',
|
|
798
|
+
'/actions/cheesesmithing/furious_spear',
|
|
799
|
+
'/actions/cheesesmithing/furious_spear_refined',
|
|
800
|
+
'/actions/cheesesmithing/granite_bludgeon',
|
|
801
|
+
'/actions/cheesesmithing/griffin_bulwark',
|
|
802
|
+
'/actions/cheesesmithing/griffin_bulwark_refined',
|
|
803
|
+
'/actions/cheesesmithing/grizzly_bear_shoes',
|
|
804
|
+
'/actions/cheesesmithing/holy_alembic',
|
|
805
|
+
'/actions/cheesesmithing/holy_boots',
|
|
806
|
+
'/actions/cheesesmithing/holy_brush',
|
|
807
|
+
'/actions/cheesesmithing/holy_buckler',
|
|
808
|
+
'/actions/cheesesmithing/holy_bulwark',
|
|
809
|
+
'/actions/cheesesmithing/holy_cheese',
|
|
810
|
+
'/actions/cheesesmithing/holy_chisel',
|
|
811
|
+
'/actions/cheesesmithing/holy_enhancer',
|
|
812
|
+
'/actions/cheesesmithing/holy_gauntlets',
|
|
813
|
+
'/actions/cheesesmithing/holy_hammer',
|
|
814
|
+
'/actions/cheesesmithing/holy_hatchet',
|
|
815
|
+
'/actions/cheesesmithing/holy_helmet',
|
|
816
|
+
'/actions/cheesesmithing/holy_mace',
|
|
817
|
+
'/actions/cheesesmithing/holy_needle',
|
|
818
|
+
'/actions/cheesesmithing/holy_plate_body',
|
|
819
|
+
'/actions/cheesesmithing/holy_plate_legs',
|
|
820
|
+
'/actions/cheesesmithing/holy_pot',
|
|
821
|
+
'/actions/cheesesmithing/holy_shears',
|
|
822
|
+
'/actions/cheesesmithing/holy_spatula',
|
|
823
|
+
'/actions/cheesesmithing/holy_spear',
|
|
824
|
+
'/actions/cheesesmithing/holy_sword',
|
|
825
|
+
'/actions/cheesesmithing/knights_aegis',
|
|
826
|
+
'/actions/cheesesmithing/knights_aegis_refined',
|
|
827
|
+
'/actions/cheesesmithing/maelstrom_plate_body',
|
|
828
|
+
'/actions/cheesesmithing/maelstrom_plate_body_refined',
|
|
829
|
+
'/actions/cheesesmithing/maelstrom_plate_legs',
|
|
830
|
+
'/actions/cheesesmithing/maelstrom_plate_legs_refined',
|
|
831
|
+
'/actions/cheesesmithing/magnetic_gloves',
|
|
832
|
+
'/actions/cheesesmithing/panda_gloves',
|
|
833
|
+
'/actions/cheesesmithing/pincer_gloves',
|
|
834
|
+
'/actions/cheesesmithing/polar_bear_shoes',
|
|
835
|
+
'/actions/cheesesmithing/rainbow_alembic',
|
|
836
|
+
'/actions/cheesesmithing/rainbow_boots',
|
|
837
|
+
'/actions/cheesesmithing/rainbow_brush',
|
|
838
|
+
'/actions/cheesesmithing/rainbow_buckler',
|
|
839
|
+
'/actions/cheesesmithing/rainbow_bulwark',
|
|
840
|
+
'/actions/cheesesmithing/rainbow_cheese',
|
|
841
|
+
'/actions/cheesesmithing/rainbow_chisel',
|
|
842
|
+
'/actions/cheesesmithing/rainbow_enhancer',
|
|
843
|
+
'/actions/cheesesmithing/rainbow_gauntlets',
|
|
844
|
+
'/actions/cheesesmithing/rainbow_hammer',
|
|
845
|
+
'/actions/cheesesmithing/rainbow_hatchet',
|
|
846
|
+
'/actions/cheesesmithing/rainbow_helmet',
|
|
847
|
+
'/actions/cheesesmithing/rainbow_mace',
|
|
848
|
+
'/actions/cheesesmithing/rainbow_needle',
|
|
849
|
+
'/actions/cheesesmithing/rainbow_plate_body',
|
|
850
|
+
'/actions/cheesesmithing/rainbow_plate_legs',
|
|
851
|
+
'/actions/cheesesmithing/rainbow_pot',
|
|
852
|
+
'/actions/cheesesmithing/rainbow_shears',
|
|
853
|
+
'/actions/cheesesmithing/rainbow_spatula',
|
|
854
|
+
'/actions/cheesesmithing/rainbow_spear',
|
|
855
|
+
'/actions/cheesesmithing/rainbow_sword',
|
|
856
|
+
'/actions/cheesesmithing/regal_sword',
|
|
857
|
+
'/actions/cheesesmithing/regal_sword_refined',
|
|
858
|
+
'/actions/cheesesmithing/snail_shell_helmet',
|
|
859
|
+
'/actions/cheesesmithing/snake_fang_dirk',
|
|
860
|
+
'/actions/cheesesmithing/spiked_bulwark',
|
|
861
|
+
'/actions/cheesesmithing/stalactite_spear',
|
|
862
|
+
'/actions/cheesesmithing/turtle_shell_body',
|
|
863
|
+
'/actions/cheesesmithing/turtle_shell_legs',
|
|
864
|
+
'/actions/cheesesmithing/vampire_fang_dirk',
|
|
865
|
+
'/actions/cheesesmithing/verdant_alembic',
|
|
866
|
+
'/actions/cheesesmithing/verdant_boots',
|
|
867
|
+
'/actions/cheesesmithing/verdant_brush',
|
|
868
|
+
'/actions/cheesesmithing/verdant_buckler',
|
|
869
|
+
'/actions/cheesesmithing/verdant_bulwark',
|
|
870
|
+
'/actions/cheesesmithing/verdant_cheese',
|
|
871
|
+
'/actions/cheesesmithing/verdant_chisel',
|
|
872
|
+
'/actions/cheesesmithing/verdant_enhancer',
|
|
873
|
+
'/actions/cheesesmithing/verdant_gauntlets',
|
|
874
|
+
'/actions/cheesesmithing/verdant_hammer',
|
|
875
|
+
'/actions/cheesesmithing/verdant_hatchet',
|
|
876
|
+
'/actions/cheesesmithing/verdant_helmet',
|
|
877
|
+
'/actions/cheesesmithing/verdant_mace',
|
|
878
|
+
'/actions/cheesesmithing/verdant_needle',
|
|
879
|
+
'/actions/cheesesmithing/verdant_plate_body',
|
|
880
|
+
'/actions/cheesesmithing/verdant_plate_legs',
|
|
881
|
+
'/actions/cheesesmithing/verdant_pot',
|
|
882
|
+
'/actions/cheesesmithing/verdant_shears',
|
|
883
|
+
'/actions/cheesesmithing/verdant_spatula',
|
|
884
|
+
'/actions/cheesesmithing/verdant_spear',
|
|
885
|
+
'/actions/cheesesmithing/verdant_sword',
|
|
886
|
+
'/actions/cheesesmithing/vision_helmet',
|
|
887
|
+
'/actions/cheesesmithing/vision_shield',
|
|
888
|
+
'/actions/cheesesmithing/werewolf_slasher',
|
|
889
|
+
],
|
|
890
|
+
'/skills/cooking': [
|
|
891
|
+
'/actions/cooking/apple_gummy',
|
|
892
|
+
'/actions/cooking/apple_yogurt',
|
|
893
|
+
'/actions/cooking/blackberry_cake',
|
|
894
|
+
'/actions/cooking/blackberry_donut',
|
|
895
|
+
'/actions/cooking/blueberry_cake',
|
|
896
|
+
'/actions/cooking/blueberry_donut',
|
|
897
|
+
'/actions/cooking/cupcake',
|
|
898
|
+
'/actions/cooking/donut',
|
|
899
|
+
'/actions/cooking/dragon_fruit_gummy',
|
|
900
|
+
'/actions/cooking/dragon_fruit_yogurt',
|
|
901
|
+
'/actions/cooking/gummy',
|
|
902
|
+
'/actions/cooking/marsberry_cake',
|
|
903
|
+
'/actions/cooking/marsberry_donut',
|
|
904
|
+
'/actions/cooking/mooberry_cake',
|
|
905
|
+
'/actions/cooking/mooberry_donut',
|
|
906
|
+
'/actions/cooking/orange_gummy',
|
|
907
|
+
'/actions/cooking/orange_yogurt',
|
|
908
|
+
'/actions/cooking/peach_gummy',
|
|
909
|
+
'/actions/cooking/peach_yogurt',
|
|
910
|
+
'/actions/cooking/plum_gummy',
|
|
911
|
+
'/actions/cooking/plum_yogurt',
|
|
912
|
+
'/actions/cooking/spaceberry_cake',
|
|
913
|
+
'/actions/cooking/spaceberry_donut',
|
|
914
|
+
'/actions/cooking/star_fruit_gummy',
|
|
915
|
+
'/actions/cooking/star_fruit_yogurt',
|
|
916
|
+
'/actions/cooking/strawberry_cake',
|
|
917
|
+
'/actions/cooking/strawberry_donut',
|
|
918
|
+
'/actions/cooking/yogurt',
|
|
919
|
+
],
|
|
920
|
+
'/skills/crafting': [
|
|
921
|
+
'/actions/crafting/advanced_alchemy_charm',
|
|
922
|
+
'/actions/crafting/advanced_attack_charm',
|
|
923
|
+
'/actions/crafting/advanced_brewing_charm',
|
|
924
|
+
'/actions/crafting/advanced_cheesesmithing_charm',
|
|
925
|
+
'/actions/crafting/advanced_cooking_charm',
|
|
926
|
+
'/actions/crafting/advanced_crafting_charm',
|
|
927
|
+
'/actions/crafting/advanced_defense_charm',
|
|
928
|
+
'/actions/crafting/advanced_enhancing_charm',
|
|
929
|
+
'/actions/crafting/advanced_foraging_charm',
|
|
930
|
+
'/actions/crafting/advanced_intelligence_charm',
|
|
931
|
+
'/actions/crafting/advanced_magic_charm',
|
|
932
|
+
'/actions/crafting/advanced_melee_charm',
|
|
933
|
+
'/actions/crafting/advanced_milking_charm',
|
|
934
|
+
'/actions/crafting/advanced_ranged_charm',
|
|
935
|
+
'/actions/crafting/advanced_stamina_charm',
|
|
936
|
+
'/actions/crafting/advanced_tailoring_charm',
|
|
937
|
+
'/actions/crafting/advanced_task_badge',
|
|
938
|
+
'/actions/crafting/advanced_woodcutting_charm',
|
|
939
|
+
'/actions/crafting/arcane_bow',
|
|
940
|
+
'/actions/crafting/arcane_crossbow',
|
|
941
|
+
'/actions/crafting/arcane_fire_staff',
|
|
942
|
+
'/actions/crafting/arcane_lumber',
|
|
943
|
+
'/actions/crafting/arcane_nature_staff',
|
|
944
|
+
'/actions/crafting/arcane_shield',
|
|
945
|
+
'/actions/crafting/arcane_water_staff',
|
|
946
|
+
'/actions/crafting/basic_alchemy_charm',
|
|
947
|
+
'/actions/crafting/basic_brewing_charm',
|
|
948
|
+
'/actions/crafting/basic_cheesesmithing_charm',
|
|
949
|
+
'/actions/crafting/basic_cooking_charm',
|
|
950
|
+
'/actions/crafting/basic_crafting_charm',
|
|
951
|
+
'/actions/crafting/basic_enhancing_charm',
|
|
952
|
+
'/actions/crafting/basic_foraging_charm',
|
|
953
|
+
'/actions/crafting/basic_milking_charm',
|
|
954
|
+
'/actions/crafting/basic_tailoring_charm',
|
|
955
|
+
'/actions/crafting/basic_task_badge',
|
|
956
|
+
'/actions/crafting/basic_woodcutting_charm',
|
|
957
|
+
'/actions/crafting/birch_bow',
|
|
958
|
+
'/actions/crafting/birch_crossbow',
|
|
959
|
+
'/actions/crafting/birch_fire_staff',
|
|
960
|
+
'/actions/crafting/birch_lumber',
|
|
961
|
+
'/actions/crafting/birch_nature_staff',
|
|
962
|
+
'/actions/crafting/birch_shield',
|
|
963
|
+
'/actions/crafting/birch_water_staff',
|
|
964
|
+
'/actions/crafting/bishops_codex',
|
|
965
|
+
'/actions/crafting/bishops_codex_refined',
|
|
966
|
+
'/actions/crafting/blazing_trident',
|
|
967
|
+
'/actions/crafting/blazing_trident_refined',
|
|
968
|
+
'/actions/crafting/blooming_trident',
|
|
969
|
+
'/actions/crafting/blooming_trident_refined',
|
|
970
|
+
'/actions/crafting/catalyst_of_coinification',
|
|
971
|
+
'/actions/crafting/catalyst_of_decomposition',
|
|
972
|
+
'/actions/crafting/catalyst_of_transmutation',
|
|
973
|
+
'/actions/crafting/cedar_bow',
|
|
974
|
+
'/actions/crafting/cedar_crossbow',
|
|
975
|
+
'/actions/crafting/cedar_fire_staff',
|
|
976
|
+
'/actions/crafting/cedar_lumber',
|
|
977
|
+
'/actions/crafting/cedar_nature_staff',
|
|
978
|
+
'/actions/crafting/cedar_shield',
|
|
979
|
+
'/actions/crafting/cedar_water_staff',
|
|
980
|
+
'/actions/crafting/chimerical_chest_key',
|
|
981
|
+
'/actions/crafting/chimerical_entry_key',
|
|
982
|
+
'/actions/crafting/crushed_amber',
|
|
983
|
+
'/actions/crafting/crushed_amethyst',
|
|
984
|
+
'/actions/crafting/crushed_garnet',
|
|
985
|
+
'/actions/crafting/crushed_jade',
|
|
986
|
+
'/actions/crafting/crushed_moonstone',
|
|
987
|
+
'/actions/crafting/crushed_pearl',
|
|
988
|
+
'/actions/crafting/crushed_philosophers_stone',
|
|
989
|
+
'/actions/crafting/crushed_sunstone',
|
|
990
|
+
'/actions/crafting/cursed_bow',
|
|
991
|
+
'/actions/crafting/cursed_bow_refined',
|
|
992
|
+
'/actions/crafting/earrings_of_armor',
|
|
993
|
+
'/actions/crafting/earrings_of_critical_strike',
|
|
994
|
+
'/actions/crafting/earrings_of_essence_find',
|
|
995
|
+
'/actions/crafting/earrings_of_gathering',
|
|
996
|
+
'/actions/crafting/earrings_of_rare_find',
|
|
997
|
+
'/actions/crafting/earrings_of_regeneration',
|
|
998
|
+
'/actions/crafting/earrings_of_resistance',
|
|
999
|
+
'/actions/crafting/enchanted_chest_key',
|
|
1000
|
+
'/actions/crafting/enchanted_entry_key',
|
|
1001
|
+
'/actions/crafting/expert_alchemy_charm',
|
|
1002
|
+
'/actions/crafting/expert_attack_charm',
|
|
1003
|
+
'/actions/crafting/expert_brewing_charm',
|
|
1004
|
+
'/actions/crafting/expert_cheesesmithing_charm',
|
|
1005
|
+
'/actions/crafting/expert_cooking_charm',
|
|
1006
|
+
'/actions/crafting/expert_crafting_charm',
|
|
1007
|
+
'/actions/crafting/expert_defense_charm',
|
|
1008
|
+
'/actions/crafting/expert_enhancing_charm',
|
|
1009
|
+
'/actions/crafting/expert_foraging_charm',
|
|
1010
|
+
'/actions/crafting/expert_intelligence_charm',
|
|
1011
|
+
'/actions/crafting/expert_magic_charm',
|
|
1012
|
+
'/actions/crafting/expert_melee_charm',
|
|
1013
|
+
'/actions/crafting/expert_milking_charm',
|
|
1014
|
+
'/actions/crafting/expert_ranged_charm',
|
|
1015
|
+
'/actions/crafting/expert_stamina_charm',
|
|
1016
|
+
'/actions/crafting/expert_tailoring_charm',
|
|
1017
|
+
'/actions/crafting/expert_task_badge',
|
|
1018
|
+
'/actions/crafting/expert_woodcutting_charm',
|
|
1019
|
+
'/actions/crafting/eye_watch',
|
|
1020
|
+
'/actions/crafting/fighter_necklace',
|
|
1021
|
+
'/actions/crafting/frost_staff',
|
|
1022
|
+
'/actions/crafting/ginkgo_bow',
|
|
1023
|
+
'/actions/crafting/ginkgo_crossbow',
|
|
1024
|
+
'/actions/crafting/ginkgo_fire_staff',
|
|
1025
|
+
'/actions/crafting/ginkgo_lumber',
|
|
1026
|
+
'/actions/crafting/ginkgo_nature_staff',
|
|
1027
|
+
'/actions/crafting/ginkgo_shield',
|
|
1028
|
+
'/actions/crafting/ginkgo_water_staff',
|
|
1029
|
+
'/actions/crafting/grandmaster_alchemy_charm',
|
|
1030
|
+
'/actions/crafting/grandmaster_attack_charm',
|
|
1031
|
+
'/actions/crafting/grandmaster_brewing_charm',
|
|
1032
|
+
'/actions/crafting/grandmaster_cheesesmithing_charm',
|
|
1033
|
+
'/actions/crafting/grandmaster_cooking_charm',
|
|
1034
|
+
'/actions/crafting/grandmaster_crafting_charm',
|
|
1035
|
+
'/actions/crafting/grandmaster_defense_charm',
|
|
1036
|
+
'/actions/crafting/grandmaster_enhancing_charm',
|
|
1037
|
+
'/actions/crafting/grandmaster_foraging_charm',
|
|
1038
|
+
'/actions/crafting/grandmaster_intelligence_charm',
|
|
1039
|
+
'/actions/crafting/grandmaster_magic_charm',
|
|
1040
|
+
'/actions/crafting/grandmaster_melee_charm',
|
|
1041
|
+
'/actions/crafting/grandmaster_milking_charm',
|
|
1042
|
+
'/actions/crafting/grandmaster_ranged_charm',
|
|
1043
|
+
'/actions/crafting/grandmaster_stamina_charm',
|
|
1044
|
+
'/actions/crafting/grandmaster_tailoring_charm',
|
|
1045
|
+
'/actions/crafting/grandmaster_woodcutting_charm',
|
|
1046
|
+
'/actions/crafting/infernal_battlestaff',
|
|
1047
|
+
'/actions/crafting/jackalope_staff',
|
|
1048
|
+
'/actions/crafting/lumber',
|
|
1049
|
+
'/actions/crafting/manticore_shield',
|
|
1050
|
+
'/actions/crafting/master_alchemy_charm',
|
|
1051
|
+
'/actions/crafting/master_attack_charm',
|
|
1052
|
+
'/actions/crafting/master_brewing_charm',
|
|
1053
|
+
'/actions/crafting/master_cheesesmithing_charm',
|
|
1054
|
+
'/actions/crafting/master_cooking_charm',
|
|
1055
|
+
'/actions/crafting/master_crafting_charm',
|
|
1056
|
+
'/actions/crafting/master_defense_charm',
|
|
1057
|
+
'/actions/crafting/master_enhancing_charm',
|
|
1058
|
+
'/actions/crafting/master_foraging_charm',
|
|
1059
|
+
'/actions/crafting/master_intelligence_charm',
|
|
1060
|
+
'/actions/crafting/master_magic_charm',
|
|
1061
|
+
'/actions/crafting/master_melee_charm',
|
|
1062
|
+
'/actions/crafting/master_milking_charm',
|
|
1063
|
+
'/actions/crafting/master_ranged_charm',
|
|
1064
|
+
'/actions/crafting/master_stamina_charm',
|
|
1065
|
+
'/actions/crafting/master_tailoring_charm',
|
|
1066
|
+
'/actions/crafting/master_woodcutting_charm',
|
|
1067
|
+
'/actions/crafting/mirror_of_protection',
|
|
1068
|
+
'/actions/crafting/necklace_of_efficiency',
|
|
1069
|
+
'/actions/crafting/necklace_of_speed',
|
|
1070
|
+
'/actions/crafting/necklace_of_wisdom',
|
|
1071
|
+
'/actions/crafting/philosophers_earrings',
|
|
1072
|
+
'/actions/crafting/philosophers_necklace',
|
|
1073
|
+
'/actions/crafting/philosophers_ring',
|
|
1074
|
+
'/actions/crafting/pirate_chest_key',
|
|
1075
|
+
'/actions/crafting/pirate_entry_key',
|
|
1076
|
+
'/actions/crafting/purpleheart_bow',
|
|
1077
|
+
'/actions/crafting/purpleheart_crossbow',
|
|
1078
|
+
'/actions/crafting/purpleheart_fire_staff',
|
|
1079
|
+
'/actions/crafting/purpleheart_lumber',
|
|
1080
|
+
'/actions/crafting/purpleheart_nature_staff',
|
|
1081
|
+
'/actions/crafting/purpleheart_shield',
|
|
1082
|
+
'/actions/crafting/purpleheart_water_staff',
|
|
1083
|
+
'/actions/crafting/ranger_necklace',
|
|
1084
|
+
'/actions/crafting/redwood_bow',
|
|
1085
|
+
'/actions/crafting/redwood_crossbow',
|
|
1086
|
+
'/actions/crafting/redwood_fire_staff',
|
|
1087
|
+
'/actions/crafting/redwood_lumber',
|
|
1088
|
+
'/actions/crafting/redwood_nature_staff',
|
|
1089
|
+
'/actions/crafting/redwood_shield',
|
|
1090
|
+
'/actions/crafting/redwood_water_staff',
|
|
1091
|
+
'/actions/crafting/ring_of_armor',
|
|
1092
|
+
'/actions/crafting/ring_of_critical_strike',
|
|
1093
|
+
'/actions/crafting/ring_of_essence_find',
|
|
1094
|
+
'/actions/crafting/ring_of_gathering',
|
|
1095
|
+
'/actions/crafting/ring_of_rare_find',
|
|
1096
|
+
'/actions/crafting/ring_of_regeneration',
|
|
1097
|
+
'/actions/crafting/ring_of_resistance',
|
|
1098
|
+
'/actions/crafting/rippling_trident',
|
|
1099
|
+
'/actions/crafting/rippling_trident_refined',
|
|
1100
|
+
'/actions/crafting/sinister_chest_key',
|
|
1101
|
+
'/actions/crafting/sinister_entry_key',
|
|
1102
|
+
'/actions/crafting/soul_hunter_crossbow',
|
|
1103
|
+
'/actions/crafting/sundering_crossbow',
|
|
1104
|
+
'/actions/crafting/sundering_crossbow_refined',
|
|
1105
|
+
'/actions/crafting/treant_shield',
|
|
1106
|
+
'/actions/crafting/vampiric_bow',
|
|
1107
|
+
'/actions/crafting/watchful_relic',
|
|
1108
|
+
'/actions/crafting/wizard_necklace',
|
|
1109
|
+
'/actions/crafting/wooden_bow',
|
|
1110
|
+
'/actions/crafting/wooden_crossbow',
|
|
1111
|
+
'/actions/crafting/wooden_fire_staff',
|
|
1112
|
+
'/actions/crafting/wooden_nature_staff',
|
|
1113
|
+
'/actions/crafting/wooden_shield',
|
|
1114
|
+
'/actions/crafting/wooden_water_staff',
|
|
1115
|
+
],
|
|
1116
|
+
'/skills/tailoring': [
|
|
1117
|
+
'/actions/tailoring/acrobatic_hood',
|
|
1118
|
+
'/actions/tailoring/acrobatic_hood_refined',
|
|
1119
|
+
'/actions/tailoring/alchemists_bottoms',
|
|
1120
|
+
'/actions/tailoring/alchemists_top',
|
|
1121
|
+
'/actions/tailoring/bamboo_boots',
|
|
1122
|
+
'/actions/tailoring/bamboo_fabric',
|
|
1123
|
+
'/actions/tailoring/bamboo_gloves',
|
|
1124
|
+
'/actions/tailoring/bamboo_hat',
|
|
1125
|
+
'/actions/tailoring/bamboo_robe_bottoms',
|
|
1126
|
+
'/actions/tailoring/bamboo_robe_top',
|
|
1127
|
+
'/actions/tailoring/beast_boots',
|
|
1128
|
+
'/actions/tailoring/beast_bracers',
|
|
1129
|
+
'/actions/tailoring/beast_chaps',
|
|
1130
|
+
'/actions/tailoring/beast_hood',
|
|
1131
|
+
'/actions/tailoring/beast_leather',
|
|
1132
|
+
'/actions/tailoring/beast_tunic',
|
|
1133
|
+
'/actions/tailoring/brewers_bottoms',
|
|
1134
|
+
'/actions/tailoring/brewers_top',
|
|
1135
|
+
'/actions/tailoring/centaur_boots',
|
|
1136
|
+
'/actions/tailoring/cheesemakers_bottoms',
|
|
1137
|
+
'/actions/tailoring/cheesemakers_top',
|
|
1138
|
+
'/actions/tailoring/chefs_bottoms',
|
|
1139
|
+
'/actions/tailoring/chefs_top',
|
|
1140
|
+
'/actions/tailoring/chimerical_quiver_refined',
|
|
1141
|
+
'/actions/tailoring/chrono_gloves',
|
|
1142
|
+
'/actions/tailoring/collectors_boots',
|
|
1143
|
+
'/actions/tailoring/cotton_boots',
|
|
1144
|
+
'/actions/tailoring/cotton_fabric',
|
|
1145
|
+
'/actions/tailoring/cotton_gloves',
|
|
1146
|
+
'/actions/tailoring/cotton_hat',
|
|
1147
|
+
'/actions/tailoring/cotton_robe_bottoms',
|
|
1148
|
+
'/actions/tailoring/cotton_robe_top',
|
|
1149
|
+
'/actions/tailoring/crafters_bottoms',
|
|
1150
|
+
'/actions/tailoring/crafters_top',
|
|
1151
|
+
'/actions/tailoring/dairyhands_bottoms',
|
|
1152
|
+
'/actions/tailoring/dairyhands_top',
|
|
1153
|
+
'/actions/tailoring/enchanted_cloak_refined',
|
|
1154
|
+
'/actions/tailoring/enchanted_gloves',
|
|
1155
|
+
'/actions/tailoring/enhancers_bottoms',
|
|
1156
|
+
'/actions/tailoring/enhancers_top',
|
|
1157
|
+
'/actions/tailoring/flaming_robe_bottoms',
|
|
1158
|
+
'/actions/tailoring/flaming_robe_top',
|
|
1159
|
+
'/actions/tailoring/fluffy_red_hat',
|
|
1160
|
+
'/actions/tailoring/foragers_bottoms',
|
|
1161
|
+
'/actions/tailoring/foragers_top',
|
|
1162
|
+
'/actions/tailoring/giant_pouch',
|
|
1163
|
+
'/actions/tailoring/gluttonous_pouch',
|
|
1164
|
+
'/actions/tailoring/gobo_boots',
|
|
1165
|
+
'/actions/tailoring/gobo_bracers',
|
|
1166
|
+
'/actions/tailoring/gobo_chaps',
|
|
1167
|
+
'/actions/tailoring/gobo_hood',
|
|
1168
|
+
'/actions/tailoring/gobo_leather',
|
|
1169
|
+
'/actions/tailoring/gobo_tunic',
|
|
1170
|
+
'/actions/tailoring/griffin_chaps',
|
|
1171
|
+
'/actions/tailoring/griffin_tunic',
|
|
1172
|
+
'/actions/tailoring/guzzling_pouch',
|
|
1173
|
+
'/actions/tailoring/icy_robe_bottoms',
|
|
1174
|
+
'/actions/tailoring/icy_robe_top',
|
|
1175
|
+
'/actions/tailoring/kraken_chaps',
|
|
1176
|
+
'/actions/tailoring/kraken_chaps_refined',
|
|
1177
|
+
'/actions/tailoring/kraken_tunic',
|
|
1178
|
+
'/actions/tailoring/kraken_tunic_refined',
|
|
1179
|
+
'/actions/tailoring/large_pouch',
|
|
1180
|
+
'/actions/tailoring/linen_boots',
|
|
1181
|
+
'/actions/tailoring/linen_fabric',
|
|
1182
|
+
'/actions/tailoring/linen_gloves',
|
|
1183
|
+
'/actions/tailoring/linen_hat',
|
|
1184
|
+
'/actions/tailoring/linen_robe_bottoms',
|
|
1185
|
+
'/actions/tailoring/linen_robe_top',
|
|
1186
|
+
'/actions/tailoring/lumberjacks_bottoms',
|
|
1187
|
+
'/actions/tailoring/lumberjacks_top',
|
|
1188
|
+
'/actions/tailoring/luna_robe_bottoms',
|
|
1189
|
+
'/actions/tailoring/luna_robe_top',
|
|
1190
|
+
'/actions/tailoring/magicians_hat',
|
|
1191
|
+
'/actions/tailoring/magicians_hat_refined',
|
|
1192
|
+
'/actions/tailoring/marine_chaps',
|
|
1193
|
+
'/actions/tailoring/marine_tunic',
|
|
1194
|
+
'/actions/tailoring/marksman_bracers',
|
|
1195
|
+
'/actions/tailoring/marksman_bracers_refined',
|
|
1196
|
+
'/actions/tailoring/medium_pouch',
|
|
1197
|
+
'/actions/tailoring/radiant_boots',
|
|
1198
|
+
'/actions/tailoring/radiant_fabric',
|
|
1199
|
+
'/actions/tailoring/radiant_gloves',
|
|
1200
|
+
'/actions/tailoring/radiant_hat',
|
|
1201
|
+
'/actions/tailoring/radiant_robe_bottoms',
|
|
1202
|
+
'/actions/tailoring/radiant_robe_top',
|
|
1203
|
+
'/actions/tailoring/red_culinary_hat',
|
|
1204
|
+
'/actions/tailoring/reptile_boots',
|
|
1205
|
+
'/actions/tailoring/reptile_bracers',
|
|
1206
|
+
'/actions/tailoring/reptile_chaps',
|
|
1207
|
+
'/actions/tailoring/reptile_hood',
|
|
1208
|
+
'/actions/tailoring/reptile_leather',
|
|
1209
|
+
'/actions/tailoring/reptile_tunic',
|
|
1210
|
+
'/actions/tailoring/revenant_chaps',
|
|
1211
|
+
'/actions/tailoring/revenant_tunic',
|
|
1212
|
+
'/actions/tailoring/rough_boots',
|
|
1213
|
+
'/actions/tailoring/rough_bracers',
|
|
1214
|
+
'/actions/tailoring/rough_chaps',
|
|
1215
|
+
'/actions/tailoring/rough_hood',
|
|
1216
|
+
'/actions/tailoring/rough_leather',
|
|
1217
|
+
'/actions/tailoring/rough_tunic',
|
|
1218
|
+
'/actions/tailoring/royal_fire_robe_bottoms',
|
|
1219
|
+
'/actions/tailoring/royal_fire_robe_bottoms_refined',
|
|
1220
|
+
'/actions/tailoring/royal_fire_robe_top',
|
|
1221
|
+
'/actions/tailoring/royal_fire_robe_top_refined',
|
|
1222
|
+
'/actions/tailoring/royal_nature_robe_bottoms',
|
|
1223
|
+
'/actions/tailoring/royal_nature_robe_bottoms_refined',
|
|
1224
|
+
'/actions/tailoring/royal_nature_robe_top',
|
|
1225
|
+
'/actions/tailoring/royal_nature_robe_top_refined',
|
|
1226
|
+
'/actions/tailoring/royal_water_robe_bottoms',
|
|
1227
|
+
'/actions/tailoring/royal_water_robe_bottoms_refined',
|
|
1228
|
+
'/actions/tailoring/royal_water_robe_top',
|
|
1229
|
+
'/actions/tailoring/royal_water_robe_top_refined',
|
|
1230
|
+
'/actions/tailoring/shoebill_shoes',
|
|
1231
|
+
'/actions/tailoring/sighted_bracers',
|
|
1232
|
+
'/actions/tailoring/silk_boots',
|
|
1233
|
+
'/actions/tailoring/silk_fabric',
|
|
1234
|
+
'/actions/tailoring/silk_gloves',
|
|
1235
|
+
'/actions/tailoring/silk_hat',
|
|
1236
|
+
'/actions/tailoring/silk_robe_bottoms',
|
|
1237
|
+
'/actions/tailoring/silk_robe_top',
|
|
1238
|
+
'/actions/tailoring/sinister_cape_refined',
|
|
1239
|
+
'/actions/tailoring/small_pouch',
|
|
1240
|
+
'/actions/tailoring/sorcerer_boots',
|
|
1241
|
+
'/actions/tailoring/tailors_bottoms',
|
|
1242
|
+
'/actions/tailoring/tailors_top',
|
|
1243
|
+
'/actions/tailoring/umbral_boots',
|
|
1244
|
+
'/actions/tailoring/umbral_bracers',
|
|
1245
|
+
'/actions/tailoring/umbral_chaps',
|
|
1246
|
+
'/actions/tailoring/umbral_hood',
|
|
1247
|
+
'/actions/tailoring/umbral_leather',
|
|
1248
|
+
'/actions/tailoring/umbral_tunic',
|
|
1249
|
+
],
|
|
1250
|
+
};
|
|
1251
|
+
export const RECIPES_BY_TYPE = {
|
|
1252
|
+
'/action_types/brewing': [
|
|
1253
|
+
'/actions/brewing/alchemy_tea',
|
|
1254
|
+
'/actions/brewing/artisan_tea',
|
|
1255
|
+
'/actions/brewing/attack_coffee',
|
|
1256
|
+
'/actions/brewing/blessed_tea',
|
|
1257
|
+
'/actions/brewing/brewing_tea',
|
|
1258
|
+
'/actions/brewing/catalytic_tea',
|
|
1259
|
+
'/actions/brewing/channeling_coffee',
|
|
1260
|
+
'/actions/brewing/cheesesmithing_tea',
|
|
1261
|
+
'/actions/brewing/cooking_tea',
|
|
1262
|
+
'/actions/brewing/crafting_tea',
|
|
1263
|
+
'/actions/brewing/critical_coffee',
|
|
1264
|
+
'/actions/brewing/defense_coffee',
|
|
1265
|
+
'/actions/brewing/efficiency_tea',
|
|
1266
|
+
'/actions/brewing/enhancing_tea',
|
|
1267
|
+
'/actions/brewing/foraging_tea',
|
|
1268
|
+
'/actions/brewing/gathering_tea',
|
|
1269
|
+
'/actions/brewing/gourmet_tea',
|
|
1270
|
+
'/actions/brewing/intelligence_coffee',
|
|
1271
|
+
'/actions/brewing/lucky_coffee',
|
|
1272
|
+
'/actions/brewing/magic_coffee',
|
|
1273
|
+
'/actions/brewing/melee_coffee',
|
|
1274
|
+
'/actions/brewing/milking_tea',
|
|
1275
|
+
'/actions/brewing/processing_tea',
|
|
1276
|
+
'/actions/brewing/ranged_coffee',
|
|
1277
|
+
'/actions/brewing/stamina_coffee',
|
|
1278
|
+
'/actions/brewing/super_alchemy_tea',
|
|
1279
|
+
'/actions/brewing/super_attack_coffee',
|
|
1280
|
+
'/actions/brewing/super_brewing_tea',
|
|
1281
|
+
'/actions/brewing/super_cheesesmithing_tea',
|
|
1282
|
+
'/actions/brewing/super_cooking_tea',
|
|
1283
|
+
'/actions/brewing/super_crafting_tea',
|
|
1284
|
+
'/actions/brewing/super_defense_coffee',
|
|
1285
|
+
'/actions/brewing/super_enhancing_tea',
|
|
1286
|
+
'/actions/brewing/super_foraging_tea',
|
|
1287
|
+
'/actions/brewing/super_intelligence_coffee',
|
|
1288
|
+
'/actions/brewing/super_magic_coffee',
|
|
1289
|
+
'/actions/brewing/super_melee_coffee',
|
|
1290
|
+
'/actions/brewing/super_milking_tea',
|
|
1291
|
+
'/actions/brewing/super_ranged_coffee',
|
|
1292
|
+
'/actions/brewing/super_stamina_coffee',
|
|
1293
|
+
'/actions/brewing/super_tailoring_tea',
|
|
1294
|
+
'/actions/brewing/super_woodcutting_tea',
|
|
1295
|
+
'/actions/brewing/swiftness_coffee',
|
|
1296
|
+
'/actions/brewing/tailoring_tea',
|
|
1297
|
+
'/actions/brewing/ultra_alchemy_tea',
|
|
1298
|
+
'/actions/brewing/ultra_attack_coffee',
|
|
1299
|
+
'/actions/brewing/ultra_brewing_tea',
|
|
1300
|
+
'/actions/brewing/ultra_cheesesmithing_tea',
|
|
1301
|
+
'/actions/brewing/ultra_cooking_tea',
|
|
1302
|
+
'/actions/brewing/ultra_crafting_tea',
|
|
1303
|
+
'/actions/brewing/ultra_defense_coffee',
|
|
1304
|
+
'/actions/brewing/ultra_enhancing_tea',
|
|
1305
|
+
'/actions/brewing/ultra_foraging_tea',
|
|
1306
|
+
'/actions/brewing/ultra_intelligence_coffee',
|
|
1307
|
+
'/actions/brewing/ultra_magic_coffee',
|
|
1308
|
+
'/actions/brewing/ultra_melee_coffee',
|
|
1309
|
+
'/actions/brewing/ultra_milking_tea',
|
|
1310
|
+
'/actions/brewing/ultra_ranged_coffee',
|
|
1311
|
+
'/actions/brewing/ultra_stamina_coffee',
|
|
1312
|
+
'/actions/brewing/ultra_tailoring_tea',
|
|
1313
|
+
'/actions/brewing/ultra_woodcutting_tea',
|
|
1314
|
+
'/actions/brewing/wisdom_coffee',
|
|
1315
|
+
'/actions/brewing/wisdom_tea',
|
|
1316
|
+
'/actions/brewing/woodcutting_tea',
|
|
1317
|
+
],
|
|
1318
|
+
'/action_types/cheesesmithing': [
|
|
1319
|
+
'/actions/cheesesmithing/anchorbound_plate_body',
|
|
1320
|
+
'/actions/cheesesmithing/anchorbound_plate_body_refined',
|
|
1321
|
+
'/actions/cheesesmithing/anchorbound_plate_legs',
|
|
1322
|
+
'/actions/cheesesmithing/anchorbound_plate_legs_refined',
|
|
1323
|
+
'/actions/cheesesmithing/azure_alembic',
|
|
1324
|
+
'/actions/cheesesmithing/azure_boots',
|
|
1325
|
+
'/actions/cheesesmithing/azure_brush',
|
|
1326
|
+
'/actions/cheesesmithing/azure_buckler',
|
|
1327
|
+
'/actions/cheesesmithing/azure_bulwark',
|
|
1328
|
+
'/actions/cheesesmithing/azure_cheese',
|
|
1329
|
+
'/actions/cheesesmithing/azure_chisel',
|
|
1330
|
+
'/actions/cheesesmithing/azure_enhancer',
|
|
1331
|
+
'/actions/cheesesmithing/azure_gauntlets',
|
|
1332
|
+
'/actions/cheesesmithing/azure_hammer',
|
|
1333
|
+
'/actions/cheesesmithing/azure_hatchet',
|
|
1334
|
+
'/actions/cheesesmithing/azure_helmet',
|
|
1335
|
+
'/actions/cheesesmithing/azure_mace',
|
|
1336
|
+
'/actions/cheesesmithing/azure_needle',
|
|
1337
|
+
'/actions/cheesesmithing/azure_plate_body',
|
|
1338
|
+
'/actions/cheesesmithing/azure_plate_legs',
|
|
1339
|
+
'/actions/cheesesmithing/azure_pot',
|
|
1340
|
+
'/actions/cheesesmithing/azure_shears',
|
|
1341
|
+
'/actions/cheesesmithing/azure_spatula',
|
|
1342
|
+
'/actions/cheesesmithing/azure_spear',
|
|
1343
|
+
'/actions/cheesesmithing/azure_sword',
|
|
1344
|
+
'/actions/cheesesmithing/black_bear_shoes',
|
|
1345
|
+
'/actions/cheesesmithing/burble_alembic',
|
|
1346
|
+
'/actions/cheesesmithing/burble_boots',
|
|
1347
|
+
'/actions/cheesesmithing/burble_brush',
|
|
1348
|
+
'/actions/cheesesmithing/burble_buckler',
|
|
1349
|
+
'/actions/cheesesmithing/burble_bulwark',
|
|
1350
|
+
'/actions/cheesesmithing/burble_cheese',
|
|
1351
|
+
'/actions/cheesesmithing/burble_chisel',
|
|
1352
|
+
'/actions/cheesesmithing/burble_enhancer',
|
|
1353
|
+
'/actions/cheesesmithing/burble_gauntlets',
|
|
1354
|
+
'/actions/cheesesmithing/burble_hammer',
|
|
1355
|
+
'/actions/cheesesmithing/burble_hatchet',
|
|
1356
|
+
'/actions/cheesesmithing/burble_helmet',
|
|
1357
|
+
'/actions/cheesesmithing/burble_mace',
|
|
1358
|
+
'/actions/cheesesmithing/burble_needle',
|
|
1359
|
+
'/actions/cheesesmithing/burble_plate_body',
|
|
1360
|
+
'/actions/cheesesmithing/burble_plate_legs',
|
|
1361
|
+
'/actions/cheesesmithing/burble_pot',
|
|
1362
|
+
'/actions/cheesesmithing/burble_shears',
|
|
1363
|
+
'/actions/cheesesmithing/burble_spatula',
|
|
1364
|
+
'/actions/cheesesmithing/burble_spear',
|
|
1365
|
+
'/actions/cheesesmithing/burble_sword',
|
|
1366
|
+
'/actions/cheesesmithing/celestial_alembic',
|
|
1367
|
+
'/actions/cheesesmithing/celestial_brush',
|
|
1368
|
+
'/actions/cheesesmithing/celestial_chisel',
|
|
1369
|
+
'/actions/cheesesmithing/celestial_enhancer',
|
|
1370
|
+
'/actions/cheesesmithing/celestial_hammer',
|
|
1371
|
+
'/actions/cheesesmithing/celestial_hatchet',
|
|
1372
|
+
'/actions/cheesesmithing/celestial_needle',
|
|
1373
|
+
'/actions/cheesesmithing/celestial_pot',
|
|
1374
|
+
'/actions/cheesesmithing/celestial_shears',
|
|
1375
|
+
'/actions/cheesesmithing/celestial_spatula',
|
|
1376
|
+
'/actions/cheesesmithing/chaotic_flail',
|
|
1377
|
+
'/actions/cheesesmithing/chaotic_flail_refined',
|
|
1378
|
+
'/actions/cheesesmithing/cheese',
|
|
1379
|
+
'/actions/cheesesmithing/cheese_alembic',
|
|
1380
|
+
'/actions/cheesesmithing/cheese_boots',
|
|
1381
|
+
'/actions/cheesesmithing/cheese_brush',
|
|
1382
|
+
'/actions/cheesesmithing/cheese_buckler',
|
|
1383
|
+
'/actions/cheesesmithing/cheese_bulwark',
|
|
1384
|
+
'/actions/cheesesmithing/cheese_chisel',
|
|
1385
|
+
'/actions/cheesesmithing/cheese_enhancer',
|
|
1386
|
+
'/actions/cheesesmithing/cheese_gauntlets',
|
|
1387
|
+
'/actions/cheesesmithing/cheese_hammer',
|
|
1388
|
+
'/actions/cheesesmithing/cheese_hatchet',
|
|
1389
|
+
'/actions/cheesesmithing/cheese_helmet',
|
|
1390
|
+
'/actions/cheesesmithing/cheese_mace',
|
|
1391
|
+
'/actions/cheesesmithing/cheese_needle',
|
|
1392
|
+
'/actions/cheesesmithing/cheese_plate_body',
|
|
1393
|
+
'/actions/cheesesmithing/cheese_plate_legs',
|
|
1394
|
+
'/actions/cheesesmithing/cheese_pot',
|
|
1395
|
+
'/actions/cheesesmithing/cheese_shears',
|
|
1396
|
+
'/actions/cheesesmithing/cheese_spatula',
|
|
1397
|
+
'/actions/cheesesmithing/cheese_spear',
|
|
1398
|
+
'/actions/cheesesmithing/cheese_sword',
|
|
1399
|
+
'/actions/cheesesmithing/colossus_plate_body',
|
|
1400
|
+
'/actions/cheesesmithing/colossus_plate_legs',
|
|
1401
|
+
'/actions/cheesesmithing/corsair_helmet',
|
|
1402
|
+
'/actions/cheesesmithing/corsair_helmet_refined',
|
|
1403
|
+
'/actions/cheesesmithing/crimson_alembic',
|
|
1404
|
+
'/actions/cheesesmithing/crimson_boots',
|
|
1405
|
+
'/actions/cheesesmithing/crimson_brush',
|
|
1406
|
+
'/actions/cheesesmithing/crimson_buckler',
|
|
1407
|
+
'/actions/cheesesmithing/crimson_bulwark',
|
|
1408
|
+
'/actions/cheesesmithing/crimson_cheese',
|
|
1409
|
+
'/actions/cheesesmithing/crimson_chisel',
|
|
1410
|
+
'/actions/cheesesmithing/crimson_enhancer',
|
|
1411
|
+
'/actions/cheesesmithing/crimson_gauntlets',
|
|
1412
|
+
'/actions/cheesesmithing/crimson_hammer',
|
|
1413
|
+
'/actions/cheesesmithing/crimson_hatchet',
|
|
1414
|
+
'/actions/cheesesmithing/crimson_helmet',
|
|
1415
|
+
'/actions/cheesesmithing/crimson_mace',
|
|
1416
|
+
'/actions/cheesesmithing/crimson_needle',
|
|
1417
|
+
'/actions/cheesesmithing/crimson_plate_body',
|
|
1418
|
+
'/actions/cheesesmithing/crimson_plate_legs',
|
|
1419
|
+
'/actions/cheesesmithing/crimson_pot',
|
|
1420
|
+
'/actions/cheesesmithing/crimson_shears',
|
|
1421
|
+
'/actions/cheesesmithing/crimson_spatula',
|
|
1422
|
+
'/actions/cheesesmithing/crimson_spear',
|
|
1423
|
+
'/actions/cheesesmithing/crimson_sword',
|
|
1424
|
+
'/actions/cheesesmithing/demonic_plate_body',
|
|
1425
|
+
'/actions/cheesesmithing/demonic_plate_legs',
|
|
1426
|
+
'/actions/cheesesmithing/dodocamel_gauntlets',
|
|
1427
|
+
'/actions/cheesesmithing/dodocamel_gauntlets_refined',
|
|
1428
|
+
'/actions/cheesesmithing/furious_spear',
|
|
1429
|
+
'/actions/cheesesmithing/furious_spear_refined',
|
|
1430
|
+
'/actions/cheesesmithing/granite_bludgeon',
|
|
1431
|
+
'/actions/cheesesmithing/griffin_bulwark',
|
|
1432
|
+
'/actions/cheesesmithing/griffin_bulwark_refined',
|
|
1433
|
+
'/actions/cheesesmithing/grizzly_bear_shoes',
|
|
1434
|
+
'/actions/cheesesmithing/holy_alembic',
|
|
1435
|
+
'/actions/cheesesmithing/holy_boots',
|
|
1436
|
+
'/actions/cheesesmithing/holy_brush',
|
|
1437
|
+
'/actions/cheesesmithing/holy_buckler',
|
|
1438
|
+
'/actions/cheesesmithing/holy_bulwark',
|
|
1439
|
+
'/actions/cheesesmithing/holy_cheese',
|
|
1440
|
+
'/actions/cheesesmithing/holy_chisel',
|
|
1441
|
+
'/actions/cheesesmithing/holy_enhancer',
|
|
1442
|
+
'/actions/cheesesmithing/holy_gauntlets',
|
|
1443
|
+
'/actions/cheesesmithing/holy_hammer',
|
|
1444
|
+
'/actions/cheesesmithing/holy_hatchet',
|
|
1445
|
+
'/actions/cheesesmithing/holy_helmet',
|
|
1446
|
+
'/actions/cheesesmithing/holy_mace',
|
|
1447
|
+
'/actions/cheesesmithing/holy_needle',
|
|
1448
|
+
'/actions/cheesesmithing/holy_plate_body',
|
|
1449
|
+
'/actions/cheesesmithing/holy_plate_legs',
|
|
1450
|
+
'/actions/cheesesmithing/holy_pot',
|
|
1451
|
+
'/actions/cheesesmithing/holy_shears',
|
|
1452
|
+
'/actions/cheesesmithing/holy_spatula',
|
|
1453
|
+
'/actions/cheesesmithing/holy_spear',
|
|
1454
|
+
'/actions/cheesesmithing/holy_sword',
|
|
1455
|
+
'/actions/cheesesmithing/knights_aegis',
|
|
1456
|
+
'/actions/cheesesmithing/knights_aegis_refined',
|
|
1457
|
+
'/actions/cheesesmithing/maelstrom_plate_body',
|
|
1458
|
+
'/actions/cheesesmithing/maelstrom_plate_body_refined',
|
|
1459
|
+
'/actions/cheesesmithing/maelstrom_plate_legs',
|
|
1460
|
+
'/actions/cheesesmithing/maelstrom_plate_legs_refined',
|
|
1461
|
+
'/actions/cheesesmithing/magnetic_gloves',
|
|
1462
|
+
'/actions/cheesesmithing/panda_gloves',
|
|
1463
|
+
'/actions/cheesesmithing/pincer_gloves',
|
|
1464
|
+
'/actions/cheesesmithing/polar_bear_shoes',
|
|
1465
|
+
'/actions/cheesesmithing/rainbow_alembic',
|
|
1466
|
+
'/actions/cheesesmithing/rainbow_boots',
|
|
1467
|
+
'/actions/cheesesmithing/rainbow_brush',
|
|
1468
|
+
'/actions/cheesesmithing/rainbow_buckler',
|
|
1469
|
+
'/actions/cheesesmithing/rainbow_bulwark',
|
|
1470
|
+
'/actions/cheesesmithing/rainbow_cheese',
|
|
1471
|
+
'/actions/cheesesmithing/rainbow_chisel',
|
|
1472
|
+
'/actions/cheesesmithing/rainbow_enhancer',
|
|
1473
|
+
'/actions/cheesesmithing/rainbow_gauntlets',
|
|
1474
|
+
'/actions/cheesesmithing/rainbow_hammer',
|
|
1475
|
+
'/actions/cheesesmithing/rainbow_hatchet',
|
|
1476
|
+
'/actions/cheesesmithing/rainbow_helmet',
|
|
1477
|
+
'/actions/cheesesmithing/rainbow_mace',
|
|
1478
|
+
'/actions/cheesesmithing/rainbow_needle',
|
|
1479
|
+
'/actions/cheesesmithing/rainbow_plate_body',
|
|
1480
|
+
'/actions/cheesesmithing/rainbow_plate_legs',
|
|
1481
|
+
'/actions/cheesesmithing/rainbow_pot',
|
|
1482
|
+
'/actions/cheesesmithing/rainbow_shears',
|
|
1483
|
+
'/actions/cheesesmithing/rainbow_spatula',
|
|
1484
|
+
'/actions/cheesesmithing/rainbow_spear',
|
|
1485
|
+
'/actions/cheesesmithing/rainbow_sword',
|
|
1486
|
+
'/actions/cheesesmithing/regal_sword',
|
|
1487
|
+
'/actions/cheesesmithing/regal_sword_refined',
|
|
1488
|
+
'/actions/cheesesmithing/snail_shell_helmet',
|
|
1489
|
+
'/actions/cheesesmithing/snake_fang_dirk',
|
|
1490
|
+
'/actions/cheesesmithing/spiked_bulwark',
|
|
1491
|
+
'/actions/cheesesmithing/stalactite_spear',
|
|
1492
|
+
'/actions/cheesesmithing/turtle_shell_body',
|
|
1493
|
+
'/actions/cheesesmithing/turtle_shell_legs',
|
|
1494
|
+
'/actions/cheesesmithing/vampire_fang_dirk',
|
|
1495
|
+
'/actions/cheesesmithing/verdant_alembic',
|
|
1496
|
+
'/actions/cheesesmithing/verdant_boots',
|
|
1497
|
+
'/actions/cheesesmithing/verdant_brush',
|
|
1498
|
+
'/actions/cheesesmithing/verdant_buckler',
|
|
1499
|
+
'/actions/cheesesmithing/verdant_bulwark',
|
|
1500
|
+
'/actions/cheesesmithing/verdant_cheese',
|
|
1501
|
+
'/actions/cheesesmithing/verdant_chisel',
|
|
1502
|
+
'/actions/cheesesmithing/verdant_enhancer',
|
|
1503
|
+
'/actions/cheesesmithing/verdant_gauntlets',
|
|
1504
|
+
'/actions/cheesesmithing/verdant_hammer',
|
|
1505
|
+
'/actions/cheesesmithing/verdant_hatchet',
|
|
1506
|
+
'/actions/cheesesmithing/verdant_helmet',
|
|
1507
|
+
'/actions/cheesesmithing/verdant_mace',
|
|
1508
|
+
'/actions/cheesesmithing/verdant_needle',
|
|
1509
|
+
'/actions/cheesesmithing/verdant_plate_body',
|
|
1510
|
+
'/actions/cheesesmithing/verdant_plate_legs',
|
|
1511
|
+
'/actions/cheesesmithing/verdant_pot',
|
|
1512
|
+
'/actions/cheesesmithing/verdant_shears',
|
|
1513
|
+
'/actions/cheesesmithing/verdant_spatula',
|
|
1514
|
+
'/actions/cheesesmithing/verdant_spear',
|
|
1515
|
+
'/actions/cheesesmithing/verdant_sword',
|
|
1516
|
+
'/actions/cheesesmithing/vision_helmet',
|
|
1517
|
+
'/actions/cheesesmithing/vision_shield',
|
|
1518
|
+
'/actions/cheesesmithing/werewolf_slasher',
|
|
1519
|
+
],
|
|
1520
|
+
'/action_types/cooking': [
|
|
1521
|
+
'/actions/cooking/apple_gummy',
|
|
1522
|
+
'/actions/cooking/apple_yogurt',
|
|
1523
|
+
'/actions/cooking/blackberry_cake',
|
|
1524
|
+
'/actions/cooking/blackberry_donut',
|
|
1525
|
+
'/actions/cooking/blueberry_cake',
|
|
1526
|
+
'/actions/cooking/blueberry_donut',
|
|
1527
|
+
'/actions/cooking/cupcake',
|
|
1528
|
+
'/actions/cooking/donut',
|
|
1529
|
+
'/actions/cooking/dragon_fruit_gummy',
|
|
1530
|
+
'/actions/cooking/dragon_fruit_yogurt',
|
|
1531
|
+
'/actions/cooking/gummy',
|
|
1532
|
+
'/actions/cooking/marsberry_cake',
|
|
1533
|
+
'/actions/cooking/marsberry_donut',
|
|
1534
|
+
'/actions/cooking/mooberry_cake',
|
|
1535
|
+
'/actions/cooking/mooberry_donut',
|
|
1536
|
+
'/actions/cooking/orange_gummy',
|
|
1537
|
+
'/actions/cooking/orange_yogurt',
|
|
1538
|
+
'/actions/cooking/peach_gummy',
|
|
1539
|
+
'/actions/cooking/peach_yogurt',
|
|
1540
|
+
'/actions/cooking/plum_gummy',
|
|
1541
|
+
'/actions/cooking/plum_yogurt',
|
|
1542
|
+
'/actions/cooking/spaceberry_cake',
|
|
1543
|
+
'/actions/cooking/spaceberry_donut',
|
|
1544
|
+
'/actions/cooking/star_fruit_gummy',
|
|
1545
|
+
'/actions/cooking/star_fruit_yogurt',
|
|
1546
|
+
'/actions/cooking/strawberry_cake',
|
|
1547
|
+
'/actions/cooking/strawberry_donut',
|
|
1548
|
+
'/actions/cooking/yogurt',
|
|
1549
|
+
],
|
|
1550
|
+
'/action_types/crafting': [
|
|
1551
|
+
'/actions/crafting/advanced_alchemy_charm',
|
|
1552
|
+
'/actions/crafting/advanced_attack_charm',
|
|
1553
|
+
'/actions/crafting/advanced_brewing_charm',
|
|
1554
|
+
'/actions/crafting/advanced_cheesesmithing_charm',
|
|
1555
|
+
'/actions/crafting/advanced_cooking_charm',
|
|
1556
|
+
'/actions/crafting/advanced_crafting_charm',
|
|
1557
|
+
'/actions/crafting/advanced_defense_charm',
|
|
1558
|
+
'/actions/crafting/advanced_enhancing_charm',
|
|
1559
|
+
'/actions/crafting/advanced_foraging_charm',
|
|
1560
|
+
'/actions/crafting/advanced_intelligence_charm',
|
|
1561
|
+
'/actions/crafting/advanced_magic_charm',
|
|
1562
|
+
'/actions/crafting/advanced_melee_charm',
|
|
1563
|
+
'/actions/crafting/advanced_milking_charm',
|
|
1564
|
+
'/actions/crafting/advanced_ranged_charm',
|
|
1565
|
+
'/actions/crafting/advanced_stamina_charm',
|
|
1566
|
+
'/actions/crafting/advanced_tailoring_charm',
|
|
1567
|
+
'/actions/crafting/advanced_task_badge',
|
|
1568
|
+
'/actions/crafting/advanced_woodcutting_charm',
|
|
1569
|
+
'/actions/crafting/arcane_bow',
|
|
1570
|
+
'/actions/crafting/arcane_crossbow',
|
|
1571
|
+
'/actions/crafting/arcane_fire_staff',
|
|
1572
|
+
'/actions/crafting/arcane_lumber',
|
|
1573
|
+
'/actions/crafting/arcane_nature_staff',
|
|
1574
|
+
'/actions/crafting/arcane_shield',
|
|
1575
|
+
'/actions/crafting/arcane_water_staff',
|
|
1576
|
+
'/actions/crafting/basic_alchemy_charm',
|
|
1577
|
+
'/actions/crafting/basic_brewing_charm',
|
|
1578
|
+
'/actions/crafting/basic_cheesesmithing_charm',
|
|
1579
|
+
'/actions/crafting/basic_cooking_charm',
|
|
1580
|
+
'/actions/crafting/basic_crafting_charm',
|
|
1581
|
+
'/actions/crafting/basic_enhancing_charm',
|
|
1582
|
+
'/actions/crafting/basic_foraging_charm',
|
|
1583
|
+
'/actions/crafting/basic_milking_charm',
|
|
1584
|
+
'/actions/crafting/basic_tailoring_charm',
|
|
1585
|
+
'/actions/crafting/basic_task_badge',
|
|
1586
|
+
'/actions/crafting/basic_woodcutting_charm',
|
|
1587
|
+
'/actions/crafting/birch_bow',
|
|
1588
|
+
'/actions/crafting/birch_crossbow',
|
|
1589
|
+
'/actions/crafting/birch_fire_staff',
|
|
1590
|
+
'/actions/crafting/birch_lumber',
|
|
1591
|
+
'/actions/crafting/birch_nature_staff',
|
|
1592
|
+
'/actions/crafting/birch_shield',
|
|
1593
|
+
'/actions/crafting/birch_water_staff',
|
|
1594
|
+
'/actions/crafting/bishops_codex',
|
|
1595
|
+
'/actions/crafting/bishops_codex_refined',
|
|
1596
|
+
'/actions/crafting/blazing_trident',
|
|
1597
|
+
'/actions/crafting/blazing_trident_refined',
|
|
1598
|
+
'/actions/crafting/blooming_trident',
|
|
1599
|
+
'/actions/crafting/blooming_trident_refined',
|
|
1600
|
+
'/actions/crafting/catalyst_of_coinification',
|
|
1601
|
+
'/actions/crafting/catalyst_of_decomposition',
|
|
1602
|
+
'/actions/crafting/catalyst_of_transmutation',
|
|
1603
|
+
'/actions/crafting/cedar_bow',
|
|
1604
|
+
'/actions/crafting/cedar_crossbow',
|
|
1605
|
+
'/actions/crafting/cedar_fire_staff',
|
|
1606
|
+
'/actions/crafting/cedar_lumber',
|
|
1607
|
+
'/actions/crafting/cedar_nature_staff',
|
|
1608
|
+
'/actions/crafting/cedar_shield',
|
|
1609
|
+
'/actions/crafting/cedar_water_staff',
|
|
1610
|
+
'/actions/crafting/chimerical_chest_key',
|
|
1611
|
+
'/actions/crafting/chimerical_entry_key',
|
|
1612
|
+
'/actions/crafting/crushed_amber',
|
|
1613
|
+
'/actions/crafting/crushed_amethyst',
|
|
1614
|
+
'/actions/crafting/crushed_garnet',
|
|
1615
|
+
'/actions/crafting/crushed_jade',
|
|
1616
|
+
'/actions/crafting/crushed_moonstone',
|
|
1617
|
+
'/actions/crafting/crushed_pearl',
|
|
1618
|
+
'/actions/crafting/crushed_philosophers_stone',
|
|
1619
|
+
'/actions/crafting/crushed_sunstone',
|
|
1620
|
+
'/actions/crafting/cursed_bow',
|
|
1621
|
+
'/actions/crafting/cursed_bow_refined',
|
|
1622
|
+
'/actions/crafting/earrings_of_armor',
|
|
1623
|
+
'/actions/crafting/earrings_of_critical_strike',
|
|
1624
|
+
'/actions/crafting/earrings_of_essence_find',
|
|
1625
|
+
'/actions/crafting/earrings_of_gathering',
|
|
1626
|
+
'/actions/crafting/earrings_of_rare_find',
|
|
1627
|
+
'/actions/crafting/earrings_of_regeneration',
|
|
1628
|
+
'/actions/crafting/earrings_of_resistance',
|
|
1629
|
+
'/actions/crafting/enchanted_chest_key',
|
|
1630
|
+
'/actions/crafting/enchanted_entry_key',
|
|
1631
|
+
'/actions/crafting/expert_alchemy_charm',
|
|
1632
|
+
'/actions/crafting/expert_attack_charm',
|
|
1633
|
+
'/actions/crafting/expert_brewing_charm',
|
|
1634
|
+
'/actions/crafting/expert_cheesesmithing_charm',
|
|
1635
|
+
'/actions/crafting/expert_cooking_charm',
|
|
1636
|
+
'/actions/crafting/expert_crafting_charm',
|
|
1637
|
+
'/actions/crafting/expert_defense_charm',
|
|
1638
|
+
'/actions/crafting/expert_enhancing_charm',
|
|
1639
|
+
'/actions/crafting/expert_foraging_charm',
|
|
1640
|
+
'/actions/crafting/expert_intelligence_charm',
|
|
1641
|
+
'/actions/crafting/expert_magic_charm',
|
|
1642
|
+
'/actions/crafting/expert_melee_charm',
|
|
1643
|
+
'/actions/crafting/expert_milking_charm',
|
|
1644
|
+
'/actions/crafting/expert_ranged_charm',
|
|
1645
|
+
'/actions/crafting/expert_stamina_charm',
|
|
1646
|
+
'/actions/crafting/expert_tailoring_charm',
|
|
1647
|
+
'/actions/crafting/expert_task_badge',
|
|
1648
|
+
'/actions/crafting/expert_woodcutting_charm',
|
|
1649
|
+
'/actions/crafting/eye_watch',
|
|
1650
|
+
'/actions/crafting/fighter_necklace',
|
|
1651
|
+
'/actions/crafting/frost_staff',
|
|
1652
|
+
'/actions/crafting/ginkgo_bow',
|
|
1653
|
+
'/actions/crafting/ginkgo_crossbow',
|
|
1654
|
+
'/actions/crafting/ginkgo_fire_staff',
|
|
1655
|
+
'/actions/crafting/ginkgo_lumber',
|
|
1656
|
+
'/actions/crafting/ginkgo_nature_staff',
|
|
1657
|
+
'/actions/crafting/ginkgo_shield',
|
|
1658
|
+
'/actions/crafting/ginkgo_water_staff',
|
|
1659
|
+
'/actions/crafting/grandmaster_alchemy_charm',
|
|
1660
|
+
'/actions/crafting/grandmaster_attack_charm',
|
|
1661
|
+
'/actions/crafting/grandmaster_brewing_charm',
|
|
1662
|
+
'/actions/crafting/grandmaster_cheesesmithing_charm',
|
|
1663
|
+
'/actions/crafting/grandmaster_cooking_charm',
|
|
1664
|
+
'/actions/crafting/grandmaster_crafting_charm',
|
|
1665
|
+
'/actions/crafting/grandmaster_defense_charm',
|
|
1666
|
+
'/actions/crafting/grandmaster_enhancing_charm',
|
|
1667
|
+
'/actions/crafting/grandmaster_foraging_charm',
|
|
1668
|
+
'/actions/crafting/grandmaster_intelligence_charm',
|
|
1669
|
+
'/actions/crafting/grandmaster_magic_charm',
|
|
1670
|
+
'/actions/crafting/grandmaster_melee_charm',
|
|
1671
|
+
'/actions/crafting/grandmaster_milking_charm',
|
|
1672
|
+
'/actions/crafting/grandmaster_ranged_charm',
|
|
1673
|
+
'/actions/crafting/grandmaster_stamina_charm',
|
|
1674
|
+
'/actions/crafting/grandmaster_tailoring_charm',
|
|
1675
|
+
'/actions/crafting/grandmaster_woodcutting_charm',
|
|
1676
|
+
'/actions/crafting/infernal_battlestaff',
|
|
1677
|
+
'/actions/crafting/jackalope_staff',
|
|
1678
|
+
'/actions/crafting/lumber',
|
|
1679
|
+
'/actions/crafting/manticore_shield',
|
|
1680
|
+
'/actions/crafting/master_alchemy_charm',
|
|
1681
|
+
'/actions/crafting/master_attack_charm',
|
|
1682
|
+
'/actions/crafting/master_brewing_charm',
|
|
1683
|
+
'/actions/crafting/master_cheesesmithing_charm',
|
|
1684
|
+
'/actions/crafting/master_cooking_charm',
|
|
1685
|
+
'/actions/crafting/master_crafting_charm',
|
|
1686
|
+
'/actions/crafting/master_defense_charm',
|
|
1687
|
+
'/actions/crafting/master_enhancing_charm',
|
|
1688
|
+
'/actions/crafting/master_foraging_charm',
|
|
1689
|
+
'/actions/crafting/master_intelligence_charm',
|
|
1690
|
+
'/actions/crafting/master_magic_charm',
|
|
1691
|
+
'/actions/crafting/master_melee_charm',
|
|
1692
|
+
'/actions/crafting/master_milking_charm',
|
|
1693
|
+
'/actions/crafting/master_ranged_charm',
|
|
1694
|
+
'/actions/crafting/master_stamina_charm',
|
|
1695
|
+
'/actions/crafting/master_tailoring_charm',
|
|
1696
|
+
'/actions/crafting/master_woodcutting_charm',
|
|
1697
|
+
'/actions/crafting/mirror_of_protection',
|
|
1698
|
+
'/actions/crafting/necklace_of_efficiency',
|
|
1699
|
+
'/actions/crafting/necklace_of_speed',
|
|
1700
|
+
'/actions/crafting/necklace_of_wisdom',
|
|
1701
|
+
'/actions/crafting/philosophers_earrings',
|
|
1702
|
+
'/actions/crafting/philosophers_necklace',
|
|
1703
|
+
'/actions/crafting/philosophers_ring',
|
|
1704
|
+
'/actions/crafting/pirate_chest_key',
|
|
1705
|
+
'/actions/crafting/pirate_entry_key',
|
|
1706
|
+
'/actions/crafting/purpleheart_bow',
|
|
1707
|
+
'/actions/crafting/purpleheart_crossbow',
|
|
1708
|
+
'/actions/crafting/purpleheart_fire_staff',
|
|
1709
|
+
'/actions/crafting/purpleheart_lumber',
|
|
1710
|
+
'/actions/crafting/purpleheart_nature_staff',
|
|
1711
|
+
'/actions/crafting/purpleheart_shield',
|
|
1712
|
+
'/actions/crafting/purpleheart_water_staff',
|
|
1713
|
+
'/actions/crafting/ranger_necklace',
|
|
1714
|
+
'/actions/crafting/redwood_bow',
|
|
1715
|
+
'/actions/crafting/redwood_crossbow',
|
|
1716
|
+
'/actions/crafting/redwood_fire_staff',
|
|
1717
|
+
'/actions/crafting/redwood_lumber',
|
|
1718
|
+
'/actions/crafting/redwood_nature_staff',
|
|
1719
|
+
'/actions/crafting/redwood_shield',
|
|
1720
|
+
'/actions/crafting/redwood_water_staff',
|
|
1721
|
+
'/actions/crafting/ring_of_armor',
|
|
1722
|
+
'/actions/crafting/ring_of_critical_strike',
|
|
1723
|
+
'/actions/crafting/ring_of_essence_find',
|
|
1724
|
+
'/actions/crafting/ring_of_gathering',
|
|
1725
|
+
'/actions/crafting/ring_of_rare_find',
|
|
1726
|
+
'/actions/crafting/ring_of_regeneration',
|
|
1727
|
+
'/actions/crafting/ring_of_resistance',
|
|
1728
|
+
'/actions/crafting/rippling_trident',
|
|
1729
|
+
'/actions/crafting/rippling_trident_refined',
|
|
1730
|
+
'/actions/crafting/sinister_chest_key',
|
|
1731
|
+
'/actions/crafting/sinister_entry_key',
|
|
1732
|
+
'/actions/crafting/soul_hunter_crossbow',
|
|
1733
|
+
'/actions/crafting/sundering_crossbow',
|
|
1734
|
+
'/actions/crafting/sundering_crossbow_refined',
|
|
1735
|
+
'/actions/crafting/treant_shield',
|
|
1736
|
+
'/actions/crafting/vampiric_bow',
|
|
1737
|
+
'/actions/crafting/watchful_relic',
|
|
1738
|
+
'/actions/crafting/wizard_necklace',
|
|
1739
|
+
'/actions/crafting/wooden_bow',
|
|
1740
|
+
'/actions/crafting/wooden_crossbow',
|
|
1741
|
+
'/actions/crafting/wooden_fire_staff',
|
|
1742
|
+
'/actions/crafting/wooden_nature_staff',
|
|
1743
|
+
'/actions/crafting/wooden_shield',
|
|
1744
|
+
'/actions/crafting/wooden_water_staff',
|
|
1745
|
+
],
|
|
1746
|
+
'/action_types/tailoring': [
|
|
1747
|
+
'/actions/tailoring/acrobatic_hood',
|
|
1748
|
+
'/actions/tailoring/acrobatic_hood_refined',
|
|
1749
|
+
'/actions/tailoring/alchemists_bottoms',
|
|
1750
|
+
'/actions/tailoring/alchemists_top',
|
|
1751
|
+
'/actions/tailoring/bamboo_boots',
|
|
1752
|
+
'/actions/tailoring/bamboo_fabric',
|
|
1753
|
+
'/actions/tailoring/bamboo_gloves',
|
|
1754
|
+
'/actions/tailoring/bamboo_hat',
|
|
1755
|
+
'/actions/tailoring/bamboo_robe_bottoms',
|
|
1756
|
+
'/actions/tailoring/bamboo_robe_top',
|
|
1757
|
+
'/actions/tailoring/beast_boots',
|
|
1758
|
+
'/actions/tailoring/beast_bracers',
|
|
1759
|
+
'/actions/tailoring/beast_chaps',
|
|
1760
|
+
'/actions/tailoring/beast_hood',
|
|
1761
|
+
'/actions/tailoring/beast_leather',
|
|
1762
|
+
'/actions/tailoring/beast_tunic',
|
|
1763
|
+
'/actions/tailoring/brewers_bottoms',
|
|
1764
|
+
'/actions/tailoring/brewers_top',
|
|
1765
|
+
'/actions/tailoring/centaur_boots',
|
|
1766
|
+
'/actions/tailoring/cheesemakers_bottoms',
|
|
1767
|
+
'/actions/tailoring/cheesemakers_top',
|
|
1768
|
+
'/actions/tailoring/chefs_bottoms',
|
|
1769
|
+
'/actions/tailoring/chefs_top',
|
|
1770
|
+
'/actions/tailoring/chimerical_quiver_refined',
|
|
1771
|
+
'/actions/tailoring/chrono_gloves',
|
|
1772
|
+
'/actions/tailoring/collectors_boots',
|
|
1773
|
+
'/actions/tailoring/cotton_boots',
|
|
1774
|
+
'/actions/tailoring/cotton_fabric',
|
|
1775
|
+
'/actions/tailoring/cotton_gloves',
|
|
1776
|
+
'/actions/tailoring/cotton_hat',
|
|
1777
|
+
'/actions/tailoring/cotton_robe_bottoms',
|
|
1778
|
+
'/actions/tailoring/cotton_robe_top',
|
|
1779
|
+
'/actions/tailoring/crafters_bottoms',
|
|
1780
|
+
'/actions/tailoring/crafters_top',
|
|
1781
|
+
'/actions/tailoring/dairyhands_bottoms',
|
|
1782
|
+
'/actions/tailoring/dairyhands_top',
|
|
1783
|
+
'/actions/tailoring/enchanted_cloak_refined',
|
|
1784
|
+
'/actions/tailoring/enchanted_gloves',
|
|
1785
|
+
'/actions/tailoring/enhancers_bottoms',
|
|
1786
|
+
'/actions/tailoring/enhancers_top',
|
|
1787
|
+
'/actions/tailoring/flaming_robe_bottoms',
|
|
1788
|
+
'/actions/tailoring/flaming_robe_top',
|
|
1789
|
+
'/actions/tailoring/fluffy_red_hat',
|
|
1790
|
+
'/actions/tailoring/foragers_bottoms',
|
|
1791
|
+
'/actions/tailoring/foragers_top',
|
|
1792
|
+
'/actions/tailoring/giant_pouch',
|
|
1793
|
+
'/actions/tailoring/gluttonous_pouch',
|
|
1794
|
+
'/actions/tailoring/gobo_boots',
|
|
1795
|
+
'/actions/tailoring/gobo_bracers',
|
|
1796
|
+
'/actions/tailoring/gobo_chaps',
|
|
1797
|
+
'/actions/tailoring/gobo_hood',
|
|
1798
|
+
'/actions/tailoring/gobo_leather',
|
|
1799
|
+
'/actions/tailoring/gobo_tunic',
|
|
1800
|
+
'/actions/tailoring/griffin_chaps',
|
|
1801
|
+
'/actions/tailoring/griffin_tunic',
|
|
1802
|
+
'/actions/tailoring/guzzling_pouch',
|
|
1803
|
+
'/actions/tailoring/icy_robe_bottoms',
|
|
1804
|
+
'/actions/tailoring/icy_robe_top',
|
|
1805
|
+
'/actions/tailoring/kraken_chaps',
|
|
1806
|
+
'/actions/tailoring/kraken_chaps_refined',
|
|
1807
|
+
'/actions/tailoring/kraken_tunic',
|
|
1808
|
+
'/actions/tailoring/kraken_tunic_refined',
|
|
1809
|
+
'/actions/tailoring/large_pouch',
|
|
1810
|
+
'/actions/tailoring/linen_boots',
|
|
1811
|
+
'/actions/tailoring/linen_fabric',
|
|
1812
|
+
'/actions/tailoring/linen_gloves',
|
|
1813
|
+
'/actions/tailoring/linen_hat',
|
|
1814
|
+
'/actions/tailoring/linen_robe_bottoms',
|
|
1815
|
+
'/actions/tailoring/linen_robe_top',
|
|
1816
|
+
'/actions/tailoring/lumberjacks_bottoms',
|
|
1817
|
+
'/actions/tailoring/lumberjacks_top',
|
|
1818
|
+
'/actions/tailoring/luna_robe_bottoms',
|
|
1819
|
+
'/actions/tailoring/luna_robe_top',
|
|
1820
|
+
'/actions/tailoring/magicians_hat',
|
|
1821
|
+
'/actions/tailoring/magicians_hat_refined',
|
|
1822
|
+
'/actions/tailoring/marine_chaps',
|
|
1823
|
+
'/actions/tailoring/marine_tunic',
|
|
1824
|
+
'/actions/tailoring/marksman_bracers',
|
|
1825
|
+
'/actions/tailoring/marksman_bracers_refined',
|
|
1826
|
+
'/actions/tailoring/medium_pouch',
|
|
1827
|
+
'/actions/tailoring/radiant_boots',
|
|
1828
|
+
'/actions/tailoring/radiant_fabric',
|
|
1829
|
+
'/actions/tailoring/radiant_gloves',
|
|
1830
|
+
'/actions/tailoring/radiant_hat',
|
|
1831
|
+
'/actions/tailoring/radiant_robe_bottoms',
|
|
1832
|
+
'/actions/tailoring/radiant_robe_top',
|
|
1833
|
+
'/actions/tailoring/red_culinary_hat',
|
|
1834
|
+
'/actions/tailoring/reptile_boots',
|
|
1835
|
+
'/actions/tailoring/reptile_bracers',
|
|
1836
|
+
'/actions/tailoring/reptile_chaps',
|
|
1837
|
+
'/actions/tailoring/reptile_hood',
|
|
1838
|
+
'/actions/tailoring/reptile_leather',
|
|
1839
|
+
'/actions/tailoring/reptile_tunic',
|
|
1840
|
+
'/actions/tailoring/revenant_chaps',
|
|
1841
|
+
'/actions/tailoring/revenant_tunic',
|
|
1842
|
+
'/actions/tailoring/rough_boots',
|
|
1843
|
+
'/actions/tailoring/rough_bracers',
|
|
1844
|
+
'/actions/tailoring/rough_chaps',
|
|
1845
|
+
'/actions/tailoring/rough_hood',
|
|
1846
|
+
'/actions/tailoring/rough_leather',
|
|
1847
|
+
'/actions/tailoring/rough_tunic',
|
|
1848
|
+
'/actions/tailoring/royal_fire_robe_bottoms',
|
|
1849
|
+
'/actions/tailoring/royal_fire_robe_bottoms_refined',
|
|
1850
|
+
'/actions/tailoring/royal_fire_robe_top',
|
|
1851
|
+
'/actions/tailoring/royal_fire_robe_top_refined',
|
|
1852
|
+
'/actions/tailoring/royal_nature_robe_bottoms',
|
|
1853
|
+
'/actions/tailoring/royal_nature_robe_bottoms_refined',
|
|
1854
|
+
'/actions/tailoring/royal_nature_robe_top',
|
|
1855
|
+
'/actions/tailoring/royal_nature_robe_top_refined',
|
|
1856
|
+
'/actions/tailoring/royal_water_robe_bottoms',
|
|
1857
|
+
'/actions/tailoring/royal_water_robe_bottoms_refined',
|
|
1858
|
+
'/actions/tailoring/royal_water_robe_top',
|
|
1859
|
+
'/actions/tailoring/royal_water_robe_top_refined',
|
|
1860
|
+
'/actions/tailoring/shoebill_shoes',
|
|
1861
|
+
'/actions/tailoring/sighted_bracers',
|
|
1862
|
+
'/actions/tailoring/silk_boots',
|
|
1863
|
+
'/actions/tailoring/silk_fabric',
|
|
1864
|
+
'/actions/tailoring/silk_gloves',
|
|
1865
|
+
'/actions/tailoring/silk_hat',
|
|
1866
|
+
'/actions/tailoring/silk_robe_bottoms',
|
|
1867
|
+
'/actions/tailoring/silk_robe_top',
|
|
1868
|
+
'/actions/tailoring/sinister_cape_refined',
|
|
1869
|
+
'/actions/tailoring/small_pouch',
|
|
1870
|
+
'/actions/tailoring/sorcerer_boots',
|
|
1871
|
+
'/actions/tailoring/tailors_bottoms',
|
|
1872
|
+
'/actions/tailoring/tailors_top',
|
|
1873
|
+
'/actions/tailoring/umbral_boots',
|
|
1874
|
+
'/actions/tailoring/umbral_bracers',
|
|
1875
|
+
'/actions/tailoring/umbral_chaps',
|
|
1876
|
+
'/actions/tailoring/umbral_hood',
|
|
1877
|
+
'/actions/tailoring/umbral_leather',
|
|
1878
|
+
'/actions/tailoring/umbral_tunic',
|
|
1879
|
+
],
|
|
1880
|
+
};
|
|
1881
|
+
export const RECIPES_BY_OUTPUT = {
|
|
1882
|
+
'/items/alchemy_tea': ['/actions/brewing/alchemy_tea'],
|
|
1883
|
+
'/items/artisan_tea': ['/actions/brewing/artisan_tea'],
|
|
1884
|
+
'/items/attack_coffee': ['/actions/brewing/attack_coffee'],
|
|
1885
|
+
'/items/blessed_tea': ['/actions/brewing/blessed_tea'],
|
|
1886
|
+
'/items/brewing_tea': ['/actions/brewing/brewing_tea'],
|
|
1887
|
+
'/items/catalytic_tea': ['/actions/brewing/catalytic_tea'],
|
|
1888
|
+
'/items/channeling_coffee': ['/actions/brewing/channeling_coffee'],
|
|
1889
|
+
'/items/cheesesmithing_tea': ['/actions/brewing/cheesesmithing_tea'],
|
|
1890
|
+
'/items/cooking_tea': ['/actions/brewing/cooking_tea'],
|
|
1891
|
+
'/items/crafting_tea': ['/actions/brewing/crafting_tea'],
|
|
1892
|
+
'/items/critical_coffee': ['/actions/brewing/critical_coffee'],
|
|
1893
|
+
'/items/defense_coffee': ['/actions/brewing/defense_coffee'],
|
|
1894
|
+
'/items/efficiency_tea': ['/actions/brewing/efficiency_tea'],
|
|
1895
|
+
'/items/enhancing_tea': ['/actions/brewing/enhancing_tea'],
|
|
1896
|
+
'/items/foraging_tea': ['/actions/brewing/foraging_tea'],
|
|
1897
|
+
'/items/gathering_tea': ['/actions/brewing/gathering_tea'],
|
|
1898
|
+
'/items/gourmet_tea': ['/actions/brewing/gourmet_tea'],
|
|
1899
|
+
'/items/intelligence_coffee': ['/actions/brewing/intelligence_coffee'],
|
|
1900
|
+
'/items/lucky_coffee': ['/actions/brewing/lucky_coffee'],
|
|
1901
|
+
'/items/magic_coffee': ['/actions/brewing/magic_coffee'],
|
|
1902
|
+
'/items/melee_coffee': ['/actions/brewing/melee_coffee'],
|
|
1903
|
+
'/items/milking_tea': ['/actions/brewing/milking_tea'],
|
|
1904
|
+
'/items/processing_tea': ['/actions/brewing/processing_tea'],
|
|
1905
|
+
'/items/ranged_coffee': ['/actions/brewing/ranged_coffee'],
|
|
1906
|
+
'/items/stamina_coffee': ['/actions/brewing/stamina_coffee'],
|
|
1907
|
+
'/items/super_alchemy_tea': ['/actions/brewing/super_alchemy_tea'],
|
|
1908
|
+
'/items/super_attack_coffee': ['/actions/brewing/super_attack_coffee'],
|
|
1909
|
+
'/items/super_brewing_tea': ['/actions/brewing/super_brewing_tea'],
|
|
1910
|
+
'/items/super_cheesesmithing_tea': [
|
|
1911
|
+
'/actions/brewing/super_cheesesmithing_tea',
|
|
1912
|
+
],
|
|
1913
|
+
'/items/super_cooking_tea': ['/actions/brewing/super_cooking_tea'],
|
|
1914
|
+
'/items/super_crafting_tea': ['/actions/brewing/super_crafting_tea'],
|
|
1915
|
+
'/items/super_defense_coffee': ['/actions/brewing/super_defense_coffee'],
|
|
1916
|
+
'/items/super_enhancing_tea': ['/actions/brewing/super_enhancing_tea'],
|
|
1917
|
+
'/items/super_foraging_tea': ['/actions/brewing/super_foraging_tea'],
|
|
1918
|
+
'/items/super_intelligence_coffee': [
|
|
1919
|
+
'/actions/brewing/super_intelligence_coffee',
|
|
1920
|
+
],
|
|
1921
|
+
'/items/super_magic_coffee': ['/actions/brewing/super_magic_coffee'],
|
|
1922
|
+
'/items/super_melee_coffee': ['/actions/brewing/super_melee_coffee'],
|
|
1923
|
+
'/items/super_milking_tea': ['/actions/brewing/super_milking_tea'],
|
|
1924
|
+
'/items/super_ranged_coffee': ['/actions/brewing/super_ranged_coffee'],
|
|
1925
|
+
'/items/super_stamina_coffee': ['/actions/brewing/super_stamina_coffee'],
|
|
1926
|
+
'/items/super_tailoring_tea': ['/actions/brewing/super_tailoring_tea'],
|
|
1927
|
+
'/items/super_woodcutting_tea': ['/actions/brewing/super_woodcutting_tea'],
|
|
1928
|
+
'/items/swiftness_coffee': ['/actions/brewing/swiftness_coffee'],
|
|
1929
|
+
'/items/tailoring_tea': ['/actions/brewing/tailoring_tea'],
|
|
1930
|
+
'/items/ultra_alchemy_tea': ['/actions/brewing/ultra_alchemy_tea'],
|
|
1931
|
+
'/items/ultra_attack_coffee': ['/actions/brewing/ultra_attack_coffee'],
|
|
1932
|
+
'/items/ultra_brewing_tea': ['/actions/brewing/ultra_brewing_tea'],
|
|
1933
|
+
'/items/ultra_cheesesmithing_tea': [
|
|
1934
|
+
'/actions/brewing/ultra_cheesesmithing_tea',
|
|
1935
|
+
],
|
|
1936
|
+
'/items/ultra_cooking_tea': ['/actions/brewing/ultra_cooking_tea'],
|
|
1937
|
+
'/items/ultra_crafting_tea': ['/actions/brewing/ultra_crafting_tea'],
|
|
1938
|
+
'/items/ultra_defense_coffee': ['/actions/brewing/ultra_defense_coffee'],
|
|
1939
|
+
'/items/ultra_enhancing_tea': ['/actions/brewing/ultra_enhancing_tea'],
|
|
1940
|
+
'/items/ultra_foraging_tea': ['/actions/brewing/ultra_foraging_tea'],
|
|
1941
|
+
'/items/ultra_intelligence_coffee': [
|
|
1942
|
+
'/actions/brewing/ultra_intelligence_coffee',
|
|
1943
|
+
],
|
|
1944
|
+
'/items/ultra_magic_coffee': ['/actions/brewing/ultra_magic_coffee'],
|
|
1945
|
+
'/items/ultra_melee_coffee': ['/actions/brewing/ultra_melee_coffee'],
|
|
1946
|
+
'/items/ultra_milking_tea': ['/actions/brewing/ultra_milking_tea'],
|
|
1947
|
+
'/items/ultra_ranged_coffee': ['/actions/brewing/ultra_ranged_coffee'],
|
|
1948
|
+
'/items/ultra_stamina_coffee': ['/actions/brewing/ultra_stamina_coffee'],
|
|
1949
|
+
'/items/ultra_tailoring_tea': ['/actions/brewing/ultra_tailoring_tea'],
|
|
1950
|
+
'/items/ultra_woodcutting_tea': ['/actions/brewing/ultra_woodcutting_tea'],
|
|
1951
|
+
'/items/wisdom_coffee': ['/actions/brewing/wisdom_coffee'],
|
|
1952
|
+
'/items/wisdom_tea': ['/actions/brewing/wisdom_tea'],
|
|
1953
|
+
'/items/woodcutting_tea': ['/actions/brewing/woodcutting_tea'],
|
|
1954
|
+
'/items/anchorbound_plate_body': [
|
|
1955
|
+
'/actions/cheesesmithing/anchorbound_plate_body',
|
|
1956
|
+
],
|
|
1957
|
+
'/items/anchorbound_plate_body_refined': [
|
|
1958
|
+
'/actions/cheesesmithing/anchorbound_plate_body_refined',
|
|
1959
|
+
],
|
|
1960
|
+
'/items/anchorbound_plate_legs': [
|
|
1961
|
+
'/actions/cheesesmithing/anchorbound_plate_legs',
|
|
1962
|
+
],
|
|
1963
|
+
'/items/anchorbound_plate_legs_refined': [
|
|
1964
|
+
'/actions/cheesesmithing/anchorbound_plate_legs_refined',
|
|
1965
|
+
],
|
|
1966
|
+
'/items/azure_alembic': ['/actions/cheesesmithing/azure_alembic'],
|
|
1967
|
+
'/items/azure_boots': ['/actions/cheesesmithing/azure_boots'],
|
|
1968
|
+
'/items/azure_brush': ['/actions/cheesesmithing/azure_brush'],
|
|
1969
|
+
'/items/azure_buckler': ['/actions/cheesesmithing/azure_buckler'],
|
|
1970
|
+
'/items/azure_bulwark': ['/actions/cheesesmithing/azure_bulwark'],
|
|
1971
|
+
'/items/azure_cheese': ['/actions/cheesesmithing/azure_cheese'],
|
|
1972
|
+
'/items/azure_chisel': ['/actions/cheesesmithing/azure_chisel'],
|
|
1973
|
+
'/items/azure_enhancer': ['/actions/cheesesmithing/azure_enhancer'],
|
|
1974
|
+
'/items/azure_gauntlets': ['/actions/cheesesmithing/azure_gauntlets'],
|
|
1975
|
+
'/items/azure_hammer': ['/actions/cheesesmithing/azure_hammer'],
|
|
1976
|
+
'/items/azure_hatchet': ['/actions/cheesesmithing/azure_hatchet'],
|
|
1977
|
+
'/items/azure_helmet': ['/actions/cheesesmithing/azure_helmet'],
|
|
1978
|
+
'/items/azure_mace': ['/actions/cheesesmithing/azure_mace'],
|
|
1979
|
+
'/items/azure_needle': ['/actions/cheesesmithing/azure_needle'],
|
|
1980
|
+
'/items/azure_plate_body': ['/actions/cheesesmithing/azure_plate_body'],
|
|
1981
|
+
'/items/azure_plate_legs': ['/actions/cheesesmithing/azure_plate_legs'],
|
|
1982
|
+
'/items/azure_pot': ['/actions/cheesesmithing/azure_pot'],
|
|
1983
|
+
'/items/azure_shears': ['/actions/cheesesmithing/azure_shears'],
|
|
1984
|
+
'/items/azure_spatula': ['/actions/cheesesmithing/azure_spatula'],
|
|
1985
|
+
'/items/azure_spear': ['/actions/cheesesmithing/azure_spear'],
|
|
1986
|
+
'/items/azure_sword': ['/actions/cheesesmithing/azure_sword'],
|
|
1987
|
+
'/items/black_bear_shoes': ['/actions/cheesesmithing/black_bear_shoes'],
|
|
1988
|
+
'/items/burble_alembic': ['/actions/cheesesmithing/burble_alembic'],
|
|
1989
|
+
'/items/burble_boots': ['/actions/cheesesmithing/burble_boots'],
|
|
1990
|
+
'/items/burble_brush': ['/actions/cheesesmithing/burble_brush'],
|
|
1991
|
+
'/items/burble_buckler': ['/actions/cheesesmithing/burble_buckler'],
|
|
1992
|
+
'/items/burble_bulwark': ['/actions/cheesesmithing/burble_bulwark'],
|
|
1993
|
+
'/items/burble_cheese': ['/actions/cheesesmithing/burble_cheese'],
|
|
1994
|
+
'/items/burble_chisel': ['/actions/cheesesmithing/burble_chisel'],
|
|
1995
|
+
'/items/burble_enhancer': ['/actions/cheesesmithing/burble_enhancer'],
|
|
1996
|
+
'/items/burble_gauntlets': ['/actions/cheesesmithing/burble_gauntlets'],
|
|
1997
|
+
'/items/burble_hammer': ['/actions/cheesesmithing/burble_hammer'],
|
|
1998
|
+
'/items/burble_hatchet': ['/actions/cheesesmithing/burble_hatchet'],
|
|
1999
|
+
'/items/burble_helmet': ['/actions/cheesesmithing/burble_helmet'],
|
|
2000
|
+
'/items/burble_mace': ['/actions/cheesesmithing/burble_mace'],
|
|
2001
|
+
'/items/burble_needle': ['/actions/cheesesmithing/burble_needle'],
|
|
2002
|
+
'/items/burble_plate_body': ['/actions/cheesesmithing/burble_plate_body'],
|
|
2003
|
+
'/items/burble_plate_legs': ['/actions/cheesesmithing/burble_plate_legs'],
|
|
2004
|
+
'/items/burble_pot': ['/actions/cheesesmithing/burble_pot'],
|
|
2005
|
+
'/items/burble_shears': ['/actions/cheesesmithing/burble_shears'],
|
|
2006
|
+
'/items/burble_spatula': ['/actions/cheesesmithing/burble_spatula'],
|
|
2007
|
+
'/items/burble_spear': ['/actions/cheesesmithing/burble_spear'],
|
|
2008
|
+
'/items/burble_sword': ['/actions/cheesesmithing/burble_sword'],
|
|
2009
|
+
'/items/celestial_alembic': ['/actions/cheesesmithing/celestial_alembic'],
|
|
2010
|
+
'/items/celestial_brush': ['/actions/cheesesmithing/celestial_brush'],
|
|
2011
|
+
'/items/celestial_chisel': ['/actions/cheesesmithing/celestial_chisel'],
|
|
2012
|
+
'/items/celestial_enhancer': ['/actions/cheesesmithing/celestial_enhancer'],
|
|
2013
|
+
'/items/celestial_hammer': ['/actions/cheesesmithing/celestial_hammer'],
|
|
2014
|
+
'/items/celestial_hatchet': ['/actions/cheesesmithing/celestial_hatchet'],
|
|
2015
|
+
'/items/celestial_needle': ['/actions/cheesesmithing/celestial_needle'],
|
|
2016
|
+
'/items/celestial_pot': ['/actions/cheesesmithing/celestial_pot'],
|
|
2017
|
+
'/items/celestial_shears': ['/actions/cheesesmithing/celestial_shears'],
|
|
2018
|
+
'/items/celestial_spatula': ['/actions/cheesesmithing/celestial_spatula'],
|
|
2019
|
+
'/items/chaotic_flail': ['/actions/cheesesmithing/chaotic_flail'],
|
|
2020
|
+
'/items/chaotic_flail_refined': [
|
|
2021
|
+
'/actions/cheesesmithing/chaotic_flail_refined',
|
|
2022
|
+
],
|
|
2023
|
+
'/items/cheese': ['/actions/cheesesmithing/cheese'],
|
|
2024
|
+
'/items/cheese_alembic': ['/actions/cheesesmithing/cheese_alembic'],
|
|
2025
|
+
'/items/cheese_boots': ['/actions/cheesesmithing/cheese_boots'],
|
|
2026
|
+
'/items/cheese_brush': ['/actions/cheesesmithing/cheese_brush'],
|
|
2027
|
+
'/items/cheese_buckler': ['/actions/cheesesmithing/cheese_buckler'],
|
|
2028
|
+
'/items/cheese_bulwark': ['/actions/cheesesmithing/cheese_bulwark'],
|
|
2029
|
+
'/items/cheese_chisel': ['/actions/cheesesmithing/cheese_chisel'],
|
|
2030
|
+
'/items/cheese_enhancer': ['/actions/cheesesmithing/cheese_enhancer'],
|
|
2031
|
+
'/items/cheese_gauntlets': ['/actions/cheesesmithing/cheese_gauntlets'],
|
|
2032
|
+
'/items/cheese_hammer': ['/actions/cheesesmithing/cheese_hammer'],
|
|
2033
|
+
'/items/cheese_hatchet': ['/actions/cheesesmithing/cheese_hatchet'],
|
|
2034
|
+
'/items/cheese_helmet': ['/actions/cheesesmithing/cheese_helmet'],
|
|
2035
|
+
'/items/cheese_mace': ['/actions/cheesesmithing/cheese_mace'],
|
|
2036
|
+
'/items/cheese_needle': ['/actions/cheesesmithing/cheese_needle'],
|
|
2037
|
+
'/items/cheese_plate_body': ['/actions/cheesesmithing/cheese_plate_body'],
|
|
2038
|
+
'/items/cheese_plate_legs': ['/actions/cheesesmithing/cheese_plate_legs'],
|
|
2039
|
+
'/items/cheese_pot': ['/actions/cheesesmithing/cheese_pot'],
|
|
2040
|
+
'/items/cheese_shears': ['/actions/cheesesmithing/cheese_shears'],
|
|
2041
|
+
'/items/cheese_spatula': ['/actions/cheesesmithing/cheese_spatula'],
|
|
2042
|
+
'/items/cheese_spear': ['/actions/cheesesmithing/cheese_spear'],
|
|
2043
|
+
'/items/cheese_sword': ['/actions/cheesesmithing/cheese_sword'],
|
|
2044
|
+
'/items/colossus_plate_body': ['/actions/cheesesmithing/colossus_plate_body'],
|
|
2045
|
+
'/items/colossus_plate_legs': ['/actions/cheesesmithing/colossus_plate_legs'],
|
|
2046
|
+
'/items/corsair_helmet': ['/actions/cheesesmithing/corsair_helmet'],
|
|
2047
|
+
'/items/corsair_helmet_refined': [
|
|
2048
|
+
'/actions/cheesesmithing/corsair_helmet_refined',
|
|
2049
|
+
],
|
|
2050
|
+
'/items/crimson_alembic': ['/actions/cheesesmithing/crimson_alembic'],
|
|
2051
|
+
'/items/crimson_boots': ['/actions/cheesesmithing/crimson_boots'],
|
|
2052
|
+
'/items/crimson_brush': ['/actions/cheesesmithing/crimson_brush'],
|
|
2053
|
+
'/items/crimson_buckler': ['/actions/cheesesmithing/crimson_buckler'],
|
|
2054
|
+
'/items/crimson_bulwark': ['/actions/cheesesmithing/crimson_bulwark'],
|
|
2055
|
+
'/items/crimson_cheese': ['/actions/cheesesmithing/crimson_cheese'],
|
|
2056
|
+
'/items/crimson_chisel': ['/actions/cheesesmithing/crimson_chisel'],
|
|
2057
|
+
'/items/crimson_enhancer': ['/actions/cheesesmithing/crimson_enhancer'],
|
|
2058
|
+
'/items/crimson_gauntlets': ['/actions/cheesesmithing/crimson_gauntlets'],
|
|
2059
|
+
'/items/crimson_hammer': ['/actions/cheesesmithing/crimson_hammer'],
|
|
2060
|
+
'/items/crimson_hatchet': ['/actions/cheesesmithing/crimson_hatchet'],
|
|
2061
|
+
'/items/crimson_helmet': ['/actions/cheesesmithing/crimson_helmet'],
|
|
2062
|
+
'/items/crimson_mace': ['/actions/cheesesmithing/crimson_mace'],
|
|
2063
|
+
'/items/crimson_needle': ['/actions/cheesesmithing/crimson_needle'],
|
|
2064
|
+
'/items/crimson_plate_body': ['/actions/cheesesmithing/crimson_plate_body'],
|
|
2065
|
+
'/items/crimson_plate_legs': ['/actions/cheesesmithing/crimson_plate_legs'],
|
|
2066
|
+
'/items/crimson_pot': ['/actions/cheesesmithing/crimson_pot'],
|
|
2067
|
+
'/items/crimson_shears': ['/actions/cheesesmithing/crimson_shears'],
|
|
2068
|
+
'/items/crimson_spatula': ['/actions/cheesesmithing/crimson_spatula'],
|
|
2069
|
+
'/items/crimson_spear': ['/actions/cheesesmithing/crimson_spear'],
|
|
2070
|
+
'/items/crimson_sword': ['/actions/cheesesmithing/crimson_sword'],
|
|
2071
|
+
'/items/demonic_plate_body': ['/actions/cheesesmithing/demonic_plate_body'],
|
|
2072
|
+
'/items/demonic_plate_legs': ['/actions/cheesesmithing/demonic_plate_legs'],
|
|
2073
|
+
'/items/dodocamel_gauntlets': ['/actions/cheesesmithing/dodocamel_gauntlets'],
|
|
2074
|
+
'/items/dodocamel_gauntlets_refined': [
|
|
2075
|
+
'/actions/cheesesmithing/dodocamel_gauntlets_refined',
|
|
2076
|
+
],
|
|
2077
|
+
'/items/furious_spear': ['/actions/cheesesmithing/furious_spear'],
|
|
2078
|
+
'/items/furious_spear_refined': [
|
|
2079
|
+
'/actions/cheesesmithing/furious_spear_refined',
|
|
2080
|
+
],
|
|
2081
|
+
'/items/granite_bludgeon': ['/actions/cheesesmithing/granite_bludgeon'],
|
|
2082
|
+
'/items/griffin_bulwark': ['/actions/cheesesmithing/griffin_bulwark'],
|
|
2083
|
+
'/items/griffin_bulwark_refined': [
|
|
2084
|
+
'/actions/cheesesmithing/griffin_bulwark_refined',
|
|
2085
|
+
],
|
|
2086
|
+
'/items/grizzly_bear_shoes': ['/actions/cheesesmithing/grizzly_bear_shoes'],
|
|
2087
|
+
'/items/holy_alembic': ['/actions/cheesesmithing/holy_alembic'],
|
|
2088
|
+
'/items/holy_boots': ['/actions/cheesesmithing/holy_boots'],
|
|
2089
|
+
'/items/holy_brush': ['/actions/cheesesmithing/holy_brush'],
|
|
2090
|
+
'/items/holy_buckler': ['/actions/cheesesmithing/holy_buckler'],
|
|
2091
|
+
'/items/holy_bulwark': ['/actions/cheesesmithing/holy_bulwark'],
|
|
2092
|
+
'/items/holy_cheese': ['/actions/cheesesmithing/holy_cheese'],
|
|
2093
|
+
'/items/holy_chisel': ['/actions/cheesesmithing/holy_chisel'],
|
|
2094
|
+
'/items/holy_enhancer': ['/actions/cheesesmithing/holy_enhancer'],
|
|
2095
|
+
'/items/holy_gauntlets': ['/actions/cheesesmithing/holy_gauntlets'],
|
|
2096
|
+
'/items/holy_hammer': ['/actions/cheesesmithing/holy_hammer'],
|
|
2097
|
+
'/items/holy_hatchet': ['/actions/cheesesmithing/holy_hatchet'],
|
|
2098
|
+
'/items/holy_helmet': ['/actions/cheesesmithing/holy_helmet'],
|
|
2099
|
+
'/items/holy_mace': ['/actions/cheesesmithing/holy_mace'],
|
|
2100
|
+
'/items/holy_needle': ['/actions/cheesesmithing/holy_needle'],
|
|
2101
|
+
'/items/holy_plate_body': ['/actions/cheesesmithing/holy_plate_body'],
|
|
2102
|
+
'/items/holy_plate_legs': ['/actions/cheesesmithing/holy_plate_legs'],
|
|
2103
|
+
'/items/holy_pot': ['/actions/cheesesmithing/holy_pot'],
|
|
2104
|
+
'/items/holy_shears': ['/actions/cheesesmithing/holy_shears'],
|
|
2105
|
+
'/items/holy_spatula': ['/actions/cheesesmithing/holy_spatula'],
|
|
2106
|
+
'/items/holy_spear': ['/actions/cheesesmithing/holy_spear'],
|
|
2107
|
+
'/items/holy_sword': ['/actions/cheesesmithing/holy_sword'],
|
|
2108
|
+
'/items/knights_aegis': ['/actions/cheesesmithing/knights_aegis'],
|
|
2109
|
+
'/items/knights_aegis_refined': [
|
|
2110
|
+
'/actions/cheesesmithing/knights_aegis_refined',
|
|
2111
|
+
],
|
|
2112
|
+
'/items/maelstrom_plate_body': [
|
|
2113
|
+
'/actions/cheesesmithing/maelstrom_plate_body',
|
|
2114
|
+
],
|
|
2115
|
+
'/items/maelstrom_plate_body_refined': [
|
|
2116
|
+
'/actions/cheesesmithing/maelstrom_plate_body_refined',
|
|
2117
|
+
],
|
|
2118
|
+
'/items/maelstrom_plate_legs': [
|
|
2119
|
+
'/actions/cheesesmithing/maelstrom_plate_legs',
|
|
2120
|
+
],
|
|
2121
|
+
'/items/maelstrom_plate_legs_refined': [
|
|
2122
|
+
'/actions/cheesesmithing/maelstrom_plate_legs_refined',
|
|
2123
|
+
],
|
|
2124
|
+
'/items/magnetic_gloves': ['/actions/cheesesmithing/magnetic_gloves'],
|
|
2125
|
+
'/items/panda_gloves': ['/actions/cheesesmithing/panda_gloves'],
|
|
2126
|
+
'/items/pincer_gloves': ['/actions/cheesesmithing/pincer_gloves'],
|
|
2127
|
+
'/items/polar_bear_shoes': ['/actions/cheesesmithing/polar_bear_shoes'],
|
|
2128
|
+
'/items/rainbow_alembic': ['/actions/cheesesmithing/rainbow_alembic'],
|
|
2129
|
+
'/items/rainbow_boots': ['/actions/cheesesmithing/rainbow_boots'],
|
|
2130
|
+
'/items/rainbow_brush': ['/actions/cheesesmithing/rainbow_brush'],
|
|
2131
|
+
'/items/rainbow_buckler': ['/actions/cheesesmithing/rainbow_buckler'],
|
|
2132
|
+
'/items/rainbow_bulwark': ['/actions/cheesesmithing/rainbow_bulwark'],
|
|
2133
|
+
'/items/rainbow_cheese': ['/actions/cheesesmithing/rainbow_cheese'],
|
|
2134
|
+
'/items/rainbow_chisel': ['/actions/cheesesmithing/rainbow_chisel'],
|
|
2135
|
+
'/items/rainbow_enhancer': ['/actions/cheesesmithing/rainbow_enhancer'],
|
|
2136
|
+
'/items/rainbow_gauntlets': ['/actions/cheesesmithing/rainbow_gauntlets'],
|
|
2137
|
+
'/items/rainbow_hammer': ['/actions/cheesesmithing/rainbow_hammer'],
|
|
2138
|
+
'/items/rainbow_hatchet': ['/actions/cheesesmithing/rainbow_hatchet'],
|
|
2139
|
+
'/items/rainbow_helmet': ['/actions/cheesesmithing/rainbow_helmet'],
|
|
2140
|
+
'/items/rainbow_mace': ['/actions/cheesesmithing/rainbow_mace'],
|
|
2141
|
+
'/items/rainbow_needle': ['/actions/cheesesmithing/rainbow_needle'],
|
|
2142
|
+
'/items/rainbow_plate_body': ['/actions/cheesesmithing/rainbow_plate_body'],
|
|
2143
|
+
'/items/rainbow_plate_legs': ['/actions/cheesesmithing/rainbow_plate_legs'],
|
|
2144
|
+
'/items/rainbow_pot': ['/actions/cheesesmithing/rainbow_pot'],
|
|
2145
|
+
'/items/rainbow_shears': ['/actions/cheesesmithing/rainbow_shears'],
|
|
2146
|
+
'/items/rainbow_spatula': ['/actions/cheesesmithing/rainbow_spatula'],
|
|
2147
|
+
'/items/rainbow_spear': ['/actions/cheesesmithing/rainbow_spear'],
|
|
2148
|
+
'/items/rainbow_sword': ['/actions/cheesesmithing/rainbow_sword'],
|
|
2149
|
+
'/items/regal_sword': ['/actions/cheesesmithing/regal_sword'],
|
|
2150
|
+
'/items/regal_sword_refined': ['/actions/cheesesmithing/regal_sword_refined'],
|
|
2151
|
+
'/items/snail_shell_helmet': ['/actions/cheesesmithing/snail_shell_helmet'],
|
|
2152
|
+
'/items/snake_fang_dirk': ['/actions/cheesesmithing/snake_fang_dirk'],
|
|
2153
|
+
'/items/spiked_bulwark': ['/actions/cheesesmithing/spiked_bulwark'],
|
|
2154
|
+
'/items/stalactite_spear': ['/actions/cheesesmithing/stalactite_spear'],
|
|
2155
|
+
'/items/turtle_shell_body': ['/actions/cheesesmithing/turtle_shell_body'],
|
|
2156
|
+
'/items/turtle_shell_legs': ['/actions/cheesesmithing/turtle_shell_legs'],
|
|
2157
|
+
'/items/vampire_fang_dirk': ['/actions/cheesesmithing/vampire_fang_dirk'],
|
|
2158
|
+
'/items/verdant_alembic': ['/actions/cheesesmithing/verdant_alembic'],
|
|
2159
|
+
'/items/verdant_boots': ['/actions/cheesesmithing/verdant_boots'],
|
|
2160
|
+
'/items/verdant_brush': ['/actions/cheesesmithing/verdant_brush'],
|
|
2161
|
+
'/items/verdant_buckler': ['/actions/cheesesmithing/verdant_buckler'],
|
|
2162
|
+
'/items/verdant_bulwark': ['/actions/cheesesmithing/verdant_bulwark'],
|
|
2163
|
+
'/items/verdant_cheese': ['/actions/cheesesmithing/verdant_cheese'],
|
|
2164
|
+
'/items/verdant_chisel': ['/actions/cheesesmithing/verdant_chisel'],
|
|
2165
|
+
'/items/verdant_enhancer': ['/actions/cheesesmithing/verdant_enhancer'],
|
|
2166
|
+
'/items/verdant_gauntlets': ['/actions/cheesesmithing/verdant_gauntlets'],
|
|
2167
|
+
'/items/verdant_hammer': ['/actions/cheesesmithing/verdant_hammer'],
|
|
2168
|
+
'/items/verdant_hatchet': ['/actions/cheesesmithing/verdant_hatchet'],
|
|
2169
|
+
'/items/verdant_helmet': ['/actions/cheesesmithing/verdant_helmet'],
|
|
2170
|
+
'/items/verdant_mace': ['/actions/cheesesmithing/verdant_mace'],
|
|
2171
|
+
'/items/verdant_needle': ['/actions/cheesesmithing/verdant_needle'],
|
|
2172
|
+
'/items/verdant_plate_body': ['/actions/cheesesmithing/verdant_plate_body'],
|
|
2173
|
+
'/items/verdant_plate_legs': ['/actions/cheesesmithing/verdant_plate_legs'],
|
|
2174
|
+
'/items/verdant_pot': ['/actions/cheesesmithing/verdant_pot'],
|
|
2175
|
+
'/items/verdant_shears': ['/actions/cheesesmithing/verdant_shears'],
|
|
2176
|
+
'/items/verdant_spatula': ['/actions/cheesesmithing/verdant_spatula'],
|
|
2177
|
+
'/items/verdant_spear': ['/actions/cheesesmithing/verdant_spear'],
|
|
2178
|
+
'/items/verdant_sword': ['/actions/cheesesmithing/verdant_sword'],
|
|
2179
|
+
'/items/vision_helmet': ['/actions/cheesesmithing/vision_helmet'],
|
|
2180
|
+
'/items/vision_shield': ['/actions/cheesesmithing/vision_shield'],
|
|
2181
|
+
'/items/werewolf_slasher': ['/actions/cheesesmithing/werewolf_slasher'],
|
|
2182
|
+
'/items/apple_gummy': ['/actions/cooking/apple_gummy'],
|
|
2183
|
+
'/items/apple_yogurt': ['/actions/cooking/apple_yogurt'],
|
|
2184
|
+
'/items/blackberry_cake': ['/actions/cooking/blackberry_cake'],
|
|
2185
|
+
'/items/blackberry_donut': ['/actions/cooking/blackberry_donut'],
|
|
2186
|
+
'/items/blueberry_cake': ['/actions/cooking/blueberry_cake'],
|
|
2187
|
+
'/items/blueberry_donut': ['/actions/cooking/blueberry_donut'],
|
|
2188
|
+
'/items/cupcake': ['/actions/cooking/cupcake'],
|
|
2189
|
+
'/items/donut': ['/actions/cooking/donut'],
|
|
2190
|
+
'/items/dragon_fruit_gummy': ['/actions/cooking/dragon_fruit_gummy'],
|
|
2191
|
+
'/items/dragon_fruit_yogurt': ['/actions/cooking/dragon_fruit_yogurt'],
|
|
2192
|
+
'/items/gummy': ['/actions/cooking/gummy'],
|
|
2193
|
+
'/items/marsberry_cake': ['/actions/cooking/marsberry_cake'],
|
|
2194
|
+
'/items/marsberry_donut': ['/actions/cooking/marsberry_donut'],
|
|
2195
|
+
'/items/mooberry_cake': ['/actions/cooking/mooberry_cake'],
|
|
2196
|
+
'/items/mooberry_donut': ['/actions/cooking/mooberry_donut'],
|
|
2197
|
+
'/items/orange_gummy': ['/actions/cooking/orange_gummy'],
|
|
2198
|
+
'/items/orange_yogurt': ['/actions/cooking/orange_yogurt'],
|
|
2199
|
+
'/items/peach_gummy': ['/actions/cooking/peach_gummy'],
|
|
2200
|
+
'/items/peach_yogurt': ['/actions/cooking/peach_yogurt'],
|
|
2201
|
+
'/items/plum_gummy': ['/actions/cooking/plum_gummy'],
|
|
2202
|
+
'/items/plum_yogurt': ['/actions/cooking/plum_yogurt'],
|
|
2203
|
+
'/items/spaceberry_cake': ['/actions/cooking/spaceberry_cake'],
|
|
2204
|
+
'/items/spaceberry_donut': ['/actions/cooking/spaceberry_donut'],
|
|
2205
|
+
'/items/star_fruit_gummy': ['/actions/cooking/star_fruit_gummy'],
|
|
2206
|
+
'/items/star_fruit_yogurt': ['/actions/cooking/star_fruit_yogurt'],
|
|
2207
|
+
'/items/strawberry_cake': ['/actions/cooking/strawberry_cake'],
|
|
2208
|
+
'/items/strawberry_donut': ['/actions/cooking/strawberry_donut'],
|
|
2209
|
+
'/items/yogurt': ['/actions/cooking/yogurt'],
|
|
2210
|
+
'/items/advanced_alchemy_charm': ['/actions/crafting/advanced_alchemy_charm'],
|
|
2211
|
+
'/items/advanced_attack_charm': ['/actions/crafting/advanced_attack_charm'],
|
|
2212
|
+
'/items/advanced_brewing_charm': ['/actions/crafting/advanced_brewing_charm'],
|
|
2213
|
+
'/items/advanced_cheesesmithing_charm': [
|
|
2214
|
+
'/actions/crafting/advanced_cheesesmithing_charm',
|
|
2215
|
+
],
|
|
2216
|
+
'/items/advanced_cooking_charm': ['/actions/crafting/advanced_cooking_charm'],
|
|
2217
|
+
'/items/advanced_crafting_charm': [
|
|
2218
|
+
'/actions/crafting/advanced_crafting_charm',
|
|
2219
|
+
],
|
|
2220
|
+
'/items/advanced_defense_charm': ['/actions/crafting/advanced_defense_charm'],
|
|
2221
|
+
'/items/advanced_enhancing_charm': [
|
|
2222
|
+
'/actions/crafting/advanced_enhancing_charm',
|
|
2223
|
+
],
|
|
2224
|
+
'/items/advanced_foraging_charm': [
|
|
2225
|
+
'/actions/crafting/advanced_foraging_charm',
|
|
2226
|
+
],
|
|
2227
|
+
'/items/advanced_intelligence_charm': [
|
|
2228
|
+
'/actions/crafting/advanced_intelligence_charm',
|
|
2229
|
+
],
|
|
2230
|
+
'/items/advanced_magic_charm': ['/actions/crafting/advanced_magic_charm'],
|
|
2231
|
+
'/items/advanced_melee_charm': ['/actions/crafting/advanced_melee_charm'],
|
|
2232
|
+
'/items/advanced_milking_charm': ['/actions/crafting/advanced_milking_charm'],
|
|
2233
|
+
'/items/advanced_ranged_charm': ['/actions/crafting/advanced_ranged_charm'],
|
|
2234
|
+
'/items/advanced_stamina_charm': ['/actions/crafting/advanced_stamina_charm'],
|
|
2235
|
+
'/items/advanced_tailoring_charm': [
|
|
2236
|
+
'/actions/crafting/advanced_tailoring_charm',
|
|
2237
|
+
],
|
|
2238
|
+
'/items/advanced_task_badge': ['/actions/crafting/advanced_task_badge'],
|
|
2239
|
+
'/items/advanced_woodcutting_charm': [
|
|
2240
|
+
'/actions/crafting/advanced_woodcutting_charm',
|
|
2241
|
+
],
|
|
2242
|
+
'/items/arcane_bow': ['/actions/crafting/arcane_bow'],
|
|
2243
|
+
'/items/arcane_crossbow': ['/actions/crafting/arcane_crossbow'],
|
|
2244
|
+
'/items/arcane_fire_staff': ['/actions/crafting/arcane_fire_staff'],
|
|
2245
|
+
'/items/arcane_lumber': ['/actions/crafting/arcane_lumber'],
|
|
2246
|
+
'/items/arcane_nature_staff': ['/actions/crafting/arcane_nature_staff'],
|
|
2247
|
+
'/items/arcane_shield': ['/actions/crafting/arcane_shield'],
|
|
2248
|
+
'/items/arcane_water_staff': ['/actions/crafting/arcane_water_staff'],
|
|
2249
|
+
'/items/basic_alchemy_charm': ['/actions/crafting/basic_alchemy_charm'],
|
|
2250
|
+
'/items/basic_brewing_charm': ['/actions/crafting/basic_brewing_charm'],
|
|
2251
|
+
'/items/basic_cheesesmithing_charm': [
|
|
2252
|
+
'/actions/crafting/basic_cheesesmithing_charm',
|
|
2253
|
+
],
|
|
2254
|
+
'/items/basic_cooking_charm': ['/actions/crafting/basic_cooking_charm'],
|
|
2255
|
+
'/items/basic_crafting_charm': ['/actions/crafting/basic_crafting_charm'],
|
|
2256
|
+
'/items/basic_enhancing_charm': ['/actions/crafting/basic_enhancing_charm'],
|
|
2257
|
+
'/items/basic_foraging_charm': ['/actions/crafting/basic_foraging_charm'],
|
|
2258
|
+
'/items/basic_milking_charm': ['/actions/crafting/basic_milking_charm'],
|
|
2259
|
+
'/items/basic_tailoring_charm': ['/actions/crafting/basic_tailoring_charm'],
|
|
2260
|
+
'/items/basic_task_badge': ['/actions/crafting/basic_task_badge'],
|
|
2261
|
+
'/items/basic_woodcutting_charm': [
|
|
2262
|
+
'/actions/crafting/basic_woodcutting_charm',
|
|
2263
|
+
],
|
|
2264
|
+
'/items/birch_bow': ['/actions/crafting/birch_bow'],
|
|
2265
|
+
'/items/birch_crossbow': ['/actions/crafting/birch_crossbow'],
|
|
2266
|
+
'/items/birch_fire_staff': ['/actions/crafting/birch_fire_staff'],
|
|
2267
|
+
'/items/birch_lumber': ['/actions/crafting/birch_lumber'],
|
|
2268
|
+
'/items/birch_nature_staff': ['/actions/crafting/birch_nature_staff'],
|
|
2269
|
+
'/items/birch_shield': ['/actions/crafting/birch_shield'],
|
|
2270
|
+
'/items/birch_water_staff': ['/actions/crafting/birch_water_staff'],
|
|
2271
|
+
'/items/bishops_codex': ['/actions/crafting/bishops_codex'],
|
|
2272
|
+
'/items/bishops_codex_refined': ['/actions/crafting/bishops_codex_refined'],
|
|
2273
|
+
'/items/blazing_trident': ['/actions/crafting/blazing_trident'],
|
|
2274
|
+
'/items/blazing_trident_refined': [
|
|
2275
|
+
'/actions/crafting/blazing_trident_refined',
|
|
2276
|
+
],
|
|
2277
|
+
'/items/blooming_trident': ['/actions/crafting/blooming_trident'],
|
|
2278
|
+
'/items/blooming_trident_refined': [
|
|
2279
|
+
'/actions/crafting/blooming_trident_refined',
|
|
2280
|
+
],
|
|
2281
|
+
'/items/catalyst_of_coinification': [
|
|
2282
|
+
'/actions/crafting/catalyst_of_coinification',
|
|
2283
|
+
],
|
|
2284
|
+
'/items/catalyst_of_decomposition': [
|
|
2285
|
+
'/actions/crafting/catalyst_of_decomposition',
|
|
2286
|
+
],
|
|
2287
|
+
'/items/catalyst_of_transmutation': [
|
|
2288
|
+
'/actions/crafting/catalyst_of_transmutation',
|
|
2289
|
+
],
|
|
2290
|
+
'/items/cedar_bow': ['/actions/crafting/cedar_bow'],
|
|
2291
|
+
'/items/cedar_crossbow': ['/actions/crafting/cedar_crossbow'],
|
|
2292
|
+
'/items/cedar_fire_staff': ['/actions/crafting/cedar_fire_staff'],
|
|
2293
|
+
'/items/cedar_lumber': ['/actions/crafting/cedar_lumber'],
|
|
2294
|
+
'/items/cedar_nature_staff': ['/actions/crafting/cedar_nature_staff'],
|
|
2295
|
+
'/items/cedar_shield': ['/actions/crafting/cedar_shield'],
|
|
2296
|
+
'/items/cedar_water_staff': ['/actions/crafting/cedar_water_staff'],
|
|
2297
|
+
'/items/chimerical_chest_key': ['/actions/crafting/chimerical_chest_key'],
|
|
2298
|
+
'/items/chimerical_entry_key': ['/actions/crafting/chimerical_entry_key'],
|
|
2299
|
+
'/items/crushed_amber': ['/actions/crafting/crushed_amber'],
|
|
2300
|
+
'/items/crushed_amethyst': ['/actions/crafting/crushed_amethyst'],
|
|
2301
|
+
'/items/crushed_garnet': ['/actions/crafting/crushed_garnet'],
|
|
2302
|
+
'/items/crushed_jade': ['/actions/crafting/crushed_jade'],
|
|
2303
|
+
'/items/crushed_moonstone': ['/actions/crafting/crushed_moonstone'],
|
|
2304
|
+
'/items/crushed_pearl': ['/actions/crafting/crushed_pearl'],
|
|
2305
|
+
'/items/crushed_philosophers_stone': [
|
|
2306
|
+
'/actions/crafting/crushed_philosophers_stone',
|
|
2307
|
+
],
|
|
2308
|
+
'/items/crushed_sunstone': ['/actions/crafting/crushed_sunstone'],
|
|
2309
|
+
'/items/cursed_bow': ['/actions/crafting/cursed_bow'],
|
|
2310
|
+
'/items/cursed_bow_refined': ['/actions/crafting/cursed_bow_refined'],
|
|
2311
|
+
'/items/earrings_of_armor': ['/actions/crafting/earrings_of_armor'],
|
|
2312
|
+
'/items/earrings_of_critical_strike': [
|
|
2313
|
+
'/actions/crafting/earrings_of_critical_strike',
|
|
2314
|
+
],
|
|
2315
|
+
'/items/earrings_of_essence_find': [
|
|
2316
|
+
'/actions/crafting/earrings_of_essence_find',
|
|
2317
|
+
],
|
|
2318
|
+
'/items/earrings_of_gathering': ['/actions/crafting/earrings_of_gathering'],
|
|
2319
|
+
'/items/earrings_of_rare_find': ['/actions/crafting/earrings_of_rare_find'],
|
|
2320
|
+
'/items/earrings_of_regeneration': [
|
|
2321
|
+
'/actions/crafting/earrings_of_regeneration',
|
|
2322
|
+
],
|
|
2323
|
+
'/items/earrings_of_resistance': ['/actions/crafting/earrings_of_resistance'],
|
|
2324
|
+
'/items/enchanted_chest_key': ['/actions/crafting/enchanted_chest_key'],
|
|
2325
|
+
'/items/enchanted_entry_key': ['/actions/crafting/enchanted_entry_key'],
|
|
2326
|
+
'/items/expert_alchemy_charm': ['/actions/crafting/expert_alchemy_charm'],
|
|
2327
|
+
'/items/expert_attack_charm': ['/actions/crafting/expert_attack_charm'],
|
|
2328
|
+
'/items/expert_brewing_charm': ['/actions/crafting/expert_brewing_charm'],
|
|
2329
|
+
'/items/expert_cheesesmithing_charm': [
|
|
2330
|
+
'/actions/crafting/expert_cheesesmithing_charm',
|
|
2331
|
+
],
|
|
2332
|
+
'/items/expert_cooking_charm': ['/actions/crafting/expert_cooking_charm'],
|
|
2333
|
+
'/items/expert_crafting_charm': ['/actions/crafting/expert_crafting_charm'],
|
|
2334
|
+
'/items/expert_defense_charm': ['/actions/crafting/expert_defense_charm'],
|
|
2335
|
+
'/items/expert_enhancing_charm': ['/actions/crafting/expert_enhancing_charm'],
|
|
2336
|
+
'/items/expert_foraging_charm': ['/actions/crafting/expert_foraging_charm'],
|
|
2337
|
+
'/items/expert_intelligence_charm': [
|
|
2338
|
+
'/actions/crafting/expert_intelligence_charm',
|
|
2339
|
+
],
|
|
2340
|
+
'/items/expert_magic_charm': ['/actions/crafting/expert_magic_charm'],
|
|
2341
|
+
'/items/expert_melee_charm': ['/actions/crafting/expert_melee_charm'],
|
|
2342
|
+
'/items/expert_milking_charm': ['/actions/crafting/expert_milking_charm'],
|
|
2343
|
+
'/items/expert_ranged_charm': ['/actions/crafting/expert_ranged_charm'],
|
|
2344
|
+
'/items/expert_stamina_charm': ['/actions/crafting/expert_stamina_charm'],
|
|
2345
|
+
'/items/expert_tailoring_charm': ['/actions/crafting/expert_tailoring_charm'],
|
|
2346
|
+
'/items/expert_task_badge': ['/actions/crafting/expert_task_badge'],
|
|
2347
|
+
'/items/expert_woodcutting_charm': [
|
|
2348
|
+
'/actions/crafting/expert_woodcutting_charm',
|
|
2349
|
+
],
|
|
2350
|
+
'/items/eye_watch': ['/actions/crafting/eye_watch'],
|
|
2351
|
+
'/items/fighter_necklace': ['/actions/crafting/fighter_necklace'],
|
|
2352
|
+
'/items/frost_staff': ['/actions/crafting/frost_staff'],
|
|
2353
|
+
'/items/ginkgo_bow': ['/actions/crafting/ginkgo_bow'],
|
|
2354
|
+
'/items/ginkgo_crossbow': ['/actions/crafting/ginkgo_crossbow'],
|
|
2355
|
+
'/items/ginkgo_fire_staff': ['/actions/crafting/ginkgo_fire_staff'],
|
|
2356
|
+
'/items/ginkgo_lumber': ['/actions/crafting/ginkgo_lumber'],
|
|
2357
|
+
'/items/ginkgo_nature_staff': ['/actions/crafting/ginkgo_nature_staff'],
|
|
2358
|
+
'/items/ginkgo_shield': ['/actions/crafting/ginkgo_shield'],
|
|
2359
|
+
'/items/ginkgo_water_staff': ['/actions/crafting/ginkgo_water_staff'],
|
|
2360
|
+
'/items/grandmaster_alchemy_charm': [
|
|
2361
|
+
'/actions/crafting/grandmaster_alchemy_charm',
|
|
2362
|
+
],
|
|
2363
|
+
'/items/grandmaster_attack_charm': [
|
|
2364
|
+
'/actions/crafting/grandmaster_attack_charm',
|
|
2365
|
+
],
|
|
2366
|
+
'/items/grandmaster_brewing_charm': [
|
|
2367
|
+
'/actions/crafting/grandmaster_brewing_charm',
|
|
2368
|
+
],
|
|
2369
|
+
'/items/grandmaster_cheesesmithing_charm': [
|
|
2370
|
+
'/actions/crafting/grandmaster_cheesesmithing_charm',
|
|
2371
|
+
],
|
|
2372
|
+
'/items/grandmaster_cooking_charm': [
|
|
2373
|
+
'/actions/crafting/grandmaster_cooking_charm',
|
|
2374
|
+
],
|
|
2375
|
+
'/items/grandmaster_crafting_charm': [
|
|
2376
|
+
'/actions/crafting/grandmaster_crafting_charm',
|
|
2377
|
+
],
|
|
2378
|
+
'/items/grandmaster_defense_charm': [
|
|
2379
|
+
'/actions/crafting/grandmaster_defense_charm',
|
|
2380
|
+
],
|
|
2381
|
+
'/items/grandmaster_enhancing_charm': [
|
|
2382
|
+
'/actions/crafting/grandmaster_enhancing_charm',
|
|
2383
|
+
],
|
|
2384
|
+
'/items/grandmaster_foraging_charm': [
|
|
2385
|
+
'/actions/crafting/grandmaster_foraging_charm',
|
|
2386
|
+
],
|
|
2387
|
+
'/items/grandmaster_intelligence_charm': [
|
|
2388
|
+
'/actions/crafting/grandmaster_intelligence_charm',
|
|
2389
|
+
],
|
|
2390
|
+
'/items/grandmaster_magic_charm': [
|
|
2391
|
+
'/actions/crafting/grandmaster_magic_charm',
|
|
2392
|
+
],
|
|
2393
|
+
'/items/grandmaster_melee_charm': [
|
|
2394
|
+
'/actions/crafting/grandmaster_melee_charm',
|
|
2395
|
+
],
|
|
2396
|
+
'/items/grandmaster_milking_charm': [
|
|
2397
|
+
'/actions/crafting/grandmaster_milking_charm',
|
|
2398
|
+
],
|
|
2399
|
+
'/items/grandmaster_ranged_charm': [
|
|
2400
|
+
'/actions/crafting/grandmaster_ranged_charm',
|
|
2401
|
+
],
|
|
2402
|
+
'/items/grandmaster_stamina_charm': [
|
|
2403
|
+
'/actions/crafting/grandmaster_stamina_charm',
|
|
2404
|
+
],
|
|
2405
|
+
'/items/grandmaster_tailoring_charm': [
|
|
2406
|
+
'/actions/crafting/grandmaster_tailoring_charm',
|
|
2407
|
+
],
|
|
2408
|
+
'/items/grandmaster_woodcutting_charm': [
|
|
2409
|
+
'/actions/crafting/grandmaster_woodcutting_charm',
|
|
2410
|
+
],
|
|
2411
|
+
'/items/infernal_battlestaff': ['/actions/crafting/infernal_battlestaff'],
|
|
2412
|
+
'/items/jackalope_staff': ['/actions/crafting/jackalope_staff'],
|
|
2413
|
+
'/items/lumber': ['/actions/crafting/lumber'],
|
|
2414
|
+
'/items/manticore_shield': ['/actions/crafting/manticore_shield'],
|
|
2415
|
+
'/items/master_alchemy_charm': ['/actions/crafting/master_alchemy_charm'],
|
|
2416
|
+
'/items/master_attack_charm': ['/actions/crafting/master_attack_charm'],
|
|
2417
|
+
'/items/master_brewing_charm': ['/actions/crafting/master_brewing_charm'],
|
|
2418
|
+
'/items/master_cheesesmithing_charm': [
|
|
2419
|
+
'/actions/crafting/master_cheesesmithing_charm',
|
|
2420
|
+
],
|
|
2421
|
+
'/items/master_cooking_charm': ['/actions/crafting/master_cooking_charm'],
|
|
2422
|
+
'/items/master_crafting_charm': ['/actions/crafting/master_crafting_charm'],
|
|
2423
|
+
'/items/master_defense_charm': ['/actions/crafting/master_defense_charm'],
|
|
2424
|
+
'/items/master_enhancing_charm': ['/actions/crafting/master_enhancing_charm'],
|
|
2425
|
+
'/items/master_foraging_charm': ['/actions/crafting/master_foraging_charm'],
|
|
2426
|
+
'/items/master_intelligence_charm': [
|
|
2427
|
+
'/actions/crafting/master_intelligence_charm',
|
|
2428
|
+
],
|
|
2429
|
+
'/items/master_magic_charm': ['/actions/crafting/master_magic_charm'],
|
|
2430
|
+
'/items/master_melee_charm': ['/actions/crafting/master_melee_charm'],
|
|
2431
|
+
'/items/master_milking_charm': ['/actions/crafting/master_milking_charm'],
|
|
2432
|
+
'/items/master_ranged_charm': ['/actions/crafting/master_ranged_charm'],
|
|
2433
|
+
'/items/master_stamina_charm': ['/actions/crafting/master_stamina_charm'],
|
|
2434
|
+
'/items/master_tailoring_charm': ['/actions/crafting/master_tailoring_charm'],
|
|
2435
|
+
'/items/master_woodcutting_charm': [
|
|
2436
|
+
'/actions/crafting/master_woodcutting_charm',
|
|
2437
|
+
],
|
|
2438
|
+
'/items/mirror_of_protection': ['/actions/crafting/mirror_of_protection'],
|
|
2439
|
+
'/items/necklace_of_efficiency': ['/actions/crafting/necklace_of_efficiency'],
|
|
2440
|
+
'/items/necklace_of_speed': ['/actions/crafting/necklace_of_speed'],
|
|
2441
|
+
'/items/necklace_of_wisdom': ['/actions/crafting/necklace_of_wisdom'],
|
|
2442
|
+
'/items/philosophers_earrings': ['/actions/crafting/philosophers_earrings'],
|
|
2443
|
+
'/items/philosophers_necklace': ['/actions/crafting/philosophers_necklace'],
|
|
2444
|
+
'/items/philosophers_ring': ['/actions/crafting/philosophers_ring'],
|
|
2445
|
+
'/items/pirate_chest_key': ['/actions/crafting/pirate_chest_key'],
|
|
2446
|
+
'/items/pirate_entry_key': ['/actions/crafting/pirate_entry_key'],
|
|
2447
|
+
'/items/purpleheart_bow': ['/actions/crafting/purpleheart_bow'],
|
|
2448
|
+
'/items/purpleheart_crossbow': ['/actions/crafting/purpleheart_crossbow'],
|
|
2449
|
+
'/items/purpleheart_fire_staff': ['/actions/crafting/purpleheart_fire_staff'],
|
|
2450
|
+
'/items/purpleheart_lumber': ['/actions/crafting/purpleheart_lumber'],
|
|
2451
|
+
'/items/purpleheart_nature_staff': [
|
|
2452
|
+
'/actions/crafting/purpleheart_nature_staff',
|
|
2453
|
+
],
|
|
2454
|
+
'/items/purpleheart_shield': ['/actions/crafting/purpleheart_shield'],
|
|
2455
|
+
'/items/purpleheart_water_staff': [
|
|
2456
|
+
'/actions/crafting/purpleheart_water_staff',
|
|
2457
|
+
],
|
|
2458
|
+
'/items/ranger_necklace': ['/actions/crafting/ranger_necklace'],
|
|
2459
|
+
'/items/redwood_bow': ['/actions/crafting/redwood_bow'],
|
|
2460
|
+
'/items/redwood_crossbow': ['/actions/crafting/redwood_crossbow'],
|
|
2461
|
+
'/items/redwood_fire_staff': ['/actions/crafting/redwood_fire_staff'],
|
|
2462
|
+
'/items/redwood_lumber': ['/actions/crafting/redwood_lumber'],
|
|
2463
|
+
'/items/redwood_nature_staff': ['/actions/crafting/redwood_nature_staff'],
|
|
2464
|
+
'/items/redwood_shield': ['/actions/crafting/redwood_shield'],
|
|
2465
|
+
'/items/redwood_water_staff': ['/actions/crafting/redwood_water_staff'],
|
|
2466
|
+
'/items/ring_of_armor': ['/actions/crafting/ring_of_armor'],
|
|
2467
|
+
'/items/ring_of_critical_strike': [
|
|
2468
|
+
'/actions/crafting/ring_of_critical_strike',
|
|
2469
|
+
],
|
|
2470
|
+
'/items/ring_of_essence_find': ['/actions/crafting/ring_of_essence_find'],
|
|
2471
|
+
'/items/ring_of_gathering': ['/actions/crafting/ring_of_gathering'],
|
|
2472
|
+
'/items/ring_of_rare_find': ['/actions/crafting/ring_of_rare_find'],
|
|
2473
|
+
'/items/ring_of_regeneration': ['/actions/crafting/ring_of_regeneration'],
|
|
2474
|
+
'/items/ring_of_resistance': ['/actions/crafting/ring_of_resistance'],
|
|
2475
|
+
'/items/rippling_trident': ['/actions/crafting/rippling_trident'],
|
|
2476
|
+
'/items/rippling_trident_refined': [
|
|
2477
|
+
'/actions/crafting/rippling_trident_refined',
|
|
2478
|
+
],
|
|
2479
|
+
'/items/sinister_chest_key': ['/actions/crafting/sinister_chest_key'],
|
|
2480
|
+
'/items/sinister_entry_key': ['/actions/crafting/sinister_entry_key'],
|
|
2481
|
+
'/items/soul_hunter_crossbow': ['/actions/crafting/soul_hunter_crossbow'],
|
|
2482
|
+
'/items/sundering_crossbow': ['/actions/crafting/sundering_crossbow'],
|
|
2483
|
+
'/items/sundering_crossbow_refined': [
|
|
2484
|
+
'/actions/crafting/sundering_crossbow_refined',
|
|
2485
|
+
],
|
|
2486
|
+
'/items/treant_shield': ['/actions/crafting/treant_shield'],
|
|
2487
|
+
'/items/vampiric_bow': ['/actions/crafting/vampiric_bow'],
|
|
2488
|
+
'/items/watchful_relic': ['/actions/crafting/watchful_relic'],
|
|
2489
|
+
'/items/wizard_necklace': ['/actions/crafting/wizard_necklace'],
|
|
2490
|
+
'/items/wooden_bow': ['/actions/crafting/wooden_bow'],
|
|
2491
|
+
'/items/wooden_crossbow': ['/actions/crafting/wooden_crossbow'],
|
|
2492
|
+
'/items/wooden_fire_staff': ['/actions/crafting/wooden_fire_staff'],
|
|
2493
|
+
'/items/wooden_nature_staff': ['/actions/crafting/wooden_nature_staff'],
|
|
2494
|
+
'/items/wooden_shield': ['/actions/crafting/wooden_shield'],
|
|
2495
|
+
'/items/wooden_water_staff': ['/actions/crafting/wooden_water_staff'],
|
|
2496
|
+
'/items/acrobatic_hood': ['/actions/tailoring/acrobatic_hood'],
|
|
2497
|
+
'/items/acrobatic_hood_refined': [
|
|
2498
|
+
'/actions/tailoring/acrobatic_hood_refined',
|
|
2499
|
+
],
|
|
2500
|
+
'/items/alchemists_bottoms': ['/actions/tailoring/alchemists_bottoms'],
|
|
2501
|
+
'/items/alchemists_top': ['/actions/tailoring/alchemists_top'],
|
|
2502
|
+
'/items/bamboo_boots': ['/actions/tailoring/bamboo_boots'],
|
|
2503
|
+
'/items/bamboo_fabric': ['/actions/tailoring/bamboo_fabric'],
|
|
2504
|
+
'/items/bamboo_gloves': ['/actions/tailoring/bamboo_gloves'],
|
|
2505
|
+
'/items/bamboo_hat': ['/actions/tailoring/bamboo_hat'],
|
|
2506
|
+
'/items/bamboo_robe_bottoms': ['/actions/tailoring/bamboo_robe_bottoms'],
|
|
2507
|
+
'/items/bamboo_robe_top': ['/actions/tailoring/bamboo_robe_top'],
|
|
2508
|
+
'/items/beast_boots': ['/actions/tailoring/beast_boots'],
|
|
2509
|
+
'/items/beast_bracers': ['/actions/tailoring/beast_bracers'],
|
|
2510
|
+
'/items/beast_chaps': ['/actions/tailoring/beast_chaps'],
|
|
2511
|
+
'/items/beast_hood': ['/actions/tailoring/beast_hood'],
|
|
2512
|
+
'/items/beast_leather': ['/actions/tailoring/beast_leather'],
|
|
2513
|
+
'/items/beast_tunic': ['/actions/tailoring/beast_tunic'],
|
|
2514
|
+
'/items/brewers_bottoms': ['/actions/tailoring/brewers_bottoms'],
|
|
2515
|
+
'/items/brewers_top': ['/actions/tailoring/brewers_top'],
|
|
2516
|
+
'/items/centaur_boots': ['/actions/tailoring/centaur_boots'],
|
|
2517
|
+
'/items/cheesemakers_bottoms': ['/actions/tailoring/cheesemakers_bottoms'],
|
|
2518
|
+
'/items/cheesemakers_top': ['/actions/tailoring/cheesemakers_top'],
|
|
2519
|
+
'/items/chefs_bottoms': ['/actions/tailoring/chefs_bottoms'],
|
|
2520
|
+
'/items/chefs_top': ['/actions/tailoring/chefs_top'],
|
|
2521
|
+
'/items/chimerical_quiver_refined': [
|
|
2522
|
+
'/actions/tailoring/chimerical_quiver_refined',
|
|
2523
|
+
],
|
|
2524
|
+
'/items/chrono_gloves': ['/actions/tailoring/chrono_gloves'],
|
|
2525
|
+
'/items/collectors_boots': ['/actions/tailoring/collectors_boots'],
|
|
2526
|
+
'/items/cotton_boots': ['/actions/tailoring/cotton_boots'],
|
|
2527
|
+
'/items/cotton_fabric': ['/actions/tailoring/cotton_fabric'],
|
|
2528
|
+
'/items/cotton_gloves': ['/actions/tailoring/cotton_gloves'],
|
|
2529
|
+
'/items/cotton_hat': ['/actions/tailoring/cotton_hat'],
|
|
2530
|
+
'/items/cotton_robe_bottoms': ['/actions/tailoring/cotton_robe_bottoms'],
|
|
2531
|
+
'/items/cotton_robe_top': ['/actions/tailoring/cotton_robe_top'],
|
|
2532
|
+
'/items/crafters_bottoms': ['/actions/tailoring/crafters_bottoms'],
|
|
2533
|
+
'/items/crafters_top': ['/actions/tailoring/crafters_top'],
|
|
2534
|
+
'/items/dairyhands_bottoms': ['/actions/tailoring/dairyhands_bottoms'],
|
|
2535
|
+
'/items/dairyhands_top': ['/actions/tailoring/dairyhands_top'],
|
|
2536
|
+
'/items/enchanted_cloak_refined': [
|
|
2537
|
+
'/actions/tailoring/enchanted_cloak_refined',
|
|
2538
|
+
],
|
|
2539
|
+
'/items/enchanted_gloves': ['/actions/tailoring/enchanted_gloves'],
|
|
2540
|
+
'/items/enhancers_bottoms': ['/actions/tailoring/enhancers_bottoms'],
|
|
2541
|
+
'/items/enhancers_top': ['/actions/tailoring/enhancers_top'],
|
|
2542
|
+
'/items/flaming_robe_bottoms': ['/actions/tailoring/flaming_robe_bottoms'],
|
|
2543
|
+
'/items/flaming_robe_top': ['/actions/tailoring/flaming_robe_top'],
|
|
2544
|
+
'/items/fluffy_red_hat': ['/actions/tailoring/fluffy_red_hat'],
|
|
2545
|
+
'/items/foragers_bottoms': ['/actions/tailoring/foragers_bottoms'],
|
|
2546
|
+
'/items/foragers_top': ['/actions/tailoring/foragers_top'],
|
|
2547
|
+
'/items/giant_pouch': ['/actions/tailoring/giant_pouch'],
|
|
2548
|
+
'/items/gluttonous_pouch': ['/actions/tailoring/gluttonous_pouch'],
|
|
2549
|
+
'/items/gobo_boots': ['/actions/tailoring/gobo_boots'],
|
|
2550
|
+
'/items/gobo_bracers': ['/actions/tailoring/gobo_bracers'],
|
|
2551
|
+
'/items/gobo_chaps': ['/actions/tailoring/gobo_chaps'],
|
|
2552
|
+
'/items/gobo_hood': ['/actions/tailoring/gobo_hood'],
|
|
2553
|
+
'/items/gobo_leather': ['/actions/tailoring/gobo_leather'],
|
|
2554
|
+
'/items/gobo_tunic': ['/actions/tailoring/gobo_tunic'],
|
|
2555
|
+
'/items/griffin_chaps': ['/actions/tailoring/griffin_chaps'],
|
|
2556
|
+
'/items/griffin_tunic': ['/actions/tailoring/griffin_tunic'],
|
|
2557
|
+
'/items/guzzling_pouch': ['/actions/tailoring/guzzling_pouch'],
|
|
2558
|
+
'/items/icy_robe_bottoms': ['/actions/tailoring/icy_robe_bottoms'],
|
|
2559
|
+
'/items/icy_robe_top': ['/actions/tailoring/icy_robe_top'],
|
|
2560
|
+
'/items/kraken_chaps': ['/actions/tailoring/kraken_chaps'],
|
|
2561
|
+
'/items/kraken_chaps_refined': ['/actions/tailoring/kraken_chaps_refined'],
|
|
2562
|
+
'/items/kraken_tunic': ['/actions/tailoring/kraken_tunic'],
|
|
2563
|
+
'/items/kraken_tunic_refined': ['/actions/tailoring/kraken_tunic_refined'],
|
|
2564
|
+
'/items/large_pouch': ['/actions/tailoring/large_pouch'],
|
|
2565
|
+
'/items/linen_boots': ['/actions/tailoring/linen_boots'],
|
|
2566
|
+
'/items/linen_fabric': ['/actions/tailoring/linen_fabric'],
|
|
2567
|
+
'/items/linen_gloves': ['/actions/tailoring/linen_gloves'],
|
|
2568
|
+
'/items/linen_hat': ['/actions/tailoring/linen_hat'],
|
|
2569
|
+
'/items/linen_robe_bottoms': ['/actions/tailoring/linen_robe_bottoms'],
|
|
2570
|
+
'/items/linen_robe_top': ['/actions/tailoring/linen_robe_top'],
|
|
2571
|
+
'/items/lumberjacks_bottoms': ['/actions/tailoring/lumberjacks_bottoms'],
|
|
2572
|
+
'/items/lumberjacks_top': ['/actions/tailoring/lumberjacks_top'],
|
|
2573
|
+
'/items/luna_robe_bottoms': ['/actions/tailoring/luna_robe_bottoms'],
|
|
2574
|
+
'/items/luna_robe_top': ['/actions/tailoring/luna_robe_top'],
|
|
2575
|
+
'/items/magicians_hat': ['/actions/tailoring/magicians_hat'],
|
|
2576
|
+
'/items/magicians_hat_refined': ['/actions/tailoring/magicians_hat_refined'],
|
|
2577
|
+
'/items/marine_chaps': ['/actions/tailoring/marine_chaps'],
|
|
2578
|
+
'/items/marine_tunic': ['/actions/tailoring/marine_tunic'],
|
|
2579
|
+
'/items/marksman_bracers': ['/actions/tailoring/marksman_bracers'],
|
|
2580
|
+
'/items/marksman_bracers_refined': [
|
|
2581
|
+
'/actions/tailoring/marksman_bracers_refined',
|
|
2582
|
+
],
|
|
2583
|
+
'/items/medium_pouch': ['/actions/tailoring/medium_pouch'],
|
|
2584
|
+
'/items/radiant_boots': ['/actions/tailoring/radiant_boots'],
|
|
2585
|
+
'/items/radiant_fabric': ['/actions/tailoring/radiant_fabric'],
|
|
2586
|
+
'/items/radiant_gloves': ['/actions/tailoring/radiant_gloves'],
|
|
2587
|
+
'/items/radiant_hat': ['/actions/tailoring/radiant_hat'],
|
|
2588
|
+
'/items/radiant_robe_bottoms': ['/actions/tailoring/radiant_robe_bottoms'],
|
|
2589
|
+
'/items/radiant_robe_top': ['/actions/tailoring/radiant_robe_top'],
|
|
2590
|
+
'/items/red_culinary_hat': ['/actions/tailoring/red_culinary_hat'],
|
|
2591
|
+
'/items/reptile_boots': ['/actions/tailoring/reptile_boots'],
|
|
2592
|
+
'/items/reptile_bracers': ['/actions/tailoring/reptile_bracers'],
|
|
2593
|
+
'/items/reptile_chaps': ['/actions/tailoring/reptile_chaps'],
|
|
2594
|
+
'/items/reptile_hood': ['/actions/tailoring/reptile_hood'],
|
|
2595
|
+
'/items/reptile_leather': ['/actions/tailoring/reptile_leather'],
|
|
2596
|
+
'/items/reptile_tunic': ['/actions/tailoring/reptile_tunic'],
|
|
2597
|
+
'/items/revenant_chaps': ['/actions/tailoring/revenant_chaps'],
|
|
2598
|
+
'/items/revenant_tunic': ['/actions/tailoring/revenant_tunic'],
|
|
2599
|
+
'/items/rough_boots': ['/actions/tailoring/rough_boots'],
|
|
2600
|
+
'/items/rough_bracers': ['/actions/tailoring/rough_bracers'],
|
|
2601
|
+
'/items/rough_chaps': ['/actions/tailoring/rough_chaps'],
|
|
2602
|
+
'/items/rough_hood': ['/actions/tailoring/rough_hood'],
|
|
2603
|
+
'/items/rough_leather': ['/actions/tailoring/rough_leather'],
|
|
2604
|
+
'/items/rough_tunic': ['/actions/tailoring/rough_tunic'],
|
|
2605
|
+
'/items/royal_fire_robe_bottoms': [
|
|
2606
|
+
'/actions/tailoring/royal_fire_robe_bottoms',
|
|
2607
|
+
],
|
|
2608
|
+
'/items/royal_fire_robe_bottoms_refined': [
|
|
2609
|
+
'/actions/tailoring/royal_fire_robe_bottoms_refined',
|
|
2610
|
+
],
|
|
2611
|
+
'/items/royal_fire_robe_top': ['/actions/tailoring/royal_fire_robe_top'],
|
|
2612
|
+
'/items/royal_fire_robe_top_refined': [
|
|
2613
|
+
'/actions/tailoring/royal_fire_robe_top_refined',
|
|
2614
|
+
],
|
|
2615
|
+
'/items/royal_nature_robe_bottoms': [
|
|
2616
|
+
'/actions/tailoring/royal_nature_robe_bottoms',
|
|
2617
|
+
],
|
|
2618
|
+
'/items/royal_nature_robe_bottoms_refined': [
|
|
2619
|
+
'/actions/tailoring/royal_nature_robe_bottoms_refined',
|
|
2620
|
+
],
|
|
2621
|
+
'/items/royal_nature_robe_top': ['/actions/tailoring/royal_nature_robe_top'],
|
|
2622
|
+
'/items/royal_nature_robe_top_refined': [
|
|
2623
|
+
'/actions/tailoring/royal_nature_robe_top_refined',
|
|
2624
|
+
],
|
|
2625
|
+
'/items/royal_water_robe_bottoms': [
|
|
2626
|
+
'/actions/tailoring/royal_water_robe_bottoms',
|
|
2627
|
+
],
|
|
2628
|
+
'/items/royal_water_robe_bottoms_refined': [
|
|
2629
|
+
'/actions/tailoring/royal_water_robe_bottoms_refined',
|
|
2630
|
+
],
|
|
2631
|
+
'/items/royal_water_robe_top': ['/actions/tailoring/royal_water_robe_top'],
|
|
2632
|
+
'/items/royal_water_robe_top_refined': [
|
|
2633
|
+
'/actions/tailoring/royal_water_robe_top_refined',
|
|
2634
|
+
],
|
|
2635
|
+
'/items/shoebill_shoes': ['/actions/tailoring/shoebill_shoes'],
|
|
2636
|
+
'/items/sighted_bracers': ['/actions/tailoring/sighted_bracers'],
|
|
2637
|
+
'/items/silk_boots': ['/actions/tailoring/silk_boots'],
|
|
2638
|
+
'/items/silk_fabric': ['/actions/tailoring/silk_fabric'],
|
|
2639
|
+
'/items/silk_gloves': ['/actions/tailoring/silk_gloves'],
|
|
2640
|
+
'/items/silk_hat': ['/actions/tailoring/silk_hat'],
|
|
2641
|
+
'/items/silk_robe_bottoms': ['/actions/tailoring/silk_robe_bottoms'],
|
|
2642
|
+
'/items/silk_robe_top': ['/actions/tailoring/silk_robe_top'],
|
|
2643
|
+
'/items/sinister_cape_refined': ['/actions/tailoring/sinister_cape_refined'],
|
|
2644
|
+
'/items/small_pouch': ['/actions/tailoring/small_pouch'],
|
|
2645
|
+
'/items/sorcerer_boots': ['/actions/tailoring/sorcerer_boots'],
|
|
2646
|
+
'/items/tailors_bottoms': ['/actions/tailoring/tailors_bottoms'],
|
|
2647
|
+
'/items/tailors_top': ['/actions/tailoring/tailors_top'],
|
|
2648
|
+
'/items/umbral_boots': ['/actions/tailoring/umbral_boots'],
|
|
2649
|
+
'/items/umbral_bracers': ['/actions/tailoring/umbral_bracers'],
|
|
2650
|
+
'/items/umbral_chaps': ['/actions/tailoring/umbral_chaps'],
|
|
2651
|
+
'/items/umbral_hood': ['/actions/tailoring/umbral_hood'],
|
|
2652
|
+
'/items/umbral_leather': ['/actions/tailoring/umbral_leather'],
|
|
2653
|
+
'/items/umbral_tunic': ['/actions/tailoring/umbral_tunic'],
|
|
2654
|
+
};
|
|
2655
|
+
//# sourceMappingURL=constants.js.map
|