@c3d.gg/mwi-types 0.2.5 → 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 -95
- 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 -26046
- 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
|
@@ -1,477 +0,0 @@
|
|
|
1
|
-
export const ABILITY_HRIDS = [
|
|
2
|
-
'/abilities/aqua_arrow',
|
|
3
|
-
'/abilities/berserk',
|
|
4
|
-
'/abilities/cleave',
|
|
5
|
-
'/abilities/crippling_slash',
|
|
6
|
-
'/abilities/critical_aura',
|
|
7
|
-
'/abilities/elemental_affinity',
|
|
8
|
-
'/abilities/elusiveness',
|
|
9
|
-
'/abilities/entangle',
|
|
10
|
-
'/abilities/fierce_aura',
|
|
11
|
-
'/abilities/fireball',
|
|
12
|
-
'/abilities/firestorm',
|
|
13
|
-
'/abilities/flame_arrow',
|
|
14
|
-
'/abilities/flame_blast',
|
|
15
|
-
'/abilities/fracturing_impact',
|
|
16
|
-
'/abilities/frenzy',
|
|
17
|
-
'/abilities/frost_surge',
|
|
18
|
-
'/abilities/guardian_aura',
|
|
19
|
-
'/abilities/heal',
|
|
20
|
-
'/abilities/ice_spear',
|
|
21
|
-
'/abilities/impale',
|
|
22
|
-
'/abilities/insanity',
|
|
23
|
-
'/abilities/invincible',
|
|
24
|
-
'/abilities/life_drain',
|
|
25
|
-
'/abilities/maim',
|
|
26
|
-
'/abilities/mana_spring',
|
|
27
|
-
'/abilities/minor_heal',
|
|
28
|
-
'/abilities/mystic_aura',
|
|
29
|
-
'/abilities/natures_veil',
|
|
30
|
-
'/abilities/penetrating_shot',
|
|
31
|
-
'/abilities/penetrating_strike',
|
|
32
|
-
'/abilities/pestilent_shot',
|
|
33
|
-
'/abilities/poke',
|
|
34
|
-
'/abilities/precision',
|
|
35
|
-
'/abilities/promote',
|
|
36
|
-
'/abilities/provoke',
|
|
37
|
-
'/abilities/puncture',
|
|
38
|
-
'/abilities/quick_aid',
|
|
39
|
-
'/abilities/quick_shot',
|
|
40
|
-
'/abilities/rain_of_arrows',
|
|
41
|
-
'/abilities/rejuvenate',
|
|
42
|
-
'/abilities/retribution',
|
|
43
|
-
'/abilities/revive',
|
|
44
|
-
'/abilities/scratch',
|
|
45
|
-
'/abilities/shield_bash',
|
|
46
|
-
'/abilities/silencing_shot',
|
|
47
|
-
'/abilities/smack',
|
|
48
|
-
'/abilities/smoke_burst',
|
|
49
|
-
'/abilities/speed_aura',
|
|
50
|
-
'/abilities/spike_shell',
|
|
51
|
-
'/abilities/steady_shot',
|
|
52
|
-
'/abilities/stunning_blow',
|
|
53
|
-
'/abilities/sweep',
|
|
54
|
-
'/abilities/taunt',
|
|
55
|
-
'/abilities/toughness',
|
|
56
|
-
'/abilities/toxic_pollen',
|
|
57
|
-
'/abilities/vampirism',
|
|
58
|
-
'/abilities/water_strike',
|
|
59
|
-
];
|
|
60
|
-
export const ABILITIES = new Map([
|
|
61
|
-
[
|
|
62
|
-
'/abilities/aqua_arrow',
|
|
63
|
-
{
|
|
64
|
-
hrid: '/abilities/aqua_arrow',
|
|
65
|
-
name: 'Aqua Arrow',
|
|
66
|
-
},
|
|
67
|
-
],
|
|
68
|
-
[
|
|
69
|
-
'/abilities/berserk',
|
|
70
|
-
{
|
|
71
|
-
hrid: '/abilities/berserk',
|
|
72
|
-
name: 'Berserk',
|
|
73
|
-
},
|
|
74
|
-
],
|
|
75
|
-
[
|
|
76
|
-
'/abilities/cleave',
|
|
77
|
-
{
|
|
78
|
-
hrid: '/abilities/cleave',
|
|
79
|
-
name: 'Cleave',
|
|
80
|
-
},
|
|
81
|
-
],
|
|
82
|
-
[
|
|
83
|
-
'/abilities/crippling_slash',
|
|
84
|
-
{
|
|
85
|
-
hrid: '/abilities/crippling_slash',
|
|
86
|
-
name: 'Crippling Slash',
|
|
87
|
-
},
|
|
88
|
-
],
|
|
89
|
-
[
|
|
90
|
-
'/abilities/critical_aura',
|
|
91
|
-
{
|
|
92
|
-
hrid: '/abilities/critical_aura',
|
|
93
|
-
name: 'Critical Aura',
|
|
94
|
-
},
|
|
95
|
-
],
|
|
96
|
-
[
|
|
97
|
-
'/abilities/elemental_affinity',
|
|
98
|
-
{
|
|
99
|
-
hrid: '/abilities/elemental_affinity',
|
|
100
|
-
name: 'Elemental Affinity',
|
|
101
|
-
},
|
|
102
|
-
],
|
|
103
|
-
[
|
|
104
|
-
'/abilities/elusiveness',
|
|
105
|
-
{
|
|
106
|
-
hrid: '/abilities/elusiveness',
|
|
107
|
-
name: 'Elusiveness',
|
|
108
|
-
},
|
|
109
|
-
],
|
|
110
|
-
[
|
|
111
|
-
'/abilities/entangle',
|
|
112
|
-
{
|
|
113
|
-
hrid: '/abilities/entangle',
|
|
114
|
-
name: 'Entangle',
|
|
115
|
-
},
|
|
116
|
-
],
|
|
117
|
-
[
|
|
118
|
-
'/abilities/fierce_aura',
|
|
119
|
-
{
|
|
120
|
-
hrid: '/abilities/fierce_aura',
|
|
121
|
-
name: 'Fierce Aura',
|
|
122
|
-
},
|
|
123
|
-
],
|
|
124
|
-
[
|
|
125
|
-
'/abilities/fireball',
|
|
126
|
-
{
|
|
127
|
-
hrid: '/abilities/fireball',
|
|
128
|
-
name: 'Fireball',
|
|
129
|
-
},
|
|
130
|
-
],
|
|
131
|
-
[
|
|
132
|
-
'/abilities/firestorm',
|
|
133
|
-
{
|
|
134
|
-
hrid: '/abilities/firestorm',
|
|
135
|
-
name: 'Firestorm',
|
|
136
|
-
},
|
|
137
|
-
],
|
|
138
|
-
[
|
|
139
|
-
'/abilities/flame_arrow',
|
|
140
|
-
{
|
|
141
|
-
hrid: '/abilities/flame_arrow',
|
|
142
|
-
name: 'Flame Arrow',
|
|
143
|
-
},
|
|
144
|
-
],
|
|
145
|
-
[
|
|
146
|
-
'/abilities/flame_blast',
|
|
147
|
-
{
|
|
148
|
-
hrid: '/abilities/flame_blast',
|
|
149
|
-
name: 'Flame Blast',
|
|
150
|
-
},
|
|
151
|
-
],
|
|
152
|
-
[
|
|
153
|
-
'/abilities/fracturing_impact',
|
|
154
|
-
{
|
|
155
|
-
hrid: '/abilities/fracturing_impact',
|
|
156
|
-
name: 'Fracturing Impact',
|
|
157
|
-
},
|
|
158
|
-
],
|
|
159
|
-
[
|
|
160
|
-
'/abilities/frenzy',
|
|
161
|
-
{
|
|
162
|
-
hrid: '/abilities/frenzy',
|
|
163
|
-
name: 'Frenzy',
|
|
164
|
-
},
|
|
165
|
-
],
|
|
166
|
-
[
|
|
167
|
-
'/abilities/frost_surge',
|
|
168
|
-
{
|
|
169
|
-
hrid: '/abilities/frost_surge',
|
|
170
|
-
name: 'Frost Surge',
|
|
171
|
-
},
|
|
172
|
-
],
|
|
173
|
-
[
|
|
174
|
-
'/abilities/guardian_aura',
|
|
175
|
-
{
|
|
176
|
-
hrid: '/abilities/guardian_aura',
|
|
177
|
-
name: 'Guardian Aura',
|
|
178
|
-
},
|
|
179
|
-
],
|
|
180
|
-
[
|
|
181
|
-
'/abilities/heal',
|
|
182
|
-
{
|
|
183
|
-
hrid: '/abilities/heal',
|
|
184
|
-
name: 'Heal',
|
|
185
|
-
},
|
|
186
|
-
],
|
|
187
|
-
[
|
|
188
|
-
'/abilities/ice_spear',
|
|
189
|
-
{
|
|
190
|
-
hrid: '/abilities/ice_spear',
|
|
191
|
-
name: 'Ice Spear',
|
|
192
|
-
},
|
|
193
|
-
],
|
|
194
|
-
[
|
|
195
|
-
'/abilities/impale',
|
|
196
|
-
{
|
|
197
|
-
hrid: '/abilities/impale',
|
|
198
|
-
name: 'Impale',
|
|
199
|
-
},
|
|
200
|
-
],
|
|
201
|
-
[
|
|
202
|
-
'/abilities/insanity',
|
|
203
|
-
{
|
|
204
|
-
hrid: '/abilities/insanity',
|
|
205
|
-
name: 'Insanity',
|
|
206
|
-
},
|
|
207
|
-
],
|
|
208
|
-
[
|
|
209
|
-
'/abilities/invincible',
|
|
210
|
-
{
|
|
211
|
-
hrid: '/abilities/invincible',
|
|
212
|
-
name: 'Invincible',
|
|
213
|
-
},
|
|
214
|
-
],
|
|
215
|
-
[
|
|
216
|
-
'/abilities/life_drain',
|
|
217
|
-
{
|
|
218
|
-
hrid: '/abilities/life_drain',
|
|
219
|
-
name: 'Life Drain',
|
|
220
|
-
},
|
|
221
|
-
],
|
|
222
|
-
[
|
|
223
|
-
'/abilities/maim',
|
|
224
|
-
{
|
|
225
|
-
hrid: '/abilities/maim',
|
|
226
|
-
name: 'Maim',
|
|
227
|
-
},
|
|
228
|
-
],
|
|
229
|
-
[
|
|
230
|
-
'/abilities/mana_spring',
|
|
231
|
-
{
|
|
232
|
-
hrid: '/abilities/mana_spring',
|
|
233
|
-
name: 'Mana Spring',
|
|
234
|
-
},
|
|
235
|
-
],
|
|
236
|
-
[
|
|
237
|
-
'/abilities/minor_heal',
|
|
238
|
-
{
|
|
239
|
-
hrid: '/abilities/minor_heal',
|
|
240
|
-
name: 'Minor Heal',
|
|
241
|
-
},
|
|
242
|
-
],
|
|
243
|
-
[
|
|
244
|
-
'/abilities/mystic_aura',
|
|
245
|
-
{
|
|
246
|
-
hrid: '/abilities/mystic_aura',
|
|
247
|
-
name: 'Mystic Aura',
|
|
248
|
-
},
|
|
249
|
-
],
|
|
250
|
-
[
|
|
251
|
-
'/abilities/natures_veil',
|
|
252
|
-
{
|
|
253
|
-
hrid: '/abilities/natures_veil',
|
|
254
|
-
name: "Nature's Veil",
|
|
255
|
-
},
|
|
256
|
-
],
|
|
257
|
-
[
|
|
258
|
-
'/abilities/penetrating_shot',
|
|
259
|
-
{
|
|
260
|
-
hrid: '/abilities/penetrating_shot',
|
|
261
|
-
name: 'Penetrating Shot',
|
|
262
|
-
},
|
|
263
|
-
],
|
|
264
|
-
[
|
|
265
|
-
'/abilities/penetrating_strike',
|
|
266
|
-
{
|
|
267
|
-
hrid: '/abilities/penetrating_strike',
|
|
268
|
-
name: 'Penetrating Strike',
|
|
269
|
-
},
|
|
270
|
-
],
|
|
271
|
-
[
|
|
272
|
-
'/abilities/pestilent_shot',
|
|
273
|
-
{
|
|
274
|
-
hrid: '/abilities/pestilent_shot',
|
|
275
|
-
name: 'Pestilent Shot',
|
|
276
|
-
},
|
|
277
|
-
],
|
|
278
|
-
[
|
|
279
|
-
'/abilities/poke',
|
|
280
|
-
{
|
|
281
|
-
hrid: '/abilities/poke',
|
|
282
|
-
name: 'Poke',
|
|
283
|
-
},
|
|
284
|
-
],
|
|
285
|
-
[
|
|
286
|
-
'/abilities/precision',
|
|
287
|
-
{
|
|
288
|
-
hrid: '/abilities/precision',
|
|
289
|
-
name: 'Precision',
|
|
290
|
-
},
|
|
291
|
-
],
|
|
292
|
-
[
|
|
293
|
-
'/abilities/promote',
|
|
294
|
-
{
|
|
295
|
-
hrid: '/abilities/promote',
|
|
296
|
-
name: 'Promote',
|
|
297
|
-
},
|
|
298
|
-
],
|
|
299
|
-
[
|
|
300
|
-
'/abilities/provoke',
|
|
301
|
-
{
|
|
302
|
-
hrid: '/abilities/provoke',
|
|
303
|
-
name: 'Provoke',
|
|
304
|
-
},
|
|
305
|
-
],
|
|
306
|
-
[
|
|
307
|
-
'/abilities/puncture',
|
|
308
|
-
{
|
|
309
|
-
hrid: '/abilities/puncture',
|
|
310
|
-
name: 'Puncture',
|
|
311
|
-
},
|
|
312
|
-
],
|
|
313
|
-
[
|
|
314
|
-
'/abilities/quick_aid',
|
|
315
|
-
{
|
|
316
|
-
hrid: '/abilities/quick_aid',
|
|
317
|
-
name: 'Quick Aid',
|
|
318
|
-
},
|
|
319
|
-
],
|
|
320
|
-
[
|
|
321
|
-
'/abilities/quick_shot',
|
|
322
|
-
{
|
|
323
|
-
hrid: '/abilities/quick_shot',
|
|
324
|
-
name: 'Quick Shot',
|
|
325
|
-
},
|
|
326
|
-
],
|
|
327
|
-
[
|
|
328
|
-
'/abilities/rain_of_arrows',
|
|
329
|
-
{
|
|
330
|
-
hrid: '/abilities/rain_of_arrows',
|
|
331
|
-
name: 'Rain Of Arrows',
|
|
332
|
-
},
|
|
333
|
-
],
|
|
334
|
-
[
|
|
335
|
-
'/abilities/rejuvenate',
|
|
336
|
-
{
|
|
337
|
-
hrid: '/abilities/rejuvenate',
|
|
338
|
-
name: 'Rejuvenate',
|
|
339
|
-
},
|
|
340
|
-
],
|
|
341
|
-
[
|
|
342
|
-
'/abilities/retribution',
|
|
343
|
-
{
|
|
344
|
-
hrid: '/abilities/retribution',
|
|
345
|
-
name: 'Retribution',
|
|
346
|
-
},
|
|
347
|
-
],
|
|
348
|
-
[
|
|
349
|
-
'/abilities/revive',
|
|
350
|
-
{
|
|
351
|
-
hrid: '/abilities/revive',
|
|
352
|
-
name: 'Revive',
|
|
353
|
-
},
|
|
354
|
-
],
|
|
355
|
-
[
|
|
356
|
-
'/abilities/scratch',
|
|
357
|
-
{
|
|
358
|
-
hrid: '/abilities/scratch',
|
|
359
|
-
name: 'Scratch',
|
|
360
|
-
},
|
|
361
|
-
],
|
|
362
|
-
[
|
|
363
|
-
'/abilities/shield_bash',
|
|
364
|
-
{
|
|
365
|
-
hrid: '/abilities/shield_bash',
|
|
366
|
-
name: 'Shield Bash',
|
|
367
|
-
},
|
|
368
|
-
],
|
|
369
|
-
[
|
|
370
|
-
'/abilities/silencing_shot',
|
|
371
|
-
{
|
|
372
|
-
hrid: '/abilities/silencing_shot',
|
|
373
|
-
name: 'Silencing Shot',
|
|
374
|
-
},
|
|
375
|
-
],
|
|
376
|
-
[
|
|
377
|
-
'/abilities/smack',
|
|
378
|
-
{
|
|
379
|
-
hrid: '/abilities/smack',
|
|
380
|
-
name: 'Smack',
|
|
381
|
-
},
|
|
382
|
-
],
|
|
383
|
-
[
|
|
384
|
-
'/abilities/smoke_burst',
|
|
385
|
-
{
|
|
386
|
-
hrid: '/abilities/smoke_burst',
|
|
387
|
-
name: 'Smoke Burst',
|
|
388
|
-
},
|
|
389
|
-
],
|
|
390
|
-
[
|
|
391
|
-
'/abilities/speed_aura',
|
|
392
|
-
{
|
|
393
|
-
hrid: '/abilities/speed_aura',
|
|
394
|
-
name: 'Speed Aura',
|
|
395
|
-
},
|
|
396
|
-
],
|
|
397
|
-
[
|
|
398
|
-
'/abilities/spike_shell',
|
|
399
|
-
{
|
|
400
|
-
hrid: '/abilities/spike_shell',
|
|
401
|
-
name: 'Spike Shell',
|
|
402
|
-
},
|
|
403
|
-
],
|
|
404
|
-
[
|
|
405
|
-
'/abilities/steady_shot',
|
|
406
|
-
{
|
|
407
|
-
hrid: '/abilities/steady_shot',
|
|
408
|
-
name: 'Steady Shot',
|
|
409
|
-
},
|
|
410
|
-
],
|
|
411
|
-
[
|
|
412
|
-
'/abilities/stunning_blow',
|
|
413
|
-
{
|
|
414
|
-
hrid: '/abilities/stunning_blow',
|
|
415
|
-
name: 'Stunning Blow',
|
|
416
|
-
},
|
|
417
|
-
],
|
|
418
|
-
[
|
|
419
|
-
'/abilities/sweep',
|
|
420
|
-
{
|
|
421
|
-
hrid: '/abilities/sweep',
|
|
422
|
-
name: 'Sweep',
|
|
423
|
-
},
|
|
424
|
-
],
|
|
425
|
-
[
|
|
426
|
-
'/abilities/taunt',
|
|
427
|
-
{
|
|
428
|
-
hrid: '/abilities/taunt',
|
|
429
|
-
name: 'Taunt',
|
|
430
|
-
},
|
|
431
|
-
],
|
|
432
|
-
[
|
|
433
|
-
'/abilities/toughness',
|
|
434
|
-
{
|
|
435
|
-
hrid: '/abilities/toughness',
|
|
436
|
-
name: 'Toughness',
|
|
437
|
-
},
|
|
438
|
-
],
|
|
439
|
-
[
|
|
440
|
-
'/abilities/toxic_pollen',
|
|
441
|
-
{
|
|
442
|
-
hrid: '/abilities/toxic_pollen',
|
|
443
|
-
name: 'Toxic Pollen',
|
|
444
|
-
},
|
|
445
|
-
],
|
|
446
|
-
[
|
|
447
|
-
'/abilities/vampirism',
|
|
448
|
-
{
|
|
449
|
-
hrid: '/abilities/vampirism',
|
|
450
|
-
name: 'Vampirism',
|
|
451
|
-
},
|
|
452
|
-
],
|
|
453
|
-
[
|
|
454
|
-
'/abilities/water_strike',
|
|
455
|
-
{
|
|
456
|
-
hrid: '/abilities/water_strike',
|
|
457
|
-
name: 'Water Strike',
|
|
458
|
-
},
|
|
459
|
-
],
|
|
460
|
-
]);
|
|
461
|
-
export function isAbilityHrid(value) {
|
|
462
|
-
return ABILITY_HRIDS.includes(value);
|
|
463
|
-
}
|
|
464
|
-
export function getAbility(hrid) {
|
|
465
|
-
return ABILITIES.get(hrid);
|
|
466
|
-
}
|
|
467
|
-
export function requireAbility(hrid) {
|
|
468
|
-
const ability = ABILITIES.get(hrid);
|
|
469
|
-
if (!ability) {
|
|
470
|
-
throw new Error(`Ability not found: ${hrid}`);
|
|
471
|
-
}
|
|
472
|
-
return ability;
|
|
473
|
-
}
|
|
474
|
-
export function getAllAbilities() {
|
|
475
|
-
return Array.from(ABILITIES.values());
|
|
476
|
-
}
|
|
477
|
-
//# sourceMappingURL=abilities.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"abilities.js","sourceRoot":"","sources":["../../../src/generated/types/abilities.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
export declare const ACTIONCATEGORY_HRIDS: readonly ["/action_categories/alchemy/alchemy", "/action_categories/brewing/coffee", "/action_categories/brewing/tea", "/action_categories/cheesesmithing/body", "/action_categories/cheesesmithing/feet", "/action_categories/cheesesmithing/hands", "/action_categories/cheesesmithing/head", "/action_categories/cheesesmithing/legs", "/action_categories/cheesesmithing/main_hand", "/action_categories/cheesesmithing/material", "/action_categories/cheesesmithing/off_hand", "/action_categories/cheesesmithing/tool", "/action_categories/cheesesmithing/two_hand", "/action_categories/combat/aqua_planet", "/action_categories/combat/bear_with_it", "/action_categories/combat/dungeons", "/action_categories/combat/gobo_planet", "/action_categories/combat/golem_cave", "/action_categories/combat/infernal_abyss", "/action_categories/combat/jungle_planet", "/action_categories/combat/planet_of_the_eyes", "/action_categories/combat/smelly_planet", "/action_categories/combat/sorcerers_tower", "/action_categories/combat/swamp_planet", "/action_categories/combat/twilight_zone", "/action_categories/cooking/heal_over_time", "/action_categories/cooking/instant_heal", "/action_categories/cooking/instant_mana", "/action_categories/cooking/mana_over_time", "/action_categories/crafting/bow", "/action_categories/crafting/charm", "/action_categories/crafting/crossbow", "/action_categories/crafting/dungeon_keys", "/action_categories/crafting/earrings", "/action_categories/crafting/lumber", "/action_categories/crafting/neck", "/action_categories/crafting/off_hand", "/action_categories/crafting/ring", "/action_categories/crafting/special", "/action_categories/crafting/staff", "/action_categories/crafting/trinket", "/action_categories/enhancing/enhance", "/action_categories/foraging/asteroid_belt", "/action_categories/foraging/burble_beach", "/action_categories/foraging/farmland", "/action_categories/foraging/misty_forest", "/action_categories/foraging/olympus_mons", "/action_categories/foraging/shimmering_lake", "/action_categories/foraging/silly_cow_valley", "/action_categories/milking/cows", "/action_categories/tailoring/back", "/action_categories/tailoring/body", "/action_categories/tailoring/feet", "/action_categories/tailoring/hands", "/action_categories/tailoring/head", "/action_categories/tailoring/legs", "/action_categories/tailoring/material", "/action_categories/tailoring/pouch", "/action_categories/woodcutting/trees"];
|
|
2
|
-
export type ActionCategoryHrid = (typeof ACTIONCATEGORY_HRIDS)[number];
|
|
3
|
-
export type ActionTypeHrid = '/action_types/alchemy' | '/action_types/brewing' | '/action_types/cheesesmithing' | '/action_types/combat' | '/action_types/cooking' | '/action_types/crafting' | '/action_types/enhancing' | '/action_types/foraging' | '/action_types/milking' | '/action_types/tailoring' | '/action_types/woodcutting';
|
|
4
|
-
export interface ActionCategory {
|
|
5
|
-
/** Unique identifier for the action category */
|
|
6
|
-
hrid: ActionCategoryHrid;
|
|
7
|
-
/** Display name of the action category */
|
|
8
|
-
name: string;
|
|
9
|
-
/** Type of actions in this category */
|
|
10
|
-
type: ActionTypeHrid;
|
|
11
|
-
/** Display sort order */
|
|
12
|
-
sortIndex: number;
|
|
13
|
-
}
|
|
14
|
-
export declare const ACTIONCATEGORIES: Map<ActionCategoryHrid, ActionCategory>;
|
|
15
|
-
export declare function isActionCategoryHrid(value: string): value is ActionCategoryHrid;
|
|
16
|
-
export declare function getActionCategory(hrid: ActionCategoryHrid): ActionCategory | undefined;
|
|
17
|
-
export declare function requireActionCategory(hrid: ActionCategoryHrid): ActionCategory;
|
|
18
|
-
export declare function getAllActionCategories(): ActionCategory[];
|
|
19
|
-
export declare const ALCHEMY_CATEGORIES: readonly ["/action_categories/alchemy/alchemy"];
|
|
20
|
-
export declare const BREWING_CATEGORIES: readonly ["/action_categories/brewing/coffee", "/action_categories/brewing/tea"];
|
|
21
|
-
export declare const CHEESESMITHING_CATEGORIES: readonly ["/action_categories/cheesesmithing/body", "/action_categories/cheesesmithing/feet", "/action_categories/cheesesmithing/hands", "/action_categories/cheesesmithing/head", "/action_categories/cheesesmithing/legs", "/action_categories/cheesesmithing/main_hand", "/action_categories/cheesesmithing/material", "/action_categories/cheesesmithing/off_hand", "/action_categories/cheesesmithing/tool", "/action_categories/cheesesmithing/two_hand"];
|
|
22
|
-
export declare const COMBAT_CATEGORIES: readonly ["/action_categories/combat/aqua_planet", "/action_categories/combat/bear_with_it", "/action_categories/combat/dungeons", "/action_categories/combat/gobo_planet", "/action_categories/combat/golem_cave", "/action_categories/combat/infernal_abyss", "/action_categories/combat/jungle_planet", "/action_categories/combat/planet_of_the_eyes", "/action_categories/combat/smelly_planet", "/action_categories/combat/sorcerers_tower", "/action_categories/combat/swamp_planet", "/action_categories/combat/twilight_zone"];
|
|
23
|
-
export declare const COOKING_CATEGORIES: readonly ["/action_categories/cooking/heal_over_time", "/action_categories/cooking/instant_heal", "/action_categories/cooking/instant_mana", "/action_categories/cooking/mana_over_time"];
|
|
24
|
-
export declare const CRAFTING_CATEGORIES: readonly ["/action_categories/crafting/bow", "/action_categories/crafting/charm", "/action_categories/crafting/crossbow", "/action_categories/crafting/dungeon_keys", "/action_categories/crafting/earrings", "/action_categories/crafting/lumber", "/action_categories/crafting/neck", "/action_categories/crafting/off_hand", "/action_categories/crafting/ring", "/action_categories/crafting/special", "/action_categories/crafting/staff", "/action_categories/crafting/trinket"];
|
|
25
|
-
export declare const ENHANCING_CATEGORIES: readonly ["/action_categories/enhancing/enhance"];
|
|
26
|
-
export declare const FORAGING_CATEGORIES: readonly ["/action_categories/foraging/asteroid_belt", "/action_categories/foraging/burble_beach", "/action_categories/foraging/farmland", "/action_categories/foraging/misty_forest", "/action_categories/foraging/olympus_mons", "/action_categories/foraging/shimmering_lake", "/action_categories/foraging/silly_cow_valley"];
|
|
27
|
-
export declare const MILKING_CATEGORIES: readonly ["/action_categories/milking/cows"];
|
|
28
|
-
export declare const TAILORING_CATEGORIES: readonly ["/action_categories/tailoring/back", "/action_categories/tailoring/body", "/action_categories/tailoring/feet", "/action_categories/tailoring/hands", "/action_categories/tailoring/head", "/action_categories/tailoring/legs", "/action_categories/tailoring/material", "/action_categories/tailoring/pouch"];
|
|
29
|
-
export declare const WOODCUTTING_CATEGORIES: readonly ["/action_categories/woodcutting/trees"];
|
|
30
|
-
export declare const ACTION_CATEGORIES_BY_TYPE: Partial<Record<ActionTypeHrid, readonly ActionCategoryHrid[]>>;
|
|
31
|
-
export declare function getCategoriesByType(type: ActionTypeHrid): ActionCategory[];
|
|
32
|
-
export declare function getCategoryType(hrid: ActionCategoryHrid): ActionTypeHrid | undefined;
|
|
33
|
-
export declare function sortCategoriesByIndex(categories: ActionCategory[]): ActionCategory[];
|
|
34
|
-
export declare function getCategoryByName(name: string): ActionCategory | undefined;
|
|
35
|
-
export declare function searchActionCategories(query: string): ActionCategory[];
|
|
36
|
-
export declare const ACTION_CATEGORY_TYPES: readonly ["/action_types/alchemy", "/action_types/brewing", "/action_types/cheesesmithing", "/action_types/combat", "/action_types/cooking", "/action_types/crafting", "/action_types/enhancing", "/action_types/foraging", "/action_types/milking", "/action_types/tailoring", "/action_types/woodcutting"];
|
|
37
|
-
export declare function getAllActionTypes(): ActionTypeHrid[];
|
|
38
|
-
export declare function isValidActionType(type: string): type is ActionTypeHrid;
|
|
39
|
-
//# sourceMappingURL=action-categories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"action-categories.d.ts","sourceRoot":"","sources":["../../../src/generated/types/action-categories.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB,k4EA4DvB,CAAA;AAEV,MAAM,MAAM,kBAAkB,GAAG,CAAC,OAAO,oBAAoB,CAAC,CAAC,MAAM,CAAC,CAAA;AACtE,MAAM,MAAM,cAAc,GACvB,uBAAuB,GACvB,uBAAuB,GACvB,8BAA8B,GAC9B,sBAAsB,GACtB,uBAAuB,GACvB,wBAAwB,GACxB,yBAAyB,GACzB,wBAAwB,GACxB,uBAAuB,GACvB,yBAAyB,GACzB,2BAA2B,CAAA;AAE9B,MAAM,WAAW,cAAc;IAC9B,gDAAgD;IAChD,IAAI,EAAE,kBAAkB,CAAA;IACxB,0CAA0C;IAC1C,IAAI,EAAE,MAAM,CAAA;IACZ,uCAAuC;IACvC,IAAI,EAAE,cAAc,CAAA;IACpB,yBAAyB;IACzB,SAAS,EAAE,MAAM,CAAA;CACjB;AAED,eAAO,MAAM,gBAAgB,EAAE,GAAG,CAAC,kBAAkB,EAAE,cAAc,CAqhBlE,CAAA;AAEH,wBAAgB,oBAAoB,CACnC,KAAK,EAAE,MAAM,GACX,KAAK,IAAI,kBAAkB,CAE7B;AAED,wBAAgB,iBAAiB,CAChC,IAAI,EAAE,kBAAkB,GACtB,cAAc,GAAG,SAAS,CAE5B;AAED,wBAAgB,qBAAqB,CACpC,IAAI,EAAE,kBAAkB,GACtB,cAAc,CAMhB;AAED,wBAAgB,sBAAsB,IAAI,cAAc,EAAE,CAEzD;AAED,eAAO,MAAM,kBAAkB,iDAErB,CAAA;AACV,eAAO,MAAM,kBAAkB,kFAGrB,CAAA;AACV,eAAO,MAAM,yBAAyB,icAW5B,CAAA;AACV,eAAO,MAAM,iBAAiB,ygBAapB,CAAA;AACV,eAAO,MAAM,kBAAkB,2LAKrB,CAAA;AACV,eAAO,MAAM,mBAAmB,wdAatB,CAAA;AACV,eAAO,MAAM,oBAAoB,mDAEvB,CAAA;AACV,eAAO,MAAM,mBAAmB,mUAQtB,CAAA;AACV,eAAO,MAAM,kBAAkB,8CAA+C,CAAA;AAC9E,eAAO,MAAM,oBAAoB,yTASvB,CAAA;AACV,eAAO,MAAM,sBAAsB,mDAEzB,CAAA;AACV,eAAO,MAAM,yBAAyB,EAAE,OAAO,CAC9C,MAAM,CAAC,cAAc,EAAE,SAAS,kBAAkB,EAAE,CAAC,CA2ErD,CAAA;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,cAAc,GAAG,cAAc,EAAE,CAG1E;AAED,wBAAgB,eAAe,CAC9B,IAAI,EAAE,kBAAkB,GACtB,cAAc,GAAG,SAAS,CAG5B;AAED,wBAAgB,qBAAqB,CACpC,UAAU,EAAE,cAAc,EAAE,GAC1B,cAAc,EAAE,CAElB;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,MAAM,GAAG,cAAc,GAAG,SAAS,CAI1E;AAED,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,MAAM,GAAG,cAAc,EAAE,CAOtE;AAED,eAAO,MAAM,qBAAqB,8SAYxB,CAAA;AAEV,wBAAgB,iBAAiB,IAAI,cAAc,EAAE,CAEpD;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI,IAAI,cAAc,CAEtE"}
|