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