@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,1501 @@
|
|
|
1
|
+
export const ACTION_CATEGORY_HRIDS = [
|
|
2
|
+
'/action_categories/alchemy/alchemy',
|
|
3
|
+
'/action_categories/brewing/coffee',
|
|
4
|
+
'/action_categories/brewing/tea',
|
|
5
|
+
'/action_categories/cheesesmithing/body',
|
|
6
|
+
'/action_categories/cheesesmithing/feet',
|
|
7
|
+
'/action_categories/cheesesmithing/hands',
|
|
8
|
+
'/action_categories/cheesesmithing/head',
|
|
9
|
+
'/action_categories/cheesesmithing/legs',
|
|
10
|
+
'/action_categories/cheesesmithing/main_hand',
|
|
11
|
+
'/action_categories/cheesesmithing/material',
|
|
12
|
+
'/action_categories/cheesesmithing/off_hand',
|
|
13
|
+
'/action_categories/cheesesmithing/tool',
|
|
14
|
+
'/action_categories/cheesesmithing/two_hand',
|
|
15
|
+
'/action_categories/combat/aqua_planet',
|
|
16
|
+
'/action_categories/combat/bear_with_it',
|
|
17
|
+
'/action_categories/combat/dungeons',
|
|
18
|
+
'/action_categories/combat/gobo_planet',
|
|
19
|
+
'/action_categories/combat/golem_cave',
|
|
20
|
+
'/action_categories/combat/infernal_abyss',
|
|
21
|
+
'/action_categories/combat/jungle_planet',
|
|
22
|
+
'/action_categories/combat/planet_of_the_eyes',
|
|
23
|
+
'/action_categories/combat/smelly_planet',
|
|
24
|
+
'/action_categories/combat/sorcerers_tower',
|
|
25
|
+
'/action_categories/combat/swamp_planet',
|
|
26
|
+
'/action_categories/combat/twilight_zone',
|
|
27
|
+
'/action_categories/cooking/heal_over_time',
|
|
28
|
+
'/action_categories/cooking/instant_heal',
|
|
29
|
+
'/action_categories/cooking/instant_mana',
|
|
30
|
+
'/action_categories/cooking/mana_over_time',
|
|
31
|
+
'/action_categories/crafting/bow',
|
|
32
|
+
'/action_categories/crafting/charm',
|
|
33
|
+
'/action_categories/crafting/crossbow',
|
|
34
|
+
'/action_categories/crafting/dungeon_keys',
|
|
35
|
+
'/action_categories/crafting/earrings',
|
|
36
|
+
'/action_categories/crafting/lumber',
|
|
37
|
+
'/action_categories/crafting/neck',
|
|
38
|
+
'/action_categories/crafting/off_hand',
|
|
39
|
+
'/action_categories/crafting/ring',
|
|
40
|
+
'/action_categories/crafting/special',
|
|
41
|
+
'/action_categories/crafting/staff',
|
|
42
|
+
'/action_categories/crafting/trinket',
|
|
43
|
+
'/action_categories/enhancing/enhance',
|
|
44
|
+
'/action_categories/foraging/asteroid_belt',
|
|
45
|
+
'/action_categories/foraging/burble_beach',
|
|
46
|
+
'/action_categories/foraging/farmland',
|
|
47
|
+
'/action_categories/foraging/misty_forest',
|
|
48
|
+
'/action_categories/foraging/olympus_mons',
|
|
49
|
+
'/action_categories/foraging/shimmering_lake',
|
|
50
|
+
'/action_categories/foraging/silly_cow_valley',
|
|
51
|
+
'/action_categories/milking/cows',
|
|
52
|
+
'/action_categories/tailoring/back',
|
|
53
|
+
'/action_categories/tailoring/body',
|
|
54
|
+
'/action_categories/tailoring/feet',
|
|
55
|
+
'/action_categories/tailoring/hands',
|
|
56
|
+
'/action_categories/tailoring/head',
|
|
57
|
+
'/action_categories/tailoring/legs',
|
|
58
|
+
'/action_categories/tailoring/material',
|
|
59
|
+
'/action_categories/tailoring/pouch',
|
|
60
|
+
'/action_categories/woodcutting/trees',
|
|
61
|
+
];
|
|
62
|
+
export const ACTION_TYPES_HRID = [
|
|
63
|
+
'/action_types/alchemy',
|
|
64
|
+
'/action_types/brewing',
|
|
65
|
+
'/action_types/cheesesmithing',
|
|
66
|
+
'/action_types/combat',
|
|
67
|
+
'/action_types/cooking',
|
|
68
|
+
'/action_types/crafting',
|
|
69
|
+
'/action_types/enhancing',
|
|
70
|
+
'/action_types/foraging',
|
|
71
|
+
'/action_types/milking',
|
|
72
|
+
'/action_types/tailoring',
|
|
73
|
+
'/action_types/woodcutting',
|
|
74
|
+
];
|
|
75
|
+
export const ACTION_HRIDS = [
|
|
76
|
+
'/actions/alchemy/coinify',
|
|
77
|
+
'/actions/alchemy/decompose',
|
|
78
|
+
'/actions/alchemy/transmute',
|
|
79
|
+
'/actions/brewing/alchemy_tea',
|
|
80
|
+
'/actions/brewing/artisan_tea',
|
|
81
|
+
'/actions/brewing/attack_coffee',
|
|
82
|
+
'/actions/brewing/blessed_tea',
|
|
83
|
+
'/actions/brewing/brewing_tea',
|
|
84
|
+
'/actions/brewing/catalytic_tea',
|
|
85
|
+
'/actions/brewing/channeling_coffee',
|
|
86
|
+
'/actions/brewing/cheesesmithing_tea',
|
|
87
|
+
'/actions/brewing/cooking_tea',
|
|
88
|
+
'/actions/brewing/crafting_tea',
|
|
89
|
+
'/actions/brewing/critical_coffee',
|
|
90
|
+
'/actions/brewing/defense_coffee',
|
|
91
|
+
'/actions/brewing/efficiency_tea',
|
|
92
|
+
'/actions/brewing/enhancing_tea',
|
|
93
|
+
'/actions/brewing/foraging_tea',
|
|
94
|
+
'/actions/brewing/gathering_tea',
|
|
95
|
+
'/actions/brewing/gourmet_tea',
|
|
96
|
+
'/actions/brewing/intelligence_coffee',
|
|
97
|
+
'/actions/brewing/lucky_coffee',
|
|
98
|
+
'/actions/brewing/magic_coffee',
|
|
99
|
+
'/actions/brewing/melee_coffee',
|
|
100
|
+
'/actions/brewing/milking_tea',
|
|
101
|
+
'/actions/brewing/processing_tea',
|
|
102
|
+
'/actions/brewing/ranged_coffee',
|
|
103
|
+
'/actions/brewing/stamina_coffee',
|
|
104
|
+
'/actions/brewing/super_alchemy_tea',
|
|
105
|
+
'/actions/brewing/super_attack_coffee',
|
|
106
|
+
'/actions/brewing/super_brewing_tea',
|
|
107
|
+
'/actions/brewing/super_cheesesmithing_tea',
|
|
108
|
+
'/actions/brewing/super_cooking_tea',
|
|
109
|
+
'/actions/brewing/super_crafting_tea',
|
|
110
|
+
'/actions/brewing/super_defense_coffee',
|
|
111
|
+
'/actions/brewing/super_enhancing_tea',
|
|
112
|
+
'/actions/brewing/super_foraging_tea',
|
|
113
|
+
'/actions/brewing/super_intelligence_coffee',
|
|
114
|
+
'/actions/brewing/super_magic_coffee',
|
|
115
|
+
'/actions/brewing/super_melee_coffee',
|
|
116
|
+
'/actions/brewing/super_milking_tea',
|
|
117
|
+
'/actions/brewing/super_ranged_coffee',
|
|
118
|
+
'/actions/brewing/super_stamina_coffee',
|
|
119
|
+
'/actions/brewing/super_tailoring_tea',
|
|
120
|
+
'/actions/brewing/super_woodcutting_tea',
|
|
121
|
+
'/actions/brewing/swiftness_coffee',
|
|
122
|
+
'/actions/brewing/tailoring_tea',
|
|
123
|
+
'/actions/brewing/ultra_alchemy_tea',
|
|
124
|
+
'/actions/brewing/ultra_attack_coffee',
|
|
125
|
+
'/actions/brewing/ultra_brewing_tea',
|
|
126
|
+
'/actions/brewing/ultra_cheesesmithing_tea',
|
|
127
|
+
'/actions/brewing/ultra_cooking_tea',
|
|
128
|
+
'/actions/brewing/ultra_crafting_tea',
|
|
129
|
+
'/actions/brewing/ultra_defense_coffee',
|
|
130
|
+
'/actions/brewing/ultra_enhancing_tea',
|
|
131
|
+
'/actions/brewing/ultra_foraging_tea',
|
|
132
|
+
'/actions/brewing/ultra_intelligence_coffee',
|
|
133
|
+
'/actions/brewing/ultra_magic_coffee',
|
|
134
|
+
'/actions/brewing/ultra_melee_coffee',
|
|
135
|
+
'/actions/brewing/ultra_milking_tea',
|
|
136
|
+
'/actions/brewing/ultra_ranged_coffee',
|
|
137
|
+
'/actions/brewing/ultra_stamina_coffee',
|
|
138
|
+
'/actions/brewing/ultra_tailoring_tea',
|
|
139
|
+
'/actions/brewing/ultra_woodcutting_tea',
|
|
140
|
+
'/actions/brewing/wisdom_coffee',
|
|
141
|
+
'/actions/brewing/wisdom_tea',
|
|
142
|
+
'/actions/brewing/woodcutting_tea',
|
|
143
|
+
'/actions/cheesesmithing/anchorbound_plate_body',
|
|
144
|
+
'/actions/cheesesmithing/anchorbound_plate_body_refined',
|
|
145
|
+
'/actions/cheesesmithing/anchorbound_plate_legs',
|
|
146
|
+
'/actions/cheesesmithing/anchorbound_plate_legs_refined',
|
|
147
|
+
'/actions/cheesesmithing/azure_alembic',
|
|
148
|
+
'/actions/cheesesmithing/azure_boots',
|
|
149
|
+
'/actions/cheesesmithing/azure_brush',
|
|
150
|
+
'/actions/cheesesmithing/azure_buckler',
|
|
151
|
+
'/actions/cheesesmithing/azure_bulwark',
|
|
152
|
+
'/actions/cheesesmithing/azure_cheese',
|
|
153
|
+
'/actions/cheesesmithing/azure_chisel',
|
|
154
|
+
'/actions/cheesesmithing/azure_enhancer',
|
|
155
|
+
'/actions/cheesesmithing/azure_gauntlets',
|
|
156
|
+
'/actions/cheesesmithing/azure_hammer',
|
|
157
|
+
'/actions/cheesesmithing/azure_hatchet',
|
|
158
|
+
'/actions/cheesesmithing/azure_helmet',
|
|
159
|
+
'/actions/cheesesmithing/azure_mace',
|
|
160
|
+
'/actions/cheesesmithing/azure_needle',
|
|
161
|
+
'/actions/cheesesmithing/azure_plate_body',
|
|
162
|
+
'/actions/cheesesmithing/azure_plate_legs',
|
|
163
|
+
'/actions/cheesesmithing/azure_pot',
|
|
164
|
+
'/actions/cheesesmithing/azure_shears',
|
|
165
|
+
'/actions/cheesesmithing/azure_spatula',
|
|
166
|
+
'/actions/cheesesmithing/azure_spear',
|
|
167
|
+
'/actions/cheesesmithing/azure_sword',
|
|
168
|
+
'/actions/cheesesmithing/black_bear_shoes',
|
|
169
|
+
'/actions/cheesesmithing/burble_alembic',
|
|
170
|
+
'/actions/cheesesmithing/burble_boots',
|
|
171
|
+
'/actions/cheesesmithing/burble_brush',
|
|
172
|
+
'/actions/cheesesmithing/burble_buckler',
|
|
173
|
+
'/actions/cheesesmithing/burble_bulwark',
|
|
174
|
+
'/actions/cheesesmithing/burble_cheese',
|
|
175
|
+
'/actions/cheesesmithing/burble_chisel',
|
|
176
|
+
'/actions/cheesesmithing/burble_enhancer',
|
|
177
|
+
'/actions/cheesesmithing/burble_gauntlets',
|
|
178
|
+
'/actions/cheesesmithing/burble_hammer',
|
|
179
|
+
'/actions/cheesesmithing/burble_hatchet',
|
|
180
|
+
'/actions/cheesesmithing/burble_helmet',
|
|
181
|
+
'/actions/cheesesmithing/burble_mace',
|
|
182
|
+
'/actions/cheesesmithing/burble_needle',
|
|
183
|
+
'/actions/cheesesmithing/burble_plate_body',
|
|
184
|
+
'/actions/cheesesmithing/burble_plate_legs',
|
|
185
|
+
'/actions/cheesesmithing/burble_pot',
|
|
186
|
+
'/actions/cheesesmithing/burble_shears',
|
|
187
|
+
'/actions/cheesesmithing/burble_spatula',
|
|
188
|
+
'/actions/cheesesmithing/burble_spear',
|
|
189
|
+
'/actions/cheesesmithing/burble_sword',
|
|
190
|
+
'/actions/cheesesmithing/celestial_alembic',
|
|
191
|
+
'/actions/cheesesmithing/celestial_brush',
|
|
192
|
+
'/actions/cheesesmithing/celestial_chisel',
|
|
193
|
+
'/actions/cheesesmithing/celestial_enhancer',
|
|
194
|
+
'/actions/cheesesmithing/celestial_hammer',
|
|
195
|
+
'/actions/cheesesmithing/celestial_hatchet',
|
|
196
|
+
'/actions/cheesesmithing/celestial_needle',
|
|
197
|
+
'/actions/cheesesmithing/celestial_pot',
|
|
198
|
+
'/actions/cheesesmithing/celestial_shears',
|
|
199
|
+
'/actions/cheesesmithing/celestial_spatula',
|
|
200
|
+
'/actions/cheesesmithing/chaotic_flail',
|
|
201
|
+
'/actions/cheesesmithing/chaotic_flail_refined',
|
|
202
|
+
'/actions/cheesesmithing/cheese',
|
|
203
|
+
'/actions/cheesesmithing/cheese_alembic',
|
|
204
|
+
'/actions/cheesesmithing/cheese_boots',
|
|
205
|
+
'/actions/cheesesmithing/cheese_brush',
|
|
206
|
+
'/actions/cheesesmithing/cheese_buckler',
|
|
207
|
+
'/actions/cheesesmithing/cheese_bulwark',
|
|
208
|
+
'/actions/cheesesmithing/cheese_chisel',
|
|
209
|
+
'/actions/cheesesmithing/cheese_enhancer',
|
|
210
|
+
'/actions/cheesesmithing/cheese_gauntlets',
|
|
211
|
+
'/actions/cheesesmithing/cheese_hammer',
|
|
212
|
+
'/actions/cheesesmithing/cheese_hatchet',
|
|
213
|
+
'/actions/cheesesmithing/cheese_helmet',
|
|
214
|
+
'/actions/cheesesmithing/cheese_mace',
|
|
215
|
+
'/actions/cheesesmithing/cheese_needle',
|
|
216
|
+
'/actions/cheesesmithing/cheese_plate_body',
|
|
217
|
+
'/actions/cheesesmithing/cheese_plate_legs',
|
|
218
|
+
'/actions/cheesesmithing/cheese_pot',
|
|
219
|
+
'/actions/cheesesmithing/cheese_shears',
|
|
220
|
+
'/actions/cheesesmithing/cheese_spatula',
|
|
221
|
+
'/actions/cheesesmithing/cheese_spear',
|
|
222
|
+
'/actions/cheesesmithing/cheese_sword',
|
|
223
|
+
'/actions/cheesesmithing/colossus_plate_body',
|
|
224
|
+
'/actions/cheesesmithing/colossus_plate_legs',
|
|
225
|
+
'/actions/cheesesmithing/corsair_helmet',
|
|
226
|
+
'/actions/cheesesmithing/corsair_helmet_refined',
|
|
227
|
+
'/actions/cheesesmithing/crimson_alembic',
|
|
228
|
+
'/actions/cheesesmithing/crimson_boots',
|
|
229
|
+
'/actions/cheesesmithing/crimson_brush',
|
|
230
|
+
'/actions/cheesesmithing/crimson_buckler',
|
|
231
|
+
'/actions/cheesesmithing/crimson_bulwark',
|
|
232
|
+
'/actions/cheesesmithing/crimson_cheese',
|
|
233
|
+
'/actions/cheesesmithing/crimson_chisel',
|
|
234
|
+
'/actions/cheesesmithing/crimson_enhancer',
|
|
235
|
+
'/actions/cheesesmithing/crimson_gauntlets',
|
|
236
|
+
'/actions/cheesesmithing/crimson_hammer',
|
|
237
|
+
'/actions/cheesesmithing/crimson_hatchet',
|
|
238
|
+
'/actions/cheesesmithing/crimson_helmet',
|
|
239
|
+
'/actions/cheesesmithing/crimson_mace',
|
|
240
|
+
'/actions/cheesesmithing/crimson_needle',
|
|
241
|
+
'/actions/cheesesmithing/crimson_plate_body',
|
|
242
|
+
'/actions/cheesesmithing/crimson_plate_legs',
|
|
243
|
+
'/actions/cheesesmithing/crimson_pot',
|
|
244
|
+
'/actions/cheesesmithing/crimson_shears',
|
|
245
|
+
'/actions/cheesesmithing/crimson_spatula',
|
|
246
|
+
'/actions/cheesesmithing/crimson_spear',
|
|
247
|
+
'/actions/cheesesmithing/crimson_sword',
|
|
248
|
+
'/actions/cheesesmithing/demonic_plate_body',
|
|
249
|
+
'/actions/cheesesmithing/demonic_plate_legs',
|
|
250
|
+
'/actions/cheesesmithing/dodocamel_gauntlets',
|
|
251
|
+
'/actions/cheesesmithing/dodocamel_gauntlets_refined',
|
|
252
|
+
'/actions/cheesesmithing/furious_spear',
|
|
253
|
+
'/actions/cheesesmithing/furious_spear_refined',
|
|
254
|
+
'/actions/cheesesmithing/granite_bludgeon',
|
|
255
|
+
'/actions/cheesesmithing/griffin_bulwark',
|
|
256
|
+
'/actions/cheesesmithing/griffin_bulwark_refined',
|
|
257
|
+
'/actions/cheesesmithing/grizzly_bear_shoes',
|
|
258
|
+
'/actions/cheesesmithing/holy_alembic',
|
|
259
|
+
'/actions/cheesesmithing/holy_boots',
|
|
260
|
+
'/actions/cheesesmithing/holy_brush',
|
|
261
|
+
'/actions/cheesesmithing/holy_buckler',
|
|
262
|
+
'/actions/cheesesmithing/holy_bulwark',
|
|
263
|
+
'/actions/cheesesmithing/holy_cheese',
|
|
264
|
+
'/actions/cheesesmithing/holy_chisel',
|
|
265
|
+
'/actions/cheesesmithing/holy_enhancer',
|
|
266
|
+
'/actions/cheesesmithing/holy_gauntlets',
|
|
267
|
+
'/actions/cheesesmithing/holy_hammer',
|
|
268
|
+
'/actions/cheesesmithing/holy_hatchet',
|
|
269
|
+
'/actions/cheesesmithing/holy_helmet',
|
|
270
|
+
'/actions/cheesesmithing/holy_mace',
|
|
271
|
+
'/actions/cheesesmithing/holy_needle',
|
|
272
|
+
'/actions/cheesesmithing/holy_plate_body',
|
|
273
|
+
'/actions/cheesesmithing/holy_plate_legs',
|
|
274
|
+
'/actions/cheesesmithing/holy_pot',
|
|
275
|
+
'/actions/cheesesmithing/holy_shears',
|
|
276
|
+
'/actions/cheesesmithing/holy_spatula',
|
|
277
|
+
'/actions/cheesesmithing/holy_spear',
|
|
278
|
+
'/actions/cheesesmithing/holy_sword',
|
|
279
|
+
'/actions/cheesesmithing/knights_aegis',
|
|
280
|
+
'/actions/cheesesmithing/knights_aegis_refined',
|
|
281
|
+
'/actions/cheesesmithing/maelstrom_plate_body',
|
|
282
|
+
'/actions/cheesesmithing/maelstrom_plate_body_refined',
|
|
283
|
+
'/actions/cheesesmithing/maelstrom_plate_legs',
|
|
284
|
+
'/actions/cheesesmithing/maelstrom_plate_legs_refined',
|
|
285
|
+
'/actions/cheesesmithing/magnetic_gloves',
|
|
286
|
+
'/actions/cheesesmithing/panda_gloves',
|
|
287
|
+
'/actions/cheesesmithing/pincer_gloves',
|
|
288
|
+
'/actions/cheesesmithing/polar_bear_shoes',
|
|
289
|
+
'/actions/cheesesmithing/rainbow_alembic',
|
|
290
|
+
'/actions/cheesesmithing/rainbow_boots',
|
|
291
|
+
'/actions/cheesesmithing/rainbow_brush',
|
|
292
|
+
'/actions/cheesesmithing/rainbow_buckler',
|
|
293
|
+
'/actions/cheesesmithing/rainbow_bulwark',
|
|
294
|
+
'/actions/cheesesmithing/rainbow_cheese',
|
|
295
|
+
'/actions/cheesesmithing/rainbow_chisel',
|
|
296
|
+
'/actions/cheesesmithing/rainbow_enhancer',
|
|
297
|
+
'/actions/cheesesmithing/rainbow_gauntlets',
|
|
298
|
+
'/actions/cheesesmithing/rainbow_hammer',
|
|
299
|
+
'/actions/cheesesmithing/rainbow_hatchet',
|
|
300
|
+
'/actions/cheesesmithing/rainbow_helmet',
|
|
301
|
+
'/actions/cheesesmithing/rainbow_mace',
|
|
302
|
+
'/actions/cheesesmithing/rainbow_needle',
|
|
303
|
+
'/actions/cheesesmithing/rainbow_plate_body',
|
|
304
|
+
'/actions/cheesesmithing/rainbow_plate_legs',
|
|
305
|
+
'/actions/cheesesmithing/rainbow_pot',
|
|
306
|
+
'/actions/cheesesmithing/rainbow_shears',
|
|
307
|
+
'/actions/cheesesmithing/rainbow_spatula',
|
|
308
|
+
'/actions/cheesesmithing/rainbow_spear',
|
|
309
|
+
'/actions/cheesesmithing/rainbow_sword',
|
|
310
|
+
'/actions/cheesesmithing/regal_sword',
|
|
311
|
+
'/actions/cheesesmithing/regal_sword_refined',
|
|
312
|
+
'/actions/cheesesmithing/snail_shell_helmet',
|
|
313
|
+
'/actions/cheesesmithing/snake_fang_dirk',
|
|
314
|
+
'/actions/cheesesmithing/spiked_bulwark',
|
|
315
|
+
'/actions/cheesesmithing/stalactite_spear',
|
|
316
|
+
'/actions/cheesesmithing/turtle_shell_body',
|
|
317
|
+
'/actions/cheesesmithing/turtle_shell_legs',
|
|
318
|
+
'/actions/cheesesmithing/vampire_fang_dirk',
|
|
319
|
+
'/actions/cheesesmithing/verdant_alembic',
|
|
320
|
+
'/actions/cheesesmithing/verdant_boots',
|
|
321
|
+
'/actions/cheesesmithing/verdant_brush',
|
|
322
|
+
'/actions/cheesesmithing/verdant_buckler',
|
|
323
|
+
'/actions/cheesesmithing/verdant_bulwark',
|
|
324
|
+
'/actions/cheesesmithing/verdant_cheese',
|
|
325
|
+
'/actions/cheesesmithing/verdant_chisel',
|
|
326
|
+
'/actions/cheesesmithing/verdant_enhancer',
|
|
327
|
+
'/actions/cheesesmithing/verdant_gauntlets',
|
|
328
|
+
'/actions/cheesesmithing/verdant_hammer',
|
|
329
|
+
'/actions/cheesesmithing/verdant_hatchet',
|
|
330
|
+
'/actions/cheesesmithing/verdant_helmet',
|
|
331
|
+
'/actions/cheesesmithing/verdant_mace',
|
|
332
|
+
'/actions/cheesesmithing/verdant_needle',
|
|
333
|
+
'/actions/cheesesmithing/verdant_plate_body',
|
|
334
|
+
'/actions/cheesesmithing/verdant_plate_legs',
|
|
335
|
+
'/actions/cheesesmithing/verdant_pot',
|
|
336
|
+
'/actions/cheesesmithing/verdant_shears',
|
|
337
|
+
'/actions/cheesesmithing/verdant_spatula',
|
|
338
|
+
'/actions/cheesesmithing/verdant_spear',
|
|
339
|
+
'/actions/cheesesmithing/verdant_sword',
|
|
340
|
+
'/actions/cheesesmithing/vision_helmet',
|
|
341
|
+
'/actions/cheesesmithing/vision_shield',
|
|
342
|
+
'/actions/cheesesmithing/werewolf_slasher',
|
|
343
|
+
'/actions/combat/abyssal_imp',
|
|
344
|
+
'/actions/combat/alligator',
|
|
345
|
+
'/actions/combat/aqua_planet',
|
|
346
|
+
'/actions/combat/aquahorse',
|
|
347
|
+
'/actions/combat/bear_with_it',
|
|
348
|
+
'/actions/combat/black_bear',
|
|
349
|
+
'/actions/combat/centaur_archer',
|
|
350
|
+
'/actions/combat/chimerical_den',
|
|
351
|
+
'/actions/combat/crab',
|
|
352
|
+
'/actions/combat/elementalist',
|
|
353
|
+
'/actions/combat/enchanted_fortress',
|
|
354
|
+
'/actions/combat/eye',
|
|
355
|
+
'/actions/combat/eyes',
|
|
356
|
+
'/actions/combat/flame_sorcerer',
|
|
357
|
+
'/actions/combat/fly',
|
|
358
|
+
'/actions/combat/frog',
|
|
359
|
+
'/actions/combat/gobo_boomy',
|
|
360
|
+
'/actions/combat/gobo_planet',
|
|
361
|
+
'/actions/combat/gobo_shooty',
|
|
362
|
+
'/actions/combat/gobo_slashy',
|
|
363
|
+
'/actions/combat/gobo_smashy',
|
|
364
|
+
'/actions/combat/gobo_stabby',
|
|
365
|
+
'/actions/combat/golem_cave',
|
|
366
|
+
'/actions/combat/granite_golem',
|
|
367
|
+
'/actions/combat/grizzly_bear',
|
|
368
|
+
'/actions/combat/gummy_bear',
|
|
369
|
+
'/actions/combat/ice_sorcerer',
|
|
370
|
+
'/actions/combat/infernal_abyss',
|
|
371
|
+
'/actions/combat/infernal_warlock',
|
|
372
|
+
'/actions/combat/jungle_planet',
|
|
373
|
+
'/actions/combat/jungle_sprite',
|
|
374
|
+
'/actions/combat/magnetic_golem',
|
|
375
|
+
'/actions/combat/myconid',
|
|
376
|
+
'/actions/combat/nom_nom',
|
|
377
|
+
'/actions/combat/novice_sorcerer',
|
|
378
|
+
'/actions/combat/panda',
|
|
379
|
+
'/actions/combat/pirate_cove',
|
|
380
|
+
'/actions/combat/planet_of_the_eyes',
|
|
381
|
+
'/actions/combat/polar_bear',
|
|
382
|
+
'/actions/combat/porcupine',
|
|
383
|
+
'/actions/combat/rat',
|
|
384
|
+
'/actions/combat/sea_snail',
|
|
385
|
+
'/actions/combat/sinister_circus',
|
|
386
|
+
'/actions/combat/skunk',
|
|
387
|
+
'/actions/combat/slimy',
|
|
388
|
+
'/actions/combat/smelly_planet',
|
|
389
|
+
'/actions/combat/snake',
|
|
390
|
+
'/actions/combat/sorcerers_tower',
|
|
391
|
+
'/actions/combat/soul_hunter',
|
|
392
|
+
'/actions/combat/stalactite_golem',
|
|
393
|
+
'/actions/combat/swamp_planet',
|
|
394
|
+
'/actions/combat/swampy',
|
|
395
|
+
'/actions/combat/treant',
|
|
396
|
+
'/actions/combat/turtle',
|
|
397
|
+
'/actions/combat/twilight_zone',
|
|
398
|
+
'/actions/combat/vampire',
|
|
399
|
+
'/actions/combat/veyes',
|
|
400
|
+
'/actions/combat/werewolf',
|
|
401
|
+
'/actions/combat/zombie',
|
|
402
|
+
'/actions/cooking/apple_gummy',
|
|
403
|
+
'/actions/cooking/apple_yogurt',
|
|
404
|
+
'/actions/cooking/blackberry_cake',
|
|
405
|
+
'/actions/cooking/blackberry_donut',
|
|
406
|
+
'/actions/cooking/blueberry_cake',
|
|
407
|
+
'/actions/cooking/blueberry_donut',
|
|
408
|
+
'/actions/cooking/cupcake',
|
|
409
|
+
'/actions/cooking/donut',
|
|
410
|
+
'/actions/cooking/dragon_fruit_gummy',
|
|
411
|
+
'/actions/cooking/dragon_fruit_yogurt',
|
|
412
|
+
'/actions/cooking/gummy',
|
|
413
|
+
'/actions/cooking/marsberry_cake',
|
|
414
|
+
'/actions/cooking/marsberry_donut',
|
|
415
|
+
'/actions/cooking/mooberry_cake',
|
|
416
|
+
'/actions/cooking/mooberry_donut',
|
|
417
|
+
'/actions/cooking/orange_gummy',
|
|
418
|
+
'/actions/cooking/orange_yogurt',
|
|
419
|
+
'/actions/cooking/peach_gummy',
|
|
420
|
+
'/actions/cooking/peach_yogurt',
|
|
421
|
+
'/actions/cooking/plum_gummy',
|
|
422
|
+
'/actions/cooking/plum_yogurt',
|
|
423
|
+
'/actions/cooking/spaceberry_cake',
|
|
424
|
+
'/actions/cooking/spaceberry_donut',
|
|
425
|
+
'/actions/cooking/star_fruit_gummy',
|
|
426
|
+
'/actions/cooking/star_fruit_yogurt',
|
|
427
|
+
'/actions/cooking/strawberry_cake',
|
|
428
|
+
'/actions/cooking/strawberry_donut',
|
|
429
|
+
'/actions/cooking/yogurt',
|
|
430
|
+
'/actions/crafting/advanced_alchemy_charm',
|
|
431
|
+
'/actions/crafting/advanced_attack_charm',
|
|
432
|
+
'/actions/crafting/advanced_brewing_charm',
|
|
433
|
+
'/actions/crafting/advanced_cheesesmithing_charm',
|
|
434
|
+
'/actions/crafting/advanced_cooking_charm',
|
|
435
|
+
'/actions/crafting/advanced_crafting_charm',
|
|
436
|
+
'/actions/crafting/advanced_defense_charm',
|
|
437
|
+
'/actions/crafting/advanced_enhancing_charm',
|
|
438
|
+
'/actions/crafting/advanced_foraging_charm',
|
|
439
|
+
'/actions/crafting/advanced_intelligence_charm',
|
|
440
|
+
'/actions/crafting/advanced_magic_charm',
|
|
441
|
+
'/actions/crafting/advanced_melee_charm',
|
|
442
|
+
'/actions/crafting/advanced_milking_charm',
|
|
443
|
+
'/actions/crafting/advanced_ranged_charm',
|
|
444
|
+
'/actions/crafting/advanced_stamina_charm',
|
|
445
|
+
'/actions/crafting/advanced_tailoring_charm',
|
|
446
|
+
'/actions/crafting/advanced_task_badge',
|
|
447
|
+
'/actions/crafting/advanced_woodcutting_charm',
|
|
448
|
+
'/actions/crafting/arcane_bow',
|
|
449
|
+
'/actions/crafting/arcane_crossbow',
|
|
450
|
+
'/actions/crafting/arcane_fire_staff',
|
|
451
|
+
'/actions/crafting/arcane_lumber',
|
|
452
|
+
'/actions/crafting/arcane_nature_staff',
|
|
453
|
+
'/actions/crafting/arcane_shield',
|
|
454
|
+
'/actions/crafting/arcane_water_staff',
|
|
455
|
+
'/actions/crafting/basic_alchemy_charm',
|
|
456
|
+
'/actions/crafting/basic_brewing_charm',
|
|
457
|
+
'/actions/crafting/basic_cheesesmithing_charm',
|
|
458
|
+
'/actions/crafting/basic_cooking_charm',
|
|
459
|
+
'/actions/crafting/basic_crafting_charm',
|
|
460
|
+
'/actions/crafting/basic_enhancing_charm',
|
|
461
|
+
'/actions/crafting/basic_foraging_charm',
|
|
462
|
+
'/actions/crafting/basic_milking_charm',
|
|
463
|
+
'/actions/crafting/basic_tailoring_charm',
|
|
464
|
+
'/actions/crafting/basic_task_badge',
|
|
465
|
+
'/actions/crafting/basic_woodcutting_charm',
|
|
466
|
+
'/actions/crafting/birch_bow',
|
|
467
|
+
'/actions/crafting/birch_crossbow',
|
|
468
|
+
'/actions/crafting/birch_fire_staff',
|
|
469
|
+
'/actions/crafting/birch_lumber',
|
|
470
|
+
'/actions/crafting/birch_nature_staff',
|
|
471
|
+
'/actions/crafting/birch_shield',
|
|
472
|
+
'/actions/crafting/birch_water_staff',
|
|
473
|
+
'/actions/crafting/bishops_codex',
|
|
474
|
+
'/actions/crafting/bishops_codex_refined',
|
|
475
|
+
'/actions/crafting/blazing_trident',
|
|
476
|
+
'/actions/crafting/blazing_trident_refined',
|
|
477
|
+
'/actions/crafting/blooming_trident',
|
|
478
|
+
'/actions/crafting/blooming_trident_refined',
|
|
479
|
+
'/actions/crafting/catalyst_of_coinification',
|
|
480
|
+
'/actions/crafting/catalyst_of_decomposition',
|
|
481
|
+
'/actions/crafting/catalyst_of_transmutation',
|
|
482
|
+
'/actions/crafting/cedar_bow',
|
|
483
|
+
'/actions/crafting/cedar_crossbow',
|
|
484
|
+
'/actions/crafting/cedar_fire_staff',
|
|
485
|
+
'/actions/crafting/cedar_lumber',
|
|
486
|
+
'/actions/crafting/cedar_nature_staff',
|
|
487
|
+
'/actions/crafting/cedar_shield',
|
|
488
|
+
'/actions/crafting/cedar_water_staff',
|
|
489
|
+
'/actions/crafting/chimerical_chest_key',
|
|
490
|
+
'/actions/crafting/chimerical_entry_key',
|
|
491
|
+
'/actions/crafting/crushed_amber',
|
|
492
|
+
'/actions/crafting/crushed_amethyst',
|
|
493
|
+
'/actions/crafting/crushed_garnet',
|
|
494
|
+
'/actions/crafting/crushed_jade',
|
|
495
|
+
'/actions/crafting/crushed_moonstone',
|
|
496
|
+
'/actions/crafting/crushed_pearl',
|
|
497
|
+
'/actions/crafting/crushed_philosophers_stone',
|
|
498
|
+
'/actions/crafting/crushed_sunstone',
|
|
499
|
+
'/actions/crafting/cursed_bow',
|
|
500
|
+
'/actions/crafting/cursed_bow_refined',
|
|
501
|
+
'/actions/crafting/earrings_of_armor',
|
|
502
|
+
'/actions/crafting/earrings_of_critical_strike',
|
|
503
|
+
'/actions/crafting/earrings_of_essence_find',
|
|
504
|
+
'/actions/crafting/earrings_of_gathering',
|
|
505
|
+
'/actions/crafting/earrings_of_rare_find',
|
|
506
|
+
'/actions/crafting/earrings_of_regeneration',
|
|
507
|
+
'/actions/crafting/earrings_of_resistance',
|
|
508
|
+
'/actions/crafting/enchanted_chest_key',
|
|
509
|
+
'/actions/crafting/enchanted_entry_key',
|
|
510
|
+
'/actions/crafting/expert_alchemy_charm',
|
|
511
|
+
'/actions/crafting/expert_attack_charm',
|
|
512
|
+
'/actions/crafting/expert_brewing_charm',
|
|
513
|
+
'/actions/crafting/expert_cheesesmithing_charm',
|
|
514
|
+
'/actions/crafting/expert_cooking_charm',
|
|
515
|
+
'/actions/crafting/expert_crafting_charm',
|
|
516
|
+
'/actions/crafting/expert_defense_charm',
|
|
517
|
+
'/actions/crafting/expert_enhancing_charm',
|
|
518
|
+
'/actions/crafting/expert_foraging_charm',
|
|
519
|
+
'/actions/crafting/expert_intelligence_charm',
|
|
520
|
+
'/actions/crafting/expert_magic_charm',
|
|
521
|
+
'/actions/crafting/expert_melee_charm',
|
|
522
|
+
'/actions/crafting/expert_milking_charm',
|
|
523
|
+
'/actions/crafting/expert_ranged_charm',
|
|
524
|
+
'/actions/crafting/expert_stamina_charm',
|
|
525
|
+
'/actions/crafting/expert_tailoring_charm',
|
|
526
|
+
'/actions/crafting/expert_task_badge',
|
|
527
|
+
'/actions/crafting/expert_woodcutting_charm',
|
|
528
|
+
'/actions/crafting/eye_watch',
|
|
529
|
+
'/actions/crafting/fighter_necklace',
|
|
530
|
+
'/actions/crafting/frost_staff',
|
|
531
|
+
'/actions/crafting/ginkgo_bow',
|
|
532
|
+
'/actions/crafting/ginkgo_crossbow',
|
|
533
|
+
'/actions/crafting/ginkgo_fire_staff',
|
|
534
|
+
'/actions/crafting/ginkgo_lumber',
|
|
535
|
+
'/actions/crafting/ginkgo_nature_staff',
|
|
536
|
+
'/actions/crafting/ginkgo_shield',
|
|
537
|
+
'/actions/crafting/ginkgo_water_staff',
|
|
538
|
+
'/actions/crafting/grandmaster_alchemy_charm',
|
|
539
|
+
'/actions/crafting/grandmaster_attack_charm',
|
|
540
|
+
'/actions/crafting/grandmaster_brewing_charm',
|
|
541
|
+
'/actions/crafting/grandmaster_cheesesmithing_charm',
|
|
542
|
+
'/actions/crafting/grandmaster_cooking_charm',
|
|
543
|
+
'/actions/crafting/grandmaster_crafting_charm',
|
|
544
|
+
'/actions/crafting/grandmaster_defense_charm',
|
|
545
|
+
'/actions/crafting/grandmaster_enhancing_charm',
|
|
546
|
+
'/actions/crafting/grandmaster_foraging_charm',
|
|
547
|
+
'/actions/crafting/grandmaster_intelligence_charm',
|
|
548
|
+
'/actions/crafting/grandmaster_magic_charm',
|
|
549
|
+
'/actions/crafting/grandmaster_melee_charm',
|
|
550
|
+
'/actions/crafting/grandmaster_milking_charm',
|
|
551
|
+
'/actions/crafting/grandmaster_ranged_charm',
|
|
552
|
+
'/actions/crafting/grandmaster_stamina_charm',
|
|
553
|
+
'/actions/crafting/grandmaster_tailoring_charm',
|
|
554
|
+
'/actions/crafting/grandmaster_woodcutting_charm',
|
|
555
|
+
'/actions/crafting/infernal_battlestaff',
|
|
556
|
+
'/actions/crafting/jackalope_staff',
|
|
557
|
+
'/actions/crafting/lumber',
|
|
558
|
+
'/actions/crafting/manticore_shield',
|
|
559
|
+
'/actions/crafting/master_alchemy_charm',
|
|
560
|
+
'/actions/crafting/master_attack_charm',
|
|
561
|
+
'/actions/crafting/master_brewing_charm',
|
|
562
|
+
'/actions/crafting/master_cheesesmithing_charm',
|
|
563
|
+
'/actions/crafting/master_cooking_charm',
|
|
564
|
+
'/actions/crafting/master_crafting_charm',
|
|
565
|
+
'/actions/crafting/master_defense_charm',
|
|
566
|
+
'/actions/crafting/master_enhancing_charm',
|
|
567
|
+
'/actions/crafting/master_foraging_charm',
|
|
568
|
+
'/actions/crafting/master_intelligence_charm',
|
|
569
|
+
'/actions/crafting/master_magic_charm',
|
|
570
|
+
'/actions/crafting/master_melee_charm',
|
|
571
|
+
'/actions/crafting/master_milking_charm',
|
|
572
|
+
'/actions/crafting/master_ranged_charm',
|
|
573
|
+
'/actions/crafting/master_stamina_charm',
|
|
574
|
+
'/actions/crafting/master_tailoring_charm',
|
|
575
|
+
'/actions/crafting/master_woodcutting_charm',
|
|
576
|
+
'/actions/crafting/mirror_of_protection',
|
|
577
|
+
'/actions/crafting/necklace_of_efficiency',
|
|
578
|
+
'/actions/crafting/necklace_of_speed',
|
|
579
|
+
'/actions/crafting/necklace_of_wisdom',
|
|
580
|
+
'/actions/crafting/philosophers_earrings',
|
|
581
|
+
'/actions/crafting/philosophers_necklace',
|
|
582
|
+
'/actions/crafting/philosophers_ring',
|
|
583
|
+
'/actions/crafting/pirate_chest_key',
|
|
584
|
+
'/actions/crafting/pirate_entry_key',
|
|
585
|
+
'/actions/crafting/purpleheart_bow',
|
|
586
|
+
'/actions/crafting/purpleheart_crossbow',
|
|
587
|
+
'/actions/crafting/purpleheart_fire_staff',
|
|
588
|
+
'/actions/crafting/purpleheart_lumber',
|
|
589
|
+
'/actions/crafting/purpleheart_nature_staff',
|
|
590
|
+
'/actions/crafting/purpleheart_shield',
|
|
591
|
+
'/actions/crafting/purpleheart_water_staff',
|
|
592
|
+
'/actions/crafting/ranger_necklace',
|
|
593
|
+
'/actions/crafting/redwood_bow',
|
|
594
|
+
'/actions/crafting/redwood_crossbow',
|
|
595
|
+
'/actions/crafting/redwood_fire_staff',
|
|
596
|
+
'/actions/crafting/redwood_lumber',
|
|
597
|
+
'/actions/crafting/redwood_nature_staff',
|
|
598
|
+
'/actions/crafting/redwood_shield',
|
|
599
|
+
'/actions/crafting/redwood_water_staff',
|
|
600
|
+
'/actions/crafting/ring_of_armor',
|
|
601
|
+
'/actions/crafting/ring_of_critical_strike',
|
|
602
|
+
'/actions/crafting/ring_of_essence_find',
|
|
603
|
+
'/actions/crafting/ring_of_gathering',
|
|
604
|
+
'/actions/crafting/ring_of_rare_find',
|
|
605
|
+
'/actions/crafting/ring_of_regeneration',
|
|
606
|
+
'/actions/crafting/ring_of_resistance',
|
|
607
|
+
'/actions/crafting/rippling_trident',
|
|
608
|
+
'/actions/crafting/rippling_trident_refined',
|
|
609
|
+
'/actions/crafting/sinister_chest_key',
|
|
610
|
+
'/actions/crafting/sinister_entry_key',
|
|
611
|
+
'/actions/crafting/soul_hunter_crossbow',
|
|
612
|
+
'/actions/crafting/sundering_crossbow',
|
|
613
|
+
'/actions/crafting/sundering_crossbow_refined',
|
|
614
|
+
'/actions/crafting/treant_shield',
|
|
615
|
+
'/actions/crafting/vampiric_bow',
|
|
616
|
+
'/actions/crafting/watchful_relic',
|
|
617
|
+
'/actions/crafting/wizard_necklace',
|
|
618
|
+
'/actions/crafting/wooden_bow',
|
|
619
|
+
'/actions/crafting/wooden_crossbow',
|
|
620
|
+
'/actions/crafting/wooden_fire_staff',
|
|
621
|
+
'/actions/crafting/wooden_nature_staff',
|
|
622
|
+
'/actions/crafting/wooden_shield',
|
|
623
|
+
'/actions/crafting/wooden_water_staff',
|
|
624
|
+
'/actions/enhancing/enhance',
|
|
625
|
+
'/actions/foraging/apple',
|
|
626
|
+
'/actions/foraging/arabica_coffee_bean',
|
|
627
|
+
'/actions/foraging/asteroid_belt',
|
|
628
|
+
'/actions/foraging/bamboo_branch',
|
|
629
|
+
'/actions/foraging/blackberry',
|
|
630
|
+
'/actions/foraging/blueberry',
|
|
631
|
+
'/actions/foraging/burble_beach',
|
|
632
|
+
'/actions/foraging/cocoon',
|
|
633
|
+
'/actions/foraging/cotton',
|
|
634
|
+
'/actions/foraging/dragon_fruit',
|
|
635
|
+
'/actions/foraging/egg',
|
|
636
|
+
'/actions/foraging/excelsa_coffee_bean',
|
|
637
|
+
'/actions/foraging/farmland',
|
|
638
|
+
'/actions/foraging/fieriosa_coffee_bean',
|
|
639
|
+
'/actions/foraging/flax',
|
|
640
|
+
'/actions/foraging/liberica_coffee_bean',
|
|
641
|
+
'/actions/foraging/marsberry',
|
|
642
|
+
'/actions/foraging/misty_forest',
|
|
643
|
+
'/actions/foraging/mooberry',
|
|
644
|
+
'/actions/foraging/olympus_mons',
|
|
645
|
+
'/actions/foraging/orange',
|
|
646
|
+
'/actions/foraging/peach',
|
|
647
|
+
'/actions/foraging/plum',
|
|
648
|
+
'/actions/foraging/radiant_fiber',
|
|
649
|
+
'/actions/foraging/robusta_coffee_bean',
|
|
650
|
+
'/actions/foraging/shimmering_lake',
|
|
651
|
+
'/actions/foraging/silly_cow_valley',
|
|
652
|
+
'/actions/foraging/spaceberry',
|
|
653
|
+
'/actions/foraging/spacia_coffee_bean',
|
|
654
|
+
'/actions/foraging/star_fruit',
|
|
655
|
+
'/actions/foraging/strawberry',
|
|
656
|
+
'/actions/foraging/sugar',
|
|
657
|
+
'/actions/foraging/wheat',
|
|
658
|
+
'/actions/milking/azure_cow',
|
|
659
|
+
'/actions/milking/burble_cow',
|
|
660
|
+
'/actions/milking/cow',
|
|
661
|
+
'/actions/milking/crimson_cow',
|
|
662
|
+
'/actions/milking/holy_cow',
|
|
663
|
+
'/actions/milking/unicow',
|
|
664
|
+
'/actions/milking/verdant_cow',
|
|
665
|
+
'/actions/tailoring/acrobatic_hood',
|
|
666
|
+
'/actions/tailoring/acrobatic_hood_refined',
|
|
667
|
+
'/actions/tailoring/alchemists_bottoms',
|
|
668
|
+
'/actions/tailoring/alchemists_top',
|
|
669
|
+
'/actions/tailoring/bamboo_boots',
|
|
670
|
+
'/actions/tailoring/bamboo_fabric',
|
|
671
|
+
'/actions/tailoring/bamboo_gloves',
|
|
672
|
+
'/actions/tailoring/bamboo_hat',
|
|
673
|
+
'/actions/tailoring/bamboo_robe_bottoms',
|
|
674
|
+
'/actions/tailoring/bamboo_robe_top',
|
|
675
|
+
'/actions/tailoring/beast_boots',
|
|
676
|
+
'/actions/tailoring/beast_bracers',
|
|
677
|
+
'/actions/tailoring/beast_chaps',
|
|
678
|
+
'/actions/tailoring/beast_hood',
|
|
679
|
+
'/actions/tailoring/beast_leather',
|
|
680
|
+
'/actions/tailoring/beast_tunic',
|
|
681
|
+
'/actions/tailoring/brewers_bottoms',
|
|
682
|
+
'/actions/tailoring/brewers_top',
|
|
683
|
+
'/actions/tailoring/centaur_boots',
|
|
684
|
+
'/actions/tailoring/cheesemakers_bottoms',
|
|
685
|
+
'/actions/tailoring/cheesemakers_top',
|
|
686
|
+
'/actions/tailoring/chefs_bottoms',
|
|
687
|
+
'/actions/tailoring/chefs_top',
|
|
688
|
+
'/actions/tailoring/chimerical_quiver_refined',
|
|
689
|
+
'/actions/tailoring/chrono_gloves',
|
|
690
|
+
'/actions/tailoring/collectors_boots',
|
|
691
|
+
'/actions/tailoring/cotton_boots',
|
|
692
|
+
'/actions/tailoring/cotton_fabric',
|
|
693
|
+
'/actions/tailoring/cotton_gloves',
|
|
694
|
+
'/actions/tailoring/cotton_hat',
|
|
695
|
+
'/actions/tailoring/cotton_robe_bottoms',
|
|
696
|
+
'/actions/tailoring/cotton_robe_top',
|
|
697
|
+
'/actions/tailoring/crafters_bottoms',
|
|
698
|
+
'/actions/tailoring/crafters_top',
|
|
699
|
+
'/actions/tailoring/dairyhands_bottoms',
|
|
700
|
+
'/actions/tailoring/dairyhands_top',
|
|
701
|
+
'/actions/tailoring/enchanted_cloak_refined',
|
|
702
|
+
'/actions/tailoring/enchanted_gloves',
|
|
703
|
+
'/actions/tailoring/enhancers_bottoms',
|
|
704
|
+
'/actions/tailoring/enhancers_top',
|
|
705
|
+
'/actions/tailoring/flaming_robe_bottoms',
|
|
706
|
+
'/actions/tailoring/flaming_robe_top',
|
|
707
|
+
'/actions/tailoring/fluffy_red_hat',
|
|
708
|
+
'/actions/tailoring/foragers_bottoms',
|
|
709
|
+
'/actions/tailoring/foragers_top',
|
|
710
|
+
'/actions/tailoring/giant_pouch',
|
|
711
|
+
'/actions/tailoring/gluttonous_pouch',
|
|
712
|
+
'/actions/tailoring/gobo_boots',
|
|
713
|
+
'/actions/tailoring/gobo_bracers',
|
|
714
|
+
'/actions/tailoring/gobo_chaps',
|
|
715
|
+
'/actions/tailoring/gobo_hood',
|
|
716
|
+
'/actions/tailoring/gobo_leather',
|
|
717
|
+
'/actions/tailoring/gobo_tunic',
|
|
718
|
+
'/actions/tailoring/griffin_chaps',
|
|
719
|
+
'/actions/tailoring/griffin_tunic',
|
|
720
|
+
'/actions/tailoring/guzzling_pouch',
|
|
721
|
+
'/actions/tailoring/icy_robe_bottoms',
|
|
722
|
+
'/actions/tailoring/icy_robe_top',
|
|
723
|
+
'/actions/tailoring/kraken_chaps',
|
|
724
|
+
'/actions/tailoring/kraken_chaps_refined',
|
|
725
|
+
'/actions/tailoring/kraken_tunic',
|
|
726
|
+
'/actions/tailoring/kraken_tunic_refined',
|
|
727
|
+
'/actions/tailoring/large_pouch',
|
|
728
|
+
'/actions/tailoring/linen_boots',
|
|
729
|
+
'/actions/tailoring/linen_fabric',
|
|
730
|
+
'/actions/tailoring/linen_gloves',
|
|
731
|
+
'/actions/tailoring/linen_hat',
|
|
732
|
+
'/actions/tailoring/linen_robe_bottoms',
|
|
733
|
+
'/actions/tailoring/linen_robe_top',
|
|
734
|
+
'/actions/tailoring/lumberjacks_bottoms',
|
|
735
|
+
'/actions/tailoring/lumberjacks_top',
|
|
736
|
+
'/actions/tailoring/luna_robe_bottoms',
|
|
737
|
+
'/actions/tailoring/luna_robe_top',
|
|
738
|
+
'/actions/tailoring/magicians_hat',
|
|
739
|
+
'/actions/tailoring/magicians_hat_refined',
|
|
740
|
+
'/actions/tailoring/marine_chaps',
|
|
741
|
+
'/actions/tailoring/marine_tunic',
|
|
742
|
+
'/actions/tailoring/marksman_bracers',
|
|
743
|
+
'/actions/tailoring/marksman_bracers_refined',
|
|
744
|
+
'/actions/tailoring/medium_pouch',
|
|
745
|
+
'/actions/tailoring/radiant_boots',
|
|
746
|
+
'/actions/tailoring/radiant_fabric',
|
|
747
|
+
'/actions/tailoring/radiant_gloves',
|
|
748
|
+
'/actions/tailoring/radiant_hat',
|
|
749
|
+
'/actions/tailoring/radiant_robe_bottoms',
|
|
750
|
+
'/actions/tailoring/radiant_robe_top',
|
|
751
|
+
'/actions/tailoring/red_culinary_hat',
|
|
752
|
+
'/actions/tailoring/reptile_boots',
|
|
753
|
+
'/actions/tailoring/reptile_bracers',
|
|
754
|
+
'/actions/tailoring/reptile_chaps',
|
|
755
|
+
'/actions/tailoring/reptile_hood',
|
|
756
|
+
'/actions/tailoring/reptile_leather',
|
|
757
|
+
'/actions/tailoring/reptile_tunic',
|
|
758
|
+
'/actions/tailoring/revenant_chaps',
|
|
759
|
+
'/actions/tailoring/revenant_tunic',
|
|
760
|
+
'/actions/tailoring/rough_boots',
|
|
761
|
+
'/actions/tailoring/rough_bracers',
|
|
762
|
+
'/actions/tailoring/rough_chaps',
|
|
763
|
+
'/actions/tailoring/rough_hood',
|
|
764
|
+
'/actions/tailoring/rough_leather',
|
|
765
|
+
'/actions/tailoring/rough_tunic',
|
|
766
|
+
'/actions/tailoring/royal_fire_robe_bottoms',
|
|
767
|
+
'/actions/tailoring/royal_fire_robe_bottoms_refined',
|
|
768
|
+
'/actions/tailoring/royal_fire_robe_top',
|
|
769
|
+
'/actions/tailoring/royal_fire_robe_top_refined',
|
|
770
|
+
'/actions/tailoring/royal_nature_robe_bottoms',
|
|
771
|
+
'/actions/tailoring/royal_nature_robe_bottoms_refined',
|
|
772
|
+
'/actions/tailoring/royal_nature_robe_top',
|
|
773
|
+
'/actions/tailoring/royal_nature_robe_top_refined',
|
|
774
|
+
'/actions/tailoring/royal_water_robe_bottoms',
|
|
775
|
+
'/actions/tailoring/royal_water_robe_bottoms_refined',
|
|
776
|
+
'/actions/tailoring/royal_water_robe_top',
|
|
777
|
+
'/actions/tailoring/royal_water_robe_top_refined',
|
|
778
|
+
'/actions/tailoring/shoebill_shoes',
|
|
779
|
+
'/actions/tailoring/sighted_bracers',
|
|
780
|
+
'/actions/tailoring/silk_boots',
|
|
781
|
+
'/actions/tailoring/silk_fabric',
|
|
782
|
+
'/actions/tailoring/silk_gloves',
|
|
783
|
+
'/actions/tailoring/silk_hat',
|
|
784
|
+
'/actions/tailoring/silk_robe_bottoms',
|
|
785
|
+
'/actions/tailoring/silk_robe_top',
|
|
786
|
+
'/actions/tailoring/sinister_cape_refined',
|
|
787
|
+
'/actions/tailoring/small_pouch',
|
|
788
|
+
'/actions/tailoring/sorcerer_boots',
|
|
789
|
+
'/actions/tailoring/tailors_bottoms',
|
|
790
|
+
'/actions/tailoring/tailors_top',
|
|
791
|
+
'/actions/tailoring/umbral_boots',
|
|
792
|
+
'/actions/tailoring/umbral_bracers',
|
|
793
|
+
'/actions/tailoring/umbral_chaps',
|
|
794
|
+
'/actions/tailoring/umbral_hood',
|
|
795
|
+
'/actions/tailoring/umbral_leather',
|
|
796
|
+
'/actions/tailoring/umbral_tunic',
|
|
797
|
+
'/actions/woodcutting/arcane_tree',
|
|
798
|
+
'/actions/woodcutting/birch_tree',
|
|
799
|
+
'/actions/woodcutting/cedar_tree',
|
|
800
|
+
'/actions/woodcutting/ginkgo_tree',
|
|
801
|
+
'/actions/woodcutting/purpleheart_tree',
|
|
802
|
+
'/actions/woodcutting/redwood_tree',
|
|
803
|
+
'/actions/woodcutting/tree',
|
|
804
|
+
];
|
|
805
|
+
export const ACTION_FUNCTION_HRIDS = [
|
|
806
|
+
'/action_functions/alchemy',
|
|
807
|
+
'/action_functions/combat',
|
|
808
|
+
'/action_functions/enhancing',
|
|
809
|
+
'/action_functions/gathering',
|
|
810
|
+
'/action_functions/production',
|
|
811
|
+
];
|
|
812
|
+
export const ACTIONS_BY_SKILL = {
|
|
813
|
+
'/skills/alchemy': [
|
|
814
|
+
'/actions/alchemy/coinify',
|
|
815
|
+
'/actions/alchemy/decompose',
|
|
816
|
+
'/actions/alchemy/transmute',
|
|
817
|
+
],
|
|
818
|
+
'/skills/brewing': [
|
|
819
|
+
'/actions/brewing/alchemy_tea',
|
|
820
|
+
'/actions/brewing/artisan_tea',
|
|
821
|
+
'/actions/brewing/attack_coffee',
|
|
822
|
+
'/actions/brewing/blessed_tea',
|
|
823
|
+
'/actions/brewing/brewing_tea',
|
|
824
|
+
'/actions/brewing/catalytic_tea',
|
|
825
|
+
'/actions/brewing/channeling_coffee',
|
|
826
|
+
'/actions/brewing/cheesesmithing_tea',
|
|
827
|
+
'/actions/brewing/cooking_tea',
|
|
828
|
+
'/actions/brewing/crafting_tea',
|
|
829
|
+
'/actions/brewing/critical_coffee',
|
|
830
|
+
'/actions/brewing/defense_coffee',
|
|
831
|
+
'/actions/brewing/efficiency_tea',
|
|
832
|
+
'/actions/brewing/enhancing_tea',
|
|
833
|
+
'/actions/brewing/foraging_tea',
|
|
834
|
+
'/actions/brewing/gathering_tea',
|
|
835
|
+
'/actions/brewing/gourmet_tea',
|
|
836
|
+
'/actions/brewing/intelligence_coffee',
|
|
837
|
+
'/actions/brewing/lucky_coffee',
|
|
838
|
+
'/actions/brewing/magic_coffee',
|
|
839
|
+
'/actions/brewing/melee_coffee',
|
|
840
|
+
'/actions/brewing/milking_tea',
|
|
841
|
+
'/actions/brewing/processing_tea',
|
|
842
|
+
'/actions/brewing/ranged_coffee',
|
|
843
|
+
'/actions/brewing/stamina_coffee',
|
|
844
|
+
'/actions/brewing/super_alchemy_tea',
|
|
845
|
+
'/actions/brewing/super_attack_coffee',
|
|
846
|
+
'/actions/brewing/super_brewing_tea',
|
|
847
|
+
'/actions/brewing/super_cheesesmithing_tea',
|
|
848
|
+
'/actions/brewing/super_cooking_tea',
|
|
849
|
+
'/actions/brewing/super_crafting_tea',
|
|
850
|
+
'/actions/brewing/super_defense_coffee',
|
|
851
|
+
'/actions/brewing/super_enhancing_tea',
|
|
852
|
+
'/actions/brewing/super_foraging_tea',
|
|
853
|
+
'/actions/brewing/super_intelligence_coffee',
|
|
854
|
+
'/actions/brewing/super_magic_coffee',
|
|
855
|
+
'/actions/brewing/super_melee_coffee',
|
|
856
|
+
'/actions/brewing/super_milking_tea',
|
|
857
|
+
'/actions/brewing/super_ranged_coffee',
|
|
858
|
+
'/actions/brewing/super_stamina_coffee',
|
|
859
|
+
'/actions/brewing/super_tailoring_tea',
|
|
860
|
+
'/actions/brewing/super_woodcutting_tea',
|
|
861
|
+
'/actions/brewing/swiftness_coffee',
|
|
862
|
+
'/actions/brewing/tailoring_tea',
|
|
863
|
+
'/actions/brewing/ultra_alchemy_tea',
|
|
864
|
+
'/actions/brewing/ultra_attack_coffee',
|
|
865
|
+
'/actions/brewing/ultra_brewing_tea',
|
|
866
|
+
'/actions/brewing/ultra_cheesesmithing_tea',
|
|
867
|
+
'/actions/brewing/ultra_cooking_tea',
|
|
868
|
+
'/actions/brewing/ultra_crafting_tea',
|
|
869
|
+
'/actions/brewing/ultra_defense_coffee',
|
|
870
|
+
'/actions/brewing/ultra_enhancing_tea',
|
|
871
|
+
'/actions/brewing/ultra_foraging_tea',
|
|
872
|
+
'/actions/brewing/ultra_intelligence_coffee',
|
|
873
|
+
'/actions/brewing/ultra_magic_coffee',
|
|
874
|
+
'/actions/brewing/ultra_melee_coffee',
|
|
875
|
+
'/actions/brewing/ultra_milking_tea',
|
|
876
|
+
'/actions/brewing/ultra_ranged_coffee',
|
|
877
|
+
'/actions/brewing/ultra_stamina_coffee',
|
|
878
|
+
'/actions/brewing/ultra_tailoring_tea',
|
|
879
|
+
'/actions/brewing/ultra_woodcutting_tea',
|
|
880
|
+
'/actions/brewing/wisdom_coffee',
|
|
881
|
+
'/actions/brewing/wisdom_tea',
|
|
882
|
+
'/actions/brewing/woodcutting_tea',
|
|
883
|
+
],
|
|
884
|
+
'/skills/cheesesmithing': [
|
|
885
|
+
'/actions/cheesesmithing/anchorbound_plate_body',
|
|
886
|
+
'/actions/cheesesmithing/anchorbound_plate_body_refined',
|
|
887
|
+
'/actions/cheesesmithing/anchorbound_plate_legs',
|
|
888
|
+
'/actions/cheesesmithing/anchorbound_plate_legs_refined',
|
|
889
|
+
'/actions/cheesesmithing/azure_alembic',
|
|
890
|
+
'/actions/cheesesmithing/azure_boots',
|
|
891
|
+
'/actions/cheesesmithing/azure_brush',
|
|
892
|
+
'/actions/cheesesmithing/azure_buckler',
|
|
893
|
+
'/actions/cheesesmithing/azure_bulwark',
|
|
894
|
+
'/actions/cheesesmithing/azure_cheese',
|
|
895
|
+
'/actions/cheesesmithing/azure_chisel',
|
|
896
|
+
'/actions/cheesesmithing/azure_enhancer',
|
|
897
|
+
'/actions/cheesesmithing/azure_gauntlets',
|
|
898
|
+
'/actions/cheesesmithing/azure_hammer',
|
|
899
|
+
'/actions/cheesesmithing/azure_hatchet',
|
|
900
|
+
'/actions/cheesesmithing/azure_helmet',
|
|
901
|
+
'/actions/cheesesmithing/azure_mace',
|
|
902
|
+
'/actions/cheesesmithing/azure_needle',
|
|
903
|
+
'/actions/cheesesmithing/azure_plate_body',
|
|
904
|
+
'/actions/cheesesmithing/azure_plate_legs',
|
|
905
|
+
'/actions/cheesesmithing/azure_pot',
|
|
906
|
+
'/actions/cheesesmithing/azure_shears',
|
|
907
|
+
'/actions/cheesesmithing/azure_spatula',
|
|
908
|
+
'/actions/cheesesmithing/azure_spear',
|
|
909
|
+
'/actions/cheesesmithing/azure_sword',
|
|
910
|
+
'/actions/cheesesmithing/black_bear_shoes',
|
|
911
|
+
'/actions/cheesesmithing/burble_alembic',
|
|
912
|
+
'/actions/cheesesmithing/burble_boots',
|
|
913
|
+
'/actions/cheesesmithing/burble_brush',
|
|
914
|
+
'/actions/cheesesmithing/burble_buckler',
|
|
915
|
+
'/actions/cheesesmithing/burble_bulwark',
|
|
916
|
+
'/actions/cheesesmithing/burble_cheese',
|
|
917
|
+
'/actions/cheesesmithing/burble_chisel',
|
|
918
|
+
'/actions/cheesesmithing/burble_enhancer',
|
|
919
|
+
'/actions/cheesesmithing/burble_gauntlets',
|
|
920
|
+
'/actions/cheesesmithing/burble_hammer',
|
|
921
|
+
'/actions/cheesesmithing/burble_hatchet',
|
|
922
|
+
'/actions/cheesesmithing/burble_helmet',
|
|
923
|
+
'/actions/cheesesmithing/burble_mace',
|
|
924
|
+
'/actions/cheesesmithing/burble_needle',
|
|
925
|
+
'/actions/cheesesmithing/burble_plate_body',
|
|
926
|
+
'/actions/cheesesmithing/burble_plate_legs',
|
|
927
|
+
'/actions/cheesesmithing/burble_pot',
|
|
928
|
+
'/actions/cheesesmithing/burble_shears',
|
|
929
|
+
'/actions/cheesesmithing/burble_spatula',
|
|
930
|
+
'/actions/cheesesmithing/burble_spear',
|
|
931
|
+
'/actions/cheesesmithing/burble_sword',
|
|
932
|
+
'/actions/cheesesmithing/celestial_alembic',
|
|
933
|
+
'/actions/cheesesmithing/celestial_brush',
|
|
934
|
+
'/actions/cheesesmithing/celestial_chisel',
|
|
935
|
+
'/actions/cheesesmithing/celestial_enhancer',
|
|
936
|
+
'/actions/cheesesmithing/celestial_hammer',
|
|
937
|
+
'/actions/cheesesmithing/celestial_hatchet',
|
|
938
|
+
'/actions/cheesesmithing/celestial_needle',
|
|
939
|
+
'/actions/cheesesmithing/celestial_pot',
|
|
940
|
+
'/actions/cheesesmithing/celestial_shears',
|
|
941
|
+
'/actions/cheesesmithing/celestial_spatula',
|
|
942
|
+
'/actions/cheesesmithing/chaotic_flail',
|
|
943
|
+
'/actions/cheesesmithing/chaotic_flail_refined',
|
|
944
|
+
'/actions/cheesesmithing/cheese',
|
|
945
|
+
'/actions/cheesesmithing/cheese_alembic',
|
|
946
|
+
'/actions/cheesesmithing/cheese_boots',
|
|
947
|
+
'/actions/cheesesmithing/cheese_brush',
|
|
948
|
+
'/actions/cheesesmithing/cheese_buckler',
|
|
949
|
+
'/actions/cheesesmithing/cheese_bulwark',
|
|
950
|
+
'/actions/cheesesmithing/cheese_chisel',
|
|
951
|
+
'/actions/cheesesmithing/cheese_enhancer',
|
|
952
|
+
'/actions/cheesesmithing/cheese_gauntlets',
|
|
953
|
+
'/actions/cheesesmithing/cheese_hammer',
|
|
954
|
+
'/actions/cheesesmithing/cheese_hatchet',
|
|
955
|
+
'/actions/cheesesmithing/cheese_helmet',
|
|
956
|
+
'/actions/cheesesmithing/cheese_mace',
|
|
957
|
+
'/actions/cheesesmithing/cheese_needle',
|
|
958
|
+
'/actions/cheesesmithing/cheese_plate_body',
|
|
959
|
+
'/actions/cheesesmithing/cheese_plate_legs',
|
|
960
|
+
'/actions/cheesesmithing/cheese_pot',
|
|
961
|
+
'/actions/cheesesmithing/cheese_shears',
|
|
962
|
+
'/actions/cheesesmithing/cheese_spatula',
|
|
963
|
+
'/actions/cheesesmithing/cheese_spear',
|
|
964
|
+
'/actions/cheesesmithing/cheese_sword',
|
|
965
|
+
'/actions/cheesesmithing/colossus_plate_body',
|
|
966
|
+
'/actions/cheesesmithing/colossus_plate_legs',
|
|
967
|
+
'/actions/cheesesmithing/corsair_helmet',
|
|
968
|
+
'/actions/cheesesmithing/corsair_helmet_refined',
|
|
969
|
+
'/actions/cheesesmithing/crimson_alembic',
|
|
970
|
+
'/actions/cheesesmithing/crimson_boots',
|
|
971
|
+
'/actions/cheesesmithing/crimson_brush',
|
|
972
|
+
'/actions/cheesesmithing/crimson_buckler',
|
|
973
|
+
'/actions/cheesesmithing/crimson_bulwark',
|
|
974
|
+
'/actions/cheesesmithing/crimson_cheese',
|
|
975
|
+
'/actions/cheesesmithing/crimson_chisel',
|
|
976
|
+
'/actions/cheesesmithing/crimson_enhancer',
|
|
977
|
+
'/actions/cheesesmithing/crimson_gauntlets',
|
|
978
|
+
'/actions/cheesesmithing/crimson_hammer',
|
|
979
|
+
'/actions/cheesesmithing/crimson_hatchet',
|
|
980
|
+
'/actions/cheesesmithing/crimson_helmet',
|
|
981
|
+
'/actions/cheesesmithing/crimson_mace',
|
|
982
|
+
'/actions/cheesesmithing/crimson_needle',
|
|
983
|
+
'/actions/cheesesmithing/crimson_plate_body',
|
|
984
|
+
'/actions/cheesesmithing/crimson_plate_legs',
|
|
985
|
+
'/actions/cheesesmithing/crimson_pot',
|
|
986
|
+
'/actions/cheesesmithing/crimson_shears',
|
|
987
|
+
'/actions/cheesesmithing/crimson_spatula',
|
|
988
|
+
'/actions/cheesesmithing/crimson_spear',
|
|
989
|
+
'/actions/cheesesmithing/crimson_sword',
|
|
990
|
+
'/actions/cheesesmithing/demonic_plate_body',
|
|
991
|
+
'/actions/cheesesmithing/demonic_plate_legs',
|
|
992
|
+
'/actions/cheesesmithing/dodocamel_gauntlets',
|
|
993
|
+
'/actions/cheesesmithing/dodocamel_gauntlets_refined',
|
|
994
|
+
'/actions/cheesesmithing/furious_spear',
|
|
995
|
+
'/actions/cheesesmithing/furious_spear_refined',
|
|
996
|
+
'/actions/cheesesmithing/granite_bludgeon',
|
|
997
|
+
'/actions/cheesesmithing/griffin_bulwark',
|
|
998
|
+
'/actions/cheesesmithing/griffin_bulwark_refined',
|
|
999
|
+
'/actions/cheesesmithing/grizzly_bear_shoes',
|
|
1000
|
+
'/actions/cheesesmithing/holy_alembic',
|
|
1001
|
+
'/actions/cheesesmithing/holy_boots',
|
|
1002
|
+
'/actions/cheesesmithing/holy_brush',
|
|
1003
|
+
'/actions/cheesesmithing/holy_buckler',
|
|
1004
|
+
'/actions/cheesesmithing/holy_bulwark',
|
|
1005
|
+
'/actions/cheesesmithing/holy_cheese',
|
|
1006
|
+
'/actions/cheesesmithing/holy_chisel',
|
|
1007
|
+
'/actions/cheesesmithing/holy_enhancer',
|
|
1008
|
+
'/actions/cheesesmithing/holy_gauntlets',
|
|
1009
|
+
'/actions/cheesesmithing/holy_hammer',
|
|
1010
|
+
'/actions/cheesesmithing/holy_hatchet',
|
|
1011
|
+
'/actions/cheesesmithing/holy_helmet',
|
|
1012
|
+
'/actions/cheesesmithing/holy_mace',
|
|
1013
|
+
'/actions/cheesesmithing/holy_needle',
|
|
1014
|
+
'/actions/cheesesmithing/holy_plate_body',
|
|
1015
|
+
'/actions/cheesesmithing/holy_plate_legs',
|
|
1016
|
+
'/actions/cheesesmithing/holy_pot',
|
|
1017
|
+
'/actions/cheesesmithing/holy_shears',
|
|
1018
|
+
'/actions/cheesesmithing/holy_spatula',
|
|
1019
|
+
'/actions/cheesesmithing/holy_spear',
|
|
1020
|
+
'/actions/cheesesmithing/holy_sword',
|
|
1021
|
+
'/actions/cheesesmithing/knights_aegis',
|
|
1022
|
+
'/actions/cheesesmithing/knights_aegis_refined',
|
|
1023
|
+
'/actions/cheesesmithing/maelstrom_plate_body',
|
|
1024
|
+
'/actions/cheesesmithing/maelstrom_plate_body_refined',
|
|
1025
|
+
'/actions/cheesesmithing/maelstrom_plate_legs',
|
|
1026
|
+
'/actions/cheesesmithing/maelstrom_plate_legs_refined',
|
|
1027
|
+
'/actions/cheesesmithing/magnetic_gloves',
|
|
1028
|
+
'/actions/cheesesmithing/panda_gloves',
|
|
1029
|
+
'/actions/cheesesmithing/pincer_gloves',
|
|
1030
|
+
'/actions/cheesesmithing/polar_bear_shoes',
|
|
1031
|
+
'/actions/cheesesmithing/rainbow_alembic',
|
|
1032
|
+
'/actions/cheesesmithing/rainbow_boots',
|
|
1033
|
+
'/actions/cheesesmithing/rainbow_brush',
|
|
1034
|
+
'/actions/cheesesmithing/rainbow_buckler',
|
|
1035
|
+
'/actions/cheesesmithing/rainbow_bulwark',
|
|
1036
|
+
'/actions/cheesesmithing/rainbow_cheese',
|
|
1037
|
+
'/actions/cheesesmithing/rainbow_chisel',
|
|
1038
|
+
'/actions/cheesesmithing/rainbow_enhancer',
|
|
1039
|
+
'/actions/cheesesmithing/rainbow_gauntlets',
|
|
1040
|
+
'/actions/cheesesmithing/rainbow_hammer',
|
|
1041
|
+
'/actions/cheesesmithing/rainbow_hatchet',
|
|
1042
|
+
'/actions/cheesesmithing/rainbow_helmet',
|
|
1043
|
+
'/actions/cheesesmithing/rainbow_mace',
|
|
1044
|
+
'/actions/cheesesmithing/rainbow_needle',
|
|
1045
|
+
'/actions/cheesesmithing/rainbow_plate_body',
|
|
1046
|
+
'/actions/cheesesmithing/rainbow_plate_legs',
|
|
1047
|
+
'/actions/cheesesmithing/rainbow_pot',
|
|
1048
|
+
'/actions/cheesesmithing/rainbow_shears',
|
|
1049
|
+
'/actions/cheesesmithing/rainbow_spatula',
|
|
1050
|
+
'/actions/cheesesmithing/rainbow_spear',
|
|
1051
|
+
'/actions/cheesesmithing/rainbow_sword',
|
|
1052
|
+
'/actions/cheesesmithing/regal_sword',
|
|
1053
|
+
'/actions/cheesesmithing/regal_sword_refined',
|
|
1054
|
+
'/actions/cheesesmithing/snail_shell_helmet',
|
|
1055
|
+
'/actions/cheesesmithing/snake_fang_dirk',
|
|
1056
|
+
'/actions/cheesesmithing/spiked_bulwark',
|
|
1057
|
+
'/actions/cheesesmithing/stalactite_spear',
|
|
1058
|
+
'/actions/cheesesmithing/turtle_shell_body',
|
|
1059
|
+
'/actions/cheesesmithing/turtle_shell_legs',
|
|
1060
|
+
'/actions/cheesesmithing/vampire_fang_dirk',
|
|
1061
|
+
'/actions/cheesesmithing/verdant_alembic',
|
|
1062
|
+
'/actions/cheesesmithing/verdant_boots',
|
|
1063
|
+
'/actions/cheesesmithing/verdant_brush',
|
|
1064
|
+
'/actions/cheesesmithing/verdant_buckler',
|
|
1065
|
+
'/actions/cheesesmithing/verdant_bulwark',
|
|
1066
|
+
'/actions/cheesesmithing/verdant_cheese',
|
|
1067
|
+
'/actions/cheesesmithing/verdant_chisel',
|
|
1068
|
+
'/actions/cheesesmithing/verdant_enhancer',
|
|
1069
|
+
'/actions/cheesesmithing/verdant_gauntlets',
|
|
1070
|
+
'/actions/cheesesmithing/verdant_hammer',
|
|
1071
|
+
'/actions/cheesesmithing/verdant_hatchet',
|
|
1072
|
+
'/actions/cheesesmithing/verdant_helmet',
|
|
1073
|
+
'/actions/cheesesmithing/verdant_mace',
|
|
1074
|
+
'/actions/cheesesmithing/verdant_needle',
|
|
1075
|
+
'/actions/cheesesmithing/verdant_plate_body',
|
|
1076
|
+
'/actions/cheesesmithing/verdant_plate_legs',
|
|
1077
|
+
'/actions/cheesesmithing/verdant_pot',
|
|
1078
|
+
'/actions/cheesesmithing/verdant_shears',
|
|
1079
|
+
'/actions/cheesesmithing/verdant_spatula',
|
|
1080
|
+
'/actions/cheesesmithing/verdant_spear',
|
|
1081
|
+
'/actions/cheesesmithing/verdant_sword',
|
|
1082
|
+
'/actions/cheesesmithing/vision_helmet',
|
|
1083
|
+
'/actions/cheesesmithing/vision_shield',
|
|
1084
|
+
'/actions/cheesesmithing/werewolf_slasher',
|
|
1085
|
+
],
|
|
1086
|
+
'/skills/cooking': [
|
|
1087
|
+
'/actions/cooking/apple_gummy',
|
|
1088
|
+
'/actions/cooking/apple_yogurt',
|
|
1089
|
+
'/actions/cooking/blackberry_cake',
|
|
1090
|
+
'/actions/cooking/blackberry_donut',
|
|
1091
|
+
'/actions/cooking/blueberry_cake',
|
|
1092
|
+
'/actions/cooking/blueberry_donut',
|
|
1093
|
+
'/actions/cooking/cupcake',
|
|
1094
|
+
'/actions/cooking/donut',
|
|
1095
|
+
'/actions/cooking/dragon_fruit_gummy',
|
|
1096
|
+
'/actions/cooking/dragon_fruit_yogurt',
|
|
1097
|
+
'/actions/cooking/gummy',
|
|
1098
|
+
'/actions/cooking/marsberry_cake',
|
|
1099
|
+
'/actions/cooking/marsberry_donut',
|
|
1100
|
+
'/actions/cooking/mooberry_cake',
|
|
1101
|
+
'/actions/cooking/mooberry_donut',
|
|
1102
|
+
'/actions/cooking/orange_gummy',
|
|
1103
|
+
'/actions/cooking/orange_yogurt',
|
|
1104
|
+
'/actions/cooking/peach_gummy',
|
|
1105
|
+
'/actions/cooking/peach_yogurt',
|
|
1106
|
+
'/actions/cooking/plum_gummy',
|
|
1107
|
+
'/actions/cooking/plum_yogurt',
|
|
1108
|
+
'/actions/cooking/spaceberry_cake',
|
|
1109
|
+
'/actions/cooking/spaceberry_donut',
|
|
1110
|
+
'/actions/cooking/star_fruit_gummy',
|
|
1111
|
+
'/actions/cooking/star_fruit_yogurt',
|
|
1112
|
+
'/actions/cooking/strawberry_cake',
|
|
1113
|
+
'/actions/cooking/strawberry_donut',
|
|
1114
|
+
'/actions/cooking/yogurt',
|
|
1115
|
+
],
|
|
1116
|
+
'/skills/crafting': [
|
|
1117
|
+
'/actions/crafting/advanced_alchemy_charm',
|
|
1118
|
+
'/actions/crafting/advanced_attack_charm',
|
|
1119
|
+
'/actions/crafting/advanced_brewing_charm',
|
|
1120
|
+
'/actions/crafting/advanced_cheesesmithing_charm',
|
|
1121
|
+
'/actions/crafting/advanced_cooking_charm',
|
|
1122
|
+
'/actions/crafting/advanced_crafting_charm',
|
|
1123
|
+
'/actions/crafting/advanced_defense_charm',
|
|
1124
|
+
'/actions/crafting/advanced_enhancing_charm',
|
|
1125
|
+
'/actions/crafting/advanced_foraging_charm',
|
|
1126
|
+
'/actions/crafting/advanced_intelligence_charm',
|
|
1127
|
+
'/actions/crafting/advanced_magic_charm',
|
|
1128
|
+
'/actions/crafting/advanced_melee_charm',
|
|
1129
|
+
'/actions/crafting/advanced_milking_charm',
|
|
1130
|
+
'/actions/crafting/advanced_ranged_charm',
|
|
1131
|
+
'/actions/crafting/advanced_stamina_charm',
|
|
1132
|
+
'/actions/crafting/advanced_tailoring_charm',
|
|
1133
|
+
'/actions/crafting/advanced_task_badge',
|
|
1134
|
+
'/actions/crafting/advanced_woodcutting_charm',
|
|
1135
|
+
'/actions/crafting/arcane_bow',
|
|
1136
|
+
'/actions/crafting/arcane_crossbow',
|
|
1137
|
+
'/actions/crafting/arcane_fire_staff',
|
|
1138
|
+
'/actions/crafting/arcane_lumber',
|
|
1139
|
+
'/actions/crafting/arcane_nature_staff',
|
|
1140
|
+
'/actions/crafting/arcane_shield',
|
|
1141
|
+
'/actions/crafting/arcane_water_staff',
|
|
1142
|
+
'/actions/crafting/basic_alchemy_charm',
|
|
1143
|
+
'/actions/crafting/basic_brewing_charm',
|
|
1144
|
+
'/actions/crafting/basic_cheesesmithing_charm',
|
|
1145
|
+
'/actions/crafting/basic_cooking_charm',
|
|
1146
|
+
'/actions/crafting/basic_crafting_charm',
|
|
1147
|
+
'/actions/crafting/basic_enhancing_charm',
|
|
1148
|
+
'/actions/crafting/basic_foraging_charm',
|
|
1149
|
+
'/actions/crafting/basic_milking_charm',
|
|
1150
|
+
'/actions/crafting/basic_tailoring_charm',
|
|
1151
|
+
'/actions/crafting/basic_task_badge',
|
|
1152
|
+
'/actions/crafting/basic_woodcutting_charm',
|
|
1153
|
+
'/actions/crafting/birch_bow',
|
|
1154
|
+
'/actions/crafting/birch_crossbow',
|
|
1155
|
+
'/actions/crafting/birch_fire_staff',
|
|
1156
|
+
'/actions/crafting/birch_lumber',
|
|
1157
|
+
'/actions/crafting/birch_nature_staff',
|
|
1158
|
+
'/actions/crafting/birch_shield',
|
|
1159
|
+
'/actions/crafting/birch_water_staff',
|
|
1160
|
+
'/actions/crafting/bishops_codex',
|
|
1161
|
+
'/actions/crafting/bishops_codex_refined',
|
|
1162
|
+
'/actions/crafting/blazing_trident',
|
|
1163
|
+
'/actions/crafting/blazing_trident_refined',
|
|
1164
|
+
'/actions/crafting/blooming_trident',
|
|
1165
|
+
'/actions/crafting/blooming_trident_refined',
|
|
1166
|
+
'/actions/crafting/catalyst_of_coinification',
|
|
1167
|
+
'/actions/crafting/catalyst_of_decomposition',
|
|
1168
|
+
'/actions/crafting/catalyst_of_transmutation',
|
|
1169
|
+
'/actions/crafting/cedar_bow',
|
|
1170
|
+
'/actions/crafting/cedar_crossbow',
|
|
1171
|
+
'/actions/crafting/cedar_fire_staff',
|
|
1172
|
+
'/actions/crafting/cedar_lumber',
|
|
1173
|
+
'/actions/crafting/cedar_nature_staff',
|
|
1174
|
+
'/actions/crafting/cedar_shield',
|
|
1175
|
+
'/actions/crafting/cedar_water_staff',
|
|
1176
|
+
'/actions/crafting/chimerical_chest_key',
|
|
1177
|
+
'/actions/crafting/chimerical_entry_key',
|
|
1178
|
+
'/actions/crafting/crushed_amber',
|
|
1179
|
+
'/actions/crafting/crushed_amethyst',
|
|
1180
|
+
'/actions/crafting/crushed_garnet',
|
|
1181
|
+
'/actions/crafting/crushed_jade',
|
|
1182
|
+
'/actions/crafting/crushed_moonstone',
|
|
1183
|
+
'/actions/crafting/crushed_pearl',
|
|
1184
|
+
'/actions/crafting/crushed_philosophers_stone',
|
|
1185
|
+
'/actions/crafting/crushed_sunstone',
|
|
1186
|
+
'/actions/crafting/cursed_bow',
|
|
1187
|
+
'/actions/crafting/cursed_bow_refined',
|
|
1188
|
+
'/actions/crafting/earrings_of_armor',
|
|
1189
|
+
'/actions/crafting/earrings_of_critical_strike',
|
|
1190
|
+
'/actions/crafting/earrings_of_essence_find',
|
|
1191
|
+
'/actions/crafting/earrings_of_gathering',
|
|
1192
|
+
'/actions/crafting/earrings_of_rare_find',
|
|
1193
|
+
'/actions/crafting/earrings_of_regeneration',
|
|
1194
|
+
'/actions/crafting/earrings_of_resistance',
|
|
1195
|
+
'/actions/crafting/enchanted_chest_key',
|
|
1196
|
+
'/actions/crafting/enchanted_entry_key',
|
|
1197
|
+
'/actions/crafting/expert_alchemy_charm',
|
|
1198
|
+
'/actions/crafting/expert_attack_charm',
|
|
1199
|
+
'/actions/crafting/expert_brewing_charm',
|
|
1200
|
+
'/actions/crafting/expert_cheesesmithing_charm',
|
|
1201
|
+
'/actions/crafting/expert_cooking_charm',
|
|
1202
|
+
'/actions/crafting/expert_crafting_charm',
|
|
1203
|
+
'/actions/crafting/expert_defense_charm',
|
|
1204
|
+
'/actions/crafting/expert_enhancing_charm',
|
|
1205
|
+
'/actions/crafting/expert_foraging_charm',
|
|
1206
|
+
'/actions/crafting/expert_intelligence_charm',
|
|
1207
|
+
'/actions/crafting/expert_magic_charm',
|
|
1208
|
+
'/actions/crafting/expert_melee_charm',
|
|
1209
|
+
'/actions/crafting/expert_milking_charm',
|
|
1210
|
+
'/actions/crafting/expert_ranged_charm',
|
|
1211
|
+
'/actions/crafting/expert_stamina_charm',
|
|
1212
|
+
'/actions/crafting/expert_tailoring_charm',
|
|
1213
|
+
'/actions/crafting/expert_task_badge',
|
|
1214
|
+
'/actions/crafting/expert_woodcutting_charm',
|
|
1215
|
+
'/actions/crafting/eye_watch',
|
|
1216
|
+
'/actions/crafting/fighter_necklace',
|
|
1217
|
+
'/actions/crafting/frost_staff',
|
|
1218
|
+
'/actions/crafting/ginkgo_bow',
|
|
1219
|
+
'/actions/crafting/ginkgo_crossbow',
|
|
1220
|
+
'/actions/crafting/ginkgo_fire_staff',
|
|
1221
|
+
'/actions/crafting/ginkgo_lumber',
|
|
1222
|
+
'/actions/crafting/ginkgo_nature_staff',
|
|
1223
|
+
'/actions/crafting/ginkgo_shield',
|
|
1224
|
+
'/actions/crafting/ginkgo_water_staff',
|
|
1225
|
+
'/actions/crafting/grandmaster_alchemy_charm',
|
|
1226
|
+
'/actions/crafting/grandmaster_attack_charm',
|
|
1227
|
+
'/actions/crafting/grandmaster_brewing_charm',
|
|
1228
|
+
'/actions/crafting/grandmaster_cheesesmithing_charm',
|
|
1229
|
+
'/actions/crafting/grandmaster_cooking_charm',
|
|
1230
|
+
'/actions/crafting/grandmaster_crafting_charm',
|
|
1231
|
+
'/actions/crafting/grandmaster_defense_charm',
|
|
1232
|
+
'/actions/crafting/grandmaster_enhancing_charm',
|
|
1233
|
+
'/actions/crafting/grandmaster_foraging_charm',
|
|
1234
|
+
'/actions/crafting/grandmaster_intelligence_charm',
|
|
1235
|
+
'/actions/crafting/grandmaster_magic_charm',
|
|
1236
|
+
'/actions/crafting/grandmaster_melee_charm',
|
|
1237
|
+
'/actions/crafting/grandmaster_milking_charm',
|
|
1238
|
+
'/actions/crafting/grandmaster_ranged_charm',
|
|
1239
|
+
'/actions/crafting/grandmaster_stamina_charm',
|
|
1240
|
+
'/actions/crafting/grandmaster_tailoring_charm',
|
|
1241
|
+
'/actions/crafting/grandmaster_woodcutting_charm',
|
|
1242
|
+
'/actions/crafting/infernal_battlestaff',
|
|
1243
|
+
'/actions/crafting/jackalope_staff',
|
|
1244
|
+
'/actions/crafting/lumber',
|
|
1245
|
+
'/actions/crafting/manticore_shield',
|
|
1246
|
+
'/actions/crafting/master_alchemy_charm',
|
|
1247
|
+
'/actions/crafting/master_attack_charm',
|
|
1248
|
+
'/actions/crafting/master_brewing_charm',
|
|
1249
|
+
'/actions/crafting/master_cheesesmithing_charm',
|
|
1250
|
+
'/actions/crafting/master_cooking_charm',
|
|
1251
|
+
'/actions/crafting/master_crafting_charm',
|
|
1252
|
+
'/actions/crafting/master_defense_charm',
|
|
1253
|
+
'/actions/crafting/master_enhancing_charm',
|
|
1254
|
+
'/actions/crafting/master_foraging_charm',
|
|
1255
|
+
'/actions/crafting/master_intelligence_charm',
|
|
1256
|
+
'/actions/crafting/master_magic_charm',
|
|
1257
|
+
'/actions/crafting/master_melee_charm',
|
|
1258
|
+
'/actions/crafting/master_milking_charm',
|
|
1259
|
+
'/actions/crafting/master_ranged_charm',
|
|
1260
|
+
'/actions/crafting/master_stamina_charm',
|
|
1261
|
+
'/actions/crafting/master_tailoring_charm',
|
|
1262
|
+
'/actions/crafting/master_woodcutting_charm',
|
|
1263
|
+
'/actions/crafting/mirror_of_protection',
|
|
1264
|
+
'/actions/crafting/necklace_of_efficiency',
|
|
1265
|
+
'/actions/crafting/necklace_of_speed',
|
|
1266
|
+
'/actions/crafting/necklace_of_wisdom',
|
|
1267
|
+
'/actions/crafting/philosophers_earrings',
|
|
1268
|
+
'/actions/crafting/philosophers_necklace',
|
|
1269
|
+
'/actions/crafting/philosophers_ring',
|
|
1270
|
+
'/actions/crafting/pirate_chest_key',
|
|
1271
|
+
'/actions/crafting/pirate_entry_key',
|
|
1272
|
+
'/actions/crafting/purpleheart_bow',
|
|
1273
|
+
'/actions/crafting/purpleheart_crossbow',
|
|
1274
|
+
'/actions/crafting/purpleheart_fire_staff',
|
|
1275
|
+
'/actions/crafting/purpleheart_lumber',
|
|
1276
|
+
'/actions/crafting/purpleheart_nature_staff',
|
|
1277
|
+
'/actions/crafting/purpleheart_shield',
|
|
1278
|
+
'/actions/crafting/purpleheart_water_staff',
|
|
1279
|
+
'/actions/crafting/ranger_necklace',
|
|
1280
|
+
'/actions/crafting/redwood_bow',
|
|
1281
|
+
'/actions/crafting/redwood_crossbow',
|
|
1282
|
+
'/actions/crafting/redwood_fire_staff',
|
|
1283
|
+
'/actions/crafting/redwood_lumber',
|
|
1284
|
+
'/actions/crafting/redwood_nature_staff',
|
|
1285
|
+
'/actions/crafting/redwood_shield',
|
|
1286
|
+
'/actions/crafting/redwood_water_staff',
|
|
1287
|
+
'/actions/crafting/ring_of_armor',
|
|
1288
|
+
'/actions/crafting/ring_of_critical_strike',
|
|
1289
|
+
'/actions/crafting/ring_of_essence_find',
|
|
1290
|
+
'/actions/crafting/ring_of_gathering',
|
|
1291
|
+
'/actions/crafting/ring_of_rare_find',
|
|
1292
|
+
'/actions/crafting/ring_of_regeneration',
|
|
1293
|
+
'/actions/crafting/ring_of_resistance',
|
|
1294
|
+
'/actions/crafting/rippling_trident',
|
|
1295
|
+
'/actions/crafting/rippling_trident_refined',
|
|
1296
|
+
'/actions/crafting/sinister_chest_key',
|
|
1297
|
+
'/actions/crafting/sinister_entry_key',
|
|
1298
|
+
'/actions/crafting/soul_hunter_crossbow',
|
|
1299
|
+
'/actions/crafting/sundering_crossbow',
|
|
1300
|
+
'/actions/crafting/sundering_crossbow_refined',
|
|
1301
|
+
'/actions/crafting/treant_shield',
|
|
1302
|
+
'/actions/crafting/vampiric_bow',
|
|
1303
|
+
'/actions/crafting/watchful_relic',
|
|
1304
|
+
'/actions/crafting/wizard_necklace',
|
|
1305
|
+
'/actions/crafting/wooden_bow',
|
|
1306
|
+
'/actions/crafting/wooden_crossbow',
|
|
1307
|
+
'/actions/crafting/wooden_fire_staff',
|
|
1308
|
+
'/actions/crafting/wooden_nature_staff',
|
|
1309
|
+
'/actions/crafting/wooden_shield',
|
|
1310
|
+
'/actions/crafting/wooden_water_staff',
|
|
1311
|
+
],
|
|
1312
|
+
'/skills/enhancing': ['/actions/enhancing/enhance'],
|
|
1313
|
+
'/skills/foraging': [
|
|
1314
|
+
'/actions/foraging/apple',
|
|
1315
|
+
'/actions/foraging/arabica_coffee_bean',
|
|
1316
|
+
'/actions/foraging/asteroid_belt',
|
|
1317
|
+
'/actions/foraging/bamboo_branch',
|
|
1318
|
+
'/actions/foraging/blackberry',
|
|
1319
|
+
'/actions/foraging/blueberry',
|
|
1320
|
+
'/actions/foraging/burble_beach',
|
|
1321
|
+
'/actions/foraging/cocoon',
|
|
1322
|
+
'/actions/foraging/cotton',
|
|
1323
|
+
'/actions/foraging/dragon_fruit',
|
|
1324
|
+
'/actions/foraging/egg',
|
|
1325
|
+
'/actions/foraging/excelsa_coffee_bean',
|
|
1326
|
+
'/actions/foraging/farmland',
|
|
1327
|
+
'/actions/foraging/fieriosa_coffee_bean',
|
|
1328
|
+
'/actions/foraging/flax',
|
|
1329
|
+
'/actions/foraging/liberica_coffee_bean',
|
|
1330
|
+
'/actions/foraging/marsberry',
|
|
1331
|
+
'/actions/foraging/misty_forest',
|
|
1332
|
+
'/actions/foraging/mooberry',
|
|
1333
|
+
'/actions/foraging/olympus_mons',
|
|
1334
|
+
'/actions/foraging/orange',
|
|
1335
|
+
'/actions/foraging/peach',
|
|
1336
|
+
'/actions/foraging/plum',
|
|
1337
|
+
'/actions/foraging/radiant_fiber',
|
|
1338
|
+
'/actions/foraging/robusta_coffee_bean',
|
|
1339
|
+
'/actions/foraging/shimmering_lake',
|
|
1340
|
+
'/actions/foraging/silly_cow_valley',
|
|
1341
|
+
'/actions/foraging/spaceberry',
|
|
1342
|
+
'/actions/foraging/spacia_coffee_bean',
|
|
1343
|
+
'/actions/foraging/star_fruit',
|
|
1344
|
+
'/actions/foraging/strawberry',
|
|
1345
|
+
'/actions/foraging/sugar',
|
|
1346
|
+
'/actions/foraging/wheat',
|
|
1347
|
+
],
|
|
1348
|
+
'/skills/milking': [
|
|
1349
|
+
'/actions/milking/azure_cow',
|
|
1350
|
+
'/actions/milking/burble_cow',
|
|
1351
|
+
'/actions/milking/cow',
|
|
1352
|
+
'/actions/milking/crimson_cow',
|
|
1353
|
+
'/actions/milking/holy_cow',
|
|
1354
|
+
'/actions/milking/unicow',
|
|
1355
|
+
'/actions/milking/verdant_cow',
|
|
1356
|
+
],
|
|
1357
|
+
'/skills/tailoring': [
|
|
1358
|
+
'/actions/tailoring/acrobatic_hood',
|
|
1359
|
+
'/actions/tailoring/acrobatic_hood_refined',
|
|
1360
|
+
'/actions/tailoring/alchemists_bottoms',
|
|
1361
|
+
'/actions/tailoring/alchemists_top',
|
|
1362
|
+
'/actions/tailoring/bamboo_boots',
|
|
1363
|
+
'/actions/tailoring/bamboo_fabric',
|
|
1364
|
+
'/actions/tailoring/bamboo_gloves',
|
|
1365
|
+
'/actions/tailoring/bamboo_hat',
|
|
1366
|
+
'/actions/tailoring/bamboo_robe_bottoms',
|
|
1367
|
+
'/actions/tailoring/bamboo_robe_top',
|
|
1368
|
+
'/actions/tailoring/beast_boots',
|
|
1369
|
+
'/actions/tailoring/beast_bracers',
|
|
1370
|
+
'/actions/tailoring/beast_chaps',
|
|
1371
|
+
'/actions/tailoring/beast_hood',
|
|
1372
|
+
'/actions/tailoring/beast_leather',
|
|
1373
|
+
'/actions/tailoring/beast_tunic',
|
|
1374
|
+
'/actions/tailoring/brewers_bottoms',
|
|
1375
|
+
'/actions/tailoring/brewers_top',
|
|
1376
|
+
'/actions/tailoring/centaur_boots',
|
|
1377
|
+
'/actions/tailoring/cheesemakers_bottoms',
|
|
1378
|
+
'/actions/tailoring/cheesemakers_top',
|
|
1379
|
+
'/actions/tailoring/chefs_bottoms',
|
|
1380
|
+
'/actions/tailoring/chefs_top',
|
|
1381
|
+
'/actions/tailoring/chimerical_quiver_refined',
|
|
1382
|
+
'/actions/tailoring/chrono_gloves',
|
|
1383
|
+
'/actions/tailoring/collectors_boots',
|
|
1384
|
+
'/actions/tailoring/cotton_boots',
|
|
1385
|
+
'/actions/tailoring/cotton_fabric',
|
|
1386
|
+
'/actions/tailoring/cotton_gloves',
|
|
1387
|
+
'/actions/tailoring/cotton_hat',
|
|
1388
|
+
'/actions/tailoring/cotton_robe_bottoms',
|
|
1389
|
+
'/actions/tailoring/cotton_robe_top',
|
|
1390
|
+
'/actions/tailoring/crafters_bottoms',
|
|
1391
|
+
'/actions/tailoring/crafters_top',
|
|
1392
|
+
'/actions/tailoring/dairyhands_bottoms',
|
|
1393
|
+
'/actions/tailoring/dairyhands_top',
|
|
1394
|
+
'/actions/tailoring/enchanted_cloak_refined',
|
|
1395
|
+
'/actions/tailoring/enchanted_gloves',
|
|
1396
|
+
'/actions/tailoring/enhancers_bottoms',
|
|
1397
|
+
'/actions/tailoring/enhancers_top',
|
|
1398
|
+
'/actions/tailoring/flaming_robe_bottoms',
|
|
1399
|
+
'/actions/tailoring/flaming_robe_top',
|
|
1400
|
+
'/actions/tailoring/fluffy_red_hat',
|
|
1401
|
+
'/actions/tailoring/foragers_bottoms',
|
|
1402
|
+
'/actions/tailoring/foragers_top',
|
|
1403
|
+
'/actions/tailoring/giant_pouch',
|
|
1404
|
+
'/actions/tailoring/gluttonous_pouch',
|
|
1405
|
+
'/actions/tailoring/gobo_boots',
|
|
1406
|
+
'/actions/tailoring/gobo_bracers',
|
|
1407
|
+
'/actions/tailoring/gobo_chaps',
|
|
1408
|
+
'/actions/tailoring/gobo_hood',
|
|
1409
|
+
'/actions/tailoring/gobo_leather',
|
|
1410
|
+
'/actions/tailoring/gobo_tunic',
|
|
1411
|
+
'/actions/tailoring/griffin_chaps',
|
|
1412
|
+
'/actions/tailoring/griffin_tunic',
|
|
1413
|
+
'/actions/tailoring/guzzling_pouch',
|
|
1414
|
+
'/actions/tailoring/icy_robe_bottoms',
|
|
1415
|
+
'/actions/tailoring/icy_robe_top',
|
|
1416
|
+
'/actions/tailoring/kraken_chaps',
|
|
1417
|
+
'/actions/tailoring/kraken_chaps_refined',
|
|
1418
|
+
'/actions/tailoring/kraken_tunic',
|
|
1419
|
+
'/actions/tailoring/kraken_tunic_refined',
|
|
1420
|
+
'/actions/tailoring/large_pouch',
|
|
1421
|
+
'/actions/tailoring/linen_boots',
|
|
1422
|
+
'/actions/tailoring/linen_fabric',
|
|
1423
|
+
'/actions/tailoring/linen_gloves',
|
|
1424
|
+
'/actions/tailoring/linen_hat',
|
|
1425
|
+
'/actions/tailoring/linen_robe_bottoms',
|
|
1426
|
+
'/actions/tailoring/linen_robe_top',
|
|
1427
|
+
'/actions/tailoring/lumberjacks_bottoms',
|
|
1428
|
+
'/actions/tailoring/lumberjacks_top',
|
|
1429
|
+
'/actions/tailoring/luna_robe_bottoms',
|
|
1430
|
+
'/actions/tailoring/luna_robe_top',
|
|
1431
|
+
'/actions/tailoring/magicians_hat',
|
|
1432
|
+
'/actions/tailoring/magicians_hat_refined',
|
|
1433
|
+
'/actions/tailoring/marine_chaps',
|
|
1434
|
+
'/actions/tailoring/marine_tunic',
|
|
1435
|
+
'/actions/tailoring/marksman_bracers',
|
|
1436
|
+
'/actions/tailoring/marksman_bracers_refined',
|
|
1437
|
+
'/actions/tailoring/medium_pouch',
|
|
1438
|
+
'/actions/tailoring/radiant_boots',
|
|
1439
|
+
'/actions/tailoring/radiant_fabric',
|
|
1440
|
+
'/actions/tailoring/radiant_gloves',
|
|
1441
|
+
'/actions/tailoring/radiant_hat',
|
|
1442
|
+
'/actions/tailoring/radiant_robe_bottoms',
|
|
1443
|
+
'/actions/tailoring/radiant_robe_top',
|
|
1444
|
+
'/actions/tailoring/red_culinary_hat',
|
|
1445
|
+
'/actions/tailoring/reptile_boots',
|
|
1446
|
+
'/actions/tailoring/reptile_bracers',
|
|
1447
|
+
'/actions/tailoring/reptile_chaps',
|
|
1448
|
+
'/actions/tailoring/reptile_hood',
|
|
1449
|
+
'/actions/tailoring/reptile_leather',
|
|
1450
|
+
'/actions/tailoring/reptile_tunic',
|
|
1451
|
+
'/actions/tailoring/revenant_chaps',
|
|
1452
|
+
'/actions/tailoring/revenant_tunic',
|
|
1453
|
+
'/actions/tailoring/rough_boots',
|
|
1454
|
+
'/actions/tailoring/rough_bracers',
|
|
1455
|
+
'/actions/tailoring/rough_chaps',
|
|
1456
|
+
'/actions/tailoring/rough_hood',
|
|
1457
|
+
'/actions/tailoring/rough_leather',
|
|
1458
|
+
'/actions/tailoring/rough_tunic',
|
|
1459
|
+
'/actions/tailoring/royal_fire_robe_bottoms',
|
|
1460
|
+
'/actions/tailoring/royal_fire_robe_bottoms_refined',
|
|
1461
|
+
'/actions/tailoring/royal_fire_robe_top',
|
|
1462
|
+
'/actions/tailoring/royal_fire_robe_top_refined',
|
|
1463
|
+
'/actions/tailoring/royal_nature_robe_bottoms',
|
|
1464
|
+
'/actions/tailoring/royal_nature_robe_bottoms_refined',
|
|
1465
|
+
'/actions/tailoring/royal_nature_robe_top',
|
|
1466
|
+
'/actions/tailoring/royal_nature_robe_top_refined',
|
|
1467
|
+
'/actions/tailoring/royal_water_robe_bottoms',
|
|
1468
|
+
'/actions/tailoring/royal_water_robe_bottoms_refined',
|
|
1469
|
+
'/actions/tailoring/royal_water_robe_top',
|
|
1470
|
+
'/actions/tailoring/royal_water_robe_top_refined',
|
|
1471
|
+
'/actions/tailoring/shoebill_shoes',
|
|
1472
|
+
'/actions/tailoring/sighted_bracers',
|
|
1473
|
+
'/actions/tailoring/silk_boots',
|
|
1474
|
+
'/actions/tailoring/silk_fabric',
|
|
1475
|
+
'/actions/tailoring/silk_gloves',
|
|
1476
|
+
'/actions/tailoring/silk_hat',
|
|
1477
|
+
'/actions/tailoring/silk_robe_bottoms',
|
|
1478
|
+
'/actions/tailoring/silk_robe_top',
|
|
1479
|
+
'/actions/tailoring/sinister_cape_refined',
|
|
1480
|
+
'/actions/tailoring/small_pouch',
|
|
1481
|
+
'/actions/tailoring/sorcerer_boots',
|
|
1482
|
+
'/actions/tailoring/tailors_bottoms',
|
|
1483
|
+
'/actions/tailoring/tailors_top',
|
|
1484
|
+
'/actions/tailoring/umbral_boots',
|
|
1485
|
+
'/actions/tailoring/umbral_bracers',
|
|
1486
|
+
'/actions/tailoring/umbral_chaps',
|
|
1487
|
+
'/actions/tailoring/umbral_hood',
|
|
1488
|
+
'/actions/tailoring/umbral_leather',
|
|
1489
|
+
'/actions/tailoring/umbral_tunic',
|
|
1490
|
+
],
|
|
1491
|
+
'/skills/woodcutting': [
|
|
1492
|
+
'/actions/woodcutting/arcane_tree',
|
|
1493
|
+
'/actions/woodcutting/birch_tree',
|
|
1494
|
+
'/actions/woodcutting/cedar_tree',
|
|
1495
|
+
'/actions/woodcutting/ginkgo_tree',
|
|
1496
|
+
'/actions/woodcutting/purpleheart_tree',
|
|
1497
|
+
'/actions/woodcutting/redwood_tree',
|
|
1498
|
+
'/actions/woodcutting/tree',
|
|
1499
|
+
],
|
|
1500
|
+
};
|
|
1501
|
+
//# sourceMappingURL=constants.js.map
|