@c3d.gg/mwi-types 0.1.1 → 0.2.3
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 +69 -0
- package/dist/generated/types/items.d.ts.map +1 -0
- package/dist/generated/types/items.js +68600 -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 -35
- package/dist/generated/game-logic/index.d.ts.map +0 -1
- package/dist/generated/game-logic/index.js +0 -215
- 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/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,891 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Auto-generated file - DO NOT EDIT
|
|
3
|
-
* Generated on 2025-08-21T08:56:39.827Z
|
|
4
|
-
*/
|
|
5
|
-
import { z } from 'zod';
|
|
6
|
-
export declare const ChatIconHridEnum: z.ZodEnum<{
|
|
7
|
-
"/chat_icons/abyssal_imp": "/chat_icons/abyssal_imp";
|
|
8
|
-
"/chat_icons/admin": "/chat_icons/admin";
|
|
9
|
-
"/chat_icons/alchemy": "/chat_icons/alchemy";
|
|
10
|
-
"/chat_icons/alligator": "/chat_icons/alligator";
|
|
11
|
-
"/chat_icons/amber": "/chat_icons/amber";
|
|
12
|
-
"/chat_icons/amethyst": "/chat_icons/amethyst";
|
|
13
|
-
"/chat_icons/anniversary_purple": "/chat_icons/anniversary_purple";
|
|
14
|
-
"/chat_icons/apple": "/chat_icons/apple";
|
|
15
|
-
"/chat_icons/aquahorse": "/chat_icons/aquahorse";
|
|
16
|
-
"/chat_icons/attack": "/chat_icons/attack";
|
|
17
|
-
"/chat_icons/azure_cow": "/chat_icons/azure_cow";
|
|
18
|
-
"/chat_icons/azure_supporter": "/chat_icons/azure_supporter";
|
|
19
|
-
"/chat_icons/bamboo": "/chat_icons/bamboo";
|
|
20
|
-
"/chat_icons/beta_bunny": "/chat_icons/beta_bunny";
|
|
21
|
-
"/chat_icons/black_bear": "/chat_icons/black_bear";
|
|
22
|
-
"/chat_icons/blackberry": "/chat_icons/blackberry";
|
|
23
|
-
"/chat_icons/blueberry": "/chat_icons/blueberry";
|
|
24
|
-
"/chat_icons/book": "/chat_icons/book";
|
|
25
|
-
"/chat_icons/bow": "/chat_icons/bow";
|
|
26
|
-
"/chat_icons/brewing": "/chat_icons/brewing";
|
|
27
|
-
"/chat_icons/bug_finder": "/chat_icons/bug_finder";
|
|
28
|
-
"/chat_icons/bulwark": "/chat_icons/bulwark";
|
|
29
|
-
"/chat_icons/burble_cow": "/chat_icons/burble_cow";
|
|
30
|
-
"/chat_icons/burble_supporter": "/chat_icons/burble_supporter";
|
|
31
|
-
"/chat_icons/butterjerry": "/chat_icons/butterjerry";
|
|
32
|
-
"/chat_icons/cco": "/chat_icons/cco";
|
|
33
|
-
"/chat_icons/centaur_archer": "/chat_icons/centaur_archer";
|
|
34
|
-
"/chat_icons/cheese": "/chat_icons/cheese";
|
|
35
|
-
"/chat_icons/cheesesmithing": "/chat_icons/cheesesmithing";
|
|
36
|
-
"/chat_icons/chronofrost_sorcerer": "/chat_icons/chronofrost_sorcerer";
|
|
37
|
-
"/chat_icons/clover": "/chat_icons/clover";
|
|
38
|
-
"/chat_icons/coffee": "/chat_icons/coffee";
|
|
39
|
-
"/chat_icons/combat": "/chat_icons/combat";
|
|
40
|
-
"/chat_icons/community_manager": "/chat_icons/community_manager";
|
|
41
|
-
"/chat_icons/contributor": "/chat_icons/contributor";
|
|
42
|
-
"/chat_icons/cooking": "/chat_icons/cooking";
|
|
43
|
-
"/chat_icons/cow": "/chat_icons/cow";
|
|
44
|
-
"/chat_icons/crab": "/chat_icons/crab";
|
|
45
|
-
"/chat_icons/crafting": "/chat_icons/crafting";
|
|
46
|
-
"/chat_icons/crimson_cow": "/chat_icons/crimson_cow";
|
|
47
|
-
"/chat_icons/crimson_supporter": "/chat_icons/crimson_supporter";
|
|
48
|
-
"/chat_icons/crossbow": "/chat_icons/crossbow";
|
|
49
|
-
"/chat_icons/cupcake": "/chat_icons/cupcake";
|
|
50
|
-
"/chat_icons/custom_17s": "/chat_icons/custom_17s";
|
|
51
|
-
"/chat_icons/custom_1oo86": "/chat_icons/custom_1oo86";
|
|
52
|
-
"/chat_icons/custom_39moonmantououo": "/chat_icons/custom_39moonmantououo";
|
|
53
|
-
"/chat_icons/custom_77q": "/chat_icons/custom_77q";
|
|
54
|
-
"/chat_icons/custom_77q_2": "/chat_icons/custom_77q_2";
|
|
55
|
-
"/chat_icons/custom_adi1324": "/chat_icons/custom_adi1324";
|
|
56
|
-
"/chat_icons/custom_adogtor": "/chat_icons/custom_adogtor";
|
|
57
|
-
"/chat_icons/custom_ailec": "/chat_icons/custom_ailec";
|
|
58
|
-
"/chat_icons/custom_ak9527": "/chat_icons/custom_ak9527";
|
|
59
|
-
"/chat_icons/custom_amaiyaah": "/chat_icons/custom_amaiyaah";
|
|
60
|
-
"/chat_icons/custom_anzu114514": "/chat_icons/custom_anzu114514";
|
|
61
|
-
"/chat_icons/custom_anzu114514_2": "/chat_icons/custom_anzu114514_2";
|
|
62
|
-
"/chat_icons/custom_archerr": "/chat_icons/custom_archerr";
|
|
63
|
-
"/chat_icons/custom_ardormaiden": "/chat_icons/custom_ardormaiden";
|
|
64
|
-
"/chat_icons/custom_auspiciousdragon": "/chat_icons/custom_auspiciousdragon";
|
|
65
|
-
"/chat_icons/custom_auspiciousdragon_2": "/chat_icons/custom_auspiciousdragon_2";
|
|
66
|
-
"/chat_icons/custom_auspiciousdragon_3": "/chat_icons/custom_auspiciousdragon_3";
|
|
67
|
-
"/chat_icons/custom_bbc233": "/chat_icons/custom_bbc233";
|
|
68
|
-
"/chat_icons/custom_beinliu": "/chat_icons/custom_beinliu";
|
|
69
|
-
"/chat_icons/custom_bestcow": "/chat_icons/custom_bestcow";
|
|
70
|
-
"/chat_icons/custom_bestcow_2": "/chat_icons/custom_bestcow_2";
|
|
71
|
-
"/chat_icons/custom_bestcow_3": "/chat_icons/custom_bestcow_3";
|
|
72
|
-
"/chat_icons/custom_bew1tched": "/chat_icons/custom_bew1tched";
|
|
73
|
-
"/chat_icons/custom_bigdragonwang": "/chat_icons/custom_bigdragonwang";
|
|
74
|
-
"/chat_icons/custom_bimmzer": "/chat_icons/custom_bimmzer";
|
|
75
|
-
"/chat_icons/custom_bimmzer_2": "/chat_icons/custom_bimmzer_2";
|
|
76
|
-
"/chat_icons/custom_bmm": "/chat_icons/custom_bmm";
|
|
77
|
-
"/chat_icons/custom_boluobao": "/chat_icons/custom_boluobao";
|
|
78
|
-
"/chat_icons/custom_bonny": "/chat_icons/custom_bonny";
|
|
79
|
-
"/chat_icons/custom_bowensasa": "/chat_icons/custom_bowensasa";
|
|
80
|
-
"/chat_icons/custom_bromothymolblue": "/chat_icons/custom_bromothymolblue";
|
|
81
|
-
"/chat_icons/custom_bugx2121": "/chat_icons/custom_bugx2121";
|
|
82
|
-
"/chat_icons/custom_cainan": "/chat_icons/custom_cainan";
|
|
83
|
-
"/chat_icons/custom_calm013": "/chat_icons/custom_calm013";
|
|
84
|
-
"/chat_icons/custom_calm013_2": "/chat_icons/custom_calm013_2";
|
|
85
|
-
"/chat_icons/custom_catopia": "/chat_icons/custom_catopia";
|
|
86
|
-
"/chat_icons/custom_champ": "/chat_icons/custom_champ";
|
|
87
|
-
"/chat_icons/custom_chenluo": "/chat_icons/custom_chenluo";
|
|
88
|
-
"/chat_icons/custom_chenluo_2": "/chat_icons/custom_chenluo_2";
|
|
89
|
-
"/chat_icons/custom_cliche": "/chat_icons/custom_cliche";
|
|
90
|
-
"/chat_icons/custom_cliche_2": "/chat_icons/custom_cliche_2";
|
|
91
|
-
"/chat_icons/custom_cool555": "/chat_icons/custom_cool555";
|
|
92
|
-
"/chat_icons/custom_cool555_2": "/chat_icons/custom_cool555_2";
|
|
93
|
-
"/chat_icons/custom_cra": "/chat_icons/custom_cra";
|
|
94
|
-
"/chat_icons/custom_cristianon": "/chat_icons/custom_cristianon";
|
|
95
|
-
"/chat_icons/custom_cyderize": "/chat_icons/custom_cyderize";
|
|
96
|
-
"/chat_icons/custom_cyzx": "/chat_icons/custom_cyzx";
|
|
97
|
-
"/chat_icons/custom_daddyvladi": "/chat_icons/custom_daddyvladi";
|
|
98
|
-
"/chat_icons/custom_danielwu": "/chat_icons/custom_danielwu";
|
|
99
|
-
"/chat_icons/custom_deathecho": "/chat_icons/custom_deathecho";
|
|
100
|
-
"/chat_icons/custom_deathecho_2": "/chat_icons/custom_deathecho_2";
|
|
101
|
-
"/chat_icons/custom_demolysis": "/chat_icons/custom_demolysis";
|
|
102
|
-
"/chat_icons/custom_destinee": "/chat_icons/custom_destinee";
|
|
103
|
-
"/chat_icons/custom_dingdingfly": "/chat_icons/custom_dingdingfly";
|
|
104
|
-
"/chat_icons/custom_dingdingfly_2": "/chat_icons/custom_dingdingfly_2";
|
|
105
|
-
"/chat_icons/custom_dismason": "/chat_icons/custom_dismason";
|
|
106
|
-
"/chat_icons/custom_don": "/chat_icons/custom_don";
|
|
107
|
-
"/chat_icons/custom_don_2": "/chat_icons/custom_don_2";
|
|
108
|
-
"/chat_icons/custom_dookie": "/chat_icons/custom_dookie";
|
|
109
|
-
"/chat_icons/custom_douyacai": "/chat_icons/custom_douyacai";
|
|
110
|
-
"/chat_icons/custom_edisonwon": "/chat_icons/custom_edisonwon";
|
|
111
|
-
"/chat_icons/custom_efeiers": "/chat_icons/custom_efeiers";
|
|
112
|
-
"/chat_icons/custom_eggs": "/chat_icons/custom_eggs";
|
|
113
|
-
"/chat_icons/custom_elysia": "/chat_icons/custom_elysia";
|
|
114
|
-
"/chat_icons/custom_erebys": "/chat_icons/custom_erebys";
|
|
115
|
-
"/chat_icons/custom_eun": "/chat_icons/custom_eun";
|
|
116
|
-
"/chat_icons/custom_farcaster": "/chat_icons/custom_farcaster";
|
|
117
|
-
"/chat_icons/custom_foamice": "/chat_icons/custom_foamice";
|
|
118
|
-
"/chat_icons/custom_gagaboom": "/chat_icons/custom_gagaboom";
|
|
119
|
-
"/chat_icons/custom_gawrgura": "/chat_icons/custom_gawrgura";
|
|
120
|
-
"/chat_icons/custom_gbf666": "/chat_icons/custom_gbf666";
|
|
121
|
-
"/chat_icons/custom_gloryjacky": "/chat_icons/custom_gloryjacky";
|
|
122
|
-
"/chat_icons/custom_gminj2": "/chat_icons/custom_gminj2";
|
|
123
|
-
"/chat_icons/custom_gminj2_2": "/chat_icons/custom_gminj2_2";
|
|
124
|
-
"/chat_icons/custom_golden_hound": "/chat_icons/custom_golden_hound";
|
|
125
|
-
"/chat_icons/custom_goldenhound_2": "/chat_icons/custom_goldenhound_2";
|
|
126
|
-
"/chat_icons/custom_goldenhound_3": "/chat_icons/custom_goldenhound_3";
|
|
127
|
-
"/chat_icons/custom_goodguyjack": "/chat_icons/custom_goodguyjack";
|
|
128
|
-
"/chat_icons/custom_goodguyjack_2": "/chat_icons/custom_goodguyjack_2";
|
|
129
|
-
"/chat_icons/custom_goodguyjack_3": "/chat_icons/custom_goodguyjack_3";
|
|
130
|
-
"/chat_icons/custom_goodknight": "/chat_icons/custom_goodknight";
|
|
131
|
-
"/chat_icons/custom_gragatrim": "/chat_icons/custom_gragatrim";
|
|
132
|
-
"/chat_icons/custom_guguguguchicken": "/chat_icons/custom_guguguguchicken";
|
|
133
|
-
"/chat_icons/custom_h0lyduck": "/chat_icons/custom_h0lyduck";
|
|
134
|
-
"/chat_icons/custom_h0lyduck_2": "/chat_icons/custom_h0lyduck_2";
|
|
135
|
-
"/chat_icons/custom_h0lyduck_3": "/chat_icons/custom_h0lyduck_3";
|
|
136
|
-
"/chat_icons/custom_habs": "/chat_icons/custom_habs";
|
|
137
|
-
"/chat_icons/custom_hamu": "/chat_icons/custom_hamu";
|
|
138
|
-
"/chat_icons/custom_hamunekouwuo": "/chat_icons/custom_hamunekouwuo";
|
|
139
|
-
"/chat_icons/custom_hasumi": "/chat_icons/custom_hasumi";
|
|
140
|
-
"/chat_icons/custom_hasumi_2": "/chat_icons/custom_hasumi_2";
|
|
141
|
-
"/chat_icons/custom_hawk": "/chat_icons/custom_hawk";
|
|
142
|
-
"/chat_icons/custom_hinanaitenshi": "/chat_icons/custom_hinanaitenshi";
|
|
143
|
-
"/chat_icons/custom_hirochan": "/chat_icons/custom_hirochan";
|
|
144
|
-
"/chat_icons/custom_houston": "/chat_icons/custom_houston";
|
|
145
|
-
"/chat_icons/custom_icyfire": "/chat_icons/custom_icyfire";
|
|
146
|
-
"/chat_icons/custom_immortalphoenix": "/chat_icons/custom_immortalphoenix";
|
|
147
|
-
"/chat_icons/custom_immortalphoenix_2": "/chat_icons/custom_immortalphoenix_2";
|
|
148
|
-
"/chat_icons/custom_immortalphoenix_3": "/chat_icons/custom_immortalphoenix_3";
|
|
149
|
-
"/chat_icons/custom_indulgein": "/chat_icons/custom_indulgein";
|
|
150
|
-
"/chat_icons/custom_jbq": "/chat_icons/custom_jbq";
|
|
151
|
-
"/chat_icons/custom_jbq_2": "/chat_icons/custom_jbq_2";
|
|
152
|
-
"/chat_icons/custom_jet": "/chat_icons/custom_jet";
|
|
153
|
-
"/chat_icons/custom_jiojio": "/chat_icons/custom_jiojio";
|
|
154
|
-
"/chat_icons/custom_jiojio_2": "/chat_icons/custom_jiojio_2";
|
|
155
|
-
"/chat_icons/custom_jiojio_3": "/chat_icons/custom_jiojio_3";
|
|
156
|
-
"/chat_icons/custom_jiuyue05733": "/chat_icons/custom_jiuyue05733";
|
|
157
|
-
"/chat_icons/custom_joey": "/chat_icons/custom_joey";
|
|
158
|
-
"/chat_icons/custom_joey_2": "/chat_icons/custom_joey_2";
|
|
159
|
-
"/chat_icons/custom_joey_3": "/chat_icons/custom_joey_3";
|
|
160
|
-
"/chat_icons/custom_jowl": "/chat_icons/custom_jowl";
|
|
161
|
-
"/chat_icons/custom_jowl_2": "/chat_icons/custom_jowl_2";
|
|
162
|
-
"/chat_icons/custom_jump14": "/chat_icons/custom_jump14";
|
|
163
|
-
"/chat_icons/custom_kamz": "/chat_icons/custom_kamz";
|
|
164
|
-
"/chat_icons/custom_karlding": "/chat_icons/custom_karlding";
|
|
165
|
-
"/chat_icons/custom_khazu": "/chat_icons/custom_khazu";
|
|
166
|
-
"/chat_icons/custom_kiira": "/chat_icons/custom_kiira";
|
|
167
|
-
"/chat_icons/custom_killaqo": "/chat_icons/custom_killaqo";
|
|
168
|
-
"/chat_icons/custom_kitye": "/chat_icons/custom_kitye";
|
|
169
|
-
"/chat_icons/custom_kiyuu": "/chat_icons/custom_kiyuu";
|
|
170
|
-
"/chat_icons/custom_kiyuu_2": "/chat_icons/custom_kiyuu_2";
|
|
171
|
-
"/chat_icons/custom_kiyuu_3": "/chat_icons/custom_kiyuu_3";
|
|
172
|
-
"/chat_icons/custom_kleal": "/chat_icons/custom_kleal";
|
|
173
|
-
"/chat_icons/custom_kliuty": "/chat_icons/custom_kliuty";
|
|
174
|
-
"/chat_icons/custom_krazden": "/chat_icons/custom_krazden";
|
|
175
|
-
"/chat_icons/custom_kuluki": "/chat_icons/custom_kuluki";
|
|
176
|
-
"/chat_icons/custom_lapapap": "/chat_icons/custom_lapapap";
|
|
177
|
-
"/chat_icons/custom_lastsoul": "/chat_icons/custom_lastsoul";
|
|
178
|
-
"/chat_icons/custom_leevi": "/chat_icons/custom_leevi";
|
|
179
|
-
"/chat_icons/custom_leevi_2": "/chat_icons/custom_leevi_2";
|
|
180
|
-
"/chat_icons/custom_leica": "/chat_icons/custom_leica";
|
|
181
|
-
"/chat_icons/custom_leica_2": "/chat_icons/custom_leica_2";
|
|
182
|
-
"/chat_icons/custom_leica_3": "/chat_icons/custom_leica_3";
|
|
183
|
-
"/chat_icons/custom_liha": "/chat_icons/custom_liha";
|
|
184
|
-
"/chat_icons/custom_liha_2": "/chat_icons/custom_liha_2";
|
|
185
|
-
"/chat_icons/custom_liha_3": "/chat_icons/custom_liha_3";
|
|
186
|
-
"/chat_icons/custom_likeejasai": "/chat_icons/custom_likeejasai";
|
|
187
|
-
"/chat_icons/custom_lillianrose": "/chat_icons/custom_lillianrose";
|
|
188
|
-
"/chat_icons/custom_lootdruid": "/chat_icons/custom_lootdruid";
|
|
189
|
-
"/chat_icons/custom_luckycrow": "/chat_icons/custom_luckycrow";
|
|
190
|
-
"/chat_icons/custom_ludi789": "/chat_icons/custom_ludi789";
|
|
191
|
-
"/chat_icons/custom_lxs4765": "/chat_icons/custom_lxs4765";
|
|
192
|
-
"/chat_icons/custom_lyricky": "/chat_icons/custom_lyricky";
|
|
193
|
-
"/chat_icons/custom_madsfrisk": "/chat_icons/custom_madsfrisk";
|
|
194
|
-
"/chat_icons/custom_mage": "/chat_icons/custom_mage";
|
|
195
|
-
"/chat_icons/custom_magicwang": "/chat_icons/custom_magicwang";
|
|
196
|
-
"/chat_icons/custom_magurodon": "/chat_icons/custom_magurodon";
|
|
197
|
-
"/chat_icons/custom_magurodon_2": "/chat_icons/custom_magurodon_2";
|
|
198
|
-
"/chat_icons/custom_mallenllor": "/chat_icons/custom_mallenllor";
|
|
199
|
-
"/chat_icons/custom_manzng": "/chat_icons/custom_manzng";
|
|
200
|
-
"/chat_icons/custom_maplenvda": "/chat_icons/custom_maplenvda";
|
|
201
|
-
"/chat_icons/custom_mardkhora": "/chat_icons/custom_mardkhora";
|
|
202
|
-
"/chat_icons/custom_matoasakura": "/chat_icons/custom_matoasakura";
|
|
203
|
-
"/chat_icons/custom_matutu": "/chat_icons/custom_matutu";
|
|
204
|
-
"/chat_icons/custom_maxion": "/chat_icons/custom_maxion";
|
|
205
|
-
"/chat_icons/custom_maxion_2": "/chat_icons/custom_maxion_2";
|
|
206
|
-
"/chat_icons/custom_maxion_3": "/chat_icons/custom_maxion_3";
|
|
207
|
-
"/chat_icons/custom_mengmenguwu": "/chat_icons/custom_mengmenguwu";
|
|
208
|
-
"/chat_icons/custom_mengmenguwu_2": "/chat_icons/custom_mengmenguwu_2";
|
|
209
|
-
"/chat_icons/custom_meon": "/chat_icons/custom_meon";
|
|
210
|
-
"/chat_icons/custom_mermer88": "/chat_icons/custom_mermer88";
|
|
211
|
-
"/chat_icons/custom_messbb": "/chat_icons/custom_messbb";
|
|
212
|
-
"/chat_icons/custom_milkitraw": "/chat_icons/custom_milkitraw";
|
|
213
|
-
"/chat_icons/custom_milkmaid": "/chat_icons/custom_milkmaid";
|
|
214
|
-
"/chat_icons/custom_minami": "/chat_icons/custom_minami";
|
|
215
|
-
"/chat_icons/custom_miuca": "/chat_icons/custom_miuca";
|
|
216
|
-
"/chat_icons/custom_miuca_2": "/chat_icons/custom_miuca_2";
|
|
217
|
-
"/chat_icons/custom_miuca_3": "/chat_icons/custom_miuca_3";
|
|
218
|
-
"/chat_icons/custom_mooseyfaith": "/chat_icons/custom_mooseyfaith";
|
|
219
|
-
"/chat_icons/custom_moxuan": "/chat_icons/custom_moxuan";
|
|
220
|
-
"/chat_icons/custom_mrjin": "/chat_icons/custom_mrjin";
|
|
221
|
-
"/chat_icons/custom_mumu0315": "/chat_icons/custom_mumu0315";
|
|
222
|
-
"/chat_icons/custom_neronex": "/chat_icons/custom_neronex";
|
|
223
|
-
"/chat_icons/custom_neronex_2": "/chat_icons/custom_neronex_2";
|
|
224
|
-
"/chat_icons/custom_neronex_3": "/chat_icons/custom_neronex_3";
|
|
225
|
-
"/chat_icons/custom_neverend": "/chat_icons/custom_neverend";
|
|
226
|
-
"/chat_icons/custom_nip": "/chat_icons/custom_nip";
|
|
227
|
-
"/chat_icons/custom_nishikiasumi": "/chat_icons/custom_nishikiasumi";
|
|
228
|
-
"/chat_icons/custom_niteshvde": "/chat_icons/custom_niteshvde";
|
|
229
|
-
"/chat_icons/custom_niteshvde_2": "/chat_icons/custom_niteshvde_2";
|
|
230
|
-
"/chat_icons/custom_niu1niu2niu3": "/chat_icons/custom_niu1niu2niu3";
|
|
231
|
-
"/chat_icons/custom_niub1": "/chat_icons/custom_niub1";
|
|
232
|
-
"/chat_icons/custom_niubiplus1": "/chat_icons/custom_niubiplus1";
|
|
233
|
-
"/chat_icons/custom_niuwan": "/chat_icons/custom_niuwan";
|
|
234
|
-
"/chat_icons/custom_niuwan_2": "/chat_icons/custom_niuwan_2";
|
|
235
|
-
"/chat_icons/custom_nshadeiv": "/chat_icons/custom_nshadeiv";
|
|
236
|
-
"/chat_icons/custom_oatmilk": "/chat_icons/custom_oatmilk";
|
|
237
|
-
"/chat_icons/custom_oguri": "/chat_icons/custom_oguri";
|
|
238
|
-
"/chat_icons/custom_oguri_2": "/chat_icons/custom_oguri_2";
|
|
239
|
-
"/chat_icons/custom_oguri_3": "/chat_icons/custom_oguri_3";
|
|
240
|
-
"/chat_icons/custom_oobbb": "/chat_icons/custom_oobbb";
|
|
241
|
-
"/chat_icons/custom_oobbb_2": "/chat_icons/custom_oobbb_2";
|
|
242
|
-
"/chat_icons/custom_oobbb_3": "/chat_icons/custom_oobbb_3";
|
|
243
|
-
"/chat_icons/custom_owchy": "/chat_icons/custom_owchy";
|
|
244
|
-
"/chat_icons/custom_owengod": "/chat_icons/custom_owengod";
|
|
245
|
-
"/chat_icons/custom_owengod_2": "/chat_icons/custom_owengod_2";
|
|
246
|
-
"/chat_icons/custom_owengod_3": "/chat_icons/custom_owengod_3";
|
|
247
|
-
"/chat_icons/custom_pajlada": "/chat_icons/custom_pajlada";
|
|
248
|
-
"/chat_icons/custom_penny": "/chat_icons/custom_penny";
|
|
249
|
-
"/chat_icons/custom_perxmon": "/chat_icons/custom_perxmon";
|
|
250
|
-
"/chat_icons/custom_perxmon_2": "/chat_icons/custom_perxmon_2";
|
|
251
|
-
"/chat_icons/custom_perxmon_3": "/chat_icons/custom_perxmon_3";
|
|
252
|
-
"/chat_icons/custom_pharmerphrog": "/chat_icons/custom_pharmerphrog";
|
|
253
|
-
"/chat_icons/custom_pinkmoolyd_2": "/chat_icons/custom_pinkmoolyd_2";
|
|
254
|
-
"/chat_icons/custom_pomadeon": "/chat_icons/custom_pomadeon";
|
|
255
|
-
"/chat_icons/custom_pork2dachop": "/chat_icons/custom_pork2dachop";
|
|
256
|
-
"/chat_icons/custom_potatoouo": "/chat_icons/custom_potatoouo";
|
|
257
|
-
"/chat_icons/custom_pufeng": "/chat_icons/custom_pufeng";
|
|
258
|
-
"/chat_icons/custom_pulse": "/chat_icons/custom_pulse";
|
|
259
|
-
"/chat_icons/custom_pulse_2": "/chat_icons/custom_pulse_2";
|
|
260
|
-
"/chat_icons/custom_pyrothefolf": "/chat_icons/custom_pyrothefolf";
|
|
261
|
-
"/chat_icons/custom_qaqbo": "/chat_icons/custom_qaqbo";
|
|
262
|
-
"/chat_icons/custom_radiohead": "/chat_icons/custom_radiohead";
|
|
263
|
-
"/chat_icons/custom_rexwong": "/chat_icons/custom_rexwong";
|
|
264
|
-
"/chat_icons/custom_ribcap": "/chat_icons/custom_ribcap";
|
|
265
|
-
"/chat_icons/custom_rose_2": "/chat_icons/custom_rose_2";
|
|
266
|
-
"/chat_icons/custom_rose_3": "/chat_icons/custom_rose_3";
|
|
267
|
-
"/chat_icons/custom_roserose": "/chat_icons/custom_roserose";
|
|
268
|
-
"/chat_icons/custom_scorpionkenzo": "/chat_icons/custom_scorpionkenzo";
|
|
269
|
-
"/chat_icons/custom_sh1ro": "/chat_icons/custom_sh1ro";
|
|
270
|
-
"/chat_icons/custom_shael": "/chat_icons/custom_shael";
|
|
271
|
-
"/chat_icons/custom_sheenamimi": "/chat_icons/custom_sheenamimi";
|
|
272
|
-
"/chat_icons/custom_shishiro": "/chat_icons/custom_shishiro";
|
|
273
|
-
"/chat_icons/custom_sivelin": "/chat_icons/custom_sivelin";
|
|
274
|
-
"/chat_icons/custom_skumbus": "/chat_icons/custom_skumbus";
|
|
275
|
-
"/chat_icons/custom_snowzone": "/chat_icons/custom_snowzone";
|
|
276
|
-
"/chat_icons/custom_sombressa": "/chat_icons/custom_sombressa";
|
|
277
|
-
"/chat_icons/custom_ss1985": "/chat_icons/custom_ss1985";
|
|
278
|
-
"/chat_icons/custom_stack": "/chat_icons/custom_stack";
|
|
279
|
-
"/chat_icons/custom_stack_2": "/chat_icons/custom_stack_2";
|
|
280
|
-
"/chat_icons/custom_stack_3": "/chat_icons/custom_stack_3";
|
|
281
|
-
"/chat_icons/custom_stella": "/chat_icons/custom_stella";
|
|
282
|
-
"/chat_icons/custom_sumimiuniverse": "/chat_icons/custom_sumimiuniverse";
|
|
283
|
-
"/chat_icons/custom_sumimiuniverse_2": "/chat_icons/custom_sumimiuniverse_2";
|
|
284
|
-
"/chat_icons/custom_sumimiuniverse_3": "/chat_icons/custom_sumimiuniverse_3";
|
|
285
|
-
"/chat_icons/custom_taichislippers": "/chat_icons/custom_taichislippers";
|
|
286
|
-
"/chat_icons/custom_taichislippers_2": "/chat_icons/custom_taichislippers_2";
|
|
287
|
-
"/chat_icons/custom_temaritsukimura": "/chat_icons/custom_temaritsukimura";
|
|
288
|
-
"/chat_icons/custom_temaritsukimura_2": "/chat_icons/custom_temaritsukimura_2";
|
|
289
|
-
"/chat_icons/custom_tenerife": "/chat_icons/custom_tenerife";
|
|
290
|
-
"/chat_icons/custom_thessaloniki": "/chat_icons/custom_thessaloniki";
|
|
291
|
-
"/chat_icons/custom_thof": "/chat_icons/custom_thof";
|
|
292
|
-
"/chat_icons/custom_tiantian666": "/chat_icons/custom_tiantian666";
|
|
293
|
-
"/chat_icons/custom_tiantian666_2": "/chat_icons/custom_tiantian666_2";
|
|
294
|
-
"/chat_icons/custom_toillian": "/chat_icons/custom_toillian";
|
|
295
|
-
"/chat_icons/custom_toillian_2": "/chat_icons/custom_toillian_2";
|
|
296
|
-
"/chat_icons/custom_toillian_3": "/chat_icons/custom_toillian_3";
|
|
297
|
-
"/chat_icons/custom_totallynotjaan": "/chat_icons/custom_totallynotjaan";
|
|
298
|
-
"/chat_icons/custom_touya": "/chat_icons/custom_touya";
|
|
299
|
-
"/chat_icons/custom_touya_2": "/chat_icons/custom_touya_2";
|
|
300
|
-
"/chat_icons/custom_trenton": "/chat_icons/custom_trenton";
|
|
301
|
-
"/chat_icons/custom_tukiko": "/chat_icons/custom_tukiko";
|
|
302
|
-
"/chat_icons/custom_twix": "/chat_icons/custom_twix";
|
|
303
|
-
"/chat_icons/custom_tykaito": "/chat_icons/custom_tykaito";
|
|
304
|
-
"/chat_icons/custom_undermine": "/chat_icons/custom_undermine";
|
|
305
|
-
"/chat_icons/custom_uto": "/chat_icons/custom_uto";
|
|
306
|
-
"/chat_icons/custom_valeriogiovanni": "/chat_icons/custom_valeriogiovanni";
|
|
307
|
-
"/chat_icons/custom_vikala": "/chat_icons/custom_vikala";
|
|
308
|
-
"/chat_icons/custom_vikala_2": "/chat_icons/custom_vikala_2";
|
|
309
|
-
"/chat_icons/custom_wakakayzh": "/chat_icons/custom_wakakayzh";
|
|
310
|
-
"/chat_icons/custom_watsun": "/chat_icons/custom_watsun";
|
|
311
|
-
"/chat_icons/custom_wavesperfect": "/chat_icons/custom_wavesperfect";
|
|
312
|
-
"/chat_icons/custom_weijia": "/chat_icons/custom_weijia";
|
|
313
|
-
"/chat_icons/custom_weijia_2": "/chat_icons/custom_weijia_2";
|
|
314
|
-
"/chat_icons/custom_weijia_3": "/chat_icons/custom_weijia_3";
|
|
315
|
-
"/chat_icons/custom_weilan": "/chat_icons/custom_weilan";
|
|
316
|
-
"/chat_icons/custom_weilan_2": "/chat_icons/custom_weilan_2";
|
|
317
|
-
"/chat_icons/custom_weilan_3": "/chat_icons/custom_weilan_3";
|
|
318
|
-
"/chat_icons/custom_weilan_4": "/chat_icons/custom_weilan_4";
|
|
319
|
-
"/chat_icons/custom_whatsfc": "/chat_icons/custom_whatsfc";
|
|
320
|
-
"/chat_icons/custom_windoge": "/chat_icons/custom_windoge";
|
|
321
|
-
"/chat_icons/custom_xialu": "/chat_icons/custom_xialu";
|
|
322
|
-
"/chat_icons/custom_xialu_2": "/chat_icons/custom_xialu_2";
|
|
323
|
-
"/chat_icons/custom_xialu_3": "/chat_icons/custom_xialu_3";
|
|
324
|
-
"/chat_icons/custom_xiaozhangyu": "/chat_icons/custom_xiaozhangyu";
|
|
325
|
-
"/chat_icons/custom_xxnagasakisoyoxx": "/chat_icons/custom_xxnagasakisoyoxx";
|
|
326
|
-
"/chat_icons/custom_yahaha00": "/chat_icons/custom_yahaha00";
|
|
327
|
-
"/chat_icons/custom_yellowww": "/chat_icons/custom_yellowww";
|
|
328
|
-
"/chat_icons/custom_yurisaisarabbit": "/chat_icons/custom_yurisaisarabbit";
|
|
329
|
-
"/chat_icons/custom_zackkero": "/chat_icons/custom_zackkero";
|
|
330
|
-
"/chat_icons/custom_zen": "/chat_icons/custom_zen";
|
|
331
|
-
"/chat_icons/custom_zen_2": "/chat_icons/custom_zen_2";
|
|
332
|
-
"/chat_icons/custom_zyford": "/chat_icons/custom_zyford";
|
|
333
|
-
"/chat_icons/custom_zyford_2": "/chat_icons/custom_zyford_2";
|
|
334
|
-
"/chat_icons/custom_zyptyz": "/chat_icons/custom_zyptyz";
|
|
335
|
-
"/chat_icons/defense": "/chat_icons/defense";
|
|
336
|
-
"/chat_icons/demonic_overlord": "/chat_icons/demonic_overlord";
|
|
337
|
-
"/chat_icons/dragon_fruit": "/chat_icons/dragon_fruit";
|
|
338
|
-
"/chat_icons/duckling": "/chat_icons/duckling";
|
|
339
|
-
"/chat_icons/dusk_revenant": "/chat_icons/dusk_revenant";
|
|
340
|
-
"/chat_icons/egg": "/chat_icons/egg";
|
|
341
|
-
"/chat_icons/elementalist": "/chat_icons/elementalist";
|
|
342
|
-
"/chat_icons/enchanted_bishop": "/chat_icons/enchanted_bishop";
|
|
343
|
-
"/chat_icons/enchanted_knight": "/chat_icons/enchanted_knight";
|
|
344
|
-
"/chat_icons/enhancing": "/chat_icons/enhancing";
|
|
345
|
-
"/chat_icons/eyes": "/chat_icons/eyes";
|
|
346
|
-
"/chat_icons/flame_sorcerer": "/chat_icons/flame_sorcerer";
|
|
347
|
-
"/chat_icons/fly": "/chat_icons/fly";
|
|
348
|
-
"/chat_icons/foraging": "/chat_icons/foraging";
|
|
349
|
-
"/chat_icons/frog": "/chat_icons/frog";
|
|
350
|
-
"/chat_icons/garnet": "/chat_icons/garnet";
|
|
351
|
-
"/chat_icons/giant_shoebill": "/chat_icons/giant_shoebill";
|
|
352
|
-
"/chat_icons/golden_apple": "/chat_icons/golden_apple";
|
|
353
|
-
"/chat_icons/golden_berry": "/chat_icons/golden_berry";
|
|
354
|
-
"/chat_icons/golden_biceps": "/chat_icons/golden_biceps";
|
|
355
|
-
"/chat_icons/golden_clover": "/chat_icons/golden_clover";
|
|
356
|
-
"/chat_icons/golden_coin": "/chat_icons/golden_coin";
|
|
357
|
-
"/chat_icons/golden_cupcake": "/chat_icons/golden_cupcake";
|
|
358
|
-
"/chat_icons/golden_donut": "/chat_icons/golden_donut";
|
|
359
|
-
"/chat_icons/golden_duckling": "/chat_icons/golden_duckling";
|
|
360
|
-
"/chat_icons/golden_egg": "/chat_icons/golden_egg";
|
|
361
|
-
"/chat_icons/golden_frog": "/chat_icons/golden_frog";
|
|
362
|
-
"/chat_icons/golden_marketplace": "/chat_icons/golden_marketplace";
|
|
363
|
-
"/chat_icons/golden_piggy": "/chat_icons/golden_piggy";
|
|
364
|
-
"/chat_icons/golden_whale": "/chat_icons/golden_whale";
|
|
365
|
-
"/chat_icons/grizzly_bear": "/chat_icons/grizzly_bear";
|
|
366
|
-
"/chat_icons/gummy_bear": "/chat_icons/gummy_bear";
|
|
367
|
-
"/chat_icons/holy_cow": "/chat_icons/holy_cow";
|
|
368
|
-
"/chat_icons/holy_supporter": "/chat_icons/holy_supporter";
|
|
369
|
-
"/chat_icons/ice_sorcerer": "/chat_icons/ice_sorcerer";
|
|
370
|
-
"/chat_icons/infernal_warlock": "/chat_icons/infernal_warlock";
|
|
371
|
-
"/chat_icons/intelligence": "/chat_icons/intelligence";
|
|
372
|
-
"/chat_icons/iron_cow": "/chat_icons/iron_cow";
|
|
373
|
-
"/chat_icons/jack_o_lantern": "/chat_icons/jack_o_lantern";
|
|
374
|
-
"/chat_icons/jade": "/chat_icons/jade";
|
|
375
|
-
"/chat_icons/jungle_sprite": "/chat_icons/jungle_sprite";
|
|
376
|
-
"/chat_icons/luna_empress": "/chat_icons/luna_empress";
|
|
377
|
-
"/chat_icons/mace": "/chat_icons/mace";
|
|
378
|
-
"/chat_icons/mages_hat": "/chat_icons/mages_hat";
|
|
379
|
-
"/chat_icons/magic": "/chat_icons/magic";
|
|
380
|
-
"/chat_icons/marine_huntress": "/chat_icons/marine_huntress";
|
|
381
|
-
"/chat_icons/marketplace": "/chat_icons/marketplace";
|
|
382
|
-
"/chat_icons/marsberry": "/chat_icons/marsberry";
|
|
383
|
-
"/chat_icons/melee": "/chat_icons/melee";
|
|
384
|
-
"/chat_icons/milking": "/chat_icons/milking";
|
|
385
|
-
"/chat_icons/moderator": "/chat_icons/moderator";
|
|
386
|
-
"/chat_icons/mooberry": "/chat_icons/mooberry";
|
|
387
|
-
"/chat_icons/moonstone": "/chat_icons/moonstone";
|
|
388
|
-
"/chat_icons/myconid": "/chat_icons/myconid";
|
|
389
|
-
"/chat_icons/nom_nom": "/chat_icons/nom_nom";
|
|
390
|
-
"/chat_icons/og_jerry": "/chat_icons/og_jerry";
|
|
391
|
-
"/chat_icons/orange": "/chat_icons/orange";
|
|
392
|
-
"/chat_icons/panda": "/chat_icons/panda";
|
|
393
|
-
"/chat_icons/panda_paw": "/chat_icons/panda_paw";
|
|
394
|
-
"/chat_icons/peach": "/chat_icons/peach";
|
|
395
|
-
"/chat_icons/pearl": "/chat_icons/pearl";
|
|
396
|
-
"/chat_icons/philosophers_stone": "/chat_icons/philosophers_stone";
|
|
397
|
-
"/chat_icons/plum": "/chat_icons/plum";
|
|
398
|
-
"/chat_icons/polar_bear": "/chat_icons/polar_bear";
|
|
399
|
-
"/chat_icons/porcupine": "/chat_icons/porcupine";
|
|
400
|
-
"/chat_icons/rabid_rabbit": "/chat_icons/rabid_rabbit";
|
|
401
|
-
"/chat_icons/rainbow_supporter": "/chat_icons/rainbow_supporter";
|
|
402
|
-
"/chat_icons/ranged": "/chat_icons/ranged";
|
|
403
|
-
"/chat_icons/rat": "/chat_icons/rat";
|
|
404
|
-
"/chat_icons/red_panda": "/chat_icons/red_panda";
|
|
405
|
-
"/chat_icons/santa_hat": "/chat_icons/santa_hat";
|
|
406
|
-
"/chat_icons/sea_snail": "/chat_icons/sea_snail";
|
|
407
|
-
"/chat_icons/skunk": "/chat_icons/skunk";
|
|
408
|
-
"/chat_icons/slimy": "/chat_icons/slimy";
|
|
409
|
-
"/chat_icons/snake": "/chat_icons/snake";
|
|
410
|
-
"/chat_icons/soul_hunter": "/chat_icons/soul_hunter";
|
|
411
|
-
"/chat_icons/spaceberry": "/chat_icons/spaceberry";
|
|
412
|
-
"/chat_icons/spear": "/chat_icons/spear";
|
|
413
|
-
"/chat_icons/spring_festival_lantern": "/chat_icons/spring_festival_lantern";
|
|
414
|
-
"/chat_icons/squawker": "/chat_icons/squawker";
|
|
415
|
-
"/chat_icons/staff": "/chat_icons/staff";
|
|
416
|
-
"/chat_icons/stamina": "/chat_icons/stamina";
|
|
417
|
-
"/chat_icons/star_fragment": "/chat_icons/star_fragment";
|
|
418
|
-
"/chat_icons/star_fruit": "/chat_icons/star_fruit";
|
|
419
|
-
"/chat_icons/strawberry": "/chat_icons/strawberry";
|
|
420
|
-
"/chat_icons/sunstone": "/chat_icons/sunstone";
|
|
421
|
-
"/chat_icons/super_bug_finder": "/chat_icons/super_bug_finder";
|
|
422
|
-
"/chat_icons/super_contributor": "/chat_icons/super_contributor";
|
|
423
|
-
"/chat_icons/super_moderator": "/chat_icons/super_moderator";
|
|
424
|
-
"/chat_icons/supporter": "/chat_icons/supporter";
|
|
425
|
-
"/chat_icons/swampy": "/chat_icons/swampy";
|
|
426
|
-
"/chat_icons/sword": "/chat_icons/sword";
|
|
427
|
-
"/chat_icons/tailoring": "/chat_icons/tailoring";
|
|
428
|
-
"/chat_icons/task_crystal": "/chat_icons/task_crystal";
|
|
429
|
-
"/chat_icons/tasks": "/chat_icons/tasks";
|
|
430
|
-
"/chat_icons/tea": "/chat_icons/tea";
|
|
431
|
-
"/chat_icons/the_watcher": "/chat_icons/the_watcher";
|
|
432
|
-
"/chat_icons/treant": "/chat_icons/treant";
|
|
433
|
-
"/chat_icons/turtle": "/chat_icons/turtle";
|
|
434
|
-
"/chat_icons/unicow": "/chat_icons/unicow";
|
|
435
|
-
"/chat_icons/vampire": "/chat_icons/vampire";
|
|
436
|
-
"/chat_icons/verdant_cow": "/chat_icons/verdant_cow";
|
|
437
|
-
"/chat_icons/verdant_supporter": "/chat_icons/verdant_supporter";
|
|
438
|
-
"/chat_icons/werewolf": "/chat_icons/werewolf";
|
|
439
|
-
"/chat_icons/whale": "/chat_icons/whale";
|
|
440
|
-
"/chat_icons/woodcutting": "/chat_icons/woodcutting";
|
|
441
|
-
"/chat_icons/zombie": "/chat_icons/zombie";
|
|
442
|
-
}>;
|
|
443
|
-
export type ChatIconHrid = z.infer<typeof ChatIconHridEnum>;
|
|
444
|
-
export declare const ChatIconSchema: z.ZodObject<{
|
|
445
|
-
hrid: z.ZodEnum<{
|
|
446
|
-
"/chat_icons/abyssal_imp": "/chat_icons/abyssal_imp";
|
|
447
|
-
"/chat_icons/admin": "/chat_icons/admin";
|
|
448
|
-
"/chat_icons/alchemy": "/chat_icons/alchemy";
|
|
449
|
-
"/chat_icons/alligator": "/chat_icons/alligator";
|
|
450
|
-
"/chat_icons/amber": "/chat_icons/amber";
|
|
451
|
-
"/chat_icons/amethyst": "/chat_icons/amethyst";
|
|
452
|
-
"/chat_icons/anniversary_purple": "/chat_icons/anniversary_purple";
|
|
453
|
-
"/chat_icons/apple": "/chat_icons/apple";
|
|
454
|
-
"/chat_icons/aquahorse": "/chat_icons/aquahorse";
|
|
455
|
-
"/chat_icons/attack": "/chat_icons/attack";
|
|
456
|
-
"/chat_icons/azure_cow": "/chat_icons/azure_cow";
|
|
457
|
-
"/chat_icons/azure_supporter": "/chat_icons/azure_supporter";
|
|
458
|
-
"/chat_icons/bamboo": "/chat_icons/bamboo";
|
|
459
|
-
"/chat_icons/beta_bunny": "/chat_icons/beta_bunny";
|
|
460
|
-
"/chat_icons/black_bear": "/chat_icons/black_bear";
|
|
461
|
-
"/chat_icons/blackberry": "/chat_icons/blackberry";
|
|
462
|
-
"/chat_icons/blueberry": "/chat_icons/blueberry";
|
|
463
|
-
"/chat_icons/book": "/chat_icons/book";
|
|
464
|
-
"/chat_icons/bow": "/chat_icons/bow";
|
|
465
|
-
"/chat_icons/brewing": "/chat_icons/brewing";
|
|
466
|
-
"/chat_icons/bug_finder": "/chat_icons/bug_finder";
|
|
467
|
-
"/chat_icons/bulwark": "/chat_icons/bulwark";
|
|
468
|
-
"/chat_icons/burble_cow": "/chat_icons/burble_cow";
|
|
469
|
-
"/chat_icons/burble_supporter": "/chat_icons/burble_supporter";
|
|
470
|
-
"/chat_icons/butterjerry": "/chat_icons/butterjerry";
|
|
471
|
-
"/chat_icons/cco": "/chat_icons/cco";
|
|
472
|
-
"/chat_icons/centaur_archer": "/chat_icons/centaur_archer";
|
|
473
|
-
"/chat_icons/cheese": "/chat_icons/cheese";
|
|
474
|
-
"/chat_icons/cheesesmithing": "/chat_icons/cheesesmithing";
|
|
475
|
-
"/chat_icons/chronofrost_sorcerer": "/chat_icons/chronofrost_sorcerer";
|
|
476
|
-
"/chat_icons/clover": "/chat_icons/clover";
|
|
477
|
-
"/chat_icons/coffee": "/chat_icons/coffee";
|
|
478
|
-
"/chat_icons/combat": "/chat_icons/combat";
|
|
479
|
-
"/chat_icons/community_manager": "/chat_icons/community_manager";
|
|
480
|
-
"/chat_icons/contributor": "/chat_icons/contributor";
|
|
481
|
-
"/chat_icons/cooking": "/chat_icons/cooking";
|
|
482
|
-
"/chat_icons/cow": "/chat_icons/cow";
|
|
483
|
-
"/chat_icons/crab": "/chat_icons/crab";
|
|
484
|
-
"/chat_icons/crafting": "/chat_icons/crafting";
|
|
485
|
-
"/chat_icons/crimson_cow": "/chat_icons/crimson_cow";
|
|
486
|
-
"/chat_icons/crimson_supporter": "/chat_icons/crimson_supporter";
|
|
487
|
-
"/chat_icons/crossbow": "/chat_icons/crossbow";
|
|
488
|
-
"/chat_icons/cupcake": "/chat_icons/cupcake";
|
|
489
|
-
"/chat_icons/custom_17s": "/chat_icons/custom_17s";
|
|
490
|
-
"/chat_icons/custom_1oo86": "/chat_icons/custom_1oo86";
|
|
491
|
-
"/chat_icons/custom_39moonmantououo": "/chat_icons/custom_39moonmantououo";
|
|
492
|
-
"/chat_icons/custom_77q": "/chat_icons/custom_77q";
|
|
493
|
-
"/chat_icons/custom_77q_2": "/chat_icons/custom_77q_2";
|
|
494
|
-
"/chat_icons/custom_adi1324": "/chat_icons/custom_adi1324";
|
|
495
|
-
"/chat_icons/custom_adogtor": "/chat_icons/custom_adogtor";
|
|
496
|
-
"/chat_icons/custom_ailec": "/chat_icons/custom_ailec";
|
|
497
|
-
"/chat_icons/custom_ak9527": "/chat_icons/custom_ak9527";
|
|
498
|
-
"/chat_icons/custom_amaiyaah": "/chat_icons/custom_amaiyaah";
|
|
499
|
-
"/chat_icons/custom_anzu114514": "/chat_icons/custom_anzu114514";
|
|
500
|
-
"/chat_icons/custom_anzu114514_2": "/chat_icons/custom_anzu114514_2";
|
|
501
|
-
"/chat_icons/custom_archerr": "/chat_icons/custom_archerr";
|
|
502
|
-
"/chat_icons/custom_ardormaiden": "/chat_icons/custom_ardormaiden";
|
|
503
|
-
"/chat_icons/custom_auspiciousdragon": "/chat_icons/custom_auspiciousdragon";
|
|
504
|
-
"/chat_icons/custom_auspiciousdragon_2": "/chat_icons/custom_auspiciousdragon_2";
|
|
505
|
-
"/chat_icons/custom_auspiciousdragon_3": "/chat_icons/custom_auspiciousdragon_3";
|
|
506
|
-
"/chat_icons/custom_bbc233": "/chat_icons/custom_bbc233";
|
|
507
|
-
"/chat_icons/custom_beinliu": "/chat_icons/custom_beinliu";
|
|
508
|
-
"/chat_icons/custom_bestcow": "/chat_icons/custom_bestcow";
|
|
509
|
-
"/chat_icons/custom_bestcow_2": "/chat_icons/custom_bestcow_2";
|
|
510
|
-
"/chat_icons/custom_bestcow_3": "/chat_icons/custom_bestcow_3";
|
|
511
|
-
"/chat_icons/custom_bew1tched": "/chat_icons/custom_bew1tched";
|
|
512
|
-
"/chat_icons/custom_bigdragonwang": "/chat_icons/custom_bigdragonwang";
|
|
513
|
-
"/chat_icons/custom_bimmzer": "/chat_icons/custom_bimmzer";
|
|
514
|
-
"/chat_icons/custom_bimmzer_2": "/chat_icons/custom_bimmzer_2";
|
|
515
|
-
"/chat_icons/custom_bmm": "/chat_icons/custom_bmm";
|
|
516
|
-
"/chat_icons/custom_boluobao": "/chat_icons/custom_boluobao";
|
|
517
|
-
"/chat_icons/custom_bonny": "/chat_icons/custom_bonny";
|
|
518
|
-
"/chat_icons/custom_bowensasa": "/chat_icons/custom_bowensasa";
|
|
519
|
-
"/chat_icons/custom_bromothymolblue": "/chat_icons/custom_bromothymolblue";
|
|
520
|
-
"/chat_icons/custom_bugx2121": "/chat_icons/custom_bugx2121";
|
|
521
|
-
"/chat_icons/custom_cainan": "/chat_icons/custom_cainan";
|
|
522
|
-
"/chat_icons/custom_calm013": "/chat_icons/custom_calm013";
|
|
523
|
-
"/chat_icons/custom_calm013_2": "/chat_icons/custom_calm013_2";
|
|
524
|
-
"/chat_icons/custom_catopia": "/chat_icons/custom_catopia";
|
|
525
|
-
"/chat_icons/custom_champ": "/chat_icons/custom_champ";
|
|
526
|
-
"/chat_icons/custom_chenluo": "/chat_icons/custom_chenluo";
|
|
527
|
-
"/chat_icons/custom_chenluo_2": "/chat_icons/custom_chenluo_2";
|
|
528
|
-
"/chat_icons/custom_cliche": "/chat_icons/custom_cliche";
|
|
529
|
-
"/chat_icons/custom_cliche_2": "/chat_icons/custom_cliche_2";
|
|
530
|
-
"/chat_icons/custom_cool555": "/chat_icons/custom_cool555";
|
|
531
|
-
"/chat_icons/custom_cool555_2": "/chat_icons/custom_cool555_2";
|
|
532
|
-
"/chat_icons/custom_cra": "/chat_icons/custom_cra";
|
|
533
|
-
"/chat_icons/custom_cristianon": "/chat_icons/custom_cristianon";
|
|
534
|
-
"/chat_icons/custom_cyderize": "/chat_icons/custom_cyderize";
|
|
535
|
-
"/chat_icons/custom_cyzx": "/chat_icons/custom_cyzx";
|
|
536
|
-
"/chat_icons/custom_daddyvladi": "/chat_icons/custom_daddyvladi";
|
|
537
|
-
"/chat_icons/custom_danielwu": "/chat_icons/custom_danielwu";
|
|
538
|
-
"/chat_icons/custom_deathecho": "/chat_icons/custom_deathecho";
|
|
539
|
-
"/chat_icons/custom_deathecho_2": "/chat_icons/custom_deathecho_2";
|
|
540
|
-
"/chat_icons/custom_demolysis": "/chat_icons/custom_demolysis";
|
|
541
|
-
"/chat_icons/custom_destinee": "/chat_icons/custom_destinee";
|
|
542
|
-
"/chat_icons/custom_dingdingfly": "/chat_icons/custom_dingdingfly";
|
|
543
|
-
"/chat_icons/custom_dingdingfly_2": "/chat_icons/custom_dingdingfly_2";
|
|
544
|
-
"/chat_icons/custom_dismason": "/chat_icons/custom_dismason";
|
|
545
|
-
"/chat_icons/custom_don": "/chat_icons/custom_don";
|
|
546
|
-
"/chat_icons/custom_don_2": "/chat_icons/custom_don_2";
|
|
547
|
-
"/chat_icons/custom_dookie": "/chat_icons/custom_dookie";
|
|
548
|
-
"/chat_icons/custom_douyacai": "/chat_icons/custom_douyacai";
|
|
549
|
-
"/chat_icons/custom_edisonwon": "/chat_icons/custom_edisonwon";
|
|
550
|
-
"/chat_icons/custom_efeiers": "/chat_icons/custom_efeiers";
|
|
551
|
-
"/chat_icons/custom_eggs": "/chat_icons/custom_eggs";
|
|
552
|
-
"/chat_icons/custom_elysia": "/chat_icons/custom_elysia";
|
|
553
|
-
"/chat_icons/custom_erebys": "/chat_icons/custom_erebys";
|
|
554
|
-
"/chat_icons/custom_eun": "/chat_icons/custom_eun";
|
|
555
|
-
"/chat_icons/custom_farcaster": "/chat_icons/custom_farcaster";
|
|
556
|
-
"/chat_icons/custom_foamice": "/chat_icons/custom_foamice";
|
|
557
|
-
"/chat_icons/custom_gagaboom": "/chat_icons/custom_gagaboom";
|
|
558
|
-
"/chat_icons/custom_gawrgura": "/chat_icons/custom_gawrgura";
|
|
559
|
-
"/chat_icons/custom_gbf666": "/chat_icons/custom_gbf666";
|
|
560
|
-
"/chat_icons/custom_gloryjacky": "/chat_icons/custom_gloryjacky";
|
|
561
|
-
"/chat_icons/custom_gminj2": "/chat_icons/custom_gminj2";
|
|
562
|
-
"/chat_icons/custom_gminj2_2": "/chat_icons/custom_gminj2_2";
|
|
563
|
-
"/chat_icons/custom_golden_hound": "/chat_icons/custom_golden_hound";
|
|
564
|
-
"/chat_icons/custom_goldenhound_2": "/chat_icons/custom_goldenhound_2";
|
|
565
|
-
"/chat_icons/custom_goldenhound_3": "/chat_icons/custom_goldenhound_3";
|
|
566
|
-
"/chat_icons/custom_goodguyjack": "/chat_icons/custom_goodguyjack";
|
|
567
|
-
"/chat_icons/custom_goodguyjack_2": "/chat_icons/custom_goodguyjack_2";
|
|
568
|
-
"/chat_icons/custom_goodguyjack_3": "/chat_icons/custom_goodguyjack_3";
|
|
569
|
-
"/chat_icons/custom_goodknight": "/chat_icons/custom_goodknight";
|
|
570
|
-
"/chat_icons/custom_gragatrim": "/chat_icons/custom_gragatrim";
|
|
571
|
-
"/chat_icons/custom_guguguguchicken": "/chat_icons/custom_guguguguchicken";
|
|
572
|
-
"/chat_icons/custom_h0lyduck": "/chat_icons/custom_h0lyduck";
|
|
573
|
-
"/chat_icons/custom_h0lyduck_2": "/chat_icons/custom_h0lyduck_2";
|
|
574
|
-
"/chat_icons/custom_h0lyduck_3": "/chat_icons/custom_h0lyduck_3";
|
|
575
|
-
"/chat_icons/custom_habs": "/chat_icons/custom_habs";
|
|
576
|
-
"/chat_icons/custom_hamu": "/chat_icons/custom_hamu";
|
|
577
|
-
"/chat_icons/custom_hamunekouwuo": "/chat_icons/custom_hamunekouwuo";
|
|
578
|
-
"/chat_icons/custom_hasumi": "/chat_icons/custom_hasumi";
|
|
579
|
-
"/chat_icons/custom_hasumi_2": "/chat_icons/custom_hasumi_2";
|
|
580
|
-
"/chat_icons/custom_hawk": "/chat_icons/custom_hawk";
|
|
581
|
-
"/chat_icons/custom_hinanaitenshi": "/chat_icons/custom_hinanaitenshi";
|
|
582
|
-
"/chat_icons/custom_hirochan": "/chat_icons/custom_hirochan";
|
|
583
|
-
"/chat_icons/custom_houston": "/chat_icons/custom_houston";
|
|
584
|
-
"/chat_icons/custom_icyfire": "/chat_icons/custom_icyfire";
|
|
585
|
-
"/chat_icons/custom_immortalphoenix": "/chat_icons/custom_immortalphoenix";
|
|
586
|
-
"/chat_icons/custom_immortalphoenix_2": "/chat_icons/custom_immortalphoenix_2";
|
|
587
|
-
"/chat_icons/custom_immortalphoenix_3": "/chat_icons/custom_immortalphoenix_3";
|
|
588
|
-
"/chat_icons/custom_indulgein": "/chat_icons/custom_indulgein";
|
|
589
|
-
"/chat_icons/custom_jbq": "/chat_icons/custom_jbq";
|
|
590
|
-
"/chat_icons/custom_jbq_2": "/chat_icons/custom_jbq_2";
|
|
591
|
-
"/chat_icons/custom_jet": "/chat_icons/custom_jet";
|
|
592
|
-
"/chat_icons/custom_jiojio": "/chat_icons/custom_jiojio";
|
|
593
|
-
"/chat_icons/custom_jiojio_2": "/chat_icons/custom_jiojio_2";
|
|
594
|
-
"/chat_icons/custom_jiojio_3": "/chat_icons/custom_jiojio_3";
|
|
595
|
-
"/chat_icons/custom_jiuyue05733": "/chat_icons/custom_jiuyue05733";
|
|
596
|
-
"/chat_icons/custom_joey": "/chat_icons/custom_joey";
|
|
597
|
-
"/chat_icons/custom_joey_2": "/chat_icons/custom_joey_2";
|
|
598
|
-
"/chat_icons/custom_joey_3": "/chat_icons/custom_joey_3";
|
|
599
|
-
"/chat_icons/custom_jowl": "/chat_icons/custom_jowl";
|
|
600
|
-
"/chat_icons/custom_jowl_2": "/chat_icons/custom_jowl_2";
|
|
601
|
-
"/chat_icons/custom_jump14": "/chat_icons/custom_jump14";
|
|
602
|
-
"/chat_icons/custom_kamz": "/chat_icons/custom_kamz";
|
|
603
|
-
"/chat_icons/custom_karlding": "/chat_icons/custom_karlding";
|
|
604
|
-
"/chat_icons/custom_khazu": "/chat_icons/custom_khazu";
|
|
605
|
-
"/chat_icons/custom_kiira": "/chat_icons/custom_kiira";
|
|
606
|
-
"/chat_icons/custom_killaqo": "/chat_icons/custom_killaqo";
|
|
607
|
-
"/chat_icons/custom_kitye": "/chat_icons/custom_kitye";
|
|
608
|
-
"/chat_icons/custom_kiyuu": "/chat_icons/custom_kiyuu";
|
|
609
|
-
"/chat_icons/custom_kiyuu_2": "/chat_icons/custom_kiyuu_2";
|
|
610
|
-
"/chat_icons/custom_kiyuu_3": "/chat_icons/custom_kiyuu_3";
|
|
611
|
-
"/chat_icons/custom_kleal": "/chat_icons/custom_kleal";
|
|
612
|
-
"/chat_icons/custom_kliuty": "/chat_icons/custom_kliuty";
|
|
613
|
-
"/chat_icons/custom_krazden": "/chat_icons/custom_krazden";
|
|
614
|
-
"/chat_icons/custom_kuluki": "/chat_icons/custom_kuluki";
|
|
615
|
-
"/chat_icons/custom_lapapap": "/chat_icons/custom_lapapap";
|
|
616
|
-
"/chat_icons/custom_lastsoul": "/chat_icons/custom_lastsoul";
|
|
617
|
-
"/chat_icons/custom_leevi": "/chat_icons/custom_leevi";
|
|
618
|
-
"/chat_icons/custom_leevi_2": "/chat_icons/custom_leevi_2";
|
|
619
|
-
"/chat_icons/custom_leica": "/chat_icons/custom_leica";
|
|
620
|
-
"/chat_icons/custom_leica_2": "/chat_icons/custom_leica_2";
|
|
621
|
-
"/chat_icons/custom_leica_3": "/chat_icons/custom_leica_3";
|
|
622
|
-
"/chat_icons/custom_liha": "/chat_icons/custom_liha";
|
|
623
|
-
"/chat_icons/custom_liha_2": "/chat_icons/custom_liha_2";
|
|
624
|
-
"/chat_icons/custom_liha_3": "/chat_icons/custom_liha_3";
|
|
625
|
-
"/chat_icons/custom_likeejasai": "/chat_icons/custom_likeejasai";
|
|
626
|
-
"/chat_icons/custom_lillianrose": "/chat_icons/custom_lillianrose";
|
|
627
|
-
"/chat_icons/custom_lootdruid": "/chat_icons/custom_lootdruid";
|
|
628
|
-
"/chat_icons/custom_luckycrow": "/chat_icons/custom_luckycrow";
|
|
629
|
-
"/chat_icons/custom_ludi789": "/chat_icons/custom_ludi789";
|
|
630
|
-
"/chat_icons/custom_lxs4765": "/chat_icons/custom_lxs4765";
|
|
631
|
-
"/chat_icons/custom_lyricky": "/chat_icons/custom_lyricky";
|
|
632
|
-
"/chat_icons/custom_madsfrisk": "/chat_icons/custom_madsfrisk";
|
|
633
|
-
"/chat_icons/custom_mage": "/chat_icons/custom_mage";
|
|
634
|
-
"/chat_icons/custom_magicwang": "/chat_icons/custom_magicwang";
|
|
635
|
-
"/chat_icons/custom_magurodon": "/chat_icons/custom_magurodon";
|
|
636
|
-
"/chat_icons/custom_magurodon_2": "/chat_icons/custom_magurodon_2";
|
|
637
|
-
"/chat_icons/custom_mallenllor": "/chat_icons/custom_mallenllor";
|
|
638
|
-
"/chat_icons/custom_manzng": "/chat_icons/custom_manzng";
|
|
639
|
-
"/chat_icons/custom_maplenvda": "/chat_icons/custom_maplenvda";
|
|
640
|
-
"/chat_icons/custom_mardkhora": "/chat_icons/custom_mardkhora";
|
|
641
|
-
"/chat_icons/custom_matoasakura": "/chat_icons/custom_matoasakura";
|
|
642
|
-
"/chat_icons/custom_matutu": "/chat_icons/custom_matutu";
|
|
643
|
-
"/chat_icons/custom_maxion": "/chat_icons/custom_maxion";
|
|
644
|
-
"/chat_icons/custom_maxion_2": "/chat_icons/custom_maxion_2";
|
|
645
|
-
"/chat_icons/custom_maxion_3": "/chat_icons/custom_maxion_3";
|
|
646
|
-
"/chat_icons/custom_mengmenguwu": "/chat_icons/custom_mengmenguwu";
|
|
647
|
-
"/chat_icons/custom_mengmenguwu_2": "/chat_icons/custom_mengmenguwu_2";
|
|
648
|
-
"/chat_icons/custom_meon": "/chat_icons/custom_meon";
|
|
649
|
-
"/chat_icons/custom_mermer88": "/chat_icons/custom_mermer88";
|
|
650
|
-
"/chat_icons/custom_messbb": "/chat_icons/custom_messbb";
|
|
651
|
-
"/chat_icons/custom_milkitraw": "/chat_icons/custom_milkitraw";
|
|
652
|
-
"/chat_icons/custom_milkmaid": "/chat_icons/custom_milkmaid";
|
|
653
|
-
"/chat_icons/custom_minami": "/chat_icons/custom_minami";
|
|
654
|
-
"/chat_icons/custom_miuca": "/chat_icons/custom_miuca";
|
|
655
|
-
"/chat_icons/custom_miuca_2": "/chat_icons/custom_miuca_2";
|
|
656
|
-
"/chat_icons/custom_miuca_3": "/chat_icons/custom_miuca_3";
|
|
657
|
-
"/chat_icons/custom_mooseyfaith": "/chat_icons/custom_mooseyfaith";
|
|
658
|
-
"/chat_icons/custom_moxuan": "/chat_icons/custom_moxuan";
|
|
659
|
-
"/chat_icons/custom_mrjin": "/chat_icons/custom_mrjin";
|
|
660
|
-
"/chat_icons/custom_mumu0315": "/chat_icons/custom_mumu0315";
|
|
661
|
-
"/chat_icons/custom_neronex": "/chat_icons/custom_neronex";
|
|
662
|
-
"/chat_icons/custom_neronex_2": "/chat_icons/custom_neronex_2";
|
|
663
|
-
"/chat_icons/custom_neronex_3": "/chat_icons/custom_neronex_3";
|
|
664
|
-
"/chat_icons/custom_neverend": "/chat_icons/custom_neverend";
|
|
665
|
-
"/chat_icons/custom_nip": "/chat_icons/custom_nip";
|
|
666
|
-
"/chat_icons/custom_nishikiasumi": "/chat_icons/custom_nishikiasumi";
|
|
667
|
-
"/chat_icons/custom_niteshvde": "/chat_icons/custom_niteshvde";
|
|
668
|
-
"/chat_icons/custom_niteshvde_2": "/chat_icons/custom_niteshvde_2";
|
|
669
|
-
"/chat_icons/custom_niu1niu2niu3": "/chat_icons/custom_niu1niu2niu3";
|
|
670
|
-
"/chat_icons/custom_niub1": "/chat_icons/custom_niub1";
|
|
671
|
-
"/chat_icons/custom_niubiplus1": "/chat_icons/custom_niubiplus1";
|
|
672
|
-
"/chat_icons/custom_niuwan": "/chat_icons/custom_niuwan";
|
|
673
|
-
"/chat_icons/custom_niuwan_2": "/chat_icons/custom_niuwan_2";
|
|
674
|
-
"/chat_icons/custom_nshadeiv": "/chat_icons/custom_nshadeiv";
|
|
675
|
-
"/chat_icons/custom_oatmilk": "/chat_icons/custom_oatmilk";
|
|
676
|
-
"/chat_icons/custom_oguri": "/chat_icons/custom_oguri";
|
|
677
|
-
"/chat_icons/custom_oguri_2": "/chat_icons/custom_oguri_2";
|
|
678
|
-
"/chat_icons/custom_oguri_3": "/chat_icons/custom_oguri_3";
|
|
679
|
-
"/chat_icons/custom_oobbb": "/chat_icons/custom_oobbb";
|
|
680
|
-
"/chat_icons/custom_oobbb_2": "/chat_icons/custom_oobbb_2";
|
|
681
|
-
"/chat_icons/custom_oobbb_3": "/chat_icons/custom_oobbb_3";
|
|
682
|
-
"/chat_icons/custom_owchy": "/chat_icons/custom_owchy";
|
|
683
|
-
"/chat_icons/custom_owengod": "/chat_icons/custom_owengod";
|
|
684
|
-
"/chat_icons/custom_owengod_2": "/chat_icons/custom_owengod_2";
|
|
685
|
-
"/chat_icons/custom_owengod_3": "/chat_icons/custom_owengod_3";
|
|
686
|
-
"/chat_icons/custom_pajlada": "/chat_icons/custom_pajlada";
|
|
687
|
-
"/chat_icons/custom_penny": "/chat_icons/custom_penny";
|
|
688
|
-
"/chat_icons/custom_perxmon": "/chat_icons/custom_perxmon";
|
|
689
|
-
"/chat_icons/custom_perxmon_2": "/chat_icons/custom_perxmon_2";
|
|
690
|
-
"/chat_icons/custom_perxmon_3": "/chat_icons/custom_perxmon_3";
|
|
691
|
-
"/chat_icons/custom_pharmerphrog": "/chat_icons/custom_pharmerphrog";
|
|
692
|
-
"/chat_icons/custom_pinkmoolyd_2": "/chat_icons/custom_pinkmoolyd_2";
|
|
693
|
-
"/chat_icons/custom_pomadeon": "/chat_icons/custom_pomadeon";
|
|
694
|
-
"/chat_icons/custom_pork2dachop": "/chat_icons/custom_pork2dachop";
|
|
695
|
-
"/chat_icons/custom_potatoouo": "/chat_icons/custom_potatoouo";
|
|
696
|
-
"/chat_icons/custom_pufeng": "/chat_icons/custom_pufeng";
|
|
697
|
-
"/chat_icons/custom_pulse": "/chat_icons/custom_pulse";
|
|
698
|
-
"/chat_icons/custom_pulse_2": "/chat_icons/custom_pulse_2";
|
|
699
|
-
"/chat_icons/custom_pyrothefolf": "/chat_icons/custom_pyrothefolf";
|
|
700
|
-
"/chat_icons/custom_qaqbo": "/chat_icons/custom_qaqbo";
|
|
701
|
-
"/chat_icons/custom_radiohead": "/chat_icons/custom_radiohead";
|
|
702
|
-
"/chat_icons/custom_rexwong": "/chat_icons/custom_rexwong";
|
|
703
|
-
"/chat_icons/custom_ribcap": "/chat_icons/custom_ribcap";
|
|
704
|
-
"/chat_icons/custom_rose_2": "/chat_icons/custom_rose_2";
|
|
705
|
-
"/chat_icons/custom_rose_3": "/chat_icons/custom_rose_3";
|
|
706
|
-
"/chat_icons/custom_roserose": "/chat_icons/custom_roserose";
|
|
707
|
-
"/chat_icons/custom_scorpionkenzo": "/chat_icons/custom_scorpionkenzo";
|
|
708
|
-
"/chat_icons/custom_sh1ro": "/chat_icons/custom_sh1ro";
|
|
709
|
-
"/chat_icons/custom_shael": "/chat_icons/custom_shael";
|
|
710
|
-
"/chat_icons/custom_sheenamimi": "/chat_icons/custom_sheenamimi";
|
|
711
|
-
"/chat_icons/custom_shishiro": "/chat_icons/custom_shishiro";
|
|
712
|
-
"/chat_icons/custom_sivelin": "/chat_icons/custom_sivelin";
|
|
713
|
-
"/chat_icons/custom_skumbus": "/chat_icons/custom_skumbus";
|
|
714
|
-
"/chat_icons/custom_snowzone": "/chat_icons/custom_snowzone";
|
|
715
|
-
"/chat_icons/custom_sombressa": "/chat_icons/custom_sombressa";
|
|
716
|
-
"/chat_icons/custom_ss1985": "/chat_icons/custom_ss1985";
|
|
717
|
-
"/chat_icons/custom_stack": "/chat_icons/custom_stack";
|
|
718
|
-
"/chat_icons/custom_stack_2": "/chat_icons/custom_stack_2";
|
|
719
|
-
"/chat_icons/custom_stack_3": "/chat_icons/custom_stack_3";
|
|
720
|
-
"/chat_icons/custom_stella": "/chat_icons/custom_stella";
|
|
721
|
-
"/chat_icons/custom_sumimiuniverse": "/chat_icons/custom_sumimiuniverse";
|
|
722
|
-
"/chat_icons/custom_sumimiuniverse_2": "/chat_icons/custom_sumimiuniverse_2";
|
|
723
|
-
"/chat_icons/custom_sumimiuniverse_3": "/chat_icons/custom_sumimiuniverse_3";
|
|
724
|
-
"/chat_icons/custom_taichislippers": "/chat_icons/custom_taichislippers";
|
|
725
|
-
"/chat_icons/custom_taichislippers_2": "/chat_icons/custom_taichislippers_2";
|
|
726
|
-
"/chat_icons/custom_temaritsukimura": "/chat_icons/custom_temaritsukimura";
|
|
727
|
-
"/chat_icons/custom_temaritsukimura_2": "/chat_icons/custom_temaritsukimura_2";
|
|
728
|
-
"/chat_icons/custom_tenerife": "/chat_icons/custom_tenerife";
|
|
729
|
-
"/chat_icons/custom_thessaloniki": "/chat_icons/custom_thessaloniki";
|
|
730
|
-
"/chat_icons/custom_thof": "/chat_icons/custom_thof";
|
|
731
|
-
"/chat_icons/custom_tiantian666": "/chat_icons/custom_tiantian666";
|
|
732
|
-
"/chat_icons/custom_tiantian666_2": "/chat_icons/custom_tiantian666_2";
|
|
733
|
-
"/chat_icons/custom_toillian": "/chat_icons/custom_toillian";
|
|
734
|
-
"/chat_icons/custom_toillian_2": "/chat_icons/custom_toillian_2";
|
|
735
|
-
"/chat_icons/custom_toillian_3": "/chat_icons/custom_toillian_3";
|
|
736
|
-
"/chat_icons/custom_totallynotjaan": "/chat_icons/custom_totallynotjaan";
|
|
737
|
-
"/chat_icons/custom_touya": "/chat_icons/custom_touya";
|
|
738
|
-
"/chat_icons/custom_touya_2": "/chat_icons/custom_touya_2";
|
|
739
|
-
"/chat_icons/custom_trenton": "/chat_icons/custom_trenton";
|
|
740
|
-
"/chat_icons/custom_tukiko": "/chat_icons/custom_tukiko";
|
|
741
|
-
"/chat_icons/custom_twix": "/chat_icons/custom_twix";
|
|
742
|
-
"/chat_icons/custom_tykaito": "/chat_icons/custom_tykaito";
|
|
743
|
-
"/chat_icons/custom_undermine": "/chat_icons/custom_undermine";
|
|
744
|
-
"/chat_icons/custom_uto": "/chat_icons/custom_uto";
|
|
745
|
-
"/chat_icons/custom_valeriogiovanni": "/chat_icons/custom_valeriogiovanni";
|
|
746
|
-
"/chat_icons/custom_vikala": "/chat_icons/custom_vikala";
|
|
747
|
-
"/chat_icons/custom_vikala_2": "/chat_icons/custom_vikala_2";
|
|
748
|
-
"/chat_icons/custom_wakakayzh": "/chat_icons/custom_wakakayzh";
|
|
749
|
-
"/chat_icons/custom_watsun": "/chat_icons/custom_watsun";
|
|
750
|
-
"/chat_icons/custom_wavesperfect": "/chat_icons/custom_wavesperfect";
|
|
751
|
-
"/chat_icons/custom_weijia": "/chat_icons/custom_weijia";
|
|
752
|
-
"/chat_icons/custom_weijia_2": "/chat_icons/custom_weijia_2";
|
|
753
|
-
"/chat_icons/custom_weijia_3": "/chat_icons/custom_weijia_3";
|
|
754
|
-
"/chat_icons/custom_weilan": "/chat_icons/custom_weilan";
|
|
755
|
-
"/chat_icons/custom_weilan_2": "/chat_icons/custom_weilan_2";
|
|
756
|
-
"/chat_icons/custom_weilan_3": "/chat_icons/custom_weilan_3";
|
|
757
|
-
"/chat_icons/custom_weilan_4": "/chat_icons/custom_weilan_4";
|
|
758
|
-
"/chat_icons/custom_whatsfc": "/chat_icons/custom_whatsfc";
|
|
759
|
-
"/chat_icons/custom_windoge": "/chat_icons/custom_windoge";
|
|
760
|
-
"/chat_icons/custom_xialu": "/chat_icons/custom_xialu";
|
|
761
|
-
"/chat_icons/custom_xialu_2": "/chat_icons/custom_xialu_2";
|
|
762
|
-
"/chat_icons/custom_xialu_3": "/chat_icons/custom_xialu_3";
|
|
763
|
-
"/chat_icons/custom_xiaozhangyu": "/chat_icons/custom_xiaozhangyu";
|
|
764
|
-
"/chat_icons/custom_xxnagasakisoyoxx": "/chat_icons/custom_xxnagasakisoyoxx";
|
|
765
|
-
"/chat_icons/custom_yahaha00": "/chat_icons/custom_yahaha00";
|
|
766
|
-
"/chat_icons/custom_yellowww": "/chat_icons/custom_yellowww";
|
|
767
|
-
"/chat_icons/custom_yurisaisarabbit": "/chat_icons/custom_yurisaisarabbit";
|
|
768
|
-
"/chat_icons/custom_zackkero": "/chat_icons/custom_zackkero";
|
|
769
|
-
"/chat_icons/custom_zen": "/chat_icons/custom_zen";
|
|
770
|
-
"/chat_icons/custom_zen_2": "/chat_icons/custom_zen_2";
|
|
771
|
-
"/chat_icons/custom_zyford": "/chat_icons/custom_zyford";
|
|
772
|
-
"/chat_icons/custom_zyford_2": "/chat_icons/custom_zyford_2";
|
|
773
|
-
"/chat_icons/custom_zyptyz": "/chat_icons/custom_zyptyz";
|
|
774
|
-
"/chat_icons/defense": "/chat_icons/defense";
|
|
775
|
-
"/chat_icons/demonic_overlord": "/chat_icons/demonic_overlord";
|
|
776
|
-
"/chat_icons/dragon_fruit": "/chat_icons/dragon_fruit";
|
|
777
|
-
"/chat_icons/duckling": "/chat_icons/duckling";
|
|
778
|
-
"/chat_icons/dusk_revenant": "/chat_icons/dusk_revenant";
|
|
779
|
-
"/chat_icons/egg": "/chat_icons/egg";
|
|
780
|
-
"/chat_icons/elementalist": "/chat_icons/elementalist";
|
|
781
|
-
"/chat_icons/enchanted_bishop": "/chat_icons/enchanted_bishop";
|
|
782
|
-
"/chat_icons/enchanted_knight": "/chat_icons/enchanted_knight";
|
|
783
|
-
"/chat_icons/enhancing": "/chat_icons/enhancing";
|
|
784
|
-
"/chat_icons/eyes": "/chat_icons/eyes";
|
|
785
|
-
"/chat_icons/flame_sorcerer": "/chat_icons/flame_sorcerer";
|
|
786
|
-
"/chat_icons/fly": "/chat_icons/fly";
|
|
787
|
-
"/chat_icons/foraging": "/chat_icons/foraging";
|
|
788
|
-
"/chat_icons/frog": "/chat_icons/frog";
|
|
789
|
-
"/chat_icons/garnet": "/chat_icons/garnet";
|
|
790
|
-
"/chat_icons/giant_shoebill": "/chat_icons/giant_shoebill";
|
|
791
|
-
"/chat_icons/golden_apple": "/chat_icons/golden_apple";
|
|
792
|
-
"/chat_icons/golden_berry": "/chat_icons/golden_berry";
|
|
793
|
-
"/chat_icons/golden_biceps": "/chat_icons/golden_biceps";
|
|
794
|
-
"/chat_icons/golden_clover": "/chat_icons/golden_clover";
|
|
795
|
-
"/chat_icons/golden_coin": "/chat_icons/golden_coin";
|
|
796
|
-
"/chat_icons/golden_cupcake": "/chat_icons/golden_cupcake";
|
|
797
|
-
"/chat_icons/golden_donut": "/chat_icons/golden_donut";
|
|
798
|
-
"/chat_icons/golden_duckling": "/chat_icons/golden_duckling";
|
|
799
|
-
"/chat_icons/golden_egg": "/chat_icons/golden_egg";
|
|
800
|
-
"/chat_icons/golden_frog": "/chat_icons/golden_frog";
|
|
801
|
-
"/chat_icons/golden_marketplace": "/chat_icons/golden_marketplace";
|
|
802
|
-
"/chat_icons/golden_piggy": "/chat_icons/golden_piggy";
|
|
803
|
-
"/chat_icons/golden_whale": "/chat_icons/golden_whale";
|
|
804
|
-
"/chat_icons/grizzly_bear": "/chat_icons/grizzly_bear";
|
|
805
|
-
"/chat_icons/gummy_bear": "/chat_icons/gummy_bear";
|
|
806
|
-
"/chat_icons/holy_cow": "/chat_icons/holy_cow";
|
|
807
|
-
"/chat_icons/holy_supporter": "/chat_icons/holy_supporter";
|
|
808
|
-
"/chat_icons/ice_sorcerer": "/chat_icons/ice_sorcerer";
|
|
809
|
-
"/chat_icons/infernal_warlock": "/chat_icons/infernal_warlock";
|
|
810
|
-
"/chat_icons/intelligence": "/chat_icons/intelligence";
|
|
811
|
-
"/chat_icons/iron_cow": "/chat_icons/iron_cow";
|
|
812
|
-
"/chat_icons/jack_o_lantern": "/chat_icons/jack_o_lantern";
|
|
813
|
-
"/chat_icons/jade": "/chat_icons/jade";
|
|
814
|
-
"/chat_icons/jungle_sprite": "/chat_icons/jungle_sprite";
|
|
815
|
-
"/chat_icons/luna_empress": "/chat_icons/luna_empress";
|
|
816
|
-
"/chat_icons/mace": "/chat_icons/mace";
|
|
817
|
-
"/chat_icons/mages_hat": "/chat_icons/mages_hat";
|
|
818
|
-
"/chat_icons/magic": "/chat_icons/magic";
|
|
819
|
-
"/chat_icons/marine_huntress": "/chat_icons/marine_huntress";
|
|
820
|
-
"/chat_icons/marketplace": "/chat_icons/marketplace";
|
|
821
|
-
"/chat_icons/marsberry": "/chat_icons/marsberry";
|
|
822
|
-
"/chat_icons/melee": "/chat_icons/melee";
|
|
823
|
-
"/chat_icons/milking": "/chat_icons/milking";
|
|
824
|
-
"/chat_icons/moderator": "/chat_icons/moderator";
|
|
825
|
-
"/chat_icons/mooberry": "/chat_icons/mooberry";
|
|
826
|
-
"/chat_icons/moonstone": "/chat_icons/moonstone";
|
|
827
|
-
"/chat_icons/myconid": "/chat_icons/myconid";
|
|
828
|
-
"/chat_icons/nom_nom": "/chat_icons/nom_nom";
|
|
829
|
-
"/chat_icons/og_jerry": "/chat_icons/og_jerry";
|
|
830
|
-
"/chat_icons/orange": "/chat_icons/orange";
|
|
831
|
-
"/chat_icons/panda": "/chat_icons/panda";
|
|
832
|
-
"/chat_icons/panda_paw": "/chat_icons/panda_paw";
|
|
833
|
-
"/chat_icons/peach": "/chat_icons/peach";
|
|
834
|
-
"/chat_icons/pearl": "/chat_icons/pearl";
|
|
835
|
-
"/chat_icons/philosophers_stone": "/chat_icons/philosophers_stone";
|
|
836
|
-
"/chat_icons/plum": "/chat_icons/plum";
|
|
837
|
-
"/chat_icons/polar_bear": "/chat_icons/polar_bear";
|
|
838
|
-
"/chat_icons/porcupine": "/chat_icons/porcupine";
|
|
839
|
-
"/chat_icons/rabid_rabbit": "/chat_icons/rabid_rabbit";
|
|
840
|
-
"/chat_icons/rainbow_supporter": "/chat_icons/rainbow_supporter";
|
|
841
|
-
"/chat_icons/ranged": "/chat_icons/ranged";
|
|
842
|
-
"/chat_icons/rat": "/chat_icons/rat";
|
|
843
|
-
"/chat_icons/red_panda": "/chat_icons/red_panda";
|
|
844
|
-
"/chat_icons/santa_hat": "/chat_icons/santa_hat";
|
|
845
|
-
"/chat_icons/sea_snail": "/chat_icons/sea_snail";
|
|
846
|
-
"/chat_icons/skunk": "/chat_icons/skunk";
|
|
847
|
-
"/chat_icons/slimy": "/chat_icons/slimy";
|
|
848
|
-
"/chat_icons/snake": "/chat_icons/snake";
|
|
849
|
-
"/chat_icons/soul_hunter": "/chat_icons/soul_hunter";
|
|
850
|
-
"/chat_icons/spaceberry": "/chat_icons/spaceberry";
|
|
851
|
-
"/chat_icons/spear": "/chat_icons/spear";
|
|
852
|
-
"/chat_icons/spring_festival_lantern": "/chat_icons/spring_festival_lantern";
|
|
853
|
-
"/chat_icons/squawker": "/chat_icons/squawker";
|
|
854
|
-
"/chat_icons/staff": "/chat_icons/staff";
|
|
855
|
-
"/chat_icons/stamina": "/chat_icons/stamina";
|
|
856
|
-
"/chat_icons/star_fragment": "/chat_icons/star_fragment";
|
|
857
|
-
"/chat_icons/star_fruit": "/chat_icons/star_fruit";
|
|
858
|
-
"/chat_icons/strawberry": "/chat_icons/strawberry";
|
|
859
|
-
"/chat_icons/sunstone": "/chat_icons/sunstone";
|
|
860
|
-
"/chat_icons/super_bug_finder": "/chat_icons/super_bug_finder";
|
|
861
|
-
"/chat_icons/super_contributor": "/chat_icons/super_contributor";
|
|
862
|
-
"/chat_icons/super_moderator": "/chat_icons/super_moderator";
|
|
863
|
-
"/chat_icons/supporter": "/chat_icons/supporter";
|
|
864
|
-
"/chat_icons/swampy": "/chat_icons/swampy";
|
|
865
|
-
"/chat_icons/sword": "/chat_icons/sword";
|
|
866
|
-
"/chat_icons/tailoring": "/chat_icons/tailoring";
|
|
867
|
-
"/chat_icons/task_crystal": "/chat_icons/task_crystal";
|
|
868
|
-
"/chat_icons/tasks": "/chat_icons/tasks";
|
|
869
|
-
"/chat_icons/tea": "/chat_icons/tea";
|
|
870
|
-
"/chat_icons/the_watcher": "/chat_icons/the_watcher";
|
|
871
|
-
"/chat_icons/treant": "/chat_icons/treant";
|
|
872
|
-
"/chat_icons/turtle": "/chat_icons/turtle";
|
|
873
|
-
"/chat_icons/unicow": "/chat_icons/unicow";
|
|
874
|
-
"/chat_icons/vampire": "/chat_icons/vampire";
|
|
875
|
-
"/chat_icons/verdant_cow": "/chat_icons/verdant_cow";
|
|
876
|
-
"/chat_icons/verdant_supporter": "/chat_icons/verdant_supporter";
|
|
877
|
-
"/chat_icons/werewolf": "/chat_icons/werewolf";
|
|
878
|
-
"/chat_icons/whale": "/chat_icons/whale";
|
|
879
|
-
"/chat_icons/woodcutting": "/chat_icons/woodcutting";
|
|
880
|
-
"/chat_icons/zombie": "/chat_icons/zombie";
|
|
881
|
-
}>;
|
|
882
|
-
name: z.ZodString;
|
|
883
|
-
isSpecial: z.ZodBoolean;
|
|
884
|
-
isSeasonal: z.ZodBoolean;
|
|
885
|
-
cowbellCost: z.ZodNumber;
|
|
886
|
-
supporterPointCost: z.ZodNumber;
|
|
887
|
-
requiredChatIconHrid: z.ZodString;
|
|
888
|
-
sortIndex: z.ZodNumber;
|
|
889
|
-
}, z.core.$strip>;
|
|
890
|
-
export type ChatIcon = z.infer<typeof ChatIconSchema>;
|
|
891
|
-
//# sourceMappingURL=chat-icons.d.ts.map
|