@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
|
@@ -1,885 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Auto-generated file - DO NOT EDIT
|
|
3
|
-
* Generated on 2025-08-21T21:50:48.146Z
|
|
4
|
-
*/
|
|
5
|
-
/**
|
|
6
|
-
* ChatIcon HRID constants and enums
|
|
7
|
-
* Auto-generated from game data
|
|
8
|
-
*/
|
|
9
|
-
export declare enum ChatIconHridEnum {
|
|
10
|
-
ABYSSAL_IMP = "/chat_icons/abyssal_imp",
|
|
11
|
-
ADMIN = "/chat_icons/admin",
|
|
12
|
-
ALCHEMY = "/chat_icons/alchemy",
|
|
13
|
-
ALLIGATOR = "/chat_icons/alligator",
|
|
14
|
-
AMBER = "/chat_icons/amber",
|
|
15
|
-
AMETHYST = "/chat_icons/amethyst",
|
|
16
|
-
ANNIVERSARY_PURPLE = "/chat_icons/anniversary_purple",
|
|
17
|
-
APPLE = "/chat_icons/apple",
|
|
18
|
-
AQUAHORSE = "/chat_icons/aquahorse",
|
|
19
|
-
ATTACK = "/chat_icons/attack",
|
|
20
|
-
AZURE_COW = "/chat_icons/azure_cow",
|
|
21
|
-
AZURE_SUPPORTER = "/chat_icons/azure_supporter",
|
|
22
|
-
BAMBOO = "/chat_icons/bamboo",
|
|
23
|
-
BETA_BUNNY = "/chat_icons/beta_bunny",
|
|
24
|
-
BLACK_BEAR = "/chat_icons/black_bear",
|
|
25
|
-
BLACKBERRY = "/chat_icons/blackberry",
|
|
26
|
-
BLUEBERRY = "/chat_icons/blueberry",
|
|
27
|
-
BOOK = "/chat_icons/book",
|
|
28
|
-
BOW = "/chat_icons/bow",
|
|
29
|
-
BREWING = "/chat_icons/brewing",
|
|
30
|
-
BUG_FINDER = "/chat_icons/bug_finder",
|
|
31
|
-
BULWARK = "/chat_icons/bulwark",
|
|
32
|
-
BURBLE_COW = "/chat_icons/burble_cow",
|
|
33
|
-
BURBLE_SUPPORTER = "/chat_icons/burble_supporter",
|
|
34
|
-
BUTTERJERRY = "/chat_icons/butterjerry",
|
|
35
|
-
CCO = "/chat_icons/cco",
|
|
36
|
-
CENTAUR_ARCHER = "/chat_icons/centaur_archer",
|
|
37
|
-
CHEESE = "/chat_icons/cheese",
|
|
38
|
-
CHEESESMITHING = "/chat_icons/cheesesmithing",
|
|
39
|
-
CHRONOFROST_SORCERER = "/chat_icons/chronofrost_sorcerer",
|
|
40
|
-
CLOVER = "/chat_icons/clover",
|
|
41
|
-
COFFEE = "/chat_icons/coffee",
|
|
42
|
-
COMBAT = "/chat_icons/combat",
|
|
43
|
-
COMMUNITY_MANAGER = "/chat_icons/community_manager",
|
|
44
|
-
CONTRIBUTOR = "/chat_icons/contributor",
|
|
45
|
-
COOKING = "/chat_icons/cooking",
|
|
46
|
-
COW = "/chat_icons/cow",
|
|
47
|
-
CRAB = "/chat_icons/crab",
|
|
48
|
-
CRAFTING = "/chat_icons/crafting",
|
|
49
|
-
CRIMSON_COW = "/chat_icons/crimson_cow",
|
|
50
|
-
CRIMSON_SUPPORTER = "/chat_icons/crimson_supporter",
|
|
51
|
-
CROSSBOW = "/chat_icons/crossbow",
|
|
52
|
-
CUPCAKE = "/chat_icons/cupcake",
|
|
53
|
-
CUSTOM_17S = "/chat_icons/custom_17s",
|
|
54
|
-
CUSTOM_1OO86 = "/chat_icons/custom_1oo86",
|
|
55
|
-
CUSTOM_39MOONMANTOUOUO = "/chat_icons/custom_39moonmantououo",
|
|
56
|
-
CUSTOM_77Q = "/chat_icons/custom_77q",
|
|
57
|
-
CUSTOM_77Q_2 = "/chat_icons/custom_77q_2",
|
|
58
|
-
CUSTOM_ADI1324 = "/chat_icons/custom_adi1324",
|
|
59
|
-
CUSTOM_ADOGTOR = "/chat_icons/custom_adogtor",
|
|
60
|
-
CUSTOM_AILEC = "/chat_icons/custom_ailec",
|
|
61
|
-
CUSTOM_AK9527 = "/chat_icons/custom_ak9527",
|
|
62
|
-
CUSTOM_AMAIYAAH = "/chat_icons/custom_amaiyaah",
|
|
63
|
-
CUSTOM_ANZU114514 = "/chat_icons/custom_anzu114514",
|
|
64
|
-
CUSTOM_ANZU114514_2 = "/chat_icons/custom_anzu114514_2",
|
|
65
|
-
CUSTOM_ARCHERR = "/chat_icons/custom_archerr",
|
|
66
|
-
CUSTOM_ARDORMAIDEN = "/chat_icons/custom_ardormaiden",
|
|
67
|
-
CUSTOM_AUSPICIOUSDRAGON = "/chat_icons/custom_auspiciousdragon",
|
|
68
|
-
CUSTOM_AUSPICIOUSDRAGON_2 = "/chat_icons/custom_auspiciousdragon_2",
|
|
69
|
-
CUSTOM_AUSPICIOUSDRAGON_3 = "/chat_icons/custom_auspiciousdragon_3",
|
|
70
|
-
CUSTOM_BBC233 = "/chat_icons/custom_bbc233",
|
|
71
|
-
CUSTOM_BEINLIU = "/chat_icons/custom_beinliu",
|
|
72
|
-
CUSTOM_BESTCOW = "/chat_icons/custom_bestcow",
|
|
73
|
-
CUSTOM_BESTCOW_2 = "/chat_icons/custom_bestcow_2",
|
|
74
|
-
CUSTOM_BESTCOW_3 = "/chat_icons/custom_bestcow_3",
|
|
75
|
-
CUSTOM_BEW1TCHED = "/chat_icons/custom_bew1tched",
|
|
76
|
-
CUSTOM_BIGDRAGONWANG = "/chat_icons/custom_bigdragonwang",
|
|
77
|
-
CUSTOM_BIMMZER = "/chat_icons/custom_bimmzer",
|
|
78
|
-
CUSTOM_BIMMZER_2 = "/chat_icons/custom_bimmzer_2",
|
|
79
|
-
CUSTOM_BMM = "/chat_icons/custom_bmm",
|
|
80
|
-
CUSTOM_BOLUOBAO = "/chat_icons/custom_boluobao",
|
|
81
|
-
CUSTOM_BONNY = "/chat_icons/custom_bonny",
|
|
82
|
-
CUSTOM_BOWENSASA = "/chat_icons/custom_bowensasa",
|
|
83
|
-
CUSTOM_BROMOTHYMOLBLUE = "/chat_icons/custom_bromothymolblue",
|
|
84
|
-
CUSTOM_BUGX2121 = "/chat_icons/custom_bugx2121",
|
|
85
|
-
CUSTOM_CAINAN = "/chat_icons/custom_cainan",
|
|
86
|
-
CUSTOM_CALM013 = "/chat_icons/custom_calm013",
|
|
87
|
-
CUSTOM_CALM013_2 = "/chat_icons/custom_calm013_2",
|
|
88
|
-
CUSTOM_CATOPIA = "/chat_icons/custom_catopia",
|
|
89
|
-
CUSTOM_CHAMP = "/chat_icons/custom_champ",
|
|
90
|
-
CUSTOM_CHENLUO = "/chat_icons/custom_chenluo",
|
|
91
|
-
CUSTOM_CHENLUO_2 = "/chat_icons/custom_chenluo_2",
|
|
92
|
-
CUSTOM_CLICHE = "/chat_icons/custom_cliche",
|
|
93
|
-
CUSTOM_CLICHE_2 = "/chat_icons/custom_cliche_2",
|
|
94
|
-
CUSTOM_COOL555 = "/chat_icons/custom_cool555",
|
|
95
|
-
CUSTOM_COOL555_2 = "/chat_icons/custom_cool555_2",
|
|
96
|
-
CUSTOM_CRA = "/chat_icons/custom_cra",
|
|
97
|
-
CUSTOM_CRISTIANON = "/chat_icons/custom_cristianon",
|
|
98
|
-
CUSTOM_CYDERIZE = "/chat_icons/custom_cyderize",
|
|
99
|
-
CUSTOM_CYZX = "/chat_icons/custom_cyzx",
|
|
100
|
-
CUSTOM_DADDYVLADI = "/chat_icons/custom_daddyvladi",
|
|
101
|
-
CUSTOM_DANIELWU = "/chat_icons/custom_danielwu",
|
|
102
|
-
CUSTOM_DEATHECHO = "/chat_icons/custom_deathecho",
|
|
103
|
-
CUSTOM_DEATHECHO_2 = "/chat_icons/custom_deathecho_2",
|
|
104
|
-
CUSTOM_DEMOLYSIS = "/chat_icons/custom_demolysis",
|
|
105
|
-
CUSTOM_DESTINEE = "/chat_icons/custom_destinee",
|
|
106
|
-
CUSTOM_DINGDINGFLY = "/chat_icons/custom_dingdingfly",
|
|
107
|
-
CUSTOM_DINGDINGFLY_2 = "/chat_icons/custom_dingdingfly_2",
|
|
108
|
-
CUSTOM_DISMASON = "/chat_icons/custom_dismason",
|
|
109
|
-
CUSTOM_DON = "/chat_icons/custom_don",
|
|
110
|
-
CUSTOM_DON_2 = "/chat_icons/custom_don_2",
|
|
111
|
-
CUSTOM_DOOKIE = "/chat_icons/custom_dookie",
|
|
112
|
-
CUSTOM_DOUYACAI = "/chat_icons/custom_douyacai",
|
|
113
|
-
CUSTOM_EDISONWON = "/chat_icons/custom_edisonwon",
|
|
114
|
-
CUSTOM_EFEIERS = "/chat_icons/custom_efeiers",
|
|
115
|
-
CUSTOM_EGGS = "/chat_icons/custom_eggs",
|
|
116
|
-
CUSTOM_ELYSIA = "/chat_icons/custom_elysia",
|
|
117
|
-
CUSTOM_EREBYS = "/chat_icons/custom_erebys",
|
|
118
|
-
CUSTOM_EUN = "/chat_icons/custom_eun",
|
|
119
|
-
CUSTOM_FARCASTER = "/chat_icons/custom_farcaster",
|
|
120
|
-
CUSTOM_FOAMICE = "/chat_icons/custom_foamice",
|
|
121
|
-
CUSTOM_GAGABOOM = "/chat_icons/custom_gagaboom",
|
|
122
|
-
CUSTOM_GAWRGURA = "/chat_icons/custom_gawrgura",
|
|
123
|
-
CUSTOM_GBF666 = "/chat_icons/custom_gbf666",
|
|
124
|
-
CUSTOM_GLORYJACKY = "/chat_icons/custom_gloryjacky",
|
|
125
|
-
CUSTOM_GMINJ2 = "/chat_icons/custom_gminj2",
|
|
126
|
-
CUSTOM_GMINJ2_2 = "/chat_icons/custom_gminj2_2",
|
|
127
|
-
CUSTOM_GOLDEN_HOUND = "/chat_icons/custom_golden_hound",
|
|
128
|
-
CUSTOM_GOLDENHOUND_2 = "/chat_icons/custom_goldenhound_2",
|
|
129
|
-
CUSTOM_GOLDENHOUND_3 = "/chat_icons/custom_goldenhound_3",
|
|
130
|
-
CUSTOM_GOODGUYJACK = "/chat_icons/custom_goodguyjack",
|
|
131
|
-
CUSTOM_GOODGUYJACK_2 = "/chat_icons/custom_goodguyjack_2",
|
|
132
|
-
CUSTOM_GOODGUYJACK_3 = "/chat_icons/custom_goodguyjack_3",
|
|
133
|
-
CUSTOM_GOODKNIGHT = "/chat_icons/custom_goodknight",
|
|
134
|
-
CUSTOM_GRAGATRIM = "/chat_icons/custom_gragatrim",
|
|
135
|
-
CUSTOM_GUGUGUGUCHICKEN = "/chat_icons/custom_guguguguchicken",
|
|
136
|
-
CUSTOM_H0LYDUCK = "/chat_icons/custom_h0lyduck",
|
|
137
|
-
CUSTOM_H0LYDUCK_2 = "/chat_icons/custom_h0lyduck_2",
|
|
138
|
-
CUSTOM_H0LYDUCK_3 = "/chat_icons/custom_h0lyduck_3",
|
|
139
|
-
CUSTOM_HABS = "/chat_icons/custom_habs",
|
|
140
|
-
CUSTOM_HAMU = "/chat_icons/custom_hamu",
|
|
141
|
-
CUSTOM_HAMUNEKOUWUO = "/chat_icons/custom_hamunekouwuo",
|
|
142
|
-
CUSTOM_HASUMI = "/chat_icons/custom_hasumi",
|
|
143
|
-
CUSTOM_HASUMI_2 = "/chat_icons/custom_hasumi_2",
|
|
144
|
-
CUSTOM_HAWK = "/chat_icons/custom_hawk",
|
|
145
|
-
CUSTOM_HINANAITENSHI = "/chat_icons/custom_hinanaitenshi",
|
|
146
|
-
CUSTOM_HIROCHAN = "/chat_icons/custom_hirochan",
|
|
147
|
-
CUSTOM_HOUSTON = "/chat_icons/custom_houston",
|
|
148
|
-
CUSTOM_ICYFIRE = "/chat_icons/custom_icyfire",
|
|
149
|
-
CUSTOM_IMMORTALPHOENIX = "/chat_icons/custom_immortalphoenix",
|
|
150
|
-
CUSTOM_IMMORTALPHOENIX_2 = "/chat_icons/custom_immortalphoenix_2",
|
|
151
|
-
CUSTOM_IMMORTALPHOENIX_3 = "/chat_icons/custom_immortalphoenix_3",
|
|
152
|
-
CUSTOM_INDULGEIN = "/chat_icons/custom_indulgein",
|
|
153
|
-
CUSTOM_JBQ = "/chat_icons/custom_jbq",
|
|
154
|
-
CUSTOM_JBQ_2 = "/chat_icons/custom_jbq_2",
|
|
155
|
-
CUSTOM_JET = "/chat_icons/custom_jet",
|
|
156
|
-
CUSTOM_JIOJIO = "/chat_icons/custom_jiojio",
|
|
157
|
-
CUSTOM_JIOJIO_2 = "/chat_icons/custom_jiojio_2",
|
|
158
|
-
CUSTOM_JIOJIO_3 = "/chat_icons/custom_jiojio_3",
|
|
159
|
-
CUSTOM_JIUYUE05733 = "/chat_icons/custom_jiuyue05733",
|
|
160
|
-
CUSTOM_JOEY = "/chat_icons/custom_joey",
|
|
161
|
-
CUSTOM_JOEY_2 = "/chat_icons/custom_joey_2",
|
|
162
|
-
CUSTOM_JOEY_3 = "/chat_icons/custom_joey_3",
|
|
163
|
-
CUSTOM_JOWL = "/chat_icons/custom_jowl",
|
|
164
|
-
CUSTOM_JOWL_2 = "/chat_icons/custom_jowl_2",
|
|
165
|
-
CUSTOM_JUMP14 = "/chat_icons/custom_jump14",
|
|
166
|
-
CUSTOM_KAMZ = "/chat_icons/custom_kamz",
|
|
167
|
-
CUSTOM_KARLDING = "/chat_icons/custom_karlding",
|
|
168
|
-
CUSTOM_KHAZU = "/chat_icons/custom_khazu",
|
|
169
|
-
CUSTOM_KIIRA = "/chat_icons/custom_kiira",
|
|
170
|
-
CUSTOM_KILLAQO = "/chat_icons/custom_killaqo",
|
|
171
|
-
CUSTOM_KITYE = "/chat_icons/custom_kitye",
|
|
172
|
-
CUSTOM_KIYUU = "/chat_icons/custom_kiyuu",
|
|
173
|
-
CUSTOM_KIYUU_2 = "/chat_icons/custom_kiyuu_2",
|
|
174
|
-
CUSTOM_KIYUU_3 = "/chat_icons/custom_kiyuu_3",
|
|
175
|
-
CUSTOM_KLEAL = "/chat_icons/custom_kleal",
|
|
176
|
-
CUSTOM_KLIUTY = "/chat_icons/custom_kliuty",
|
|
177
|
-
CUSTOM_KRAZDEN = "/chat_icons/custom_krazden",
|
|
178
|
-
CUSTOM_KULUKI = "/chat_icons/custom_kuluki",
|
|
179
|
-
CUSTOM_LAPAPAP = "/chat_icons/custom_lapapap",
|
|
180
|
-
CUSTOM_LASTSOUL = "/chat_icons/custom_lastsoul",
|
|
181
|
-
CUSTOM_LEEVI = "/chat_icons/custom_leevi",
|
|
182
|
-
CUSTOM_LEEVI_2 = "/chat_icons/custom_leevi_2",
|
|
183
|
-
CUSTOM_LEICA = "/chat_icons/custom_leica",
|
|
184
|
-
CUSTOM_LEICA_2 = "/chat_icons/custom_leica_2",
|
|
185
|
-
CUSTOM_LEICA_3 = "/chat_icons/custom_leica_3",
|
|
186
|
-
CUSTOM_LIHA = "/chat_icons/custom_liha",
|
|
187
|
-
CUSTOM_LIHA_2 = "/chat_icons/custom_liha_2",
|
|
188
|
-
CUSTOM_LIHA_3 = "/chat_icons/custom_liha_3",
|
|
189
|
-
CUSTOM_LIKEEJASAI = "/chat_icons/custom_likeejasai",
|
|
190
|
-
CUSTOM_LILLIANROSE = "/chat_icons/custom_lillianrose",
|
|
191
|
-
CUSTOM_LOOTDRUID = "/chat_icons/custom_lootdruid",
|
|
192
|
-
CUSTOM_LUCKYCROW = "/chat_icons/custom_luckycrow",
|
|
193
|
-
CUSTOM_LUDI789 = "/chat_icons/custom_ludi789",
|
|
194
|
-
CUSTOM_LXS4765 = "/chat_icons/custom_lxs4765",
|
|
195
|
-
CUSTOM_LYRICKY = "/chat_icons/custom_lyricky",
|
|
196
|
-
CUSTOM_MADSFRISK = "/chat_icons/custom_madsfrisk",
|
|
197
|
-
CUSTOM_MAGE = "/chat_icons/custom_mage",
|
|
198
|
-
CUSTOM_MAGICWANG = "/chat_icons/custom_magicwang",
|
|
199
|
-
CUSTOM_MAGURODON = "/chat_icons/custom_magurodon",
|
|
200
|
-
CUSTOM_MAGURODON_2 = "/chat_icons/custom_magurodon_2",
|
|
201
|
-
CUSTOM_MALLENLLOR = "/chat_icons/custom_mallenllor",
|
|
202
|
-
CUSTOM_MANZNG = "/chat_icons/custom_manzng",
|
|
203
|
-
CUSTOM_MAPLENVDA = "/chat_icons/custom_maplenvda",
|
|
204
|
-
CUSTOM_MARDKHORA = "/chat_icons/custom_mardkhora",
|
|
205
|
-
CUSTOM_MATOASAKURA = "/chat_icons/custom_matoasakura",
|
|
206
|
-
CUSTOM_MATUTU = "/chat_icons/custom_matutu",
|
|
207
|
-
CUSTOM_MAXION = "/chat_icons/custom_maxion",
|
|
208
|
-
CUSTOM_MAXION_2 = "/chat_icons/custom_maxion_2",
|
|
209
|
-
CUSTOM_MAXION_3 = "/chat_icons/custom_maxion_3",
|
|
210
|
-
CUSTOM_MENGMENGUWU = "/chat_icons/custom_mengmenguwu",
|
|
211
|
-
CUSTOM_MENGMENGUWU_2 = "/chat_icons/custom_mengmenguwu_2",
|
|
212
|
-
CUSTOM_MEON = "/chat_icons/custom_meon",
|
|
213
|
-
CUSTOM_MERMER88 = "/chat_icons/custom_mermer88",
|
|
214
|
-
CUSTOM_MESSBB = "/chat_icons/custom_messbb",
|
|
215
|
-
CUSTOM_MILKITRAW = "/chat_icons/custom_milkitraw",
|
|
216
|
-
CUSTOM_MILKMAID = "/chat_icons/custom_milkmaid",
|
|
217
|
-
CUSTOM_MINAMI = "/chat_icons/custom_minami",
|
|
218
|
-
CUSTOM_MIUCA = "/chat_icons/custom_miuca",
|
|
219
|
-
CUSTOM_MIUCA_2 = "/chat_icons/custom_miuca_2",
|
|
220
|
-
CUSTOM_MIUCA_3 = "/chat_icons/custom_miuca_3",
|
|
221
|
-
CUSTOM_MOOSEYFAITH = "/chat_icons/custom_mooseyfaith",
|
|
222
|
-
CUSTOM_MOXUAN = "/chat_icons/custom_moxuan",
|
|
223
|
-
CUSTOM_MRJIN = "/chat_icons/custom_mrjin",
|
|
224
|
-
CUSTOM_MUMU0315 = "/chat_icons/custom_mumu0315",
|
|
225
|
-
CUSTOM_NERONEX = "/chat_icons/custom_neronex",
|
|
226
|
-
CUSTOM_NERONEX_2 = "/chat_icons/custom_neronex_2",
|
|
227
|
-
CUSTOM_NERONEX_3 = "/chat_icons/custom_neronex_3",
|
|
228
|
-
CUSTOM_NEVEREND = "/chat_icons/custom_neverend",
|
|
229
|
-
CUSTOM_NIP = "/chat_icons/custom_nip",
|
|
230
|
-
CUSTOM_NISHIKIASUMI = "/chat_icons/custom_nishikiasumi",
|
|
231
|
-
CUSTOM_NITESHVDE = "/chat_icons/custom_niteshvde",
|
|
232
|
-
CUSTOM_NITESHVDE_2 = "/chat_icons/custom_niteshvde_2",
|
|
233
|
-
CUSTOM_NIU1NIU2NIU3 = "/chat_icons/custom_niu1niu2niu3",
|
|
234
|
-
CUSTOM_NIUB1 = "/chat_icons/custom_niub1",
|
|
235
|
-
CUSTOM_NIUBIPLUS1 = "/chat_icons/custom_niubiplus1",
|
|
236
|
-
CUSTOM_NIUWAN = "/chat_icons/custom_niuwan",
|
|
237
|
-
CUSTOM_NIUWAN_2 = "/chat_icons/custom_niuwan_2",
|
|
238
|
-
CUSTOM_NSHADEIV = "/chat_icons/custom_nshadeiv",
|
|
239
|
-
CUSTOM_OATMILK = "/chat_icons/custom_oatmilk",
|
|
240
|
-
CUSTOM_OGURI = "/chat_icons/custom_oguri",
|
|
241
|
-
CUSTOM_OGURI_2 = "/chat_icons/custom_oguri_2",
|
|
242
|
-
CUSTOM_OGURI_3 = "/chat_icons/custom_oguri_3",
|
|
243
|
-
CUSTOM_OOBBB = "/chat_icons/custom_oobbb",
|
|
244
|
-
CUSTOM_OOBBB_2 = "/chat_icons/custom_oobbb_2",
|
|
245
|
-
CUSTOM_OOBBB_3 = "/chat_icons/custom_oobbb_3",
|
|
246
|
-
CUSTOM_OWCHY = "/chat_icons/custom_owchy",
|
|
247
|
-
CUSTOM_OWENGOD = "/chat_icons/custom_owengod",
|
|
248
|
-
CUSTOM_OWENGOD_2 = "/chat_icons/custom_owengod_2",
|
|
249
|
-
CUSTOM_OWENGOD_3 = "/chat_icons/custom_owengod_3",
|
|
250
|
-
CUSTOM_PAJLADA = "/chat_icons/custom_pajlada",
|
|
251
|
-
CUSTOM_PENNY = "/chat_icons/custom_penny",
|
|
252
|
-
CUSTOM_PERXMON = "/chat_icons/custom_perxmon",
|
|
253
|
-
CUSTOM_PERXMON_2 = "/chat_icons/custom_perxmon_2",
|
|
254
|
-
CUSTOM_PERXMON_3 = "/chat_icons/custom_perxmon_3",
|
|
255
|
-
CUSTOM_PHARMERPHROG = "/chat_icons/custom_pharmerphrog",
|
|
256
|
-
CUSTOM_PINKMOOLYD_2 = "/chat_icons/custom_pinkmoolyd_2",
|
|
257
|
-
CUSTOM_POMADEON = "/chat_icons/custom_pomadeon",
|
|
258
|
-
CUSTOM_PORK2DACHOP = "/chat_icons/custom_pork2dachop",
|
|
259
|
-
CUSTOM_POTATOOUO = "/chat_icons/custom_potatoouo",
|
|
260
|
-
CUSTOM_PUFENG = "/chat_icons/custom_pufeng",
|
|
261
|
-
CUSTOM_PULSE = "/chat_icons/custom_pulse",
|
|
262
|
-
CUSTOM_PULSE_2 = "/chat_icons/custom_pulse_2",
|
|
263
|
-
CUSTOM_PYROTHEFOLF = "/chat_icons/custom_pyrothefolf",
|
|
264
|
-
CUSTOM_QAQBO = "/chat_icons/custom_qaqbo",
|
|
265
|
-
CUSTOM_RADIOHEAD = "/chat_icons/custom_radiohead",
|
|
266
|
-
CUSTOM_REXWONG = "/chat_icons/custom_rexwong",
|
|
267
|
-
CUSTOM_RIBCAP = "/chat_icons/custom_ribcap",
|
|
268
|
-
CUSTOM_ROSE_2 = "/chat_icons/custom_rose_2",
|
|
269
|
-
CUSTOM_ROSE_3 = "/chat_icons/custom_rose_3",
|
|
270
|
-
CUSTOM_ROSEROSE = "/chat_icons/custom_roserose",
|
|
271
|
-
CUSTOM_SCORPIONKENZO = "/chat_icons/custom_scorpionkenzo",
|
|
272
|
-
CUSTOM_SH1RO = "/chat_icons/custom_sh1ro",
|
|
273
|
-
CUSTOM_SHAEL = "/chat_icons/custom_shael",
|
|
274
|
-
CUSTOM_SHEENAMIMI = "/chat_icons/custom_sheenamimi",
|
|
275
|
-
CUSTOM_SHISHIRO = "/chat_icons/custom_shishiro",
|
|
276
|
-
CUSTOM_SIVELIN = "/chat_icons/custom_sivelin",
|
|
277
|
-
CUSTOM_SKUMBUS = "/chat_icons/custom_skumbus",
|
|
278
|
-
CUSTOM_SNOWZONE = "/chat_icons/custom_snowzone",
|
|
279
|
-
CUSTOM_SOMBRESSA = "/chat_icons/custom_sombressa",
|
|
280
|
-
CUSTOM_SS1985 = "/chat_icons/custom_ss1985",
|
|
281
|
-
CUSTOM_STACK = "/chat_icons/custom_stack",
|
|
282
|
-
CUSTOM_STACK_2 = "/chat_icons/custom_stack_2",
|
|
283
|
-
CUSTOM_STACK_3 = "/chat_icons/custom_stack_3",
|
|
284
|
-
CUSTOM_STELLA = "/chat_icons/custom_stella",
|
|
285
|
-
CUSTOM_SUMIMIUNIVERSE = "/chat_icons/custom_sumimiuniverse",
|
|
286
|
-
CUSTOM_SUMIMIUNIVERSE_2 = "/chat_icons/custom_sumimiuniverse_2",
|
|
287
|
-
CUSTOM_SUMIMIUNIVERSE_3 = "/chat_icons/custom_sumimiuniverse_3",
|
|
288
|
-
CUSTOM_TAICHISLIPPERS = "/chat_icons/custom_taichislippers",
|
|
289
|
-
CUSTOM_TAICHISLIPPERS_2 = "/chat_icons/custom_taichislippers_2",
|
|
290
|
-
CUSTOM_TEMARITSUKIMURA = "/chat_icons/custom_temaritsukimura",
|
|
291
|
-
CUSTOM_TEMARITSUKIMURA_2 = "/chat_icons/custom_temaritsukimura_2",
|
|
292
|
-
CUSTOM_TENERIFE = "/chat_icons/custom_tenerife",
|
|
293
|
-
CUSTOM_THESSALONIKI = "/chat_icons/custom_thessaloniki",
|
|
294
|
-
CUSTOM_THOF = "/chat_icons/custom_thof",
|
|
295
|
-
CUSTOM_TIANTIAN666 = "/chat_icons/custom_tiantian666",
|
|
296
|
-
CUSTOM_TIANTIAN666_2 = "/chat_icons/custom_tiantian666_2",
|
|
297
|
-
CUSTOM_TOILLIAN = "/chat_icons/custom_toillian",
|
|
298
|
-
CUSTOM_TOILLIAN_2 = "/chat_icons/custom_toillian_2",
|
|
299
|
-
CUSTOM_TOILLIAN_3 = "/chat_icons/custom_toillian_3",
|
|
300
|
-
CUSTOM_TOTALLYNOTJAAN = "/chat_icons/custom_totallynotjaan",
|
|
301
|
-
CUSTOM_TOUYA = "/chat_icons/custom_touya",
|
|
302
|
-
CUSTOM_TOUYA_2 = "/chat_icons/custom_touya_2",
|
|
303
|
-
CUSTOM_TRENTON = "/chat_icons/custom_trenton",
|
|
304
|
-
CUSTOM_TUKIKO = "/chat_icons/custom_tukiko",
|
|
305
|
-
CUSTOM_TWIX = "/chat_icons/custom_twix",
|
|
306
|
-
CUSTOM_TYKAITO = "/chat_icons/custom_tykaito",
|
|
307
|
-
CUSTOM_UNDERMINE = "/chat_icons/custom_undermine",
|
|
308
|
-
CUSTOM_UTO = "/chat_icons/custom_uto",
|
|
309
|
-
CUSTOM_VALERIOGIOVANNI = "/chat_icons/custom_valeriogiovanni",
|
|
310
|
-
CUSTOM_VIKALA = "/chat_icons/custom_vikala",
|
|
311
|
-
CUSTOM_VIKALA_2 = "/chat_icons/custom_vikala_2",
|
|
312
|
-
CUSTOM_WAKAKAYZH = "/chat_icons/custom_wakakayzh",
|
|
313
|
-
CUSTOM_WATSUN = "/chat_icons/custom_watsun",
|
|
314
|
-
CUSTOM_WAVESPERFECT = "/chat_icons/custom_wavesperfect",
|
|
315
|
-
CUSTOM_WEIJIA = "/chat_icons/custom_weijia",
|
|
316
|
-
CUSTOM_WEIJIA_2 = "/chat_icons/custom_weijia_2",
|
|
317
|
-
CUSTOM_WEIJIA_3 = "/chat_icons/custom_weijia_3",
|
|
318
|
-
CUSTOM_WEILAN = "/chat_icons/custom_weilan",
|
|
319
|
-
CUSTOM_WEILAN_2 = "/chat_icons/custom_weilan_2",
|
|
320
|
-
CUSTOM_WEILAN_3 = "/chat_icons/custom_weilan_3",
|
|
321
|
-
CUSTOM_WEILAN_4 = "/chat_icons/custom_weilan_4",
|
|
322
|
-
CUSTOM_WHATSFC = "/chat_icons/custom_whatsfc",
|
|
323
|
-
CUSTOM_WINDOGE = "/chat_icons/custom_windoge",
|
|
324
|
-
CUSTOM_XIALU = "/chat_icons/custom_xialu",
|
|
325
|
-
CUSTOM_XIALU_2 = "/chat_icons/custom_xialu_2",
|
|
326
|
-
CUSTOM_XIALU_3 = "/chat_icons/custom_xialu_3",
|
|
327
|
-
CUSTOM_XIAOZHANGYU = "/chat_icons/custom_xiaozhangyu",
|
|
328
|
-
CUSTOM_XXNAGASAKISOYOXX = "/chat_icons/custom_xxnagasakisoyoxx",
|
|
329
|
-
CUSTOM_YAHAHA00 = "/chat_icons/custom_yahaha00",
|
|
330
|
-
CUSTOM_YELLOWWW = "/chat_icons/custom_yellowww",
|
|
331
|
-
CUSTOM_YURISAISARABBIT = "/chat_icons/custom_yurisaisarabbit",
|
|
332
|
-
CUSTOM_ZACKKERO = "/chat_icons/custom_zackkero",
|
|
333
|
-
CUSTOM_ZEN = "/chat_icons/custom_zen",
|
|
334
|
-
CUSTOM_ZEN_2 = "/chat_icons/custom_zen_2",
|
|
335
|
-
CUSTOM_ZYFORD = "/chat_icons/custom_zyford",
|
|
336
|
-
CUSTOM_ZYFORD_2 = "/chat_icons/custom_zyford_2",
|
|
337
|
-
CUSTOM_ZYPTYZ = "/chat_icons/custom_zyptyz",
|
|
338
|
-
DEFENSE = "/chat_icons/defense",
|
|
339
|
-
DEMONIC_OVERLORD = "/chat_icons/demonic_overlord",
|
|
340
|
-
DRAGON_FRUIT = "/chat_icons/dragon_fruit",
|
|
341
|
-
DUCKLING = "/chat_icons/duckling",
|
|
342
|
-
DUSK_REVENANT = "/chat_icons/dusk_revenant",
|
|
343
|
-
EGG = "/chat_icons/egg",
|
|
344
|
-
ELEMENTALIST = "/chat_icons/elementalist",
|
|
345
|
-
ENCHANTED_BISHOP = "/chat_icons/enchanted_bishop",
|
|
346
|
-
ENCHANTED_KNIGHT = "/chat_icons/enchanted_knight",
|
|
347
|
-
ENHANCING = "/chat_icons/enhancing",
|
|
348
|
-
EYES = "/chat_icons/eyes",
|
|
349
|
-
FLAME_SORCERER = "/chat_icons/flame_sorcerer",
|
|
350
|
-
FLY = "/chat_icons/fly",
|
|
351
|
-
FORAGING = "/chat_icons/foraging",
|
|
352
|
-
FROG = "/chat_icons/frog",
|
|
353
|
-
GARNET = "/chat_icons/garnet",
|
|
354
|
-
GIANT_SHOEBILL = "/chat_icons/giant_shoebill",
|
|
355
|
-
GOLDEN_APPLE = "/chat_icons/golden_apple",
|
|
356
|
-
GOLDEN_BERRY = "/chat_icons/golden_berry",
|
|
357
|
-
GOLDEN_BICEPS = "/chat_icons/golden_biceps",
|
|
358
|
-
GOLDEN_CLOVER = "/chat_icons/golden_clover",
|
|
359
|
-
GOLDEN_COIN = "/chat_icons/golden_coin",
|
|
360
|
-
GOLDEN_CUPCAKE = "/chat_icons/golden_cupcake",
|
|
361
|
-
GOLDEN_DONUT = "/chat_icons/golden_donut",
|
|
362
|
-
GOLDEN_DUCKLING = "/chat_icons/golden_duckling",
|
|
363
|
-
GOLDEN_EGG = "/chat_icons/golden_egg",
|
|
364
|
-
GOLDEN_FROG = "/chat_icons/golden_frog",
|
|
365
|
-
GOLDEN_MARKETPLACE = "/chat_icons/golden_marketplace",
|
|
366
|
-
GOLDEN_PIGGY = "/chat_icons/golden_piggy",
|
|
367
|
-
GOLDEN_WHALE = "/chat_icons/golden_whale",
|
|
368
|
-
GRIZZLY_BEAR = "/chat_icons/grizzly_bear",
|
|
369
|
-
GUMMY_BEAR = "/chat_icons/gummy_bear",
|
|
370
|
-
HOLY_COW = "/chat_icons/holy_cow",
|
|
371
|
-
HOLY_SUPPORTER = "/chat_icons/holy_supporter",
|
|
372
|
-
ICE_SORCERER = "/chat_icons/ice_sorcerer",
|
|
373
|
-
INFERNAL_WARLOCK = "/chat_icons/infernal_warlock",
|
|
374
|
-
INTELLIGENCE = "/chat_icons/intelligence",
|
|
375
|
-
IRON_COW = "/chat_icons/iron_cow",
|
|
376
|
-
JACK_O_LANTERN = "/chat_icons/jack_o_lantern",
|
|
377
|
-
JADE = "/chat_icons/jade",
|
|
378
|
-
JUNGLE_SPRITE = "/chat_icons/jungle_sprite",
|
|
379
|
-
LUNA_EMPRESS = "/chat_icons/luna_empress",
|
|
380
|
-
MACE = "/chat_icons/mace",
|
|
381
|
-
MAGES_HAT = "/chat_icons/mages_hat",
|
|
382
|
-
MAGIC = "/chat_icons/magic",
|
|
383
|
-
MARINE_HUNTRESS = "/chat_icons/marine_huntress",
|
|
384
|
-
MARKETPLACE = "/chat_icons/marketplace",
|
|
385
|
-
MARSBERRY = "/chat_icons/marsberry",
|
|
386
|
-
MELEE = "/chat_icons/melee",
|
|
387
|
-
MILKING = "/chat_icons/milking",
|
|
388
|
-
MODERATOR = "/chat_icons/moderator",
|
|
389
|
-
MOOBERRY = "/chat_icons/mooberry",
|
|
390
|
-
MOONSTONE = "/chat_icons/moonstone",
|
|
391
|
-
MYCONID = "/chat_icons/myconid",
|
|
392
|
-
NOM_NOM = "/chat_icons/nom_nom",
|
|
393
|
-
OG_JERRY = "/chat_icons/og_jerry",
|
|
394
|
-
ORANGE = "/chat_icons/orange",
|
|
395
|
-
PANDA = "/chat_icons/panda",
|
|
396
|
-
PANDA_PAW = "/chat_icons/panda_paw",
|
|
397
|
-
PEACH = "/chat_icons/peach",
|
|
398
|
-
PEARL = "/chat_icons/pearl",
|
|
399
|
-
PHILOSOPHERS_STONE = "/chat_icons/philosophers_stone",
|
|
400
|
-
PLUM = "/chat_icons/plum",
|
|
401
|
-
POLAR_BEAR = "/chat_icons/polar_bear",
|
|
402
|
-
PORCUPINE = "/chat_icons/porcupine",
|
|
403
|
-
RABID_RABBIT = "/chat_icons/rabid_rabbit",
|
|
404
|
-
RAINBOW_SUPPORTER = "/chat_icons/rainbow_supporter",
|
|
405
|
-
RANGED = "/chat_icons/ranged",
|
|
406
|
-
RAT = "/chat_icons/rat",
|
|
407
|
-
RED_PANDA = "/chat_icons/red_panda",
|
|
408
|
-
SANTA_HAT = "/chat_icons/santa_hat",
|
|
409
|
-
SEA_SNAIL = "/chat_icons/sea_snail",
|
|
410
|
-
SKUNK = "/chat_icons/skunk",
|
|
411
|
-
SLIMY = "/chat_icons/slimy",
|
|
412
|
-
SNAKE = "/chat_icons/snake",
|
|
413
|
-
SOUL_HUNTER = "/chat_icons/soul_hunter",
|
|
414
|
-
SPACEBERRY = "/chat_icons/spaceberry",
|
|
415
|
-
SPEAR = "/chat_icons/spear",
|
|
416
|
-
SPRING_FESTIVAL_LANTERN = "/chat_icons/spring_festival_lantern",
|
|
417
|
-
SQUAWKER = "/chat_icons/squawker",
|
|
418
|
-
STAFF = "/chat_icons/staff",
|
|
419
|
-
STAMINA = "/chat_icons/stamina",
|
|
420
|
-
STAR_FRAGMENT = "/chat_icons/star_fragment",
|
|
421
|
-
STAR_FRUIT = "/chat_icons/star_fruit",
|
|
422
|
-
STRAWBERRY = "/chat_icons/strawberry",
|
|
423
|
-
SUNSTONE = "/chat_icons/sunstone",
|
|
424
|
-
SUPER_BUG_FINDER = "/chat_icons/super_bug_finder",
|
|
425
|
-
SUPER_CONTRIBUTOR = "/chat_icons/super_contributor",
|
|
426
|
-
SUPER_MODERATOR = "/chat_icons/super_moderator",
|
|
427
|
-
SUPPORTER = "/chat_icons/supporter",
|
|
428
|
-
SWAMPY = "/chat_icons/swampy",
|
|
429
|
-
SWORD = "/chat_icons/sword",
|
|
430
|
-
TAILORING = "/chat_icons/tailoring",
|
|
431
|
-
TASK_CRYSTAL = "/chat_icons/task_crystal",
|
|
432
|
-
TASKS = "/chat_icons/tasks",
|
|
433
|
-
TEA = "/chat_icons/tea",
|
|
434
|
-
THE_WATCHER = "/chat_icons/the_watcher",
|
|
435
|
-
TREANT = "/chat_icons/treant",
|
|
436
|
-
TURTLE = "/chat_icons/turtle",
|
|
437
|
-
UNICOW = "/chat_icons/unicow",
|
|
438
|
-
VAMPIRE = "/chat_icons/vampire",
|
|
439
|
-
VERDANT_COW = "/chat_icons/verdant_cow",
|
|
440
|
-
VERDANT_SUPPORTER = "/chat_icons/verdant_supporter",
|
|
441
|
-
WEREWOLF = "/chat_icons/werewolf",
|
|
442
|
-
WHALE = "/chat_icons/whale",
|
|
443
|
-
WOODCUTTING = "/chat_icons/woodcutting",
|
|
444
|
-
ZOMBIE = "/chat_icons/zombie"
|
|
445
|
-
}
|
|
446
|
-
export declare const CHATICON_HRIDS: {
|
|
447
|
-
readonly ABYSSAL_IMP: "/chat_icons/abyssal_imp";
|
|
448
|
-
readonly ADMIN: "/chat_icons/admin";
|
|
449
|
-
readonly ALCHEMY: "/chat_icons/alchemy";
|
|
450
|
-
readonly ALLIGATOR: "/chat_icons/alligator";
|
|
451
|
-
readonly AMBER: "/chat_icons/amber";
|
|
452
|
-
readonly AMETHYST: "/chat_icons/amethyst";
|
|
453
|
-
readonly ANNIVERSARY_PURPLE: "/chat_icons/anniversary_purple";
|
|
454
|
-
readonly APPLE: "/chat_icons/apple";
|
|
455
|
-
readonly AQUAHORSE: "/chat_icons/aquahorse";
|
|
456
|
-
readonly ATTACK: "/chat_icons/attack";
|
|
457
|
-
readonly AZURE_COW: "/chat_icons/azure_cow";
|
|
458
|
-
readonly AZURE_SUPPORTER: "/chat_icons/azure_supporter";
|
|
459
|
-
readonly BAMBOO: "/chat_icons/bamboo";
|
|
460
|
-
readonly BETA_BUNNY: "/chat_icons/beta_bunny";
|
|
461
|
-
readonly BLACK_BEAR: "/chat_icons/black_bear";
|
|
462
|
-
readonly BLACKBERRY: "/chat_icons/blackberry";
|
|
463
|
-
readonly BLUEBERRY: "/chat_icons/blueberry";
|
|
464
|
-
readonly BOOK: "/chat_icons/book";
|
|
465
|
-
readonly BOW: "/chat_icons/bow";
|
|
466
|
-
readonly BREWING: "/chat_icons/brewing";
|
|
467
|
-
readonly BUG_FINDER: "/chat_icons/bug_finder";
|
|
468
|
-
readonly BULWARK: "/chat_icons/bulwark";
|
|
469
|
-
readonly BURBLE_COW: "/chat_icons/burble_cow";
|
|
470
|
-
readonly BURBLE_SUPPORTER: "/chat_icons/burble_supporter";
|
|
471
|
-
readonly BUTTERJERRY: "/chat_icons/butterjerry";
|
|
472
|
-
readonly CCO: "/chat_icons/cco";
|
|
473
|
-
readonly CENTAUR_ARCHER: "/chat_icons/centaur_archer";
|
|
474
|
-
readonly CHEESE: "/chat_icons/cheese";
|
|
475
|
-
readonly CHEESESMITHING: "/chat_icons/cheesesmithing";
|
|
476
|
-
readonly CHRONOFROST_SORCERER: "/chat_icons/chronofrost_sorcerer";
|
|
477
|
-
readonly CLOVER: "/chat_icons/clover";
|
|
478
|
-
readonly COFFEE: "/chat_icons/coffee";
|
|
479
|
-
readonly COMBAT: "/chat_icons/combat";
|
|
480
|
-
readonly COMMUNITY_MANAGER: "/chat_icons/community_manager";
|
|
481
|
-
readonly CONTRIBUTOR: "/chat_icons/contributor";
|
|
482
|
-
readonly COOKING: "/chat_icons/cooking";
|
|
483
|
-
readonly COW: "/chat_icons/cow";
|
|
484
|
-
readonly CRAB: "/chat_icons/crab";
|
|
485
|
-
readonly CRAFTING: "/chat_icons/crafting";
|
|
486
|
-
readonly CRIMSON_COW: "/chat_icons/crimson_cow";
|
|
487
|
-
readonly CRIMSON_SUPPORTER: "/chat_icons/crimson_supporter";
|
|
488
|
-
readonly CROSSBOW: "/chat_icons/crossbow";
|
|
489
|
-
readonly CUPCAKE: "/chat_icons/cupcake";
|
|
490
|
-
readonly CUSTOM_17S: "/chat_icons/custom_17s";
|
|
491
|
-
readonly CUSTOM_1OO86: "/chat_icons/custom_1oo86";
|
|
492
|
-
readonly CUSTOM_39MOONMANTOUOUO: "/chat_icons/custom_39moonmantououo";
|
|
493
|
-
readonly CUSTOM_77Q: "/chat_icons/custom_77q";
|
|
494
|
-
readonly CUSTOM_77Q_2: "/chat_icons/custom_77q_2";
|
|
495
|
-
readonly CUSTOM_ADI1324: "/chat_icons/custom_adi1324";
|
|
496
|
-
readonly CUSTOM_ADOGTOR: "/chat_icons/custom_adogtor";
|
|
497
|
-
readonly CUSTOM_AILEC: "/chat_icons/custom_ailec";
|
|
498
|
-
readonly CUSTOM_AK9527: "/chat_icons/custom_ak9527";
|
|
499
|
-
readonly CUSTOM_AMAIYAAH: "/chat_icons/custom_amaiyaah";
|
|
500
|
-
readonly CUSTOM_ANZU114514: "/chat_icons/custom_anzu114514";
|
|
501
|
-
readonly CUSTOM_ANZU114514_2: "/chat_icons/custom_anzu114514_2";
|
|
502
|
-
readonly CUSTOM_ARCHERR: "/chat_icons/custom_archerr";
|
|
503
|
-
readonly CUSTOM_ARDORMAIDEN: "/chat_icons/custom_ardormaiden";
|
|
504
|
-
readonly CUSTOM_AUSPICIOUSDRAGON: "/chat_icons/custom_auspiciousdragon";
|
|
505
|
-
readonly CUSTOM_AUSPICIOUSDRAGON_2: "/chat_icons/custom_auspiciousdragon_2";
|
|
506
|
-
readonly CUSTOM_AUSPICIOUSDRAGON_3: "/chat_icons/custom_auspiciousdragon_3";
|
|
507
|
-
readonly CUSTOM_BBC233: "/chat_icons/custom_bbc233";
|
|
508
|
-
readonly CUSTOM_BEINLIU: "/chat_icons/custom_beinliu";
|
|
509
|
-
readonly CUSTOM_BESTCOW: "/chat_icons/custom_bestcow";
|
|
510
|
-
readonly CUSTOM_BESTCOW_2: "/chat_icons/custom_bestcow_2";
|
|
511
|
-
readonly CUSTOM_BESTCOW_3: "/chat_icons/custom_bestcow_3";
|
|
512
|
-
readonly CUSTOM_BEW1TCHED: "/chat_icons/custom_bew1tched";
|
|
513
|
-
readonly CUSTOM_BIGDRAGONWANG: "/chat_icons/custom_bigdragonwang";
|
|
514
|
-
readonly CUSTOM_BIMMZER: "/chat_icons/custom_bimmzer";
|
|
515
|
-
readonly CUSTOM_BIMMZER_2: "/chat_icons/custom_bimmzer_2";
|
|
516
|
-
readonly CUSTOM_BMM: "/chat_icons/custom_bmm";
|
|
517
|
-
readonly CUSTOM_BOLUOBAO: "/chat_icons/custom_boluobao";
|
|
518
|
-
readonly CUSTOM_BONNY: "/chat_icons/custom_bonny";
|
|
519
|
-
readonly CUSTOM_BOWENSASA: "/chat_icons/custom_bowensasa";
|
|
520
|
-
readonly CUSTOM_BROMOTHYMOLBLUE: "/chat_icons/custom_bromothymolblue";
|
|
521
|
-
readonly CUSTOM_BUGX2121: "/chat_icons/custom_bugx2121";
|
|
522
|
-
readonly CUSTOM_CAINAN: "/chat_icons/custom_cainan";
|
|
523
|
-
readonly CUSTOM_CALM013: "/chat_icons/custom_calm013";
|
|
524
|
-
readonly CUSTOM_CALM013_2: "/chat_icons/custom_calm013_2";
|
|
525
|
-
readonly CUSTOM_CATOPIA: "/chat_icons/custom_catopia";
|
|
526
|
-
readonly CUSTOM_CHAMP: "/chat_icons/custom_champ";
|
|
527
|
-
readonly CUSTOM_CHENLUO: "/chat_icons/custom_chenluo";
|
|
528
|
-
readonly CUSTOM_CHENLUO_2: "/chat_icons/custom_chenluo_2";
|
|
529
|
-
readonly CUSTOM_CLICHE: "/chat_icons/custom_cliche";
|
|
530
|
-
readonly CUSTOM_CLICHE_2: "/chat_icons/custom_cliche_2";
|
|
531
|
-
readonly CUSTOM_COOL555: "/chat_icons/custom_cool555";
|
|
532
|
-
readonly CUSTOM_COOL555_2: "/chat_icons/custom_cool555_2";
|
|
533
|
-
readonly CUSTOM_CRA: "/chat_icons/custom_cra";
|
|
534
|
-
readonly CUSTOM_CRISTIANON: "/chat_icons/custom_cristianon";
|
|
535
|
-
readonly CUSTOM_CYDERIZE: "/chat_icons/custom_cyderize";
|
|
536
|
-
readonly CUSTOM_CYZX: "/chat_icons/custom_cyzx";
|
|
537
|
-
readonly CUSTOM_DADDYVLADI: "/chat_icons/custom_daddyvladi";
|
|
538
|
-
readonly CUSTOM_DANIELWU: "/chat_icons/custom_danielwu";
|
|
539
|
-
readonly CUSTOM_DEATHECHO: "/chat_icons/custom_deathecho";
|
|
540
|
-
readonly CUSTOM_DEATHECHO_2: "/chat_icons/custom_deathecho_2";
|
|
541
|
-
readonly CUSTOM_DEMOLYSIS: "/chat_icons/custom_demolysis";
|
|
542
|
-
readonly CUSTOM_DESTINEE: "/chat_icons/custom_destinee";
|
|
543
|
-
readonly CUSTOM_DINGDINGFLY: "/chat_icons/custom_dingdingfly";
|
|
544
|
-
readonly CUSTOM_DINGDINGFLY_2: "/chat_icons/custom_dingdingfly_2";
|
|
545
|
-
readonly CUSTOM_DISMASON: "/chat_icons/custom_dismason";
|
|
546
|
-
readonly CUSTOM_DON: "/chat_icons/custom_don";
|
|
547
|
-
readonly CUSTOM_DON_2: "/chat_icons/custom_don_2";
|
|
548
|
-
readonly CUSTOM_DOOKIE: "/chat_icons/custom_dookie";
|
|
549
|
-
readonly CUSTOM_DOUYACAI: "/chat_icons/custom_douyacai";
|
|
550
|
-
readonly CUSTOM_EDISONWON: "/chat_icons/custom_edisonwon";
|
|
551
|
-
readonly CUSTOM_EFEIERS: "/chat_icons/custom_efeiers";
|
|
552
|
-
readonly CUSTOM_EGGS: "/chat_icons/custom_eggs";
|
|
553
|
-
readonly CUSTOM_ELYSIA: "/chat_icons/custom_elysia";
|
|
554
|
-
readonly CUSTOM_EREBYS: "/chat_icons/custom_erebys";
|
|
555
|
-
readonly CUSTOM_EUN: "/chat_icons/custom_eun";
|
|
556
|
-
readonly CUSTOM_FARCASTER: "/chat_icons/custom_farcaster";
|
|
557
|
-
readonly CUSTOM_FOAMICE: "/chat_icons/custom_foamice";
|
|
558
|
-
readonly CUSTOM_GAGABOOM: "/chat_icons/custom_gagaboom";
|
|
559
|
-
readonly CUSTOM_GAWRGURA: "/chat_icons/custom_gawrgura";
|
|
560
|
-
readonly CUSTOM_GBF666: "/chat_icons/custom_gbf666";
|
|
561
|
-
readonly CUSTOM_GLORYJACKY: "/chat_icons/custom_gloryjacky";
|
|
562
|
-
readonly CUSTOM_GMINJ2: "/chat_icons/custom_gminj2";
|
|
563
|
-
readonly CUSTOM_GMINJ2_2: "/chat_icons/custom_gminj2_2";
|
|
564
|
-
readonly CUSTOM_GOLDEN_HOUND: "/chat_icons/custom_golden_hound";
|
|
565
|
-
readonly CUSTOM_GOLDENHOUND_2: "/chat_icons/custom_goldenhound_2";
|
|
566
|
-
readonly CUSTOM_GOLDENHOUND_3: "/chat_icons/custom_goldenhound_3";
|
|
567
|
-
readonly CUSTOM_GOODGUYJACK: "/chat_icons/custom_goodguyjack";
|
|
568
|
-
readonly CUSTOM_GOODGUYJACK_2: "/chat_icons/custom_goodguyjack_2";
|
|
569
|
-
readonly CUSTOM_GOODGUYJACK_3: "/chat_icons/custom_goodguyjack_3";
|
|
570
|
-
readonly CUSTOM_GOODKNIGHT: "/chat_icons/custom_goodknight";
|
|
571
|
-
readonly CUSTOM_GRAGATRIM: "/chat_icons/custom_gragatrim";
|
|
572
|
-
readonly CUSTOM_GUGUGUGUCHICKEN: "/chat_icons/custom_guguguguchicken";
|
|
573
|
-
readonly CUSTOM_H0LYDUCK: "/chat_icons/custom_h0lyduck";
|
|
574
|
-
readonly CUSTOM_H0LYDUCK_2: "/chat_icons/custom_h0lyduck_2";
|
|
575
|
-
readonly CUSTOM_H0LYDUCK_3: "/chat_icons/custom_h0lyduck_3";
|
|
576
|
-
readonly CUSTOM_HABS: "/chat_icons/custom_habs";
|
|
577
|
-
readonly CUSTOM_HAMU: "/chat_icons/custom_hamu";
|
|
578
|
-
readonly CUSTOM_HAMUNEKOUWUO: "/chat_icons/custom_hamunekouwuo";
|
|
579
|
-
readonly CUSTOM_HASUMI: "/chat_icons/custom_hasumi";
|
|
580
|
-
readonly CUSTOM_HASUMI_2: "/chat_icons/custom_hasumi_2";
|
|
581
|
-
readonly CUSTOM_HAWK: "/chat_icons/custom_hawk";
|
|
582
|
-
readonly CUSTOM_HINANAITENSHI: "/chat_icons/custom_hinanaitenshi";
|
|
583
|
-
readonly CUSTOM_HIROCHAN: "/chat_icons/custom_hirochan";
|
|
584
|
-
readonly CUSTOM_HOUSTON: "/chat_icons/custom_houston";
|
|
585
|
-
readonly CUSTOM_ICYFIRE: "/chat_icons/custom_icyfire";
|
|
586
|
-
readonly CUSTOM_IMMORTALPHOENIX: "/chat_icons/custom_immortalphoenix";
|
|
587
|
-
readonly CUSTOM_IMMORTALPHOENIX_2: "/chat_icons/custom_immortalphoenix_2";
|
|
588
|
-
readonly CUSTOM_IMMORTALPHOENIX_3: "/chat_icons/custom_immortalphoenix_3";
|
|
589
|
-
readonly CUSTOM_INDULGEIN: "/chat_icons/custom_indulgein";
|
|
590
|
-
readonly CUSTOM_JBQ: "/chat_icons/custom_jbq";
|
|
591
|
-
readonly CUSTOM_JBQ_2: "/chat_icons/custom_jbq_2";
|
|
592
|
-
readonly CUSTOM_JET: "/chat_icons/custom_jet";
|
|
593
|
-
readonly CUSTOM_JIOJIO: "/chat_icons/custom_jiojio";
|
|
594
|
-
readonly CUSTOM_JIOJIO_2: "/chat_icons/custom_jiojio_2";
|
|
595
|
-
readonly CUSTOM_JIOJIO_3: "/chat_icons/custom_jiojio_3";
|
|
596
|
-
readonly CUSTOM_JIUYUE05733: "/chat_icons/custom_jiuyue05733";
|
|
597
|
-
readonly CUSTOM_JOEY: "/chat_icons/custom_joey";
|
|
598
|
-
readonly CUSTOM_JOEY_2: "/chat_icons/custom_joey_2";
|
|
599
|
-
readonly CUSTOM_JOEY_3: "/chat_icons/custom_joey_3";
|
|
600
|
-
readonly CUSTOM_JOWL: "/chat_icons/custom_jowl";
|
|
601
|
-
readonly CUSTOM_JOWL_2: "/chat_icons/custom_jowl_2";
|
|
602
|
-
readonly CUSTOM_JUMP14: "/chat_icons/custom_jump14";
|
|
603
|
-
readonly CUSTOM_KAMZ: "/chat_icons/custom_kamz";
|
|
604
|
-
readonly CUSTOM_KARLDING: "/chat_icons/custom_karlding";
|
|
605
|
-
readonly CUSTOM_KHAZU: "/chat_icons/custom_khazu";
|
|
606
|
-
readonly CUSTOM_KIIRA: "/chat_icons/custom_kiira";
|
|
607
|
-
readonly CUSTOM_KILLAQO: "/chat_icons/custom_killaqo";
|
|
608
|
-
readonly CUSTOM_KITYE: "/chat_icons/custom_kitye";
|
|
609
|
-
readonly CUSTOM_KIYUU: "/chat_icons/custom_kiyuu";
|
|
610
|
-
readonly CUSTOM_KIYUU_2: "/chat_icons/custom_kiyuu_2";
|
|
611
|
-
readonly CUSTOM_KIYUU_3: "/chat_icons/custom_kiyuu_3";
|
|
612
|
-
readonly CUSTOM_KLEAL: "/chat_icons/custom_kleal";
|
|
613
|
-
readonly CUSTOM_KLIUTY: "/chat_icons/custom_kliuty";
|
|
614
|
-
readonly CUSTOM_KRAZDEN: "/chat_icons/custom_krazden";
|
|
615
|
-
readonly CUSTOM_KULUKI: "/chat_icons/custom_kuluki";
|
|
616
|
-
readonly CUSTOM_LAPAPAP: "/chat_icons/custom_lapapap";
|
|
617
|
-
readonly CUSTOM_LASTSOUL: "/chat_icons/custom_lastsoul";
|
|
618
|
-
readonly CUSTOM_LEEVI: "/chat_icons/custom_leevi";
|
|
619
|
-
readonly CUSTOM_LEEVI_2: "/chat_icons/custom_leevi_2";
|
|
620
|
-
readonly CUSTOM_LEICA: "/chat_icons/custom_leica";
|
|
621
|
-
readonly CUSTOM_LEICA_2: "/chat_icons/custom_leica_2";
|
|
622
|
-
readonly CUSTOM_LEICA_3: "/chat_icons/custom_leica_3";
|
|
623
|
-
readonly CUSTOM_LIHA: "/chat_icons/custom_liha";
|
|
624
|
-
readonly CUSTOM_LIHA_2: "/chat_icons/custom_liha_2";
|
|
625
|
-
readonly CUSTOM_LIHA_3: "/chat_icons/custom_liha_3";
|
|
626
|
-
readonly CUSTOM_LIKEEJASAI: "/chat_icons/custom_likeejasai";
|
|
627
|
-
readonly CUSTOM_LILLIANROSE: "/chat_icons/custom_lillianrose";
|
|
628
|
-
readonly CUSTOM_LOOTDRUID: "/chat_icons/custom_lootdruid";
|
|
629
|
-
readonly CUSTOM_LUCKYCROW: "/chat_icons/custom_luckycrow";
|
|
630
|
-
readonly CUSTOM_LUDI789: "/chat_icons/custom_ludi789";
|
|
631
|
-
readonly CUSTOM_LXS4765: "/chat_icons/custom_lxs4765";
|
|
632
|
-
readonly CUSTOM_LYRICKY: "/chat_icons/custom_lyricky";
|
|
633
|
-
readonly CUSTOM_MADSFRISK: "/chat_icons/custom_madsfrisk";
|
|
634
|
-
readonly CUSTOM_MAGE: "/chat_icons/custom_mage";
|
|
635
|
-
readonly CUSTOM_MAGICWANG: "/chat_icons/custom_magicwang";
|
|
636
|
-
readonly CUSTOM_MAGURODON: "/chat_icons/custom_magurodon";
|
|
637
|
-
readonly CUSTOM_MAGURODON_2: "/chat_icons/custom_magurodon_2";
|
|
638
|
-
readonly CUSTOM_MALLENLLOR: "/chat_icons/custom_mallenllor";
|
|
639
|
-
readonly CUSTOM_MANZNG: "/chat_icons/custom_manzng";
|
|
640
|
-
readonly CUSTOM_MAPLENVDA: "/chat_icons/custom_maplenvda";
|
|
641
|
-
readonly CUSTOM_MARDKHORA: "/chat_icons/custom_mardkhora";
|
|
642
|
-
readonly CUSTOM_MATOASAKURA: "/chat_icons/custom_matoasakura";
|
|
643
|
-
readonly CUSTOM_MATUTU: "/chat_icons/custom_matutu";
|
|
644
|
-
readonly CUSTOM_MAXION: "/chat_icons/custom_maxion";
|
|
645
|
-
readonly CUSTOM_MAXION_2: "/chat_icons/custom_maxion_2";
|
|
646
|
-
readonly CUSTOM_MAXION_3: "/chat_icons/custom_maxion_3";
|
|
647
|
-
readonly CUSTOM_MENGMENGUWU: "/chat_icons/custom_mengmenguwu";
|
|
648
|
-
readonly CUSTOM_MENGMENGUWU_2: "/chat_icons/custom_mengmenguwu_2";
|
|
649
|
-
readonly CUSTOM_MEON: "/chat_icons/custom_meon";
|
|
650
|
-
readonly CUSTOM_MERMER88: "/chat_icons/custom_mermer88";
|
|
651
|
-
readonly CUSTOM_MESSBB: "/chat_icons/custom_messbb";
|
|
652
|
-
readonly CUSTOM_MILKITRAW: "/chat_icons/custom_milkitraw";
|
|
653
|
-
readonly CUSTOM_MILKMAID: "/chat_icons/custom_milkmaid";
|
|
654
|
-
readonly CUSTOM_MINAMI: "/chat_icons/custom_minami";
|
|
655
|
-
readonly CUSTOM_MIUCA: "/chat_icons/custom_miuca";
|
|
656
|
-
readonly CUSTOM_MIUCA_2: "/chat_icons/custom_miuca_2";
|
|
657
|
-
readonly CUSTOM_MIUCA_3: "/chat_icons/custom_miuca_3";
|
|
658
|
-
readonly CUSTOM_MOOSEYFAITH: "/chat_icons/custom_mooseyfaith";
|
|
659
|
-
readonly CUSTOM_MOXUAN: "/chat_icons/custom_moxuan";
|
|
660
|
-
readonly CUSTOM_MRJIN: "/chat_icons/custom_mrjin";
|
|
661
|
-
readonly CUSTOM_MUMU0315: "/chat_icons/custom_mumu0315";
|
|
662
|
-
readonly CUSTOM_NERONEX: "/chat_icons/custom_neronex";
|
|
663
|
-
readonly CUSTOM_NERONEX_2: "/chat_icons/custom_neronex_2";
|
|
664
|
-
readonly CUSTOM_NERONEX_3: "/chat_icons/custom_neronex_3";
|
|
665
|
-
readonly CUSTOM_NEVEREND: "/chat_icons/custom_neverend";
|
|
666
|
-
readonly CUSTOM_NIP: "/chat_icons/custom_nip";
|
|
667
|
-
readonly CUSTOM_NISHIKIASUMI: "/chat_icons/custom_nishikiasumi";
|
|
668
|
-
readonly CUSTOM_NITESHVDE: "/chat_icons/custom_niteshvde";
|
|
669
|
-
readonly CUSTOM_NITESHVDE_2: "/chat_icons/custom_niteshvde_2";
|
|
670
|
-
readonly CUSTOM_NIU1NIU2NIU3: "/chat_icons/custom_niu1niu2niu3";
|
|
671
|
-
readonly CUSTOM_NIUB1: "/chat_icons/custom_niub1";
|
|
672
|
-
readonly CUSTOM_NIUBIPLUS1: "/chat_icons/custom_niubiplus1";
|
|
673
|
-
readonly CUSTOM_NIUWAN: "/chat_icons/custom_niuwan";
|
|
674
|
-
readonly CUSTOM_NIUWAN_2: "/chat_icons/custom_niuwan_2";
|
|
675
|
-
readonly CUSTOM_NSHADEIV: "/chat_icons/custom_nshadeiv";
|
|
676
|
-
readonly CUSTOM_OATMILK: "/chat_icons/custom_oatmilk";
|
|
677
|
-
readonly CUSTOM_OGURI: "/chat_icons/custom_oguri";
|
|
678
|
-
readonly CUSTOM_OGURI_2: "/chat_icons/custom_oguri_2";
|
|
679
|
-
readonly CUSTOM_OGURI_3: "/chat_icons/custom_oguri_3";
|
|
680
|
-
readonly CUSTOM_OOBBB: "/chat_icons/custom_oobbb";
|
|
681
|
-
readonly CUSTOM_OOBBB_2: "/chat_icons/custom_oobbb_2";
|
|
682
|
-
readonly CUSTOM_OOBBB_3: "/chat_icons/custom_oobbb_3";
|
|
683
|
-
readonly CUSTOM_OWCHY: "/chat_icons/custom_owchy";
|
|
684
|
-
readonly CUSTOM_OWENGOD: "/chat_icons/custom_owengod";
|
|
685
|
-
readonly CUSTOM_OWENGOD_2: "/chat_icons/custom_owengod_2";
|
|
686
|
-
readonly CUSTOM_OWENGOD_3: "/chat_icons/custom_owengod_3";
|
|
687
|
-
readonly CUSTOM_PAJLADA: "/chat_icons/custom_pajlada";
|
|
688
|
-
readonly CUSTOM_PENNY: "/chat_icons/custom_penny";
|
|
689
|
-
readonly CUSTOM_PERXMON: "/chat_icons/custom_perxmon";
|
|
690
|
-
readonly CUSTOM_PERXMON_2: "/chat_icons/custom_perxmon_2";
|
|
691
|
-
readonly CUSTOM_PERXMON_3: "/chat_icons/custom_perxmon_3";
|
|
692
|
-
readonly CUSTOM_PHARMERPHROG: "/chat_icons/custom_pharmerphrog";
|
|
693
|
-
readonly CUSTOM_PINKMOOLYD_2: "/chat_icons/custom_pinkmoolyd_2";
|
|
694
|
-
readonly CUSTOM_POMADEON: "/chat_icons/custom_pomadeon";
|
|
695
|
-
readonly CUSTOM_PORK2DACHOP: "/chat_icons/custom_pork2dachop";
|
|
696
|
-
readonly CUSTOM_POTATOOUO: "/chat_icons/custom_potatoouo";
|
|
697
|
-
readonly CUSTOM_PUFENG: "/chat_icons/custom_pufeng";
|
|
698
|
-
readonly CUSTOM_PULSE: "/chat_icons/custom_pulse";
|
|
699
|
-
readonly CUSTOM_PULSE_2: "/chat_icons/custom_pulse_2";
|
|
700
|
-
readonly CUSTOM_PYROTHEFOLF: "/chat_icons/custom_pyrothefolf";
|
|
701
|
-
readonly CUSTOM_QAQBO: "/chat_icons/custom_qaqbo";
|
|
702
|
-
readonly CUSTOM_RADIOHEAD: "/chat_icons/custom_radiohead";
|
|
703
|
-
readonly CUSTOM_REXWONG: "/chat_icons/custom_rexwong";
|
|
704
|
-
readonly CUSTOM_RIBCAP: "/chat_icons/custom_ribcap";
|
|
705
|
-
readonly CUSTOM_ROSE_2: "/chat_icons/custom_rose_2";
|
|
706
|
-
readonly CUSTOM_ROSE_3: "/chat_icons/custom_rose_3";
|
|
707
|
-
readonly CUSTOM_ROSEROSE: "/chat_icons/custom_roserose";
|
|
708
|
-
readonly CUSTOM_SCORPIONKENZO: "/chat_icons/custom_scorpionkenzo";
|
|
709
|
-
readonly CUSTOM_SH1RO: "/chat_icons/custom_sh1ro";
|
|
710
|
-
readonly CUSTOM_SHAEL: "/chat_icons/custom_shael";
|
|
711
|
-
readonly CUSTOM_SHEENAMIMI: "/chat_icons/custom_sheenamimi";
|
|
712
|
-
readonly CUSTOM_SHISHIRO: "/chat_icons/custom_shishiro";
|
|
713
|
-
readonly CUSTOM_SIVELIN: "/chat_icons/custom_sivelin";
|
|
714
|
-
readonly CUSTOM_SKUMBUS: "/chat_icons/custom_skumbus";
|
|
715
|
-
readonly CUSTOM_SNOWZONE: "/chat_icons/custom_snowzone";
|
|
716
|
-
readonly CUSTOM_SOMBRESSA: "/chat_icons/custom_sombressa";
|
|
717
|
-
readonly CUSTOM_SS1985: "/chat_icons/custom_ss1985";
|
|
718
|
-
readonly CUSTOM_STACK: "/chat_icons/custom_stack";
|
|
719
|
-
readonly CUSTOM_STACK_2: "/chat_icons/custom_stack_2";
|
|
720
|
-
readonly CUSTOM_STACK_3: "/chat_icons/custom_stack_3";
|
|
721
|
-
readonly CUSTOM_STELLA: "/chat_icons/custom_stella";
|
|
722
|
-
readonly CUSTOM_SUMIMIUNIVERSE: "/chat_icons/custom_sumimiuniverse";
|
|
723
|
-
readonly CUSTOM_SUMIMIUNIVERSE_2: "/chat_icons/custom_sumimiuniverse_2";
|
|
724
|
-
readonly CUSTOM_SUMIMIUNIVERSE_3: "/chat_icons/custom_sumimiuniverse_3";
|
|
725
|
-
readonly CUSTOM_TAICHISLIPPERS: "/chat_icons/custom_taichislippers";
|
|
726
|
-
readonly CUSTOM_TAICHISLIPPERS_2: "/chat_icons/custom_taichislippers_2";
|
|
727
|
-
readonly CUSTOM_TEMARITSUKIMURA: "/chat_icons/custom_temaritsukimura";
|
|
728
|
-
readonly CUSTOM_TEMARITSUKIMURA_2: "/chat_icons/custom_temaritsukimura_2";
|
|
729
|
-
readonly CUSTOM_TENERIFE: "/chat_icons/custom_tenerife";
|
|
730
|
-
readonly CUSTOM_THESSALONIKI: "/chat_icons/custom_thessaloniki";
|
|
731
|
-
readonly CUSTOM_THOF: "/chat_icons/custom_thof";
|
|
732
|
-
readonly CUSTOM_TIANTIAN666: "/chat_icons/custom_tiantian666";
|
|
733
|
-
readonly CUSTOM_TIANTIAN666_2: "/chat_icons/custom_tiantian666_2";
|
|
734
|
-
readonly CUSTOM_TOILLIAN: "/chat_icons/custom_toillian";
|
|
735
|
-
readonly CUSTOM_TOILLIAN_2: "/chat_icons/custom_toillian_2";
|
|
736
|
-
readonly CUSTOM_TOILLIAN_3: "/chat_icons/custom_toillian_3";
|
|
737
|
-
readonly CUSTOM_TOTALLYNOTJAAN: "/chat_icons/custom_totallynotjaan";
|
|
738
|
-
readonly CUSTOM_TOUYA: "/chat_icons/custom_touya";
|
|
739
|
-
readonly CUSTOM_TOUYA_2: "/chat_icons/custom_touya_2";
|
|
740
|
-
readonly CUSTOM_TRENTON: "/chat_icons/custom_trenton";
|
|
741
|
-
readonly CUSTOM_TUKIKO: "/chat_icons/custom_tukiko";
|
|
742
|
-
readonly CUSTOM_TWIX: "/chat_icons/custom_twix";
|
|
743
|
-
readonly CUSTOM_TYKAITO: "/chat_icons/custom_tykaito";
|
|
744
|
-
readonly CUSTOM_UNDERMINE: "/chat_icons/custom_undermine";
|
|
745
|
-
readonly CUSTOM_UTO: "/chat_icons/custom_uto";
|
|
746
|
-
readonly CUSTOM_VALERIOGIOVANNI: "/chat_icons/custom_valeriogiovanni";
|
|
747
|
-
readonly CUSTOM_VIKALA: "/chat_icons/custom_vikala";
|
|
748
|
-
readonly CUSTOM_VIKALA_2: "/chat_icons/custom_vikala_2";
|
|
749
|
-
readonly CUSTOM_WAKAKAYZH: "/chat_icons/custom_wakakayzh";
|
|
750
|
-
readonly CUSTOM_WATSUN: "/chat_icons/custom_watsun";
|
|
751
|
-
readonly CUSTOM_WAVESPERFECT: "/chat_icons/custom_wavesperfect";
|
|
752
|
-
readonly CUSTOM_WEIJIA: "/chat_icons/custom_weijia";
|
|
753
|
-
readonly CUSTOM_WEIJIA_2: "/chat_icons/custom_weijia_2";
|
|
754
|
-
readonly CUSTOM_WEIJIA_3: "/chat_icons/custom_weijia_3";
|
|
755
|
-
readonly CUSTOM_WEILAN: "/chat_icons/custom_weilan";
|
|
756
|
-
readonly CUSTOM_WEILAN_2: "/chat_icons/custom_weilan_2";
|
|
757
|
-
readonly CUSTOM_WEILAN_3: "/chat_icons/custom_weilan_3";
|
|
758
|
-
readonly CUSTOM_WEILAN_4: "/chat_icons/custom_weilan_4";
|
|
759
|
-
readonly CUSTOM_WHATSFC: "/chat_icons/custom_whatsfc";
|
|
760
|
-
readonly CUSTOM_WINDOGE: "/chat_icons/custom_windoge";
|
|
761
|
-
readonly CUSTOM_XIALU: "/chat_icons/custom_xialu";
|
|
762
|
-
readonly CUSTOM_XIALU_2: "/chat_icons/custom_xialu_2";
|
|
763
|
-
readonly CUSTOM_XIALU_3: "/chat_icons/custom_xialu_3";
|
|
764
|
-
readonly CUSTOM_XIAOZHANGYU: "/chat_icons/custom_xiaozhangyu";
|
|
765
|
-
readonly CUSTOM_XXNAGASAKISOYOXX: "/chat_icons/custom_xxnagasakisoyoxx";
|
|
766
|
-
readonly CUSTOM_YAHAHA00: "/chat_icons/custom_yahaha00";
|
|
767
|
-
readonly CUSTOM_YELLOWWW: "/chat_icons/custom_yellowww";
|
|
768
|
-
readonly CUSTOM_YURISAISARABBIT: "/chat_icons/custom_yurisaisarabbit";
|
|
769
|
-
readonly CUSTOM_ZACKKERO: "/chat_icons/custom_zackkero";
|
|
770
|
-
readonly CUSTOM_ZEN: "/chat_icons/custom_zen";
|
|
771
|
-
readonly CUSTOM_ZEN_2: "/chat_icons/custom_zen_2";
|
|
772
|
-
readonly CUSTOM_ZYFORD: "/chat_icons/custom_zyford";
|
|
773
|
-
readonly CUSTOM_ZYFORD_2: "/chat_icons/custom_zyford_2";
|
|
774
|
-
readonly CUSTOM_ZYPTYZ: "/chat_icons/custom_zyptyz";
|
|
775
|
-
readonly DEFENSE: "/chat_icons/defense";
|
|
776
|
-
readonly DEMONIC_OVERLORD: "/chat_icons/demonic_overlord";
|
|
777
|
-
readonly DRAGON_FRUIT: "/chat_icons/dragon_fruit";
|
|
778
|
-
readonly DUCKLING: "/chat_icons/duckling";
|
|
779
|
-
readonly DUSK_REVENANT: "/chat_icons/dusk_revenant";
|
|
780
|
-
readonly EGG: "/chat_icons/egg";
|
|
781
|
-
readonly ELEMENTALIST: "/chat_icons/elementalist";
|
|
782
|
-
readonly ENCHANTED_BISHOP: "/chat_icons/enchanted_bishop";
|
|
783
|
-
readonly ENCHANTED_KNIGHT: "/chat_icons/enchanted_knight";
|
|
784
|
-
readonly ENHANCING: "/chat_icons/enhancing";
|
|
785
|
-
readonly EYES: "/chat_icons/eyes";
|
|
786
|
-
readonly FLAME_SORCERER: "/chat_icons/flame_sorcerer";
|
|
787
|
-
readonly FLY: "/chat_icons/fly";
|
|
788
|
-
readonly FORAGING: "/chat_icons/foraging";
|
|
789
|
-
readonly FROG: "/chat_icons/frog";
|
|
790
|
-
readonly GARNET: "/chat_icons/garnet";
|
|
791
|
-
readonly GIANT_SHOEBILL: "/chat_icons/giant_shoebill";
|
|
792
|
-
readonly GOLDEN_APPLE: "/chat_icons/golden_apple";
|
|
793
|
-
readonly GOLDEN_BERRY: "/chat_icons/golden_berry";
|
|
794
|
-
readonly GOLDEN_BICEPS: "/chat_icons/golden_biceps";
|
|
795
|
-
readonly GOLDEN_CLOVER: "/chat_icons/golden_clover";
|
|
796
|
-
readonly GOLDEN_COIN: "/chat_icons/golden_coin";
|
|
797
|
-
readonly GOLDEN_CUPCAKE: "/chat_icons/golden_cupcake";
|
|
798
|
-
readonly GOLDEN_DONUT: "/chat_icons/golden_donut";
|
|
799
|
-
readonly GOLDEN_DUCKLING: "/chat_icons/golden_duckling";
|
|
800
|
-
readonly GOLDEN_EGG: "/chat_icons/golden_egg";
|
|
801
|
-
readonly GOLDEN_FROG: "/chat_icons/golden_frog";
|
|
802
|
-
readonly GOLDEN_MARKETPLACE: "/chat_icons/golden_marketplace";
|
|
803
|
-
readonly GOLDEN_PIGGY: "/chat_icons/golden_piggy";
|
|
804
|
-
readonly GOLDEN_WHALE: "/chat_icons/golden_whale";
|
|
805
|
-
readonly GRIZZLY_BEAR: "/chat_icons/grizzly_bear";
|
|
806
|
-
readonly GUMMY_BEAR: "/chat_icons/gummy_bear";
|
|
807
|
-
readonly HOLY_COW: "/chat_icons/holy_cow";
|
|
808
|
-
readonly HOLY_SUPPORTER: "/chat_icons/holy_supporter";
|
|
809
|
-
readonly ICE_SORCERER: "/chat_icons/ice_sorcerer";
|
|
810
|
-
readonly INFERNAL_WARLOCK: "/chat_icons/infernal_warlock";
|
|
811
|
-
readonly INTELLIGENCE: "/chat_icons/intelligence";
|
|
812
|
-
readonly IRON_COW: "/chat_icons/iron_cow";
|
|
813
|
-
readonly JACK_O_LANTERN: "/chat_icons/jack_o_lantern";
|
|
814
|
-
readonly JADE: "/chat_icons/jade";
|
|
815
|
-
readonly JUNGLE_SPRITE: "/chat_icons/jungle_sprite";
|
|
816
|
-
readonly LUNA_EMPRESS: "/chat_icons/luna_empress";
|
|
817
|
-
readonly MACE: "/chat_icons/mace";
|
|
818
|
-
readonly MAGES_HAT: "/chat_icons/mages_hat";
|
|
819
|
-
readonly MAGIC: "/chat_icons/magic";
|
|
820
|
-
readonly MARINE_HUNTRESS: "/chat_icons/marine_huntress";
|
|
821
|
-
readonly MARKETPLACE: "/chat_icons/marketplace";
|
|
822
|
-
readonly MARSBERRY: "/chat_icons/marsberry";
|
|
823
|
-
readonly MELEE: "/chat_icons/melee";
|
|
824
|
-
readonly MILKING: "/chat_icons/milking";
|
|
825
|
-
readonly MODERATOR: "/chat_icons/moderator";
|
|
826
|
-
readonly MOOBERRY: "/chat_icons/mooberry";
|
|
827
|
-
readonly MOONSTONE: "/chat_icons/moonstone";
|
|
828
|
-
readonly MYCONID: "/chat_icons/myconid";
|
|
829
|
-
readonly NOM_NOM: "/chat_icons/nom_nom";
|
|
830
|
-
readonly OG_JERRY: "/chat_icons/og_jerry";
|
|
831
|
-
readonly ORANGE: "/chat_icons/orange";
|
|
832
|
-
readonly PANDA: "/chat_icons/panda";
|
|
833
|
-
readonly PANDA_PAW: "/chat_icons/panda_paw";
|
|
834
|
-
readonly PEACH: "/chat_icons/peach";
|
|
835
|
-
readonly PEARL: "/chat_icons/pearl";
|
|
836
|
-
readonly PHILOSOPHERS_STONE: "/chat_icons/philosophers_stone";
|
|
837
|
-
readonly PLUM: "/chat_icons/plum";
|
|
838
|
-
readonly POLAR_BEAR: "/chat_icons/polar_bear";
|
|
839
|
-
readonly PORCUPINE: "/chat_icons/porcupine";
|
|
840
|
-
readonly RABID_RABBIT: "/chat_icons/rabid_rabbit";
|
|
841
|
-
readonly RAINBOW_SUPPORTER: "/chat_icons/rainbow_supporter";
|
|
842
|
-
readonly RANGED: "/chat_icons/ranged";
|
|
843
|
-
readonly RAT: "/chat_icons/rat";
|
|
844
|
-
readonly RED_PANDA: "/chat_icons/red_panda";
|
|
845
|
-
readonly SANTA_HAT: "/chat_icons/santa_hat";
|
|
846
|
-
readonly SEA_SNAIL: "/chat_icons/sea_snail";
|
|
847
|
-
readonly SKUNK: "/chat_icons/skunk";
|
|
848
|
-
readonly SLIMY: "/chat_icons/slimy";
|
|
849
|
-
readonly SNAKE: "/chat_icons/snake";
|
|
850
|
-
readonly SOUL_HUNTER: "/chat_icons/soul_hunter";
|
|
851
|
-
readonly SPACEBERRY: "/chat_icons/spaceberry";
|
|
852
|
-
readonly SPEAR: "/chat_icons/spear";
|
|
853
|
-
readonly SPRING_FESTIVAL_LANTERN: "/chat_icons/spring_festival_lantern";
|
|
854
|
-
readonly SQUAWKER: "/chat_icons/squawker";
|
|
855
|
-
readonly STAFF: "/chat_icons/staff";
|
|
856
|
-
readonly STAMINA: "/chat_icons/stamina";
|
|
857
|
-
readonly STAR_FRAGMENT: "/chat_icons/star_fragment";
|
|
858
|
-
readonly STAR_FRUIT: "/chat_icons/star_fruit";
|
|
859
|
-
readonly STRAWBERRY: "/chat_icons/strawberry";
|
|
860
|
-
readonly SUNSTONE: "/chat_icons/sunstone";
|
|
861
|
-
readonly SUPER_BUG_FINDER: "/chat_icons/super_bug_finder";
|
|
862
|
-
readonly SUPER_CONTRIBUTOR: "/chat_icons/super_contributor";
|
|
863
|
-
readonly SUPER_MODERATOR: "/chat_icons/super_moderator";
|
|
864
|
-
readonly SUPPORTER: "/chat_icons/supporter";
|
|
865
|
-
readonly SWAMPY: "/chat_icons/swampy";
|
|
866
|
-
readonly SWORD: "/chat_icons/sword";
|
|
867
|
-
readonly TAILORING: "/chat_icons/tailoring";
|
|
868
|
-
readonly TASK_CRYSTAL: "/chat_icons/task_crystal";
|
|
869
|
-
readonly TASKS: "/chat_icons/tasks";
|
|
870
|
-
readonly TEA: "/chat_icons/tea";
|
|
871
|
-
readonly THE_WATCHER: "/chat_icons/the_watcher";
|
|
872
|
-
readonly TREANT: "/chat_icons/treant";
|
|
873
|
-
readonly TURTLE: "/chat_icons/turtle";
|
|
874
|
-
readonly UNICOW: "/chat_icons/unicow";
|
|
875
|
-
readonly VAMPIRE: "/chat_icons/vampire";
|
|
876
|
-
readonly VERDANT_COW: "/chat_icons/verdant_cow";
|
|
877
|
-
readonly VERDANT_SUPPORTER: "/chat_icons/verdant_supporter";
|
|
878
|
-
readonly WEREWOLF: "/chat_icons/werewolf";
|
|
879
|
-
readonly WHALE: "/chat_icons/whale";
|
|
880
|
-
readonly WOODCUTTING: "/chat_icons/woodcutting";
|
|
881
|
-
readonly ZOMBIE: "/chat_icons/zombie";
|
|
882
|
-
};
|
|
883
|
-
export type ChatIconHridType = '/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';
|
|
884
|
-
export declare const CHATICON_COUNT: 435;
|
|
885
|
-
//# sourceMappingURL=chat-icons-hrids.d.ts.map
|