@c3d.gg/mwi-types 0.1.2 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +423 -61
- package/dist/.tsbuildinfo +1 -1
- package/dist/generated/index.d.ts +29 -12
- package/dist/generated/index.d.ts.map +1 -1
- package/dist/generated/index.js +32 -17
- package/dist/generated/index.js.map +1 -1
- package/dist/generated/localization/en/translations.d.ts +32 -0
- package/dist/generated/localization/en/translations.d.ts.map +1 -0
- package/dist/generated/localization/en/translations.js +2894 -0
- package/dist/generated/localization/en/translations.js.map +1 -0
- package/dist/generated/localization/index.d.ts +6 -52
- package/dist/generated/localization/index.d.ts.map +1 -1
- package/dist/generated/localization/index.js +7 -99
- package/dist/generated/localization/index.js.map +1 -1
- package/dist/generated/localization/utils.d.ts +14 -0
- package/dist/generated/localization/utils.d.ts.map +1 -0
- package/dist/generated/localization/utils.js +28 -0
- package/dist/generated/localization/utils.js.map +1 -0
- package/dist/generated/localization/zh/translations.d.ts +32 -0
- package/dist/generated/localization/zh/translations.d.ts.map +1 -0
- package/dist/generated/localization/zh/translations.js +2894 -0
- package/dist/generated/localization/zh/translations.js.map +1 -0
- package/dist/generated/types/abilities.d.ts +12 -0
- package/dist/generated/types/abilities.d.ts.map +1 -0
- package/dist/generated/types/abilities.js +477 -0
- package/dist/generated/types/abilities.js.map +1 -0
- package/dist/generated/types/action-categories.d.ts +39 -0
- package/dist/generated/types/action-categories.d.ts.map +1 -0
- package/dist/generated/types/action-categories.js +803 -0
- package/dist/generated/types/action-categories.js.map +1 -0
- package/dist/generated/types/actions.d.ts +144 -0
- package/dist/generated/types/actions.d.ts.map +1 -0
- package/dist/generated/types/actions.js +48406 -0
- package/dist/generated/types/actions.js.map +1 -0
- package/dist/generated/types/avatar.d.ts +34 -0
- package/dist/generated/types/avatar.d.ts.map +1 -0
- package/dist/generated/types/avatar.js +1000 -0
- package/dist/generated/types/avatar.js.map +1 -0
- package/dist/generated/types/avatars.d.ts +34 -0
- package/dist/generated/types/avatars.d.ts.map +1 -0
- package/dist/generated/types/avatars.js +1110 -0
- package/dist/generated/types/avatars.js.map +1 -0
- package/dist/generated/types/buff-types.d.ts +50 -0
- package/dist/generated/types/buff-types.d.ts.map +1 -0
- package/dist/generated/types/buff-types.js +819 -0
- package/dist/generated/types/buff-types.js.map +1 -0
- package/dist/generated/types/chat-channel-types.d.ts +19 -0
- package/dist/generated/types/chat-channel-types.d.ts.map +1 -0
- package/dist/generated/types/chat-channel-types.js +302 -0
- package/dist/generated/types/chat-channel-types.js.map +1 -0
- package/dist/generated/types/chat-icons.d.ts +56 -0
- package/dist/generated/types/chat-icons.d.ts.map +1 -0
- package/dist/generated/types/chat-icons.js +6656 -0
- package/dist/generated/types/chat-icons.js.map +1 -0
- package/dist/generated/types/combat-styles.d.ts +21 -0
- package/dist/generated/types/combat-styles.d.ts.map +1 -0
- package/dist/generated/types/combat-styles.js +125 -0
- package/dist/generated/types/combat-styles.js.map +1 -0
- package/dist/generated/types/community-buffs.d.ts +53 -0
- package/dist/generated/types/community-buffs.d.ts.map +1 -0
- package/dist/generated/types/community-buffs.js +222 -0
- package/dist/generated/types/community-buffs.js.map +1 -0
- package/dist/generated/types/damage-types.d.ts +17 -0
- package/dist/generated/types/damage-types.d.ts.map +1 -0
- package/dist/generated/types/damage-types.js +60 -0
- package/dist/generated/types/damage-types.js.map +1 -0
- package/dist/generated/types/equipment-types.d.ts +17 -0
- package/dist/generated/types/equipment-types.d.ts.map +1 -0
- package/dist/generated/types/equipment-types.js +249 -0
- package/dist/generated/types/equipment-types.js.map +1 -0
- package/dist/generated/types/game-modes.d.ts +49 -0
- package/dist/generated/types/game-modes.d.ts.map +1 -0
- package/dist/generated/types/game-modes.js +118 -0
- package/dist/generated/types/game-modes.js.map +1 -0
- package/dist/generated/types/guild-character-roles.d.ts +17 -0
- package/dist/generated/types/guild-character-roles.d.ts.map +1 -0
- package/dist/generated/types/guild-character-roles.js +60 -0
- package/dist/generated/types/guild-character-roles.js.map +1 -0
- package/dist/generated/types/house-rooms.d.ts +46 -0
- package/dist/generated/types/house-rooms.d.ts.map +1 -0
- package/dist/generated/types/house-rooms.js +5699 -0
- package/dist/generated/types/house-rooms.js.map +1 -0
- package/dist/generated/types/item-categories.d.ts +17 -0
- package/dist/generated/types/item-categories.d.ts.map +1 -0
- package/dist/generated/types/item-categories.js +96 -0
- package/dist/generated/types/item-categories.js.map +1 -0
- package/dist/generated/types/item-locations.d.ts +17 -0
- package/dist/generated/types/item-locations.d.ts.map +1 -0
- package/dist/generated/types/item-locations.js +258 -0
- package/dist/generated/types/item-locations.js.map +1 -0
- package/dist/generated/types/items.d.ts +73 -0
- package/dist/generated/types/items.d.ts.map +1 -0
- package/dist/generated/types/items.js +69551 -0
- package/dist/generated/types/items.js.map +1 -0
- package/dist/generated/types/leaderboard-categories.d.ts +33 -0
- package/dist/generated/types/leaderboard-categories.d.ts.map +1 -0
- package/dist/generated/types/leaderboard-categories.js +393 -0
- package/dist/generated/types/leaderboard-categories.js.map +1 -0
- package/dist/generated/types/leaderboard-types.d.ts +30 -0
- package/dist/generated/types/leaderboard-types.d.ts.map +1 -0
- package/dist/generated/types/leaderboard-types.js +163 -0
- package/dist/generated/types/leaderboard-types.js.map +1 -0
- package/dist/generated/types/leaderboards.d.ts +74 -0
- package/dist/generated/types/leaderboards.d.ts.map +1 -0
- package/dist/generated/types/leaderboards.js +457 -0
- package/dist/generated/types/leaderboards.js.map +1 -0
- package/dist/generated/types/monsters.d.ts +97 -0
- package/dist/generated/types/monsters.d.ts.map +1 -0
- package/dist/generated/types/monsters.js +9857 -0
- package/dist/generated/types/monsters.js.map +1 -0
- package/dist/generated/types/name-colors.d.ts +44 -0
- package/dist/generated/types/name-colors.d.ts.map +1 -0
- package/dist/generated/types/name-colors.js +1891 -0
- package/dist/generated/types/name-colors.js.map +1 -0
- package/dist/generated/types/player-data.d.ts +376 -0
- package/dist/generated/types/player-data.d.ts.map +1 -0
- package/dist/generated/types/player-data.js +54 -0
- package/dist/generated/types/player-data.js.map +1 -0
- package/dist/generated/types/purchase-bundles.d.ts +50 -0
- package/dist/generated/types/purchase-bundles.d.ts.map +1 -0
- package/dist/generated/types/purchase-bundles.js +358 -0
- package/dist/generated/types/purchase-bundles.js.map +1 -0
- package/dist/generated/types/random-tasks.d.ts +33 -0
- package/dist/generated/types/random-tasks.d.ts.map +1 -0
- package/dist/generated/types/random-tasks.js +162 -0
- package/dist/generated/types/random-tasks.js.map +1 -0
- package/dist/generated/types/recipes.d.ts +85 -0
- package/dist/generated/types/recipes.d.ts.map +1 -0
- package/dist/generated/types/recipes.js +25996 -0
- package/dist/generated/types/recipes.js.map +1 -0
- package/dist/generated/types/shop-categories.d.ts +17 -0
- package/dist/generated/types/shop-categories.d.ts.map +1 -0
- package/dist/generated/types/shop-categories.js +42 -0
- package/dist/generated/types/shop-categories.js.map +1 -0
- package/dist/generated/types/shop-items.d.ts +35 -0
- package/dist/generated/types/shop-items.d.ts.map +1 -0
- package/dist/generated/types/shop-items.js +1313 -0
- package/dist/generated/types/shop-items.js.map +1 -0
- package/dist/generated/types/skills.d.ts +15 -0
- package/dist/generated/types/skills.d.ts.map +1 -0
- package/dist/generated/types/skills.js +219 -0
- package/dist/generated/types/skills.js.map +1 -0
- package/dist/generated/types/task-shop-items.d.ts +38 -0
- package/dist/generated/types/task-shop-items.d.ts.map +1 -0
- package/dist/generated/types/task-shop-items.js +160 -0
- package/dist/generated/types/task-shop-items.js.map +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/package.json +11 -37
- package/dist/constants/index.d.ts +0 -2
- package/dist/constants/index.d.ts.map +0 -1
- package/dist/constants/index.js +0 -2
- package/dist/constants/index.js.map +0 -1
- package/dist/game-logic/index.d.ts +0 -2
- package/dist/game-logic/index.d.ts.map +0 -1
- package/dist/game-logic/index.js +0 -3
- package/dist/game-logic/index.js.map +0 -1
- package/dist/generated/constants/abilities-hrids.d.ts +0 -129
- package/dist/generated/constants/abilities-hrids.d.ts.map +0 -1
- package/dist/generated/constants/abilities-hrids.js +0 -130
- package/dist/generated/constants/abilities-hrids.js.map +0 -1
- package/dist/generated/constants/action-categories-hrids.d.ts +0 -133
- package/dist/generated/constants/action-categories-hrids.d.ts.map +0 -1
- package/dist/generated/constants/action-categories-hrids.js +0 -134
- package/dist/generated/constants/action-categories-hrids.js.map +0 -1
- package/dist/generated/constants/actions-hrids.d.ts +0 -1471
- package/dist/generated/constants/actions-hrids.d.ts.map +0 -1
- package/dist/generated/constants/actions-hrids.js +0 -1472
- package/dist/generated/constants/actions-hrids.js.map +0 -1
- package/dist/generated/constants/avatar-outfits-hrids.d.ts +0 -205
- package/dist/generated/constants/avatar-outfits-hrids.d.ts.map +0 -1
- package/dist/generated/constants/avatar-outfits-hrids.js +0 -206
- package/dist/generated/constants/avatar-outfits-hrids.js.map +0 -1
- package/dist/generated/constants/avatars-hrids.d.ts +0 -185
- package/dist/generated/constants/avatars-hrids.d.ts.map +0 -1
- package/dist/generated/constants/avatars-hrids.js +0 -186
- package/dist/generated/constants/avatars-hrids.js.map +0 -1
- package/dist/generated/constants/buff-types-hrids.d.ts +0 -133
- package/dist/generated/constants/buff-types-hrids.d.ts.map +0 -1
- package/dist/generated/constants/buff-types-hrids.js +0 -134
- package/dist/generated/constants/buff-types-hrids.js.map +0 -1
- package/dist/generated/constants/chat-channel-types-hrids.d.ts +0 -57
- package/dist/generated/constants/chat-channel-types-hrids.d.ts.map +0 -1
- package/dist/generated/constants/chat-channel-types-hrids.js +0 -58
- package/dist/generated/constants/chat-channel-types-hrids.js.map +0 -1
- package/dist/generated/constants/chat-icons-hrids.d.ts +0 -885
- package/dist/generated/constants/chat-icons-hrids.d.ts.map +0 -1
- package/dist/generated/constants/chat-icons-hrids.js +0 -886
- package/dist/generated/constants/chat-icons-hrids.js.map +0 -1
- package/dist/generated/constants/combat-monsters-hrids.d.ts +0 -169
- package/dist/generated/constants/combat-monsters-hrids.d.ts.map +0 -1
- package/dist/generated/constants/combat-monsters-hrids.js +0 -170
- package/dist/generated/constants/combat-monsters-hrids.js.map +0 -1
- package/dist/generated/constants/combat-styles-hrids.d.ts +0 -27
- package/dist/generated/constants/combat-styles-hrids.d.ts.map +0 -1
- package/dist/generated/constants/combat-styles-hrids.js +0 -28
- package/dist/generated/constants/combat-styles-hrids.js.map +0 -1
- package/dist/generated/constants/community-buff-types-hrids.d.ts +0 -25
- package/dist/generated/constants/community-buff-types-hrids.d.ts.map +0 -1
- package/dist/generated/constants/community-buff-types-hrids.js +0 -26
- package/dist/generated/constants/community-buff-types-hrids.js.map +0 -1
- package/dist/generated/constants/damage-types-hrids.d.ts +0 -23
- package/dist/generated/constants/damage-types-hrids.d.ts.map +0 -1
- package/dist/generated/constants/damage-types-hrids.js +0 -24
- package/dist/generated/constants/damage-types-hrids.js.map +0 -1
- package/dist/generated/constants/equipment-types-hrids.d.ts +0 -65
- package/dist/generated/constants/equipment-types-hrids.d.ts.map +0 -1
- package/dist/generated/constants/equipment-types-hrids.js +0 -66
- package/dist/generated/constants/equipment-types-hrids.js.map +0 -1
- package/dist/generated/constants/game-modes-hrids.d.ts +0 -21
- package/dist/generated/constants/game-modes-hrids.d.ts.map +0 -1
- package/dist/generated/constants/game-modes-hrids.js +0 -22
- package/dist/generated/constants/game-modes-hrids.js.map +0 -1
- package/dist/generated/constants/guild-character-roles-hrids.d.ts +0 -23
- package/dist/generated/constants/guild-character-roles-hrids.d.ts.map +0 -1
- package/dist/generated/constants/guild-character-roles-hrids.js +0 -24
- package/dist/generated/constants/guild-character-roles-hrids.js.map +0 -1
- package/dist/generated/constants/house-rooms-hrids.d.ts +0 -49
- package/dist/generated/constants/house-rooms-hrids.d.ts.map +0 -1
- package/dist/generated/constants/house-rooms-hrids.js +0 -50
- package/dist/generated/constants/house-rooms-hrids.js.map +0 -1
- package/dist/generated/constants/index.d.ts +0 -34
- package/dist/generated/constants/index.d.ts.map +0 -1
- package/dist/generated/constants/index.js +0 -35
- package/dist/generated/constants/index.js.map +0 -1
- package/dist/generated/constants/item-categories-hrids.d.ts +0 -31
- package/dist/generated/constants/item-categories-hrids.d.ts.map +0 -1
- package/dist/generated/constants/item-categories-hrids.js +0 -32
- package/dist/generated/constants/item-categories-hrids.js.map +0 -1
- package/dist/generated/constants/item-locations-hrids.d.ts +0 -67
- package/dist/generated/constants/item-locations-hrids.d.ts.map +0 -1
- package/dist/generated/constants/item-locations-hrids.js +0 -68
- package/dist/generated/constants/item-locations-hrids.js.map +0 -1
- package/dist/generated/constants/items-hrids.d.ts +0 -1803
- package/dist/generated/constants/items-hrids.d.ts.map +0 -1
- package/dist/generated/constants/items-hrids.js +0 -1804
- package/dist/generated/constants/items-hrids.js.map +0 -1
- package/dist/generated/constants/leaderboard-categories-hrids.d.ts +0 -57
- package/dist/generated/constants/leaderboard-categories-hrids.d.ts.map +0 -1
- package/dist/generated/constants/leaderboard-categories-hrids.js +0 -58
- package/dist/generated/constants/leaderboard-categories-hrids.js.map +0 -1
- package/dist/generated/constants/leaderboard-types-hrids.d.ts +0 -27
- package/dist/generated/constants/leaderboard-types-hrids.d.ts.map +0 -1
- package/dist/generated/constants/leaderboard-types-hrids.js +0 -28
- package/dist/generated/constants/leaderboard-types-hrids.js.map +0 -1
- package/dist/generated/constants/name-colors-hrids.d.ts +0 -293
- package/dist/generated/constants/name-colors-hrids.d.ts.map +0 -1
- package/dist/generated/constants/name-colors-hrids.js +0 -294
- package/dist/generated/constants/name-colors-hrids.js.map +0 -1
- package/dist/generated/constants/random-task-types-hrids.d.ts +0 -33
- package/dist/generated/constants/random-task-types-hrids.d.ts.map +0 -1
- package/dist/generated/constants/random-task-types-hrids.js +0 -34
- package/dist/generated/constants/random-task-types-hrids.js.map +0 -1
- package/dist/generated/constants/recipes-hrids.d.ts +0 -1251
- package/dist/generated/constants/recipes-hrids.d.ts.map +0 -1
- package/dist/generated/constants/recipes-hrids.js +0 -1252
- package/dist/generated/constants/recipes-hrids.js.map +0 -1
- package/dist/generated/constants/shop-categories-hrids.d.ts +0 -19
- package/dist/generated/constants/shop-categories-hrids.d.ts.map +0 -1
- package/dist/generated/constants/shop-categories-hrids.js +0 -20
- package/dist/generated/constants/shop-categories-hrids.js.map +0 -1
- package/dist/generated/constants/shop-items-hrids.d.ts +0 -141
- package/dist/generated/constants/shop-items-hrids.d.ts.map +0 -1
- package/dist/generated/constants/shop-items-hrids.js +0 -142
- package/dist/generated/constants/shop-items-hrids.js.map +0 -1
- package/dist/generated/constants/skills-hrids.d.ts +0 -51
- package/dist/generated/constants/skills-hrids.d.ts.map +0 -1
- package/dist/generated/constants/skills-hrids.js +0 -52
- package/dist/generated/constants/skills-hrids.js.map +0 -1
- package/dist/generated/constants/task-shop-items-hrids.d.ts +0 -23
- package/dist/generated/constants/task-shop-items-hrids.d.ts.map +0 -1
- package/dist/generated/constants/task-shop-items-hrids.js +0 -24
- package/dist/generated/constants/task-shop-items-hrids.js.map +0 -1
- package/dist/generated/game-logic/abilities.d.ts +0 -108
- package/dist/generated/game-logic/abilities.d.ts.map +0 -1
- package/dist/generated/game-logic/abilities.js +0 -3723
- package/dist/generated/game-logic/abilities.js.map +0 -1
- package/dist/generated/game-logic/action-categories.d.ts +0 -35
- package/dist/generated/game-logic/action-categories.d.ts.map +0 -1
- package/dist/generated/game-logic/action-categories.js +0 -432
- package/dist/generated/game-logic/action-categories.js.map +0 -1
- package/dist/generated/game-logic/actions.d.ts +0 -491
- package/dist/generated/game-logic/actions.d.ts.map +0 -1
- package/dist/generated/game-logic/actions.js +0 -42096
- package/dist/generated/game-logic/actions.js.map +0 -1
- package/dist/generated/game-logic/avatar-outfits.d.ts +0 -66
- package/dist/generated/game-logic/avatar-outfits.d.ts.map +0 -1
- package/dist/generated/game-logic/avatar-outfits.js +0 -720
- package/dist/generated/game-logic/avatar-outfits.js.map +0 -1
- package/dist/generated/game-logic/avatars.d.ts +0 -66
- package/dist/generated/game-logic/avatars.d.ts.map +0 -1
- package/dist/generated/game-logic/avatars.js +0 -650
- package/dist/generated/game-logic/avatars.js.map +0 -1
- package/dist/generated/game-logic/buff-types.d.ts +0 -101
- package/dist/generated/game-logic/buff-types.d.ts.map +0 -1
- package/dist/generated/game-logic/buff-types.js +0 -825
- package/dist/generated/game-logic/buff-types.js.map +0 -1
- package/dist/generated/game-logic/chat-channel-types.d.ts +0 -40
- package/dist/generated/game-logic/chat-channel-types.d.ts.map +0 -1
- package/dist/generated/game-logic/chat-channel-types.js +0 -400
- package/dist/generated/game-logic/chat-channel-types.js.map +0 -1
- package/dist/generated/game-logic/chat-icons.d.ts +0 -40
- package/dist/generated/game-logic/chat-icons.d.ts.map +0 -1
- package/dist/generated/game-logic/chat-icons.js +0 -13121
- package/dist/generated/game-logic/chat-icons.js.map +0 -1
- package/dist/generated/game-logic/combat-monsters.d.ts +0 -1339
- package/dist/generated/game-logic/combat-monsters.d.ts.map +0 -1
- package/dist/generated/game-logic/combat-monsters.js +0 -9553
- package/dist/generated/game-logic/combat-monsters.js.map +0 -1
- package/dist/generated/game-logic/combat-styles.d.ts +0 -71
- package/dist/generated/game-logic/combat-styles.d.ts.map +0 -1
- package/dist/generated/game-logic/combat-styles.js +0 -166
- package/dist/generated/game-logic/combat-styles.js.map +0 -1
- package/dist/generated/game-logic/community-buff-types.d.ts +0 -35
- package/dist/generated/game-logic/community-buff-types.d.ts.map +0 -1
- package/dist/generated/game-logic/community-buff-types.js +0 -178
- package/dist/generated/game-logic/community-buff-types.js.map +0 -1
- package/dist/generated/game-logic/damage-types.d.ts +0 -61
- package/dist/generated/game-logic/damage-types.d.ts.map +0 -1
- package/dist/generated/game-logic/damage-types.js +0 -126
- package/dist/generated/game-logic/damage-types.js.map +0 -1
- package/dist/generated/game-logic/equipment-types.d.ts +0 -83
- package/dist/generated/game-logic/equipment-types.d.ts.map +0 -1
- package/dist/generated/game-logic/equipment-types.js +0 -287
- package/dist/generated/game-logic/equipment-types.js.map +0 -1
- package/dist/generated/game-logic/game-modes.d.ts +0 -37
- package/dist/generated/game-logic/game-modes.d.ts.map +0 -1
- package/dist/generated/game-logic/game-modes.js +0 -96
- package/dist/generated/game-logic/game-modes.js.map +0 -1
- package/dist/generated/game-logic/guild-character-roles.d.ts +0 -37
- package/dist/generated/game-logic/guild-character-roles.d.ts.map +0 -1
- package/dist/generated/game-logic/guild-character-roles.js +0 -139
- package/dist/generated/game-logic/guild-character-roles.js.map +0 -1
- package/dist/generated/game-logic/house-rooms.d.ts +0 -138
- package/dist/generated/game-logic/house-rooms.d.ts.map +0 -1
- package/dist/generated/game-logic/house-rooms.js +0 -5635
- package/dist/generated/game-logic/house-rooms.js.map +0 -1
- package/dist/generated/game-logic/index.d.ts +0 -37
- package/dist/generated/game-logic/index.d.ts.map +0 -1
- package/dist/generated/game-logic/index.js +0 -227
- package/dist/generated/game-logic/index.js.map +0 -1
- package/dist/generated/game-logic/item-categories.d.ts +0 -28
- package/dist/generated/game-logic/item-categories.d.ts.map +0 -1
- package/dist/generated/game-logic/item-categories.js +0 -90
- package/dist/generated/game-logic/item-categories.js.map +0 -1
- package/dist/generated/game-logic/item-locations.d.ts +0 -34
- package/dist/generated/game-logic/item-locations.d.ts.map +0 -1
- package/dist/generated/game-logic/item-locations.js +0 -332
- package/dist/generated/game-logic/item-locations.js.map +0 -1
- package/dist/generated/game-logic/items.d.ts +0 -184
- package/dist/generated/game-logic/items.d.ts.map +0 -1
- package/dist/generated/game-logic/items.js +0 -66531
- package/dist/generated/game-logic/items.js.map +0 -1
- package/dist/generated/game-logic/leaderboard-categories.d.ts +0 -41
- package/dist/generated/game-logic/leaderboard-categories.d.ts.map +0 -1
- package/dist/generated/game-logic/leaderboard-categories.js +0 -227
- package/dist/generated/game-logic/leaderboard-categories.js.map +0 -1
- package/dist/generated/game-logic/leaderboard-types.d.ts +0 -38
- package/dist/generated/game-logic/leaderboard-types.d.ts.map +0 -1
- package/dist/generated/game-logic/leaderboard-types.js +0 -124
- package/dist/generated/game-logic/leaderboard-types.js.map +0 -1
- package/dist/generated/game-logic/name-colors.d.ts +0 -39
- package/dist/generated/game-logic/name-colors.d.ts.map +0 -1
- package/dist/generated/game-logic/name-colors.js +0 -2989
- package/dist/generated/game-logic/name-colors.js.map +0 -1
- package/dist/generated/game-logic/random-task-types.d.ts +0 -45
- package/dist/generated/game-logic/random-task-types.d.ts.map +0 -1
- package/dist/generated/game-logic/random-task-types.js +0 -117
- package/dist/generated/game-logic/random-task-types.js.map +0 -1
- package/dist/generated/game-logic/recipe-calculator.d.ts +0 -204
- package/dist/generated/game-logic/recipe-calculator.d.ts.map +0 -1
- package/dist/generated/game-logic/recipe-calculator.js +0 -360
- package/dist/generated/game-logic/recipe-calculator.js.map +0 -1
- package/dist/generated/game-logic/recipe-tree.d.ts +0 -123
- package/dist/generated/game-logic/recipe-tree.d.ts.map +0 -1
- package/dist/generated/game-logic/recipe-tree.js +0 -298
- package/dist/generated/game-logic/recipe-tree.js.map +0 -1
- package/dist/generated/game-logic/recipes.d.ts +0 -651
- package/dist/generated/game-logic/recipes.d.ts.map +0 -1
- package/dist/generated/game-logic/recipes.js +0 -34964
- package/dist/generated/game-logic/recipes.js.map +0 -1
- package/dist/generated/game-logic/shop-categories.d.ts +0 -28
- package/dist/generated/game-logic/shop-categories.d.ts.map +0 -1
- package/dist/generated/game-logic/shop-categories.js +0 -52
- package/dist/generated/game-logic/shop-categories.js.map +0 -1
- package/dist/generated/game-logic/shop-items.d.ts +0 -32
- package/dist/generated/game-logic/shop-items.d.ts.map +0 -1
- package/dist/generated/game-logic/shop-items.js +0 -839
- package/dist/generated/game-logic/shop-items.js.map +0 -1
- package/dist/generated/game-logic/skills.d.ts +0 -85
- package/dist/generated/game-logic/skills.d.ts.map +0 -1
- package/dist/generated/game-logic/skills.js +0 -249
- package/dist/generated/game-logic/skills.js.map +0 -1
- package/dist/generated/game-logic/task-shop-items.d.ts +0 -46
- package/dist/generated/game-logic/task-shop-items.d.ts.map +0 -1
- package/dist/generated/game-logic/task-shop-items.js +0 -104
- package/dist/generated/game-logic/task-shop-items.js.map +0 -1
- package/dist/generated/game-logic/types.d.ts +0 -64
- package/dist/generated/game-logic/types.d.ts.map +0 -1
- package/dist/generated/game-logic/types.js +0 -13
- package/dist/generated/game-logic/types.js.map +0 -1
- package/dist/generated/localization/en/abilities.d.ts +0 -10
- package/dist/generated/localization/en/abilities.d.ts.map +0 -1
- package/dist/generated/localization/en/abilities.js +0 -235
- package/dist/generated/localization/en/abilities.js.map +0 -1
- package/dist/generated/localization/en/actions.d.ts +0 -10
- package/dist/generated/localization/en/actions.d.ts.map +0 -1
- package/dist/generated/localization/en/actions.js +0 -2191
- package/dist/generated/localization/en/actions.js.map +0 -1
- package/dist/generated/localization/en/house-rooms.d.ts +0 -10
- package/dist/generated/localization/en/house-rooms.d.ts.map +0 -1
- package/dist/generated/localization/en/house-rooms.js +0 -58
- package/dist/generated/localization/en/house-rooms.js.map +0 -1
- package/dist/generated/localization/en/index.d.ts +0 -10
- package/dist/generated/localization/en/index.d.ts.map +0 -1
- package/dist/generated/localization/en/index.js +0 -10
- package/dist/generated/localization/en/index.js.map +0 -1
- package/dist/generated/localization/en/items.d.ts +0 -10
- package/dist/generated/localization/en/items.d.ts.map +0 -1
- package/dist/generated/localization/en/items.js +0 -2849
- package/dist/generated/localization/en/items.js.map +0 -1
- package/dist/generated/localization/en/skills.d.ts +0 -10
- package/dist/generated/localization/en/skills.d.ts.map +0 -1
- package/dist/generated/localization/en/skills.js +0 -61
- package/dist/generated/localization/en/skills.js.map +0 -1
- package/dist/generated/localization/zh/abilities.d.ts +0 -10
- package/dist/generated/localization/zh/abilities.d.ts.map +0 -1
- package/dist/generated/localization/zh/abilities.js +0 -235
- package/dist/generated/localization/zh/abilities.js.map +0 -1
- package/dist/generated/localization/zh/actions.d.ts +0 -10
- package/dist/generated/localization/zh/actions.d.ts.map +0 -1
- package/dist/generated/localization/zh/actions.js +0 -2191
- package/dist/generated/localization/zh/actions.js.map +0 -1
- package/dist/generated/localization/zh/house-rooms.d.ts +0 -10
- package/dist/generated/localization/zh/house-rooms.d.ts.map +0 -1
- package/dist/generated/localization/zh/house-rooms.js +0 -58
- package/dist/generated/localization/zh/house-rooms.js.map +0 -1
- package/dist/generated/localization/zh/index.d.ts +0 -10
- package/dist/generated/localization/zh/index.d.ts.map +0 -1
- package/dist/generated/localization/zh/index.js +0 -10
- package/dist/generated/localization/zh/index.js.map +0 -1
- package/dist/generated/localization/zh/items.d.ts +0 -10
- package/dist/generated/localization/zh/items.d.ts.map +0 -1
- package/dist/generated/localization/zh/items.js +0 -2849
- package/dist/generated/localization/zh/items.js.map +0 -1
- package/dist/generated/localization/zh/skills.d.ts +0 -10
- package/dist/generated/localization/zh/skills.d.ts.map +0 -1
- package/dist/generated/localization/zh/skills.js +0 -61
- package/dist/generated/localization/zh/skills.js.map +0 -1
- package/dist/generated/player-data/index.d.ts +0 -79
- package/dist/generated/player-data/index.d.ts.map +0 -1
- package/dist/generated/player-data/index.js +0 -140
- package/dist/generated/player-data/index.js.map +0 -1
- package/dist/generated/schemas/typebox/abilities.d.ts +0 -6
- package/dist/generated/schemas/typebox/abilities.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/abilities.js +0 -10
- package/dist/generated/schemas/typebox/abilities.js.map +0 -1
- package/dist/generated/schemas/typebox/action-categories.d.ts +0 -6
- package/dist/generated/schemas/typebox/action-categories.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/action-categories.js +0 -10
- package/dist/generated/schemas/typebox/action-categories.js.map +0 -1
- package/dist/generated/schemas/typebox/actions.d.ts +0 -6
- package/dist/generated/schemas/typebox/actions.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/actions.js +0 -10
- package/dist/generated/schemas/typebox/actions.js.map +0 -1
- package/dist/generated/schemas/typebox/avatar-outfits.d.ts +0 -6
- package/dist/generated/schemas/typebox/avatar-outfits.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/avatar-outfits.js +0 -10
- package/dist/generated/schemas/typebox/avatar-outfits.js.map +0 -1
- package/dist/generated/schemas/typebox/avatars.d.ts +0 -6
- package/dist/generated/schemas/typebox/avatars.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/avatars.js +0 -10
- package/dist/generated/schemas/typebox/avatars.js.map +0 -1
- package/dist/generated/schemas/typebox/buff-types.d.ts +0 -6
- package/dist/generated/schemas/typebox/buff-types.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/buff-types.js +0 -10
- package/dist/generated/schemas/typebox/buff-types.js.map +0 -1
- package/dist/generated/schemas/typebox/chat-channel-types.d.ts +0 -6
- package/dist/generated/schemas/typebox/chat-channel-types.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/chat-channel-types.js +0 -10
- package/dist/generated/schemas/typebox/chat-channel-types.js.map +0 -1
- package/dist/generated/schemas/typebox/chat-icons.d.ts +0 -6
- package/dist/generated/schemas/typebox/chat-icons.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/chat-icons.js +0 -10
- package/dist/generated/schemas/typebox/chat-icons.js.map +0 -1
- package/dist/generated/schemas/typebox/combat-monsters.d.ts +0 -6
- package/dist/generated/schemas/typebox/combat-monsters.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/combat-monsters.js +0 -10
- package/dist/generated/schemas/typebox/combat-monsters.js.map +0 -1
- package/dist/generated/schemas/typebox/combat-styles.d.ts +0 -6
- package/dist/generated/schemas/typebox/combat-styles.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/combat-styles.js +0 -10
- package/dist/generated/schemas/typebox/combat-styles.js.map +0 -1
- package/dist/generated/schemas/typebox/community-buff-types.d.ts +0 -6
- package/dist/generated/schemas/typebox/community-buff-types.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/community-buff-types.js +0 -10
- package/dist/generated/schemas/typebox/community-buff-types.js.map +0 -1
- package/dist/generated/schemas/typebox/damage-types.d.ts +0 -6
- package/dist/generated/schemas/typebox/damage-types.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/damage-types.js +0 -10
- package/dist/generated/schemas/typebox/damage-types.js.map +0 -1
- package/dist/generated/schemas/typebox/equipment-types.d.ts +0 -6
- package/dist/generated/schemas/typebox/equipment-types.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/equipment-types.js +0 -10
- package/dist/generated/schemas/typebox/equipment-types.js.map +0 -1
- package/dist/generated/schemas/typebox/game-modes.d.ts +0 -6
- package/dist/generated/schemas/typebox/game-modes.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/game-modes.js +0 -10
- package/dist/generated/schemas/typebox/game-modes.js.map +0 -1
- package/dist/generated/schemas/typebox/guild-character-roles.d.ts +0 -6
- package/dist/generated/schemas/typebox/guild-character-roles.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/guild-character-roles.js +0 -10
- package/dist/generated/schemas/typebox/guild-character-roles.js.map +0 -1
- package/dist/generated/schemas/typebox/house-rooms.d.ts +0 -6
- package/dist/generated/schemas/typebox/house-rooms.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/house-rooms.js +0 -10
- package/dist/generated/schemas/typebox/house-rooms.js.map +0 -1
- package/dist/generated/schemas/typebox/index.d.ts +0 -34
- package/dist/generated/schemas/typebox/index.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/index.js +0 -35
- package/dist/generated/schemas/typebox/index.js.map +0 -1
- package/dist/generated/schemas/typebox/item-categories.d.ts +0 -6
- package/dist/generated/schemas/typebox/item-categories.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/item-categories.js +0 -10
- package/dist/generated/schemas/typebox/item-categories.js.map +0 -1
- package/dist/generated/schemas/typebox/item-locations.d.ts +0 -6
- package/dist/generated/schemas/typebox/item-locations.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/item-locations.js +0 -10
- package/dist/generated/schemas/typebox/item-locations.js.map +0 -1
- package/dist/generated/schemas/typebox/items.d.ts +0 -6
- package/dist/generated/schemas/typebox/items.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/items.js +0 -10
- package/dist/generated/schemas/typebox/items.js.map +0 -1
- package/dist/generated/schemas/typebox/leaderboard-categories.d.ts +0 -6
- package/dist/generated/schemas/typebox/leaderboard-categories.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/leaderboard-categories.js +0 -10
- package/dist/generated/schemas/typebox/leaderboard-categories.js.map +0 -1
- package/dist/generated/schemas/typebox/leaderboard-types.d.ts +0 -6
- package/dist/generated/schemas/typebox/leaderboard-types.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/leaderboard-types.js +0 -10
- package/dist/generated/schemas/typebox/leaderboard-types.js.map +0 -1
- package/dist/generated/schemas/typebox/name-colors.d.ts +0 -6
- package/dist/generated/schemas/typebox/name-colors.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/name-colors.js +0 -10
- package/dist/generated/schemas/typebox/name-colors.js.map +0 -1
- package/dist/generated/schemas/typebox/player-data.d.ts +0 -91
- package/dist/generated/schemas/typebox/player-data.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/player-data.js +0 -54
- package/dist/generated/schemas/typebox/player-data.js.map +0 -1
- package/dist/generated/schemas/typebox/random-task-types.d.ts +0 -6
- package/dist/generated/schemas/typebox/random-task-types.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/random-task-types.js +0 -10
- package/dist/generated/schemas/typebox/random-task-types.js.map +0 -1
- package/dist/generated/schemas/typebox/shop-categories.d.ts +0 -6
- package/dist/generated/schemas/typebox/shop-categories.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/shop-categories.js +0 -10
- package/dist/generated/schemas/typebox/shop-categories.js.map +0 -1
- package/dist/generated/schemas/typebox/shop-items.d.ts +0 -6
- package/dist/generated/schemas/typebox/shop-items.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/shop-items.js +0 -10
- package/dist/generated/schemas/typebox/shop-items.js.map +0 -1
- package/dist/generated/schemas/typebox/skills.d.ts +0 -6
- package/dist/generated/schemas/typebox/skills.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/skills.js +0 -10
- package/dist/generated/schemas/typebox/skills.js.map +0 -1
- package/dist/generated/schemas/typebox/task-shop-items.d.ts +0 -6
- package/dist/generated/schemas/typebox/task-shop-items.d.ts.map +0 -1
- package/dist/generated/schemas/typebox/task-shop-items.js +0 -10
- package/dist/generated/schemas/typebox/task-shop-items.js.map +0 -1
- package/dist/generated/schemas/zod/abilities.d.ts +0 -178
- package/dist/generated/schemas/zod/abilities.d.ts.map +0 -1
- package/dist/generated/schemas/zod/abilities.js +0 -60
- package/dist/generated/schemas/zod/abilities.js.map +0 -1
- package/dist/generated/schemas/zod/action-categories.d.ts +0 -135
- package/dist/generated/schemas/zod/action-categories.d.ts.map +0 -1
- package/dist/generated/schemas/zod/action-categories.js +0 -13
- package/dist/generated/schemas/zod/action-categories.js.map +0 -1
- package/dist/generated/schemas/zod/actions.d.ts +0 -1579
- package/dist/generated/schemas/zod/actions.d.ts.map +0 -1
- package/dist/generated/schemas/zod/actions.js +0 -119
- package/dist/generated/schemas/zod/actions.js.map +0 -1
- package/dist/generated/schemas/zod/avatar-outfits.d.ts +0 -208
- package/dist/generated/schemas/zod/avatar-outfits.d.ts.map +0 -1
- package/dist/generated/schemas/zod/avatar-outfits.js +0 -14
- package/dist/generated/schemas/zod/avatar-outfits.js.map +0 -1
- package/dist/generated/schemas/zod/avatars.d.ts +0 -188
- package/dist/generated/schemas/zod/avatars.d.ts.map +0 -1
- package/dist/generated/schemas/zod/avatars.js +0 -14
- package/dist/generated/schemas/zod/avatars.js.map +0 -1
- package/dist/generated/schemas/zod/buff-types.d.ts +0 -137
- package/dist/generated/schemas/zod/buff-types.d.ts.map +0 -1
- package/dist/generated/schemas/zod/buff-types.js +0 -15
- package/dist/generated/schemas/zod/buff-types.js.map +0 -1
- package/dist/generated/schemas/zod/chat-channel-types.d.ts +0 -59
- package/dist/generated/schemas/zod/chat-channel-types.d.ts.map +0 -1
- package/dist/generated/schemas/zod/chat-channel-types.js +0 -13
- package/dist/generated/schemas/zod/chat-channel-types.js.map +0 -1
- package/dist/generated/schemas/zod/chat-icons.d.ts +0 -891
- package/dist/generated/schemas/zod/chat-icons.d.ts.map +0 -1
- package/dist/generated/schemas/zod/chat-icons.js +0 -17
- package/dist/generated/schemas/zod/chat-icons.js.map +0 -1
- package/dist/generated/schemas/zod/combat-monsters.d.ts +0 -2376
- package/dist/generated/schemas/zod/combat-monsters.d.ts.map +0 -1
- package/dist/generated/schemas/zod/combat-monsters.js +0 -338
- package/dist/generated/schemas/zod/combat-monsters.js.map +0 -1
- package/dist/generated/schemas/zod/combat-styles.d.ts +0 -29
- package/dist/generated/schemas/zod/combat-styles.d.ts.map +0 -1
- package/dist/generated/schemas/zod/combat-styles.js +0 -13
- package/dist/generated/schemas/zod/combat-styles.js.map +0 -1
- package/dist/generated/schemas/zod/community-buff-types.d.ts +0 -99
- package/dist/generated/schemas/zod/community-buff-types.d.ts.map +0 -1
- package/dist/generated/schemas/zod/community-buff-types.js +0 -26
- package/dist/generated/schemas/zod/community-buff-types.js.map +0 -1
- package/dist/generated/schemas/zod/damage-types.d.ts +0 -24
- package/dist/generated/schemas/zod/damage-types.d.ts.map +0 -1
- package/dist/generated/schemas/zod/damage-types.js +0 -12
- package/dist/generated/schemas/zod/damage-types.js.map +0 -1
- package/dist/generated/schemas/zod/equipment-types.d.ts +0 -67
- package/dist/generated/schemas/zod/equipment-types.d.ts.map +0 -1
- package/dist/generated/schemas/zod/equipment-types.js +0 -13
- package/dist/generated/schemas/zod/equipment-types.js.map +0 -1
- package/dist/generated/schemas/zod/game-modes.d.ts +0 -27
- package/dist/generated/schemas/zod/game-modes.d.ts.map +0 -1
- package/dist/generated/schemas/zod/game-modes.js +0 -17
- package/dist/generated/schemas/zod/game-modes.js.map +0 -1
- package/dist/generated/schemas/zod/guild-character-roles.d.ts +0 -33
- package/dist/generated/schemas/zod/guild-character-roles.d.ts.map +0 -1
- package/dist/generated/schemas/zod/guild-character-roles.js +0 -21
- package/dist/generated/schemas/zod/guild-character-roles.js.map +0 -1
- package/dist/generated/schemas/zod/house-rooms.d.ts +0 -1110
- package/dist/generated/schemas/zod/house-rooms.d.ts.map +0 -1
- package/dist/generated/schemas/zod/house-rooms.js +0 -41
- package/dist/generated/schemas/zod/house-rooms.js.map +0 -1
- package/dist/generated/schemas/zod/index.d.ts +0 -34
- package/dist/generated/schemas/zod/index.d.ts.map +0 -1
- package/dist/generated/schemas/zod/index.js +0 -35
- package/dist/generated/schemas/zod/index.js.map +0 -1
- package/dist/generated/schemas/zod/item-categories.d.ts +0 -33
- package/dist/generated/schemas/zod/item-categories.d.ts.map +0 -1
- package/dist/generated/schemas/zod/item-categories.js +0 -13
- package/dist/generated/schemas/zod/item-categories.js.map +0 -1
- package/dist/generated/schemas/zod/item-locations.d.ts +0 -72
- package/dist/generated/schemas/zod/item-locations.d.ts.map +0 -1
- package/dist/generated/schemas/zod/item-locations.js +0 -16
- package/dist/generated/schemas/zod/item-locations.js.map +0 -1
- package/dist/generated/schemas/zod/items.d.ts +0 -1960
- package/dist/generated/schemas/zod/items.d.ts.map +0 -1
- package/dist/generated/schemas/zod/items.js +0 -168
- package/dist/generated/schemas/zod/items.js.map +0 -1
- package/dist/generated/schemas/zod/leaderboard-categories.d.ts +0 -60
- package/dist/generated/schemas/zod/leaderboard-categories.d.ts.map +0 -1
- package/dist/generated/schemas/zod/leaderboard-categories.js +0 -14
- package/dist/generated/schemas/zod/leaderboard-categories.js.map +0 -1
- package/dist/generated/schemas/zod/leaderboard-types.d.ts +0 -32
- package/dist/generated/schemas/zod/leaderboard-types.d.ts.map +0 -1
- package/dist/generated/schemas/zod/leaderboard-types.js +0 -16
- package/dist/generated/schemas/zod/leaderboard-types.js.map +0 -1
- package/dist/generated/schemas/zod/name-colors.d.ts +0 -296
- package/dist/generated/schemas/zod/name-colors.d.ts.map +0 -1
- package/dist/generated/schemas/zod/name-colors.js +0 -14
- package/dist/generated/schemas/zod/name-colors.js.map +0 -1
- package/dist/generated/schemas/zod/player-data.d.ts +0 -33790
- package/dist/generated/schemas/zod/player-data.d.ts.map +0 -1
- package/dist/generated/schemas/zod/player-data.js +0 -587
- package/dist/generated/schemas/zod/player-data.js.map +0 -1
- package/dist/generated/schemas/zod/random-task-types.d.ts +0 -36
- package/dist/generated/schemas/zod/random-task-types.d.ts.map +0 -1
- package/dist/generated/schemas/zod/random-task-types.js +0 -14
- package/dist/generated/schemas/zod/random-task-types.js.map +0 -1
- package/dist/generated/schemas/zod/shop-categories.d.ts +0 -20
- package/dist/generated/schemas/zod/shop-categories.d.ts.map +0 -1
- package/dist/generated/schemas/zod/shop-categories.js +0 -12
- package/dist/generated/schemas/zod/shop-categories.js.map +0 -1
- package/dist/generated/schemas/zod/shop-items.d.ts +0 -147
- package/dist/generated/schemas/zod/shop-items.d.ts.map +0 -1
- package/dist/generated/schemas/zod/shop-items.js +0 -17
- package/dist/generated/schemas/zod/shop-items.js.map +0 -1
- package/dist/generated/schemas/zod/skills.d.ts +0 -54
- package/dist/generated/schemas/zod/skills.d.ts.map +0 -1
- package/dist/generated/schemas/zod/skills.js +0 -14
- package/dist/generated/schemas/zod/skills.js.map +0 -1
- package/dist/generated/schemas/zod/task-shop-items.d.ts +0 -1819
- package/dist/generated/schemas/zod/task-shop-items.d.ts.map +0 -1
- package/dist/generated/schemas/zod/task-shop-items.js +0 -18
- package/dist/generated/schemas/zod/task-shop-items.js.map +0 -1
- package/dist/localization/index.d.ts +0 -2
- package/dist/localization/index.d.ts.map +0 -1
- package/dist/localization/index.js +0 -3
- package/dist/localization/index.js.map +0 -1
- package/dist/player-data/index.d.ts +0 -2
- package/dist/player-data/index.d.ts.map +0 -1
- package/dist/player-data/index.js +0 -3
- package/dist/player-data/index.js.map +0 -1
- package/dist/schemas/typebox/index.d.ts +0 -2
- package/dist/schemas/typebox/index.d.ts.map +0 -1
- package/dist/schemas/typebox/index.js +0 -3
- package/dist/schemas/typebox/index.js.map +0 -1
- package/dist/schemas/zod/index.d.ts +0 -2
- package/dist/schemas/zod/index.d.ts.map +0 -1
- package/dist/schemas/zod/index.js +0 -3
- package/dist/schemas/zod/index.js.map +0 -1
- package/dist/types/source-data.d.ts +0 -330
- package/dist/types/source-data.d.ts.map +0 -1
- package/dist/types/source-data.js +0 -19
- package/dist/types/source-data.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"buff-types.js","sourceRoot":"","sources":["../../../src/generated/types/buff-types.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export declare const CHATCHANNELTYPE_HRIDS: readonly ["/chat_channel_types/arabic", "/chat_channel_types/beginner", "/chat_channel_types/chinese", "/chat_channel_types/french", "/chat_channel_types/general", "/chat_channel_types/german", "/chat_channel_types/guild", "/chat_channel_types/hebrew", "/chat_channel_types/hindi", "/chat_channel_types/ironcow", "/chat_channel_types/japanese", "/chat_channel_types/korean", "/chat_channel_types/moderator", "/chat_channel_types/party", "/chat_channel_types/portuguese", "/chat_channel_types/recruit", "/chat_channel_types/russian", "/chat_channel_types/spanish", "/chat_channel_types/trade", "/chat_channel_types/vietnamese", "/chat_channel_types/whisper"];
|
|
2
|
+
export type ChatChannelTypeHrid = (typeof CHATCHANNELTYPE_HRIDS)[number];
|
|
3
|
+
export interface ChatChannelType {
|
|
4
|
+
hrid: ChatChannelTypeHrid;
|
|
5
|
+
name: string;
|
|
6
|
+
isPrivate: boolean;
|
|
7
|
+
sortIndex: number;
|
|
8
|
+
}
|
|
9
|
+
export declare const CHATCHANNELTYPES: Map<ChatChannelTypeHrid, ChatChannelType>;
|
|
10
|
+
export declare function isChatChannelTypeHrid(value: string): value is ChatChannelTypeHrid;
|
|
11
|
+
export declare function getChatChannelType(hrid: ChatChannelTypeHrid): ChatChannelType | undefined;
|
|
12
|
+
export declare function requireChatChannelType(hrid: ChatChannelTypeHrid): ChatChannelType;
|
|
13
|
+
export declare function getAllChatChannelTypes(): ChatChannelType[];
|
|
14
|
+
export declare function getPublicChannelTypes(): ChatChannelType[];
|
|
15
|
+
export declare function getPrivateChatChannelTypes(): ChatChannelType[];
|
|
16
|
+
export declare function getLanguageChatChannelTypes(): ChatChannelType[];
|
|
17
|
+
export declare function isLanguageChannel(hrid: ChatChannelTypeHrid): boolean;
|
|
18
|
+
export declare function isSystemChannel(hrid: ChatChannelTypeHrid): boolean;
|
|
19
|
+
//# sourceMappingURL=chat-channel-types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chat-channel-types.d.ts","sourceRoot":"","sources":["../../../src/generated/types/chat-channel-types.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,qBAAqB,mpBAsBxB,CAAA;AAEV,MAAM,MAAM,mBAAmB,GAAG,CAAC,OAAO,qBAAqB,CAAC,CAAC,MAAM,CAAC,CAAA;AAExE,MAAM,WAAW,eAAe;IAC/B,IAAI,EAAE,mBAAmB,CAAA;IACzB,IAAI,EAAE,MAAM,CAAA;IACZ,SAAS,EAAE,OAAO,CAAA;IAClB,SAAS,EAAE,MAAM,CAAA;CACjB;AAED,eAAO,MAAM,gBAAgB,EAAE,GAAG,CAAC,mBAAmB,EAAE,eAAe,CA+LpE,CAAA;AAEH,wBAAgB,qBAAqB,CACpC,KAAK,EAAE,MAAM,GACX,KAAK,IAAI,mBAAmB,CAE9B;AAED,wBAAgB,kBAAkB,CACjC,IAAI,EAAE,mBAAmB,GACvB,eAAe,GAAG,SAAS,CAE7B;AAED,wBAAgB,sBAAsB,CACrC,IAAI,EAAE,mBAAmB,GACvB,eAAe,CAMjB;AAED,wBAAgB,sBAAsB,IAAI,eAAe,EAAE,CAE1D;AAED,wBAAgB,qBAAqB,IAAI,eAAe,EAAE,CAOzD;AAED,wBAAgB,0BAA0B,IAAI,eAAe,EAAE,CAoB9D;AAED,wBAAgB,2BAA2B,IAAI,eAAe,EAAE,CAe/D;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,mBAAmB,GAAG,OAAO,CAgBpE;AAED,wBAAgB,eAAe,CAAC,IAAI,EAAE,mBAAmB,GAAG,OAAO,CAQlE"}
|
|
@@ -0,0 +1,302 @@
|
|
|
1
|
+
export const CHATCHANNELTYPE_HRIDS = [
|
|
2
|
+
'/chat_channel_types/arabic',
|
|
3
|
+
'/chat_channel_types/beginner',
|
|
4
|
+
'/chat_channel_types/chinese',
|
|
5
|
+
'/chat_channel_types/french',
|
|
6
|
+
'/chat_channel_types/general',
|
|
7
|
+
'/chat_channel_types/german',
|
|
8
|
+
'/chat_channel_types/guild',
|
|
9
|
+
'/chat_channel_types/hebrew',
|
|
10
|
+
'/chat_channel_types/hindi',
|
|
11
|
+
'/chat_channel_types/ironcow',
|
|
12
|
+
'/chat_channel_types/japanese',
|
|
13
|
+
'/chat_channel_types/korean',
|
|
14
|
+
'/chat_channel_types/moderator',
|
|
15
|
+
'/chat_channel_types/party',
|
|
16
|
+
'/chat_channel_types/portuguese',
|
|
17
|
+
'/chat_channel_types/recruit',
|
|
18
|
+
'/chat_channel_types/russian',
|
|
19
|
+
'/chat_channel_types/spanish',
|
|
20
|
+
'/chat_channel_types/trade',
|
|
21
|
+
'/chat_channel_types/vietnamese',
|
|
22
|
+
'/chat_channel_types/whisper',
|
|
23
|
+
];
|
|
24
|
+
export const CHATCHANNELTYPES = new Map([
|
|
25
|
+
[
|
|
26
|
+
'/chat_channel_types/arabic',
|
|
27
|
+
{
|
|
28
|
+
hrid: '/chat_channel_types/arabic',
|
|
29
|
+
name: 'العربية',
|
|
30
|
+
isPrivate: true,
|
|
31
|
+
sortIndex: 9,
|
|
32
|
+
},
|
|
33
|
+
],
|
|
34
|
+
[
|
|
35
|
+
'/chat_channel_types/beginner',
|
|
36
|
+
{
|
|
37
|
+
hrid: '/chat_channel_types/beginner',
|
|
38
|
+
name: 'Beginner',
|
|
39
|
+
isPrivate: true,
|
|
40
|
+
sortIndex: 17,
|
|
41
|
+
},
|
|
42
|
+
],
|
|
43
|
+
[
|
|
44
|
+
'/chat_channel_types/chinese',
|
|
45
|
+
{
|
|
46
|
+
hrid: '/chat_channel_types/chinese',
|
|
47
|
+
name: '中文',
|
|
48
|
+
isPrivate: true,
|
|
49
|
+
sortIndex: 2,
|
|
50
|
+
},
|
|
51
|
+
],
|
|
52
|
+
[
|
|
53
|
+
'/chat_channel_types/french',
|
|
54
|
+
{
|
|
55
|
+
hrid: '/chat_channel_types/french',
|
|
56
|
+
name: 'Français',
|
|
57
|
+
isPrivate: true,
|
|
58
|
+
sortIndex: 3,
|
|
59
|
+
},
|
|
60
|
+
],
|
|
61
|
+
[
|
|
62
|
+
'/chat_channel_types/general',
|
|
63
|
+
{
|
|
64
|
+
hrid: '/chat_channel_types/general',
|
|
65
|
+
name: 'General',
|
|
66
|
+
isPrivate: true,
|
|
67
|
+
sortIndex: 1,
|
|
68
|
+
},
|
|
69
|
+
],
|
|
70
|
+
[
|
|
71
|
+
'/chat_channel_types/german',
|
|
72
|
+
{
|
|
73
|
+
hrid: '/chat_channel_types/german',
|
|
74
|
+
name: 'Deutsch',
|
|
75
|
+
isPrivate: true,
|
|
76
|
+
sortIndex: 4,
|
|
77
|
+
},
|
|
78
|
+
],
|
|
79
|
+
[
|
|
80
|
+
'/chat_channel_types/guild',
|
|
81
|
+
{
|
|
82
|
+
hrid: '/chat_channel_types/guild',
|
|
83
|
+
name: 'Guild',
|
|
84
|
+
isPrivate: false,
|
|
85
|
+
sortIndex: 18,
|
|
86
|
+
},
|
|
87
|
+
],
|
|
88
|
+
[
|
|
89
|
+
'/chat_channel_types/hebrew',
|
|
90
|
+
{
|
|
91
|
+
hrid: '/chat_channel_types/hebrew',
|
|
92
|
+
name: 'עברית',
|
|
93
|
+
isPrivate: true,
|
|
94
|
+
sortIndex: 8,
|
|
95
|
+
},
|
|
96
|
+
],
|
|
97
|
+
[
|
|
98
|
+
'/chat_channel_types/hindi',
|
|
99
|
+
{
|
|
100
|
+
hrid: '/chat_channel_types/hindi',
|
|
101
|
+
name: 'हिंदी',
|
|
102
|
+
isPrivate: true,
|
|
103
|
+
sortIndex: 10,
|
|
104
|
+
},
|
|
105
|
+
],
|
|
106
|
+
[
|
|
107
|
+
'/chat_channel_types/ironcow',
|
|
108
|
+
{
|
|
109
|
+
hrid: '/chat_channel_types/ironcow',
|
|
110
|
+
name: 'Ironcow',
|
|
111
|
+
isPrivate: true,
|
|
112
|
+
sortIndex: 14,
|
|
113
|
+
},
|
|
114
|
+
],
|
|
115
|
+
[
|
|
116
|
+
'/chat_channel_types/japanese',
|
|
117
|
+
{
|
|
118
|
+
hrid: '/chat_channel_types/japanese',
|
|
119
|
+
name: '日本語',
|
|
120
|
+
isPrivate: true,
|
|
121
|
+
sortIndex: 11,
|
|
122
|
+
},
|
|
123
|
+
],
|
|
124
|
+
[
|
|
125
|
+
'/chat_channel_types/korean',
|
|
126
|
+
{
|
|
127
|
+
hrid: '/chat_channel_types/korean',
|
|
128
|
+
name: '한국어',
|
|
129
|
+
isPrivate: true,
|
|
130
|
+
sortIndex: 12,
|
|
131
|
+
},
|
|
132
|
+
],
|
|
133
|
+
[
|
|
134
|
+
'/chat_channel_types/moderator',
|
|
135
|
+
{
|
|
136
|
+
hrid: '/chat_channel_types/moderator',
|
|
137
|
+
name: 'Mod',
|
|
138
|
+
isPrivate: false,
|
|
139
|
+
sortIndex: 20,
|
|
140
|
+
},
|
|
141
|
+
],
|
|
142
|
+
[
|
|
143
|
+
'/chat_channel_types/party',
|
|
144
|
+
{
|
|
145
|
+
hrid: '/chat_channel_types/party',
|
|
146
|
+
name: 'Party',
|
|
147
|
+
isPrivate: false,
|
|
148
|
+
sortIndex: 19,
|
|
149
|
+
},
|
|
150
|
+
],
|
|
151
|
+
[
|
|
152
|
+
'/chat_channel_types/portuguese',
|
|
153
|
+
{
|
|
154
|
+
hrid: '/chat_channel_types/portuguese',
|
|
155
|
+
name: 'Português',
|
|
156
|
+
isPrivate: true,
|
|
157
|
+
sortIndex: 6,
|
|
158
|
+
},
|
|
159
|
+
],
|
|
160
|
+
[
|
|
161
|
+
'/chat_channel_types/recruit',
|
|
162
|
+
{
|
|
163
|
+
hrid: '/chat_channel_types/recruit',
|
|
164
|
+
name: 'Recruit',
|
|
165
|
+
isPrivate: true,
|
|
166
|
+
sortIndex: 16,
|
|
167
|
+
},
|
|
168
|
+
],
|
|
169
|
+
[
|
|
170
|
+
'/chat_channel_types/russian',
|
|
171
|
+
{
|
|
172
|
+
hrid: '/chat_channel_types/russian',
|
|
173
|
+
name: 'Русский',
|
|
174
|
+
isPrivate: true,
|
|
175
|
+
sortIndex: 7,
|
|
176
|
+
},
|
|
177
|
+
],
|
|
178
|
+
[
|
|
179
|
+
'/chat_channel_types/spanish',
|
|
180
|
+
{
|
|
181
|
+
hrid: '/chat_channel_types/spanish',
|
|
182
|
+
name: 'Español',
|
|
183
|
+
isPrivate: true,
|
|
184
|
+
sortIndex: 5,
|
|
185
|
+
},
|
|
186
|
+
],
|
|
187
|
+
[
|
|
188
|
+
'/chat_channel_types/trade',
|
|
189
|
+
{
|
|
190
|
+
hrid: '/chat_channel_types/trade',
|
|
191
|
+
name: 'Trade',
|
|
192
|
+
isPrivate: true,
|
|
193
|
+
sortIndex: 15,
|
|
194
|
+
},
|
|
195
|
+
],
|
|
196
|
+
[
|
|
197
|
+
'/chat_channel_types/vietnamese',
|
|
198
|
+
{
|
|
199
|
+
hrid: '/chat_channel_types/vietnamese',
|
|
200
|
+
name: 'Tiếng Việt',
|
|
201
|
+
isPrivate: true,
|
|
202
|
+
sortIndex: 13,
|
|
203
|
+
},
|
|
204
|
+
],
|
|
205
|
+
[
|
|
206
|
+
'/chat_channel_types/whisper',
|
|
207
|
+
{
|
|
208
|
+
hrid: '/chat_channel_types/whisper',
|
|
209
|
+
name: 'Whisper',
|
|
210
|
+
isPrivate: false,
|
|
211
|
+
sortIndex: 21,
|
|
212
|
+
},
|
|
213
|
+
],
|
|
214
|
+
]);
|
|
215
|
+
export function isChatChannelTypeHrid(value) {
|
|
216
|
+
return CHATCHANNELTYPE_HRIDS.includes(value);
|
|
217
|
+
}
|
|
218
|
+
export function getChatChannelType(hrid) {
|
|
219
|
+
return CHATCHANNELTYPES.get(hrid);
|
|
220
|
+
}
|
|
221
|
+
export function requireChatChannelType(hrid) {
|
|
222
|
+
const chatchanneltype = CHATCHANNELTYPES.get(hrid);
|
|
223
|
+
if (!chatchanneltype) {
|
|
224
|
+
throw new Error(`ChatChannelType not found: ${hrid}`);
|
|
225
|
+
}
|
|
226
|
+
return chatchanneltype;
|
|
227
|
+
}
|
|
228
|
+
export function getAllChatChannelTypes() {
|
|
229
|
+
return Array.from(CHATCHANNELTYPES.values());
|
|
230
|
+
}
|
|
231
|
+
export function getPublicChannelTypes() {
|
|
232
|
+
return [
|
|
233
|
+
CHATCHANNELTYPES.get('/chat_channel_types/guild'),
|
|
234
|
+
CHATCHANNELTYPES.get('/chat_channel_types/moderator'),
|
|
235
|
+
CHATCHANNELTYPES.get('/chat_channel_types/party'),
|
|
236
|
+
CHATCHANNELTYPES.get('/chat_channel_types/whisper'),
|
|
237
|
+
];
|
|
238
|
+
}
|
|
239
|
+
export function getPrivateChatChannelTypes() {
|
|
240
|
+
return [
|
|
241
|
+
CHATCHANNELTYPES.get('/chat_channel_types/arabic'),
|
|
242
|
+
CHATCHANNELTYPES.get('/chat_channel_types/beginner'),
|
|
243
|
+
CHATCHANNELTYPES.get('/chat_channel_types/chinese'),
|
|
244
|
+
CHATCHANNELTYPES.get('/chat_channel_types/french'),
|
|
245
|
+
CHATCHANNELTYPES.get('/chat_channel_types/general'),
|
|
246
|
+
CHATCHANNELTYPES.get('/chat_channel_types/german'),
|
|
247
|
+
CHATCHANNELTYPES.get('/chat_channel_types/hebrew'),
|
|
248
|
+
CHATCHANNELTYPES.get('/chat_channel_types/hindi'),
|
|
249
|
+
CHATCHANNELTYPES.get('/chat_channel_types/ironcow'),
|
|
250
|
+
CHATCHANNELTYPES.get('/chat_channel_types/japanese'),
|
|
251
|
+
CHATCHANNELTYPES.get('/chat_channel_types/korean'),
|
|
252
|
+
CHATCHANNELTYPES.get('/chat_channel_types/portuguese'),
|
|
253
|
+
CHATCHANNELTYPES.get('/chat_channel_types/recruit'),
|
|
254
|
+
CHATCHANNELTYPES.get('/chat_channel_types/russian'),
|
|
255
|
+
CHATCHANNELTYPES.get('/chat_channel_types/spanish'),
|
|
256
|
+
CHATCHANNELTYPES.get('/chat_channel_types/trade'),
|
|
257
|
+
CHATCHANNELTYPES.get('/chat_channel_types/vietnamese'),
|
|
258
|
+
];
|
|
259
|
+
}
|
|
260
|
+
export function getLanguageChatChannelTypes() {
|
|
261
|
+
return [
|
|
262
|
+
CHATCHANNELTYPES.get('/chat_channel_types/arabic'),
|
|
263
|
+
CHATCHANNELTYPES.get('/chat_channel_types/chinese'),
|
|
264
|
+
CHATCHANNELTYPES.get('/chat_channel_types/french'),
|
|
265
|
+
CHATCHANNELTYPES.get('/chat_channel_types/german'),
|
|
266
|
+
CHATCHANNELTYPES.get('/chat_channel_types/hebrew'),
|
|
267
|
+
CHATCHANNELTYPES.get('/chat_channel_types/hindi'),
|
|
268
|
+
CHATCHANNELTYPES.get('/chat_channel_types/japanese'),
|
|
269
|
+
CHATCHANNELTYPES.get('/chat_channel_types/korean'),
|
|
270
|
+
CHATCHANNELTYPES.get('/chat_channel_types/portuguese'),
|
|
271
|
+
CHATCHANNELTYPES.get('/chat_channel_types/russian'),
|
|
272
|
+
CHATCHANNELTYPES.get('/chat_channel_types/spanish'),
|
|
273
|
+
CHATCHANNELTYPES.get('/chat_channel_types/vietnamese'),
|
|
274
|
+
];
|
|
275
|
+
}
|
|
276
|
+
export function isLanguageChannel(hrid) {
|
|
277
|
+
const languageChannels = new Set([
|
|
278
|
+
'/chat_channel_types/arabic',
|
|
279
|
+
'/chat_channel_types/chinese',
|
|
280
|
+
'/chat_channel_types/french',
|
|
281
|
+
'/chat_channel_types/german',
|
|
282
|
+
'/chat_channel_types/hebrew',
|
|
283
|
+
'/chat_channel_types/hindi',
|
|
284
|
+
'/chat_channel_types/japanese',
|
|
285
|
+
'/chat_channel_types/korean',
|
|
286
|
+
'/chat_channel_types/portuguese',
|
|
287
|
+
'/chat_channel_types/russian',
|
|
288
|
+
'/chat_channel_types/spanish',
|
|
289
|
+
'/chat_channel_types/vietnamese',
|
|
290
|
+
]);
|
|
291
|
+
return languageChannels.has(hrid);
|
|
292
|
+
}
|
|
293
|
+
export function isSystemChannel(hrid) {
|
|
294
|
+
const systemChannels = new Set([
|
|
295
|
+
'/chat_channel_types/guild',
|
|
296
|
+
'/chat_channel_types/party',
|
|
297
|
+
'/chat_channel_types/whisper',
|
|
298
|
+
'/chat_channel_types/moderator',
|
|
299
|
+
]);
|
|
300
|
+
return systemChannels.has(hrid);
|
|
301
|
+
}
|
|
302
|
+
//# sourceMappingURL=chat-channel-types.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chat-channel-types.js","sourceRoot":"","sources":["../../../src/generated/types/chat-channel-types.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
export declare const CHATICON_HRIDS: readonly ["/chat_icons/abyssal_imp", "/chat_icons/admin", "/chat_icons/alchemy", "/chat_icons/alligator", "/chat_icons/amber", "/chat_icons/amethyst", "/chat_icons/anniversary_purple", "/chat_icons/apple", "/chat_icons/aquahorse", "/chat_icons/attack", "/chat_icons/azure_cow", "/chat_icons/azure_supporter", "/chat_icons/bamboo", "/chat_icons/beta_bunny", "/chat_icons/black_bear", "/chat_icons/blackberry", "/chat_icons/blueberry", "/chat_icons/book", "/chat_icons/bow", "/chat_icons/brewing", "/chat_icons/bug_finder", "/chat_icons/bulwark", "/chat_icons/burble_cow", "/chat_icons/burble_supporter", "/chat_icons/butterjerry", "/chat_icons/cco", "/chat_icons/centaur_archer", "/chat_icons/cheese", "/chat_icons/cheesesmithing", "/chat_icons/chronofrost_sorcerer", "/chat_icons/clover", "/chat_icons/coffee", "/chat_icons/combat", "/chat_icons/community_manager", "/chat_icons/contributor", "/chat_icons/cooking", "/chat_icons/cow", "/chat_icons/crab", "/chat_icons/crafting", "/chat_icons/crimson_cow", "/chat_icons/crimson_supporter", "/chat_icons/crossbow", "/chat_icons/cupcake", "/chat_icons/custom_17s", "/chat_icons/custom_1oo86", "/chat_icons/custom_39moonmantououo", "/chat_icons/custom_77q", "/chat_icons/custom_77q_2", "/chat_icons/custom_adi1324", "/chat_icons/custom_adogtor", "/chat_icons/custom_ailec", "/chat_icons/custom_ak9527", "/chat_icons/custom_amaiyaah", "/chat_icons/custom_anzu114514", "/chat_icons/custom_anzu114514_2", "/chat_icons/custom_archerr", "/chat_icons/custom_ardormaiden", "/chat_icons/custom_auspiciousdragon", "/chat_icons/custom_auspiciousdragon_2", "/chat_icons/custom_auspiciousdragon_3", "/chat_icons/custom_bbc233", "/chat_icons/custom_beinliu", "/chat_icons/custom_bestcow", "/chat_icons/custom_bestcow_2", "/chat_icons/custom_bestcow_3", "/chat_icons/custom_bew1tched", "/chat_icons/custom_bigdragonwang", "/chat_icons/custom_bimmzer", "/chat_icons/custom_bimmzer_2", "/chat_icons/custom_bmm", "/chat_icons/custom_boluobao", "/chat_icons/custom_bonny", "/chat_icons/custom_bowensasa", "/chat_icons/custom_bromothymolblue", "/chat_icons/custom_bugx2121", "/chat_icons/custom_cainan", "/chat_icons/custom_calm013", "/chat_icons/custom_calm013_2", "/chat_icons/custom_catopia", "/chat_icons/custom_champ", "/chat_icons/custom_chenluo", "/chat_icons/custom_chenluo_2", "/chat_icons/custom_cliche", "/chat_icons/custom_cliche_2", "/chat_icons/custom_cool555", "/chat_icons/custom_cool555_2", "/chat_icons/custom_cra", "/chat_icons/custom_cristianon", "/chat_icons/custom_cyderize", "/chat_icons/custom_cyzx", "/chat_icons/custom_daddyvladi", "/chat_icons/custom_danielwu", "/chat_icons/custom_deathecho", "/chat_icons/custom_deathecho_2", "/chat_icons/custom_demolysis", "/chat_icons/custom_destinee", "/chat_icons/custom_dingdingfly", "/chat_icons/custom_dingdingfly_2", "/chat_icons/custom_dismason", "/chat_icons/custom_don", "/chat_icons/custom_don_2", "/chat_icons/custom_dookie", "/chat_icons/custom_douyacai", "/chat_icons/custom_edisonwon", "/chat_icons/custom_efeiers", "/chat_icons/custom_eggs", "/chat_icons/custom_elysia", "/chat_icons/custom_erebys", "/chat_icons/custom_eun", "/chat_icons/custom_farcaster", "/chat_icons/custom_foamice", "/chat_icons/custom_gagaboom", "/chat_icons/custom_gawrgura", "/chat_icons/custom_gbf666", "/chat_icons/custom_gloryjacky", "/chat_icons/custom_gminj2", "/chat_icons/custom_gminj2_2", "/chat_icons/custom_golden_hound", "/chat_icons/custom_goldenhound_2", "/chat_icons/custom_goldenhound_3", "/chat_icons/custom_goodguyjack", "/chat_icons/custom_goodguyjack_2", "/chat_icons/custom_goodguyjack_3", "/chat_icons/custom_goodknight", "/chat_icons/custom_gragatrim", "/chat_icons/custom_guguguguchicken", "/chat_icons/custom_h0lyduck", "/chat_icons/custom_h0lyduck_2", "/chat_icons/custom_h0lyduck_3", "/chat_icons/custom_habs", "/chat_icons/custom_hamu", "/chat_icons/custom_hamunekouwuo", "/chat_icons/custom_hasumi", "/chat_icons/custom_hasumi_2", "/chat_icons/custom_hawk", "/chat_icons/custom_hinanaitenshi", "/chat_icons/custom_hirochan", "/chat_icons/custom_houston", "/chat_icons/custom_icyfire", "/chat_icons/custom_immortalphoenix", "/chat_icons/custom_immortalphoenix_2", "/chat_icons/custom_immortalphoenix_3", "/chat_icons/custom_indulgein", "/chat_icons/custom_jbq", "/chat_icons/custom_jbq_2", "/chat_icons/custom_jet", "/chat_icons/custom_jiojio", "/chat_icons/custom_jiojio_2", "/chat_icons/custom_jiojio_3", "/chat_icons/custom_jiuyue05733", "/chat_icons/custom_joey", "/chat_icons/custom_joey_2", "/chat_icons/custom_joey_3", "/chat_icons/custom_jowl", "/chat_icons/custom_jowl_2", "/chat_icons/custom_jump14", "/chat_icons/custom_kamz", "/chat_icons/custom_karlding", "/chat_icons/custom_khazu", "/chat_icons/custom_kiira", "/chat_icons/custom_killaqo", "/chat_icons/custom_kitye", "/chat_icons/custom_kiyuu", "/chat_icons/custom_kiyuu_2", "/chat_icons/custom_kiyuu_3", "/chat_icons/custom_kleal", "/chat_icons/custom_kliuty", "/chat_icons/custom_krazden", "/chat_icons/custom_kuluki", "/chat_icons/custom_lapapap", "/chat_icons/custom_lastsoul", "/chat_icons/custom_leevi", "/chat_icons/custom_leevi_2", "/chat_icons/custom_leica", "/chat_icons/custom_leica_2", "/chat_icons/custom_leica_3", "/chat_icons/custom_liha", "/chat_icons/custom_liha_2", "/chat_icons/custom_liha_3", "/chat_icons/custom_likeejasai", "/chat_icons/custom_lillianrose", "/chat_icons/custom_lootdruid", "/chat_icons/custom_luckycrow", "/chat_icons/custom_ludi789", "/chat_icons/custom_lxs4765", "/chat_icons/custom_lyricky", "/chat_icons/custom_madsfrisk", "/chat_icons/custom_mage", "/chat_icons/custom_magicwang", "/chat_icons/custom_magurodon", "/chat_icons/custom_magurodon_2", "/chat_icons/custom_mallenllor", "/chat_icons/custom_manzng", "/chat_icons/custom_maplenvda", "/chat_icons/custom_mardkhora", "/chat_icons/custom_matoasakura", "/chat_icons/custom_matutu", "/chat_icons/custom_maxion", "/chat_icons/custom_maxion_2", "/chat_icons/custom_maxion_3", "/chat_icons/custom_mengmenguwu", "/chat_icons/custom_mengmenguwu_2", "/chat_icons/custom_meon", "/chat_icons/custom_mermer88", "/chat_icons/custom_messbb", "/chat_icons/custom_milkitraw", "/chat_icons/custom_milkmaid", "/chat_icons/custom_minami", "/chat_icons/custom_miuca", "/chat_icons/custom_miuca_2", "/chat_icons/custom_miuca_3", "/chat_icons/custom_mooseyfaith", "/chat_icons/custom_moxuan", "/chat_icons/custom_mrjin", "/chat_icons/custom_mumu0315", "/chat_icons/custom_neronex", "/chat_icons/custom_neronex_2", "/chat_icons/custom_neronex_3", "/chat_icons/custom_neverend", "/chat_icons/custom_nip", "/chat_icons/custom_nishikiasumi", "/chat_icons/custom_niteshvde", "/chat_icons/custom_niteshvde_2", "/chat_icons/custom_niu1niu2niu3", "/chat_icons/custom_niub1", "/chat_icons/custom_niubiplus1", "/chat_icons/custom_niuwan", "/chat_icons/custom_niuwan_2", "/chat_icons/custom_nshadeiv", "/chat_icons/custom_oatmilk", "/chat_icons/custom_oguri", "/chat_icons/custom_oguri_2", "/chat_icons/custom_oguri_3", "/chat_icons/custom_oobbb", "/chat_icons/custom_oobbb_2", "/chat_icons/custom_oobbb_3", "/chat_icons/custom_owchy", "/chat_icons/custom_owengod", "/chat_icons/custom_owengod_2", "/chat_icons/custom_owengod_3", "/chat_icons/custom_pajlada", "/chat_icons/custom_penny", "/chat_icons/custom_perxmon", "/chat_icons/custom_perxmon_2", "/chat_icons/custom_perxmon_3", "/chat_icons/custom_pharmerphrog", "/chat_icons/custom_pinkmoolyd_2", "/chat_icons/custom_pomadeon", "/chat_icons/custom_pork2dachop", "/chat_icons/custom_potatoouo", "/chat_icons/custom_pufeng", "/chat_icons/custom_pulse", "/chat_icons/custom_pulse_2", "/chat_icons/custom_pyrothefolf", "/chat_icons/custom_qaqbo", "/chat_icons/custom_radiohead", "/chat_icons/custom_rexwong", "/chat_icons/custom_ribcap", "/chat_icons/custom_rose_2", "/chat_icons/custom_rose_3", "/chat_icons/custom_roserose", "/chat_icons/custom_scorpionkenzo", "/chat_icons/custom_sh1ro", "/chat_icons/custom_shael", "/chat_icons/custom_sheenamimi", "/chat_icons/custom_shishiro", "/chat_icons/custom_sivelin", "/chat_icons/custom_skumbus", "/chat_icons/custom_snowzone", "/chat_icons/custom_sombressa", "/chat_icons/custom_ss1985", "/chat_icons/custom_stack", "/chat_icons/custom_stack_2", "/chat_icons/custom_stack_3", "/chat_icons/custom_stella", "/chat_icons/custom_sumimiuniverse", "/chat_icons/custom_sumimiuniverse_2", "/chat_icons/custom_sumimiuniverse_3", "/chat_icons/custom_taichislippers", "/chat_icons/custom_taichislippers_2", "/chat_icons/custom_temaritsukimura", "/chat_icons/custom_temaritsukimura_2", "/chat_icons/custom_tenerife", "/chat_icons/custom_thessaloniki", "/chat_icons/custom_thof", "/chat_icons/custom_tiantian666", "/chat_icons/custom_tiantian666_2", "/chat_icons/custom_toillian", "/chat_icons/custom_toillian_2", "/chat_icons/custom_toillian_3", "/chat_icons/custom_totallynotjaan", "/chat_icons/custom_touya", "/chat_icons/custom_touya_2", "/chat_icons/custom_trenton", "/chat_icons/custom_tukiko", "/chat_icons/custom_twix", "/chat_icons/custom_tykaito", "/chat_icons/custom_undermine", "/chat_icons/custom_uto", "/chat_icons/custom_valeriogiovanni", "/chat_icons/custom_vikala", "/chat_icons/custom_vikala_2", "/chat_icons/custom_wakakayzh", "/chat_icons/custom_watsun", "/chat_icons/custom_wavesperfect", "/chat_icons/custom_weijia", "/chat_icons/custom_weijia_2", "/chat_icons/custom_weijia_3", "/chat_icons/custom_weilan", "/chat_icons/custom_weilan_2", "/chat_icons/custom_weilan_3", "/chat_icons/custom_weilan_4", "/chat_icons/custom_whatsfc", "/chat_icons/custom_windoge", "/chat_icons/custom_xialu", "/chat_icons/custom_xialu_2", "/chat_icons/custom_xialu_3", "/chat_icons/custom_xiaozhangyu", "/chat_icons/custom_xxnagasakisoyoxx", "/chat_icons/custom_yahaha00", "/chat_icons/custom_yellowww", "/chat_icons/custom_yurisaisarabbit", "/chat_icons/custom_zackkero", "/chat_icons/custom_zen", "/chat_icons/custom_zen_2", "/chat_icons/custom_zyford", "/chat_icons/custom_zyford_2", "/chat_icons/custom_zyptyz", "/chat_icons/defense", "/chat_icons/demonic_overlord", "/chat_icons/dragon_fruit", "/chat_icons/duckling", "/chat_icons/dusk_revenant", "/chat_icons/egg", "/chat_icons/elementalist", "/chat_icons/enchanted_bishop", "/chat_icons/enchanted_knight", "/chat_icons/enhancing", "/chat_icons/eyes", "/chat_icons/flame_sorcerer", "/chat_icons/fly", "/chat_icons/foraging", "/chat_icons/frog", "/chat_icons/garnet", "/chat_icons/giant_shoebill", "/chat_icons/golden_apple", "/chat_icons/golden_berry", "/chat_icons/golden_biceps", "/chat_icons/golden_clover", "/chat_icons/golden_coin", "/chat_icons/golden_cupcake", "/chat_icons/golden_donut", "/chat_icons/golden_duckling", "/chat_icons/golden_egg", "/chat_icons/golden_frog", "/chat_icons/golden_marketplace", "/chat_icons/golden_piggy", "/chat_icons/golden_whale", "/chat_icons/grizzly_bear", "/chat_icons/gummy_bear", "/chat_icons/holy_cow", "/chat_icons/holy_supporter", "/chat_icons/ice_sorcerer", "/chat_icons/infernal_warlock", "/chat_icons/intelligence", "/chat_icons/iron_cow", "/chat_icons/jack_o_lantern", "/chat_icons/jade", "/chat_icons/jungle_sprite", "/chat_icons/luna_empress", "/chat_icons/mace", "/chat_icons/mages_hat", "/chat_icons/magic", "/chat_icons/marine_huntress", "/chat_icons/marketplace", "/chat_icons/marsberry", "/chat_icons/melee", "/chat_icons/milking", "/chat_icons/moderator", "/chat_icons/mooberry", "/chat_icons/moonstone", "/chat_icons/myconid", "/chat_icons/nom_nom", "/chat_icons/og_jerry", "/chat_icons/orange", "/chat_icons/panda", "/chat_icons/panda_paw", "/chat_icons/peach", "/chat_icons/pearl", "/chat_icons/philosophers_stone", "/chat_icons/plum", "/chat_icons/polar_bear", "/chat_icons/porcupine", "/chat_icons/rabid_rabbit", "/chat_icons/rainbow_supporter", "/chat_icons/ranged", "/chat_icons/rat", "/chat_icons/red_panda", "/chat_icons/santa_hat", "/chat_icons/sea_snail", "/chat_icons/skunk", "/chat_icons/slimy", "/chat_icons/snake", "/chat_icons/soul_hunter", "/chat_icons/spaceberry", "/chat_icons/spear", "/chat_icons/spring_festival_lantern", "/chat_icons/squawker", "/chat_icons/staff", "/chat_icons/stamina", "/chat_icons/star_fragment", "/chat_icons/star_fruit", "/chat_icons/strawberry", "/chat_icons/sunstone", "/chat_icons/super_bug_finder", "/chat_icons/super_contributor", "/chat_icons/super_moderator", "/chat_icons/supporter", "/chat_icons/swampy", "/chat_icons/sword", "/chat_icons/tailoring", "/chat_icons/task_crystal", "/chat_icons/tasks", "/chat_icons/tea", "/chat_icons/the_watcher", "/chat_icons/treant", "/chat_icons/turtle", "/chat_icons/unicow", "/chat_icons/vampire", "/chat_icons/verdant_cow", "/chat_icons/verdant_supporter", "/chat_icons/werewolf", "/chat_icons/whale", "/chat_icons/woodcutting", "/chat_icons/zombie"];
|
|
2
|
+
export type ChatIconHrid = (typeof CHATICON_HRIDS)[number];
|
|
3
|
+
export interface ChatIcon {
|
|
4
|
+
/** Unique identifier for the chat icon */
|
|
5
|
+
hrid: ChatIconHrid;
|
|
6
|
+
/** Display name of the chat icon */
|
|
7
|
+
name: string;
|
|
8
|
+
/** Whether this is a special/admin icon */
|
|
9
|
+
isSpecial: boolean;
|
|
10
|
+
/** Whether this is a seasonal/event icon */
|
|
11
|
+
isSeasonal: boolean;
|
|
12
|
+
/** Cost in cowbells (0 if not purchasable with cowbells) */
|
|
13
|
+
cowbellCost: number;
|
|
14
|
+
/** Cost in supporter points (0 if not purchasable with points) */
|
|
15
|
+
supporterPointCost: number;
|
|
16
|
+
/** Prerequisite icon that must be owned first */
|
|
17
|
+
requiredChatIconHrid: ChatIconHrid | undefined;
|
|
18
|
+
/** Display sort order */
|
|
19
|
+
sortIndex: number;
|
|
20
|
+
}
|
|
21
|
+
export declare const CHATICONS: Map<ChatIconHrid, ChatIcon>;
|
|
22
|
+
export declare function isChatIconHrid(value: string): value is ChatIconHrid;
|
|
23
|
+
export declare function getChatIcon(hrid: ChatIconHrid): ChatIcon | undefined;
|
|
24
|
+
export declare function requireChatIcon(hrid: ChatIconHrid): ChatIcon;
|
|
25
|
+
export declare function getAllChatIcons(): ChatIcon[];
|
|
26
|
+
export declare const SPECIAL_CHAT_ICONS: readonly ["/chat_icons/admin", "/chat_icons/azure_supporter", "/chat_icons/bug_finder", "/chat_icons/burble_supporter", "/chat_icons/cco", "/chat_icons/community_manager", "/chat_icons/contributor", "/chat_icons/crimson_supporter", "/chat_icons/holy_supporter", "/chat_icons/moderator", "/chat_icons/rainbow_supporter", "/chat_icons/super_bug_finder", "/chat_icons/super_contributor", "/chat_icons/super_moderator", "/chat_icons/supporter", "/chat_icons/verdant_supporter"];
|
|
27
|
+
export declare const SEASONAL_CHAT_ICONS: readonly ["/chat_icons/anniversary_purple", "/chat_icons/jack_o_lantern", "/chat_icons/og_jerry", "/chat_icons/santa_hat", "/chat_icons/spring_festival_lantern"];
|
|
28
|
+
export declare const COWBELL_CHAT_ICONS: readonly ["/chat_icons/abyssal_imp", "/chat_icons/alchemy", "/chat_icons/alligator", "/chat_icons/amber", "/chat_icons/amethyst", "/chat_icons/apple", "/chat_icons/aquahorse", "/chat_icons/attack", "/chat_icons/azure_cow", "/chat_icons/bamboo", "/chat_icons/black_bear", "/chat_icons/blackberry", "/chat_icons/blueberry", "/chat_icons/book", "/chat_icons/bow", "/chat_icons/brewing", "/chat_icons/bulwark", "/chat_icons/burble_cow", "/chat_icons/butterjerry", "/chat_icons/centaur_archer", "/chat_icons/cheese", "/chat_icons/cheesesmithing", "/chat_icons/chronofrost_sorcerer", "/chat_icons/clover", "/chat_icons/coffee", "/chat_icons/combat", "/chat_icons/cooking", "/chat_icons/cow", "/chat_icons/crab", "/chat_icons/crafting", "/chat_icons/crimson_cow", "/chat_icons/crossbow", "/chat_icons/cupcake", "/chat_icons/defense", "/chat_icons/demonic_overlord", "/chat_icons/dragon_fruit", "/chat_icons/duckling", "/chat_icons/dusk_revenant", "/chat_icons/egg", "/chat_icons/elementalist", "/chat_icons/enchanted_bishop", "/chat_icons/enchanted_knight", "/chat_icons/enhancing", "/chat_icons/eyes", "/chat_icons/flame_sorcerer", "/chat_icons/fly", "/chat_icons/foraging", "/chat_icons/frog", "/chat_icons/garnet", "/chat_icons/giant_shoebill", "/chat_icons/golden_apple", "/chat_icons/golden_berry", "/chat_icons/golden_biceps", "/chat_icons/golden_clover", "/chat_icons/golden_coin", "/chat_icons/golden_cupcake", "/chat_icons/golden_donut", "/chat_icons/golden_duckling", "/chat_icons/golden_egg", "/chat_icons/golden_frog", "/chat_icons/golden_marketplace", "/chat_icons/golden_piggy", "/chat_icons/golden_whale", "/chat_icons/grizzly_bear", "/chat_icons/gummy_bear", "/chat_icons/holy_cow", "/chat_icons/ice_sorcerer", "/chat_icons/infernal_warlock", "/chat_icons/intelligence", "/chat_icons/iron_cow", "/chat_icons/jade", "/chat_icons/jungle_sprite", "/chat_icons/luna_empress", "/chat_icons/mace", "/chat_icons/mages_hat", "/chat_icons/magic", "/chat_icons/marine_huntress", "/chat_icons/marketplace", "/chat_icons/marsberry", "/chat_icons/melee", "/chat_icons/milking", "/chat_icons/mooberry", "/chat_icons/moonstone", "/chat_icons/myconid", "/chat_icons/nom_nom", "/chat_icons/orange", "/chat_icons/panda", "/chat_icons/panda_paw", "/chat_icons/peach", "/chat_icons/pearl", "/chat_icons/philosophers_stone", "/chat_icons/plum", "/chat_icons/polar_bear", "/chat_icons/porcupine", "/chat_icons/rabid_rabbit", "/chat_icons/ranged", "/chat_icons/rat", "/chat_icons/red_panda", "/chat_icons/sea_snail", "/chat_icons/skunk", "/chat_icons/slimy", "/chat_icons/snake", "/chat_icons/soul_hunter", "/chat_icons/spaceberry", "/chat_icons/spear", "/chat_icons/squawker", "/chat_icons/staff", "/chat_icons/stamina", "/chat_icons/star_fragment", "/chat_icons/star_fruit", "/chat_icons/strawberry", "/chat_icons/sunstone", "/chat_icons/swampy", "/chat_icons/sword", "/chat_icons/tailoring", "/chat_icons/task_crystal", "/chat_icons/tasks", "/chat_icons/tea", "/chat_icons/the_watcher", "/chat_icons/treant", "/chat_icons/turtle", "/chat_icons/unicow", "/chat_icons/vampire", "/chat_icons/verdant_cow", "/chat_icons/werewolf", "/chat_icons/whale", "/chat_icons/woodcutting", "/chat_icons/zombie"];
|
|
29
|
+
export declare const SUPPORTER_CHAT_ICONS: readonly ["/chat_icons/azure_supporter", "/chat_icons/burble_supporter", "/chat_icons/crimson_supporter", "/chat_icons/holy_supporter", "/chat_icons/rainbow_supporter", "/chat_icons/supporter", "/chat_icons/verdant_supporter"];
|
|
30
|
+
export declare const FREE_CHAT_ICONS: readonly ["/chat_icons/anniversary_purple", "/chat_icons/beta_bunny", "/chat_icons/custom_17s", "/chat_icons/custom_1oo86", "/chat_icons/custom_39moonmantououo", "/chat_icons/custom_77q", "/chat_icons/custom_77q_2", "/chat_icons/custom_adi1324", "/chat_icons/custom_adogtor", "/chat_icons/custom_ailec", "/chat_icons/custom_ak9527", "/chat_icons/custom_amaiyaah", "/chat_icons/custom_anzu114514", "/chat_icons/custom_anzu114514_2", "/chat_icons/custom_archerr", "/chat_icons/custom_ardormaiden", "/chat_icons/custom_auspiciousdragon", "/chat_icons/custom_auspiciousdragon_2", "/chat_icons/custom_auspiciousdragon_3", "/chat_icons/custom_bbc233", "/chat_icons/custom_beinliu", "/chat_icons/custom_bestcow", "/chat_icons/custom_bestcow_2", "/chat_icons/custom_bestcow_3", "/chat_icons/custom_bew1tched", "/chat_icons/custom_bigdragonwang", "/chat_icons/custom_bimmzer", "/chat_icons/custom_bimmzer_2", "/chat_icons/custom_bmm", "/chat_icons/custom_boluobao", "/chat_icons/custom_bonny", "/chat_icons/custom_bowensasa", "/chat_icons/custom_bromothymolblue", "/chat_icons/custom_bugx2121", "/chat_icons/custom_cainan", "/chat_icons/custom_calm013", "/chat_icons/custom_calm013_2", "/chat_icons/custom_catopia", "/chat_icons/custom_champ", "/chat_icons/custom_chenluo", "/chat_icons/custom_chenluo_2", "/chat_icons/custom_cliche", "/chat_icons/custom_cliche_2", "/chat_icons/custom_cool555", "/chat_icons/custom_cool555_2", "/chat_icons/custom_cra", "/chat_icons/custom_cristianon", "/chat_icons/custom_cyderize", "/chat_icons/custom_cyzx", "/chat_icons/custom_daddyvladi", "/chat_icons/custom_danielwu", "/chat_icons/custom_deathecho", "/chat_icons/custom_deathecho_2", "/chat_icons/custom_demolysis", "/chat_icons/custom_destinee", "/chat_icons/custom_dingdingfly", "/chat_icons/custom_dingdingfly_2", "/chat_icons/custom_dismason", "/chat_icons/custom_don", "/chat_icons/custom_don_2", "/chat_icons/custom_dookie", "/chat_icons/custom_douyacai", "/chat_icons/custom_edisonwon", "/chat_icons/custom_efeiers", "/chat_icons/custom_eggs", "/chat_icons/custom_elysia", "/chat_icons/custom_erebys", "/chat_icons/custom_eun", "/chat_icons/custom_farcaster", "/chat_icons/custom_foamice", "/chat_icons/custom_gagaboom", "/chat_icons/custom_gawrgura", "/chat_icons/custom_gbf666", "/chat_icons/custom_gloryjacky", "/chat_icons/custom_gminj2", "/chat_icons/custom_gminj2_2", "/chat_icons/custom_golden_hound", "/chat_icons/custom_goldenhound_2", "/chat_icons/custom_goldenhound_3", "/chat_icons/custom_goodguyjack", "/chat_icons/custom_goodguyjack_2", "/chat_icons/custom_goodguyjack_3", "/chat_icons/custom_goodknight", "/chat_icons/custom_gragatrim", "/chat_icons/custom_guguguguchicken", "/chat_icons/custom_h0lyduck", "/chat_icons/custom_h0lyduck_2", "/chat_icons/custom_h0lyduck_3", "/chat_icons/custom_habs", "/chat_icons/custom_hamu", "/chat_icons/custom_hamunekouwuo", "/chat_icons/custom_hasumi", "/chat_icons/custom_hasumi_2", "/chat_icons/custom_hawk", "/chat_icons/custom_hinanaitenshi", "/chat_icons/custom_hirochan", "/chat_icons/custom_houston", "/chat_icons/custom_icyfire", "/chat_icons/custom_immortalphoenix", "/chat_icons/custom_immortalphoenix_2", "/chat_icons/custom_immortalphoenix_3", "/chat_icons/custom_indulgein", "/chat_icons/custom_jbq", "/chat_icons/custom_jbq_2", "/chat_icons/custom_jet", "/chat_icons/custom_jiojio", "/chat_icons/custom_jiojio_2", "/chat_icons/custom_jiojio_3", "/chat_icons/custom_jiuyue05733", "/chat_icons/custom_joey", "/chat_icons/custom_joey_2", "/chat_icons/custom_joey_3", "/chat_icons/custom_jowl", "/chat_icons/custom_jowl_2", "/chat_icons/custom_jump14", "/chat_icons/custom_kamz", "/chat_icons/custom_karlding", "/chat_icons/custom_khazu", "/chat_icons/custom_kiira", "/chat_icons/custom_killaqo", "/chat_icons/custom_kitye", "/chat_icons/custom_kiyuu", "/chat_icons/custom_kiyuu_2", "/chat_icons/custom_kiyuu_3", "/chat_icons/custom_kleal", "/chat_icons/custom_kliuty", "/chat_icons/custom_krazden", "/chat_icons/custom_kuluki", "/chat_icons/custom_lapapap", "/chat_icons/custom_lastsoul", "/chat_icons/custom_leevi", "/chat_icons/custom_leevi_2", "/chat_icons/custom_leica", "/chat_icons/custom_leica_2", "/chat_icons/custom_leica_3", "/chat_icons/custom_liha", "/chat_icons/custom_liha_2", "/chat_icons/custom_liha_3", "/chat_icons/custom_likeejasai", "/chat_icons/custom_lillianrose", "/chat_icons/custom_lootdruid", "/chat_icons/custom_luckycrow", "/chat_icons/custom_ludi789", "/chat_icons/custom_lxs4765", "/chat_icons/custom_lyricky", "/chat_icons/custom_madsfrisk", "/chat_icons/custom_mage", "/chat_icons/custom_magicwang", "/chat_icons/custom_magurodon", "/chat_icons/custom_magurodon_2", "/chat_icons/custom_mallenllor", "/chat_icons/custom_manzng", "/chat_icons/custom_maplenvda", "/chat_icons/custom_mardkhora", "/chat_icons/custom_matoasakura", "/chat_icons/custom_matutu", "/chat_icons/custom_maxion", "/chat_icons/custom_maxion_2", "/chat_icons/custom_maxion_3", "/chat_icons/custom_mengmenguwu", "/chat_icons/custom_mengmenguwu_2", "/chat_icons/custom_meon", "/chat_icons/custom_mermer88", "/chat_icons/custom_messbb", "/chat_icons/custom_milkitraw", "/chat_icons/custom_milkmaid", "/chat_icons/custom_minami", "/chat_icons/custom_miuca", "/chat_icons/custom_miuca_2", "/chat_icons/custom_miuca_3", "/chat_icons/custom_mooseyfaith", "/chat_icons/custom_moxuan", "/chat_icons/custom_mrjin", "/chat_icons/custom_mumu0315", "/chat_icons/custom_neronex", "/chat_icons/custom_neronex_2", "/chat_icons/custom_neronex_3", "/chat_icons/custom_neverend", "/chat_icons/custom_nip", "/chat_icons/custom_nishikiasumi", "/chat_icons/custom_niteshvde", "/chat_icons/custom_niteshvde_2", "/chat_icons/custom_niu1niu2niu3", "/chat_icons/custom_niub1", "/chat_icons/custom_niubiplus1", "/chat_icons/custom_niuwan", "/chat_icons/custom_niuwan_2", "/chat_icons/custom_nshadeiv", "/chat_icons/custom_oatmilk", "/chat_icons/custom_oguri", "/chat_icons/custom_oguri_2", "/chat_icons/custom_oguri_3", "/chat_icons/custom_oobbb", "/chat_icons/custom_oobbb_2", "/chat_icons/custom_oobbb_3", "/chat_icons/custom_owchy", "/chat_icons/custom_owengod", "/chat_icons/custom_owengod_2", "/chat_icons/custom_owengod_3", "/chat_icons/custom_pajlada", "/chat_icons/custom_penny", "/chat_icons/custom_perxmon", "/chat_icons/custom_perxmon_2", "/chat_icons/custom_perxmon_3", "/chat_icons/custom_pharmerphrog", "/chat_icons/custom_pinkmoolyd_2", "/chat_icons/custom_pomadeon", "/chat_icons/custom_pork2dachop", "/chat_icons/custom_potatoouo", "/chat_icons/custom_pufeng", "/chat_icons/custom_pulse", "/chat_icons/custom_pulse_2", "/chat_icons/custom_pyrothefolf", "/chat_icons/custom_qaqbo", "/chat_icons/custom_radiohead", "/chat_icons/custom_rexwong", "/chat_icons/custom_ribcap", "/chat_icons/custom_rose_2", "/chat_icons/custom_rose_3", "/chat_icons/custom_roserose", "/chat_icons/custom_scorpionkenzo", "/chat_icons/custom_sh1ro", "/chat_icons/custom_shael", "/chat_icons/custom_sheenamimi", "/chat_icons/custom_shishiro", "/chat_icons/custom_sivelin", "/chat_icons/custom_skumbus", "/chat_icons/custom_snowzone", "/chat_icons/custom_sombressa", "/chat_icons/custom_ss1985", "/chat_icons/custom_stack", "/chat_icons/custom_stack_2", "/chat_icons/custom_stack_3", "/chat_icons/custom_stella", "/chat_icons/custom_sumimiuniverse", "/chat_icons/custom_sumimiuniverse_2", "/chat_icons/custom_sumimiuniverse_3", "/chat_icons/custom_taichislippers", "/chat_icons/custom_taichislippers_2", "/chat_icons/custom_temaritsukimura", "/chat_icons/custom_temaritsukimura_2", "/chat_icons/custom_tenerife", "/chat_icons/custom_thessaloniki", "/chat_icons/custom_thof", "/chat_icons/custom_tiantian666", "/chat_icons/custom_tiantian666_2", "/chat_icons/custom_toillian", "/chat_icons/custom_toillian_2", "/chat_icons/custom_toillian_3", "/chat_icons/custom_totallynotjaan", "/chat_icons/custom_touya", "/chat_icons/custom_touya_2", "/chat_icons/custom_trenton", "/chat_icons/custom_tukiko", "/chat_icons/custom_twix", "/chat_icons/custom_tykaito", "/chat_icons/custom_undermine", "/chat_icons/custom_uto", "/chat_icons/custom_valeriogiovanni", "/chat_icons/custom_vikala", "/chat_icons/custom_vikala_2", "/chat_icons/custom_wakakayzh", "/chat_icons/custom_watsun", "/chat_icons/custom_wavesperfect", "/chat_icons/custom_weijia", "/chat_icons/custom_weijia_2", "/chat_icons/custom_weijia_3", "/chat_icons/custom_weilan", "/chat_icons/custom_weilan_2", "/chat_icons/custom_weilan_3", "/chat_icons/custom_weilan_4", "/chat_icons/custom_whatsfc", "/chat_icons/custom_windoge", "/chat_icons/custom_xialu", "/chat_icons/custom_xialu_2", "/chat_icons/custom_xialu_3", "/chat_icons/custom_xiaozhangyu", "/chat_icons/custom_xxnagasakisoyoxx", "/chat_icons/custom_yahaha00", "/chat_icons/custom_yellowww", "/chat_icons/custom_yurisaisarabbit", "/chat_icons/custom_zackkero", "/chat_icons/custom_zen", "/chat_icons/custom_zen_2", "/chat_icons/custom_zyford", "/chat_icons/custom_zyford_2", "/chat_icons/custom_zyptyz", "/chat_icons/jack_o_lantern", "/chat_icons/og_jerry", "/chat_icons/santa_hat", "/chat_icons/spring_festival_lantern"];
|
|
31
|
+
export declare const CHAT_ICONS_WITH_REQUIREMENTS: readonly ["/chat_icons/azure_supporter", "/chat_icons/burble_supporter", "/chat_icons/crimson_supporter", "/chat_icons/holy_supporter", "/chat_icons/rainbow_supporter", "/chat_icons/verdant_supporter"];
|
|
32
|
+
export declare const CHAT_ICON_UNLOCK_CHAINS: Partial<Record<ChatIconHrid, readonly ChatIconHrid[]>>;
|
|
33
|
+
export declare function getSpecialChatIcons(): ChatIcon[];
|
|
34
|
+
export declare function getSeasonalChatIcons(): ChatIcon[];
|
|
35
|
+
export declare function getCowbellChatIcons(maxCost?: number | undefined): ChatIcon[];
|
|
36
|
+
export declare function getSupporterChatIcons(maxCost?: number | undefined): ChatIcon[];
|
|
37
|
+
export declare function getFreeChatIcons(): ChatIcon[];
|
|
38
|
+
export declare function canUnlockChatIcon(iconHrid: ChatIconHrid, ownedIcons: Set<ChatIconHrid>): boolean;
|
|
39
|
+
export declare function getUnlockedByIcon(iconHrid: ChatIconHrid): ChatIcon[];
|
|
40
|
+
export declare function getChatIconCost(iconHrid: ChatIconHrid): {
|
|
41
|
+
cowbells: number;
|
|
42
|
+
supporterPoints: number;
|
|
43
|
+
};
|
|
44
|
+
export declare function sortChatIconsByIndex(icons: ChatIcon[]): ChatIcon[];
|
|
45
|
+
export declare function searchChatIcons(searchTerm: string): ChatIcon[];
|
|
46
|
+
export declare function getChatIconStats(): {
|
|
47
|
+
total: number;
|
|
48
|
+
special: number;
|
|
49
|
+
seasonal: number;
|
|
50
|
+
cowbell: number;
|
|
51
|
+
supporter: number;
|
|
52
|
+
free: number;
|
|
53
|
+
withRequirements: number;
|
|
54
|
+
};
|
|
55
|
+
export declare function getAffordableChatIcons(cowbells: number, supporterPoints: number): ChatIcon[];
|
|
56
|
+
//# sourceMappingURL=chat-icons.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chat-icons.d.ts","sourceRoot":"","sources":["../../../src/generated/types/chat-icons.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,g5YAobjB,CAAA;AAEV,MAAM,MAAM,YAAY,GAAG,CAAC,OAAO,cAAc,CAAC,CAAC,MAAM,CAAC,CAAA;AAE1D,MAAM,WAAW,QAAQ;IACxB,0CAA0C;IAC1C,IAAI,EAAE,YAAY,CAAA;IAClB,oCAAoC;IACpC,IAAI,EAAE,MAAM,CAAA;IACZ,2CAA2C;IAC3C,SAAS,EAAE,OAAO,CAAA;IAClB,4CAA4C;IAC5C,UAAU,EAAE,OAAO,CAAA;IACnB,4DAA4D;IAC5D,WAAW,EAAE,MAAM,CAAA;IACnB,kEAAkE;IAClE,kBAAkB,EAAE,MAAM,CAAA;IAC1B,iDAAiD;IACjD,oBAAoB,EAAE,YAAY,GAAG,SAAS,CAAA;IAC9C,yBAAyB;IACzB,SAAS,EAAE,MAAM,CAAA;CACjB;AAED,eAAO,MAAM,SAAS,EAAE,GAAG,CAAC,YAAY,EAAE,QAAQ,CA2hLhD,CAAA;AAEF,wBAAgB,cAAc,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,YAAY,CAEnE;AAED,wBAAgB,WAAW,CAAC,IAAI,EAAE,YAAY,GAAG,QAAQ,GAAG,SAAS,CAEpE;AAED,wBAAgB,eAAe,CAAC,IAAI,EAAE,YAAY,GAAG,QAAQ,CAM5D;AAED,wBAAgB,eAAe,IAAI,QAAQ,EAAE,CAE5C;AAED,eAAO,MAAM,kBAAkB,2dAiBrB,CAAA;AACV,eAAO,MAAM,mBAAmB,mKAMtB,CAAA;AACV,eAAO,MAAM,kBAAkB,mnGAiIrB,CAAA;AACV,eAAO,MAAM,oBAAoB,oOAQvB,CAAA;AACV,eAAO,MAAM,eAAe,w1RAoSlB,CAAA;AACV,eAAO,MAAM,4BAA4B,2MAO/B,CAAA;AACV,eAAO,MAAM,uBAAuB,EAAE,OAAO,CAC5C,MAAM,CAAC,YAAY,EAAE,SAAS,YAAY,EAAE,CAAC,CAQ7C,CAAA;AAED,wBAAgB,mBAAmB,IAAI,QAAQ,EAAE,CAIhD;AAED,wBAAgB,oBAAoB,IAAI,QAAQ,EAAE,CAIjD;AAED,wBAAgB,mBAAmB,CAClC,OAAO,GAAE,MAAM,GAAG,SAAqB,GACrC,QAAQ,EAAE,CAMZ;AAED,wBAAgB,qBAAqB,CACpC,OAAO,GAAE,MAAM,GAAG,SAAqB,GACrC,QAAQ,EAAE,CAMZ;AAED,wBAAgB,gBAAgB,IAAI,QAAQ,EAAE,CAI7C;AAED,wBAAgB,iBAAiB,CAChC,QAAQ,EAAE,YAAY,EACtB,UAAU,EAAE,GAAG,CAAC,YAAY,CAAC,GAC3B,OAAO,CAOT;AAED,wBAAgB,iBAAiB,CAAC,QAAQ,EAAE,YAAY,GAAG,QAAQ,EAAE,CAGpE;AAED,wBAAgB,eAAe,CAAC,QAAQ,EAAE,YAAY,GAAG;IACxD,QAAQ,EAAE,MAAM,CAAA;IAChB,eAAe,EAAE,MAAM,CAAA;CACvB,CAOA;AAED,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,QAAQ,EAAE,GAAG,QAAQ,EAAE,CAElE;AAED,wBAAgB,eAAe,CAAC,UAAU,EAAE,MAAM,GAAG,QAAQ,EAAE,CAO9D;AAED,wBAAgB,gBAAgB,IAAI;IACnC,KAAK,EAAE,MAAM,CAAA;IACb,OAAO,EAAE,MAAM,CAAA;IACf,QAAQ,EAAE,MAAM,CAAA;IAChB,OAAO,EAAE,MAAM,CAAA;IACf,SAAS,EAAE,MAAM,CAAA;IACjB,IAAI,EAAE,MAAM,CAAA;IACZ,gBAAgB,EAAE,MAAM,CAAA;CACxB,CAUA;AAED,wBAAgB,sBAAsB,CACrC,QAAQ,EAAE,MAAM,EAChB,eAAe,EAAE,MAAM,GACrB,QAAQ,EAAE,CAUZ"}
|