@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,139 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Auto-generated file - DO NOT EDIT
|
|
3
|
+
* Generated on 2025-07-26T22:01:13.064Z
|
|
4
|
+
*/
|
|
5
|
+
// Re-export HRID enum from schema
|
|
6
|
+
export { GuildCharacterRoleHridEnum } from '../schemas/zod/guild-character-roles.js';
|
|
7
|
+
// Re-export schema
|
|
8
|
+
export { GuildCharacterRoleSchema } from '../schemas/zod/guild-character-roles.js';
|
|
9
|
+
// Data
|
|
10
|
+
export const GUILDCHARACTERROLES = {
|
|
11
|
+
'general': {
|
|
12
|
+
"hrid": "general",
|
|
13
|
+
"name": "General",
|
|
14
|
+
"permissionTier": 3,
|
|
15
|
+
"promoteRole": "",
|
|
16
|
+
"demoteRole": "officer",
|
|
17
|
+
"canEditName": false,
|
|
18
|
+
"canEditNotice": true,
|
|
19
|
+
"canPromote": true,
|
|
20
|
+
"canDemote": true,
|
|
21
|
+
"canKick": true,
|
|
22
|
+
"canInvite": true,
|
|
23
|
+
"sortIndex": 2
|
|
24
|
+
},
|
|
25
|
+
'leader': {
|
|
26
|
+
"hrid": "leader",
|
|
27
|
+
"name": "Leader",
|
|
28
|
+
"permissionTier": 10,
|
|
29
|
+
"promoteRole": "",
|
|
30
|
+
"demoteRole": "",
|
|
31
|
+
"canEditName": true,
|
|
32
|
+
"canEditNotice": true,
|
|
33
|
+
"canPromote": true,
|
|
34
|
+
"canDemote": true,
|
|
35
|
+
"canKick": true,
|
|
36
|
+
"canInvite": true,
|
|
37
|
+
"sortIndex": 1
|
|
38
|
+
},
|
|
39
|
+
'member': {
|
|
40
|
+
"hrid": "member",
|
|
41
|
+
"name": "Member",
|
|
42
|
+
"permissionTier": 1,
|
|
43
|
+
"promoteRole": "officer",
|
|
44
|
+
"demoteRole": "",
|
|
45
|
+
"canEditName": false,
|
|
46
|
+
"canEditNotice": false,
|
|
47
|
+
"canPromote": false,
|
|
48
|
+
"canDemote": false,
|
|
49
|
+
"canKick": false,
|
|
50
|
+
"canInvite": false,
|
|
51
|
+
"sortIndex": 4
|
|
52
|
+
},
|
|
53
|
+
'officer': {
|
|
54
|
+
"hrid": "officer",
|
|
55
|
+
"name": "Officer",
|
|
56
|
+
"permissionTier": 2,
|
|
57
|
+
"promoteRole": "general",
|
|
58
|
+
"demoteRole": "member",
|
|
59
|
+
"canEditName": false,
|
|
60
|
+
"canEditNotice": false,
|
|
61
|
+
"canPromote": false,
|
|
62
|
+
"canDemote": false,
|
|
63
|
+
"canKick": true,
|
|
64
|
+
"canInvite": true,
|
|
65
|
+
"sortIndex": 3
|
|
66
|
+
}
|
|
67
|
+
};
|
|
68
|
+
// HRID utilities
|
|
69
|
+
/**
|
|
70
|
+
* Check if a guildcharacterrole HRID is valid
|
|
71
|
+
*/
|
|
72
|
+
export function validateGuildCharacterRoleHrid(hrid) {
|
|
73
|
+
return hrid in GUILDCHARACTERROLES;
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* Check if a guildcharacterrole exists
|
|
77
|
+
*/
|
|
78
|
+
export function guildcharacterroleExists(hrid) {
|
|
79
|
+
return hrid in GUILDCHARACTERROLES;
|
|
80
|
+
}
|
|
81
|
+
// Getter functions
|
|
82
|
+
export function getGuildCharacterRole(hrid) {
|
|
83
|
+
return GUILDCHARACTERROLES[hrid];
|
|
84
|
+
}
|
|
85
|
+
export function getAllGuildCharacterRoles() {
|
|
86
|
+
return Object.values(GUILDCHARACTERROLES);
|
|
87
|
+
}
|
|
88
|
+
export function getGuildCharacterRolesSortedByIndex() {
|
|
89
|
+
return getAllGuildCharacterRoles().sort((a, b) => (a.sortIndex || 0) - (b.sortIndex || 0));
|
|
90
|
+
}
|
|
91
|
+
// Role hierarchy (sorted by permission tier descending)
|
|
92
|
+
export const GUILD_ROLE_HIERARCHY = Object.values(GUILDCHARACTERROLES)
|
|
93
|
+
.sort((a, b) => b.permissionTier - a.permissionTier)
|
|
94
|
+
.map(role => role.hrid);
|
|
95
|
+
// Special roles
|
|
96
|
+
export const LEADER_ROLE = 'leader';
|
|
97
|
+
export const DEFAULT_MEMBER_ROLE = 'member';
|
|
98
|
+
// Additional utility functions
|
|
99
|
+
export function getRolePermissionTier(hrid) {
|
|
100
|
+
return GUILDCHARACTERROLES[hrid].permissionTier;
|
|
101
|
+
}
|
|
102
|
+
export function canRolePromote(roleHrid, targetHrid) {
|
|
103
|
+
const role = GUILDCHARACTERROLES[roleHrid];
|
|
104
|
+
const target = GUILDCHARACTERROLES[targetHrid];
|
|
105
|
+
if (!role.canPromote)
|
|
106
|
+
return false;
|
|
107
|
+
return role.permissionTier > target.permissionTier;
|
|
108
|
+
}
|
|
109
|
+
export function canRoleDemote(roleHrid, targetHrid) {
|
|
110
|
+
const role = GUILDCHARACTERROLES[roleHrid];
|
|
111
|
+
const target = GUILDCHARACTERROLES[targetHrid];
|
|
112
|
+
if (!role.canDemote)
|
|
113
|
+
return false;
|
|
114
|
+
return role.permissionTier > target.permissionTier;
|
|
115
|
+
}
|
|
116
|
+
export function canRoleKick(roleHrid, targetHrid) {
|
|
117
|
+
const role = GUILDCHARACTERROLES[roleHrid];
|
|
118
|
+
const target = GUILDCHARACTERROLES[targetHrid];
|
|
119
|
+
if (!role.canKick)
|
|
120
|
+
return false;
|
|
121
|
+
return role.permissionTier > target.permissionTier;
|
|
122
|
+
}
|
|
123
|
+
export function getNextPromotionRole(hrid) {
|
|
124
|
+
const role = GUILDCHARACTERROLES[hrid];
|
|
125
|
+
return role.promoteRole ? role.promoteRole : null;
|
|
126
|
+
}
|
|
127
|
+
export function getNextDemotionRole(hrid) {
|
|
128
|
+
const role = GUILDCHARACTERROLES[hrid];
|
|
129
|
+
return role.demoteRole ? role.demoteRole : null;
|
|
130
|
+
}
|
|
131
|
+
export function getRolesByPermission(permission) {
|
|
132
|
+
return Object.values(GUILDCHARACTERROLES)
|
|
133
|
+
.filter(role => role[permission])
|
|
134
|
+
.map(role => role.hrid);
|
|
135
|
+
}
|
|
136
|
+
export function isLeaderRole(hrid) {
|
|
137
|
+
return hrid === LEADER_ROLE;
|
|
138
|
+
}
|
|
139
|
+
//# sourceMappingURL=guild-character-roles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"guild-character-roles.js","sourceRoot":"","sources":["../../../src/generated/game-logic/guild-character-roles.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH,kCAAkC;AAClC,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAA;AACpF,mBAAmB;AACnB,OAAO,EAAE,wBAAwB,EAAE,MAAM,yCAAyC,CAAA;AAKlF,OAAO;AACP,MAAM,CAAC,MAAM,mBAAmB,GAAuD;IACrF,SAAS,EAAE;QACT,MAAM,EAAE,SAAS;QACjB,MAAM,EAAE,SAAS;QACjB,gBAAgB,EAAE,CAAC;QACnB,aAAa,EAAE,EAAE;QACjB,YAAY,EAAE,SAAS;QACvB,aAAa,EAAE,KAAK;QACpB,eAAe,EAAE,IAAI;QACrB,YAAY,EAAE,IAAI;QAClB,WAAW,EAAE,IAAI;QACjB,SAAS,EAAE,IAAI;QACf,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,CAAC;KACf;IACD,QAAQ,EAAE;QACR,MAAM,EAAE,QAAQ;QAChB,MAAM,EAAE,QAAQ;QAChB,gBAAgB,EAAE,EAAE;QACpB,aAAa,EAAE,EAAE;QACjB,YAAY,EAAE,EAAE;QAChB,aAAa,EAAE,IAAI;QACnB,eAAe,EAAE,IAAI;QACrB,YAAY,EAAE,IAAI;QAClB,WAAW,EAAE,IAAI;QACjB,SAAS,EAAE,IAAI;QACf,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,CAAC;KACf;IACD,QAAQ,EAAE;QACR,MAAM,EAAE,QAAQ;QAChB,MAAM,EAAE,QAAQ;QAChB,gBAAgB,EAAE,CAAC;QACnB,aAAa,EAAE,SAAS;QACxB,YAAY,EAAE,EAAE;QAChB,aAAa,EAAE,KAAK;QACpB,eAAe,EAAE,KAAK;QACtB,YAAY,EAAE,KAAK;QACnB,WAAW,EAAE,KAAK;QAClB,SAAS,EAAE,KAAK;QAChB,WAAW,EAAE,KAAK;QAClB,WAAW,EAAE,CAAC;KACf;IACD,SAAS,EAAE;QACT,MAAM,EAAE,SAAS;QACjB,MAAM,EAAE,SAAS;QACjB,gBAAgB,EAAE,CAAC;QACnB,aAAa,EAAE,SAAS;QACxB,YAAY,EAAE,QAAQ;QACtB,aAAa,EAAE,KAAK;QACpB,eAAe,EAAE,KAAK;QACtB,YAAY,EAAE,KAAK;QACnB,WAAW,EAAE,KAAK;QAClB,SAAS,EAAE,IAAI;QACf,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,CAAC;KACf;CACoE,CAAA;AAEvE,iBAAiB;AAEjB;;GAEG;AACH,MAAM,UAAU,8BAA8B,CAAC,IAAY;IACzD,OAAO,IAAI,IAAI,mBAAmB,CAAA;AACpC,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,wBAAwB,CAAC,IAAY;IACnD,OAAO,IAAI,IAAI,mBAAmB,CAAA;AACpC,CAAC;AAED,mBAAmB;AACnB,MAAM,UAAU,qBAAqB,CAAC,IAA4B;IAChE,OAAO,mBAAmB,CAAC,IAAI,CAAC,CAAA;AAClC,CAAC;AAED,MAAM,UAAU,yBAAyB;IACvC,OAAO,MAAM,CAAC,MAAM,CAAC,mBAAmB,CAAC,CAAA;AAC3C,CAAC;AAED,MAAM,UAAU,mCAAmC;IACjD,OAAO,yBAAyB,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,SAAS,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,IAAI,CAAC,CAAC,CAAC,CAAA;AAC5F,CAAC;AAQD,wDAAwD;AACxD,MAAM,CAAC,MAAM,oBAAoB,GAAG,MAAM,CAAC,MAAM,CAAC,mBAAmB,CAAC;KACnE,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,cAAc,GAAG,CAAC,CAAC,cAAc,CAAC;KACnD,GAAG,CAAC,IAAI,CAAC,EAAE,CAAC,IAAI,CAAC,IAAI,CAA6B,CAAA;AAErD,gBAAgB;AAChB,MAAM,CAAC,MAAM,WAAW,GAA2B,QAAkC,CAAA;AACrF,MAAM,CAAC,MAAM,mBAAmB,GAA2B,QAAkC,CAAA;AAE7F,+BAA+B;AAC/B,MAAM,UAAU,qBAAqB,CAAC,IAA4B;IAChE,OAAO,mBAAmB,CAAC,IAAI,CAAC,CAAC,cAAc,CAAA;AACjD,CAAC;AAED,MAAM,UAAU,cAAc,CAAC,QAAgC,EAAE,UAAkC;IACjG,MAAM,IAAI,GAAG,mBAAmB,CAAC,QAAQ,CAAC,CAAA;IAC1C,MAAM,MAAM,GAAG,mBAAmB,CAAC,UAAU,CAAC,CAAA;IAE9C,IAAI,CAAC,IAAI,CAAC,UAAU;QAAE,OAAO,KAAK,CAAA;IAClC,OAAO,IAAI,CAAC,cAAc,GAAG,MAAM,CAAC,cAAc,CAAA;AACpD,CAAC;AAED,MAAM,UAAU,aAAa,CAAC,QAAgC,EAAE,UAAkC;IAChG,MAAM,IAAI,GAAG,mBAAmB,CAAC,QAAQ,CAAC,CAAA;IAC1C,MAAM,MAAM,GAAG,mBAAmB,CAAC,UAAU,CAAC,CAAA;IAE9C,IAAI,CAAC,IAAI,CAAC,SAAS;QAAE,OAAO,KAAK,CAAA;IACjC,OAAO,IAAI,CAAC,cAAc,GAAG,MAAM,CAAC,cAAc,CAAA;AACpD,CAAC;AAED,MAAM,UAAU,WAAW,CAAC,QAAgC,EAAE,UAAkC;IAC9F,MAAM,IAAI,GAAG,mBAAmB,CAAC,QAAQ,CAAC,CAAA;IAC1C,MAAM,MAAM,GAAG,mBAAmB,CAAC,UAAU,CAAC,CAAA;IAE9C,IAAI,CAAC,IAAI,CAAC,OAAO;QAAE,OAAO,KAAK,CAAA;IAC/B,OAAO,IAAI,CAAC,cAAc,GAAG,MAAM,CAAC,cAAc,CAAA;AACpD,CAAC;AAED,MAAM,UAAU,oBAAoB,CAAC,IAA4B;IAC/D,MAAM,IAAI,GAAG,mBAAmB,CAAC,IAAI,CAAC,CAAA;IACtC,OAAO,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,IAAI,CAAC,WAAqC,CAAC,CAAC,CAAC,IAAI,CAAA;AAC7E,CAAC;AAED,MAAM,UAAU,mBAAmB,CAAC,IAA4B;IAC9D,MAAM,IAAI,GAAG,mBAAmB,CAAC,IAAI,CAAC,CAAA;IACtC,OAAO,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,IAAI,CAAC,UAAoC,CAAC,CAAC,CAAC,IAAI,CAAA;AAC3E,CAAC;AAED,MAAM,UAAU,oBAAoB,CAAC,UAAkI;IACrK,OAAO,MAAM,CAAC,MAAM,CAAC,mBAAmB,CAAC;SACtC,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;SAChC,GAAG,CAAC,IAAI,CAAC,EAAE,CAAC,IAAI,CAAC,IAAI,CAA6B,CAAA;AACvD,CAAC;AAED,MAAM,UAAU,YAAY,CAAC,IAA4B;IACvD,OAAO,IAAI,KAAK,WAAW,CAAA;AAC7B,CAAC"}
|
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Auto-generated file - DO NOT EDIT
|
|
3
|
+
* Generated on 2025-07-26T22:01:13.000Z
|
|
4
|
+
*/
|
|
5
|
+
import { z } from 'zod';
|
|
6
|
+
import { HouseRoomHridEnum, type HouseRoom } from '../schemas/zod/house-rooms.js';
|
|
7
|
+
import type { SkillHrid } from './skills.js';
|
|
8
|
+
import type { ItemHrid } from './items.js';
|
|
9
|
+
export { HouseRoomHridEnum } from '../schemas/zod/house-rooms.js';
|
|
10
|
+
export { HouseRoomSchema } from '../schemas/zod/house-rooms.js';
|
|
11
|
+
type HouseRoomHrid = z.infer<typeof HouseRoomHridEnum>;
|
|
12
|
+
export declare const HOUSEROOMS: Record<HouseRoomHrid, HouseRoom>;
|
|
13
|
+
/**
|
|
14
|
+
* Check if a houseroom HRID is valid
|
|
15
|
+
*/
|
|
16
|
+
export declare function validateHouseRoomHrid(hrid: string): hrid is HouseRoomHrid;
|
|
17
|
+
/**
|
|
18
|
+
* Check if a houseroom exists
|
|
19
|
+
*/
|
|
20
|
+
export declare function houseroomExists(hrid: string): boolean;
|
|
21
|
+
export declare function getHouseRoom(hrid: HouseRoomHrid): HouseRoom;
|
|
22
|
+
export declare function getAllHouseRooms(): HouseRoom[];
|
|
23
|
+
export declare function getHouseRoomsSortedByIndex(): HouseRoom[];
|
|
24
|
+
export type { HouseRoom };
|
|
25
|
+
export type { HouseRoomHrid };
|
|
26
|
+
export type HouseRoomId = keyof typeof HOUSEROOMS;
|
|
27
|
+
export type HouseRoomData = typeof HOUSEROOMS;
|
|
28
|
+
export declare const ALL_HOUSE_ROOMS: {
|
|
29
|
+
hrid: "/house_rooms/archery_range" | "/house_rooms/armory" | "/house_rooms/brewery" | "/house_rooms/dairy_barn" | "/house_rooms/dining_room" | "/house_rooms/dojo" | "/house_rooms/forge" | "/house_rooms/garden" | "/house_rooms/gym" | "/house_rooms/kitchen" | "/house_rooms/laboratory" | "/house_rooms/library" | "/house_rooms/log_shed" | "/house_rooms/mystical_study" | "/house_rooms/observatory" | "/house_rooms/sewing_parlor" | "/house_rooms/workshop";
|
|
30
|
+
name: string;
|
|
31
|
+
skillHrid: "/skills/alchemy" | "/skills/attack" | "/skills/brewing" | "/skills/cheesesmithing" | "/skills/cooking" | "/skills/crafting" | "/skills/defense" | "/skills/enhancing" | "/skills/foraging" | "/skills/intelligence" | "/skills/magic" | "/skills/milking" | "/skills/power" | "/skills/ranged" | "/skills/stamina" | "/skills/tailoring" | "/skills/total_level" | "/skills/woodcutting";
|
|
32
|
+
sortIndex: number;
|
|
33
|
+
usableInActionTypeMap: Record<string, boolean>;
|
|
34
|
+
actionBuffs: {
|
|
35
|
+
uniqueHrid: string;
|
|
36
|
+
typeHrid: "/buff_types/alchemy_level" | "/buff_types/efficiency" | "/buff_types/artisan" | "/buff_types/action_level" | "/buff_types/attack_level" | "/buff_types/blessed" | "/buff_types/brewing_level" | "/buff_types/alchemy_success" | "/buff_types/cast_speed" | "/buff_types/cheesesmithing_level" | "/buff_types/cooking_level" | "/buff_types/crafting_level" | "/buff_types/critical_rate" | "/buff_types/critical_damage" | "/buff_types/defense_level" | "/buff_types/enhancing_level" | "/buff_types/action_speed" | "/buff_types/foraging_level" | "/buff_types/gathering" | "/buff_types/gourmet" | "/buff_types/intelligence_level" | "/buff_types/mp_regen" | "/buff_types/combat_drop_rate" | "/buff_types/magic_level" | "/buff_types/milking_level" | "/buff_types/power_level" | "/buff_types/processing" | "/buff_types/ranged_level" | "/buff_types/stamina_level" | "/buff_types/hp_regen" | "/buff_types/tailoring_level" | "/buff_types/woodcutting_level" | "/buff_types/attack_speed" | "/buff_types/wisdom" | "/buff_types/water_amplify" | "/buff_types/water_resistance" | "/buff_types/elemental_thorns" | "/buff_types/physical_amplify" | "/buff_types/damage" | "/buff_types/nature_amplify" | "/buff_types/fire_amplify" | "/buff_types/evasion" | "/buff_types/armor" | "/buff_types/fire_resistance" | "/buff_types/damage_taken" | "/buff_types/nature_resistance" | "/buff_types/tenacity" | "/buff_types/accuracy" | "/buff_types/threat" | "/buff_types/physical_thorns" | "/buff_types/healing_amplify" | "/buff_types/life_steal" | "/buff_types/combat_drop_quantity" | "/buff_types/enhancing_success" | "/buff_types/essence_find" | "/buff_types/mana_leech" | "/buff_types/rare_find" | "/buff_types/task_action_speed";
|
|
37
|
+
ratioBoost: number;
|
|
38
|
+
ratioBoostLevelBonus: number;
|
|
39
|
+
flatBoost: number;
|
|
40
|
+
flatBoostLevelBonus: number;
|
|
41
|
+
startTime: string;
|
|
42
|
+
duration: number;
|
|
43
|
+
}[];
|
|
44
|
+
globalBuffs: {
|
|
45
|
+
uniqueHrid: string;
|
|
46
|
+
typeHrid: "/buff_types/alchemy_level" | "/buff_types/efficiency" | "/buff_types/artisan" | "/buff_types/action_level" | "/buff_types/attack_level" | "/buff_types/blessed" | "/buff_types/brewing_level" | "/buff_types/alchemy_success" | "/buff_types/cast_speed" | "/buff_types/cheesesmithing_level" | "/buff_types/cooking_level" | "/buff_types/crafting_level" | "/buff_types/critical_rate" | "/buff_types/critical_damage" | "/buff_types/defense_level" | "/buff_types/enhancing_level" | "/buff_types/action_speed" | "/buff_types/foraging_level" | "/buff_types/gathering" | "/buff_types/gourmet" | "/buff_types/intelligence_level" | "/buff_types/mp_regen" | "/buff_types/combat_drop_rate" | "/buff_types/magic_level" | "/buff_types/milking_level" | "/buff_types/power_level" | "/buff_types/processing" | "/buff_types/ranged_level" | "/buff_types/stamina_level" | "/buff_types/hp_regen" | "/buff_types/tailoring_level" | "/buff_types/woodcutting_level" | "/buff_types/attack_speed" | "/buff_types/wisdom" | "/buff_types/water_amplify" | "/buff_types/water_resistance" | "/buff_types/elemental_thorns" | "/buff_types/physical_amplify" | "/buff_types/damage" | "/buff_types/nature_amplify" | "/buff_types/fire_amplify" | "/buff_types/evasion" | "/buff_types/armor" | "/buff_types/fire_resistance" | "/buff_types/damage_taken" | "/buff_types/nature_resistance" | "/buff_types/tenacity" | "/buff_types/accuracy" | "/buff_types/threat" | "/buff_types/physical_thorns" | "/buff_types/healing_amplify" | "/buff_types/life_steal" | "/buff_types/combat_drop_quantity" | "/buff_types/enhancing_success" | "/buff_types/essence_find" | "/buff_types/mana_leech" | "/buff_types/rare_find" | "/buff_types/task_action_speed";
|
|
47
|
+
ratioBoost: number;
|
|
48
|
+
ratioBoostLevelBonus: number;
|
|
49
|
+
flatBoost: number;
|
|
50
|
+
flatBoostLevelBonus: number;
|
|
51
|
+
startTime: string;
|
|
52
|
+
duration: number;
|
|
53
|
+
}[];
|
|
54
|
+
upgradeCostsMap: Record<string, {
|
|
55
|
+
itemHrid: "/items/abyssal_essence" | "/items/acrobatic_hood" | "/items/acrobats_ribbon" | "/items/advanced_task_badge" | "/items/alchemists_bottoms" | "/items/alchemists_top" | "/items/alchemy_essence" | "/items/alchemy_tea" | "/items/amber" | "/items/amethyst" | "/items/anchorbound_plate_body" | "/items/anchorbound_plate_legs" | "/items/apple" | "/items/apple_gummy" | "/items/apple_yogurt" | "/items/aqua_arrow" | "/items/aqua_aura" | "/items/aqua_essence" | "/items/arabica_coffee_bean" | "/items/arcane_bow" | "/items/arcane_crossbow" | "/items/arcane_fire_staff" | "/items/arcane_log" | "/items/arcane_lumber" | "/items/arcane_nature_staff" | "/items/arcane_reflection" | "/items/arcane_shield" | "/items/arcane_water_staff" | "/items/artisan_tea" | "/items/attack_coffee" | "/items/azure_alembic" | "/items/azure_boots" | "/items/azure_brush" | "/items/azure_buckler" | "/items/azure_bulwark" | "/items/azure_cheese" | "/items/azure_chisel" | "/items/azure_enhancer" | "/items/azure_gauntlets" | "/items/azure_hammer" | "/items/azure_hatchet" | "/items/azure_helmet" | "/items/azure_mace" | "/items/azure_milk" | "/items/azure_needle" | "/items/azure_plate_body" | "/items/azure_plate_legs" | "/items/azure_pot" | "/items/azure_shears" | "/items/azure_spatula" | "/items/azure_spear" | "/items/azure_sword" | "/items/bag_of_10_cowbells" | "/items/bamboo_boots" | "/items/bamboo_branch" | "/items/bamboo_fabric" | "/items/bamboo_gloves" | "/items/bamboo_hat" | "/items/bamboo_robe_bottoms" | "/items/bamboo_robe_top" | "/items/basic_task_badge" | "/items/bear_essence" | "/items/beast_boots" | "/items/beast_bracers" | "/items/beast_chaps" | "/items/beast_hide" | "/items/beast_hood" | "/items/beast_leather" | "/items/beast_tunic" | "/items/berserk" | "/items/birch_bow" | "/items/birch_crossbow" | "/items/birch_fire_staff" | "/items/birch_log" | "/items/birch_lumber" | "/items/birch_nature_staff" | "/items/birch_shield" | "/items/birch_water_staff" | "/items/bishops_codex" | "/items/bishops_scroll" | "/items/black_bear_fluff" | "/items/black_bear_shoes" | "/items/black_tea_leaf" | "/items/blackberry" | "/items/blackberry_cake" | "/items/blackberry_donut" | "/items/blazing_trident" | "/items/blessed_tea" | "/items/blooming_trident" | "/items/blue_key_fragment" | "/items/blueberry" | "/items/blueberry_cake" | "/items/blueberry_donut" | "/items/branch_of_insight" | "/items/brewers_bottoms" | "/items/brewers_top" | "/items/brewing_essence" | "/items/brewing_tea" | "/items/brown_key_fragment" | "/items/burble_alembic" | "/items/burble_boots" | "/items/burble_brush" | "/items/burble_buckler" | "/items/burble_bulwark" | "/items/burble_cheese" | "/items/burble_chisel" | "/items/burble_enhancer" | "/items/burble_gauntlets" | "/items/burble_hammer" | "/items/burble_hatchet" | "/items/burble_helmet" | "/items/burble_mace" | "/items/burble_milk" | "/items/burble_needle" | "/items/burble_plate_body" | "/items/burble_plate_legs" | "/items/burble_pot" | "/items/burble_shears" | "/items/burble_spatula" | "/items/burble_spear" | "/items/burble_sword" | "/items/burble_tea_leaf" | "/items/burning_key_fragment" | "/items/butter_of_proficiency" | "/items/catalyst_of_coinification" | "/items/catalyst_of_decomposition" | "/items/catalyst_of_transmutation" | "/items/catalytic_tea" | "/items/cedar_bow" | "/items/cedar_crossbow" | "/items/cedar_fire_staff" | "/items/cedar_log" | "/items/cedar_lumber" | "/items/cedar_nature_staff" | "/items/cedar_shield" | "/items/cedar_water_staff" | "/items/celestial_alembic" | "/items/celestial_brush" | "/items/celestial_chisel" | "/items/celestial_enhancer" | "/items/celestial_hammer" | "/items/celestial_hatchet" | "/items/celestial_needle" | "/items/celestial_pot" | "/items/celestial_shears" | "/items/celestial_spatula" | "/items/centaur_boots" | "/items/centaur_hoof" | "/items/channeling_coffee" | "/items/chaotic_chain" | "/items/chaotic_flail" | "/items/cheese" | "/items/cheese_alembic" | "/items/cheese_boots" | "/items/cheese_brush" | "/items/cheese_buckler" | "/items/cheese_bulwark" | "/items/cheese_chisel" | "/items/cheese_enhancer" | "/items/cheese_gauntlets" | "/items/cheese_hammer" | "/items/cheese_hatchet" | "/items/cheese_helmet" | "/items/cheese_mace" | "/items/cheese_needle" | "/items/cheese_plate_body" | "/items/cheese_plate_legs" | "/items/cheese_pot" | "/items/cheese_shears" | "/items/cheese_spatula" | "/items/cheese_spear" | "/items/cheese_sword" | "/items/cheesemakers_bottoms" | "/items/cheesemakers_top" | "/items/cheesesmithing_essence" | "/items/cheesesmithing_tea" | "/items/chefs_bottoms" | "/items/chefs_top" | "/items/chimerical_chest" | "/items/chimerical_chest_key" | "/items/chimerical_entry_key" | "/items/chimerical_essence" | "/items/chimerical_quiver" | "/items/chimerical_token" | "/items/chrono_gloves" | "/items/chrono_sphere" | "/items/cleave" | "/items/cocoon" | "/items/coin" | "/items/collectors_boots" | "/items/colossus_core" | "/items/colossus_plate_body" | "/items/colossus_plate_legs" | "/items/cooking_essence" | "/items/cooking_tea" | "/items/corsair_crest" | "/items/corsair_helmet" | "/items/cotton" | "/items/cotton_boots" | "/items/cotton_fabric" | "/items/cotton_gloves" | "/items/cotton_hat" | "/items/cotton_robe_bottoms" | "/items/cotton_robe_top" | "/items/cowbell" | "/items/crab_pincer" | "/items/crafters_bottoms" | "/items/crafters_top" | "/items/crafting_essence" | "/items/crafting_tea" | "/items/crimson_alembic" | "/items/crimson_boots" | "/items/crimson_brush" | "/items/crimson_buckler" | "/items/crimson_bulwark" | "/items/crimson_cheese" | "/items/crimson_chisel" | "/items/crimson_enhancer" | "/items/crimson_gauntlets" | "/items/crimson_hammer" | "/items/crimson_hatchet" | "/items/crimson_helmet" | "/items/crimson_mace" | "/items/crimson_milk" | "/items/crimson_needle" | "/items/crimson_plate_body" | "/items/crimson_plate_legs" | "/items/crimson_pot" | "/items/crimson_shears" | "/items/crimson_spatula" | "/items/crimson_spear" | "/items/crimson_sword" | "/items/crippling_slash" | "/items/critical_aura" | "/items/critical_coffee" | "/items/crushed_amber" | "/items/crushed_amethyst" | "/items/crushed_garnet" | "/items/crushed_jade" | "/items/crushed_moonstone" | "/items/crushed_pearl" | "/items/crushed_philosophers_stone" | "/items/crushed_sunstone" | "/items/cupcake" | "/items/cursed_ball" | "/items/cursed_bow" | "/items/dairyhands_bottoms" | "/items/dairyhands_top" | "/items/damaged_anchor" | "/items/dark_key_fragment" | "/items/defense_coffee" | "/items/demonic_core" | "/items/demonic_plate_body" | "/items/demonic_plate_legs" | "/items/dodocamel_gauntlets" | "/items/dodocamel_plume" | "/items/donut" | "/items/dragon_fruit" | "/items/dragon_fruit_gummy" | "/items/dragon_fruit_yogurt" | "/items/earrings_of_armor" | "/items/earrings_of_critical_strike" | "/items/earrings_of_essence_find" | "/items/earrings_of_gathering" | "/items/earrings_of_rare_find" | "/items/earrings_of_regeneration" | "/items/earrings_of_resistance" | "/items/efficiency_tea" | "/items/egg" | "/items/elemental_affinity" | "/items/elusiveness" | "/items/emp_tea_leaf" | "/items/enchanted_chest" | "/items/enchanted_chest_key" | "/items/enchanted_cloak" | "/items/enchanted_entry_key" | "/items/enchanted_essence" | "/items/enchanted_gloves" | "/items/enchanted_token" | "/items/enhancers_bottoms" | "/items/enhancers_top" | "/items/enhancing_essence" | "/items/enhancing_tea" | "/items/entangle" | "/items/excelsa_coffee_bean" | "/items/expert_task_badge" | "/items/eye_of_the_watcher" | "/items/eye_watch" | "/items/eyessence" | "/items/fierce_aura" | "/items/fieriosa_coffee_bean" | "/items/fighter_necklace" | "/items/fireball" | "/items/firestorm" | "/items/flame_arrow" | "/items/flame_aura" | "/items/flame_blast" | "/items/flaming_cloth" | "/items/flaming_robe_bottoms" | "/items/flaming_robe_top" | "/items/flax" | "/items/fluffy_red_hat" | "/items/foragers_bottoms" | "/items/foragers_top" | "/items/foraging_essence" | "/items/foraging_tea" | "/items/fracturing_impact" | "/items/frenzy" | "/items/frost_sphere" | "/items/frost_staff" | "/items/frost_surge" | "/items/furious_spear" | "/items/garnet" | "/items/gathering_tea" | "/items/gator_vest" | "/items/giant_pouch" | "/items/ginkgo_bow" | "/items/ginkgo_crossbow" | "/items/ginkgo_fire_staff" | "/items/ginkgo_log" | "/items/ginkgo_lumber" | "/items/ginkgo_nature_staff" | "/items/ginkgo_shield" | "/items/ginkgo_water_staff" | "/items/gluttonous_energy" | "/items/gluttonous_pouch" | "/items/gobo_boomstick" | "/items/gobo_boots" | "/items/gobo_bracers" | "/items/gobo_chaps" | "/items/gobo_defender" | "/items/gobo_essence" | "/items/gobo_hide" | "/items/gobo_hood" | "/items/gobo_leather" | "/items/gobo_rag" | "/items/gobo_shooter" | "/items/gobo_slasher" | "/items/gobo_smasher" | "/items/gobo_stabber" | "/items/gobo_tunic" | "/items/goggles" | "/items/golem_essence" | "/items/gourmet_tea" | "/items/granite_bludgeon" | "/items/green_key_fragment" | "/items/green_tea_leaf" | "/items/griffin_bulwark" | "/items/griffin_chaps" | "/items/griffin_leather" | "/items/griffin_talon" | "/items/griffin_tunic" | "/items/grizzly_bear_fluff" | "/items/grizzly_bear_shoes" | "/items/gummy" | "/items/guzzling_energy" | "/items/guzzling_pouch" | "/items/heal" | "/items/holy_alembic" | "/items/holy_boots" | "/items/holy_brush" | "/items/holy_buckler" | "/items/holy_bulwark" | "/items/holy_cheese" | "/items/holy_chisel" | "/items/holy_enhancer" | "/items/holy_gauntlets" | "/items/holy_hammer" | "/items/holy_hatchet" | "/items/holy_helmet" | "/items/holy_mace" | "/items/holy_milk" | "/items/holy_needle" | "/items/holy_plate_body" | "/items/holy_plate_legs" | "/items/holy_pot" | "/items/holy_shears" | "/items/holy_spatula" | "/items/holy_spear" | "/items/holy_sword" | "/items/ice_spear" | "/items/icy_cloth" | "/items/icy_robe_bottoms" | "/items/icy_robe_top" | "/items/impale" | "/items/infernal_battlestaff" | "/items/infernal_ember" | "/items/insanity" | "/items/intelligence_coffee" | "/items/invincible" | "/items/jackalope_antler" | "/items/jackalope_staff" | "/items/jade" | "/items/jungle_essence" | "/items/knights_aegis" | "/items/knights_ingot" | "/items/kraken_chaps" | "/items/kraken_fang" | "/items/kraken_leather" | "/items/kraken_tunic" | "/items/large_artisans_crate" | "/items/large_meteorite_cache" | "/items/large_pouch" | "/items/large_treasure_chest" | "/items/liberica_coffee_bean" | "/items/life_drain" | "/items/linen_boots" | "/items/linen_fabric" | "/items/linen_gloves" | "/items/linen_hat" | "/items/linen_robe_bottoms" | "/items/linen_robe_top" | "/items/living_granite" | "/items/log" | "/items/lucky_coffee" | "/items/lumber" | "/items/lumberjacks_bottoms" | "/items/lumberjacks_top" | "/items/luna_robe_bottoms" | "/items/luna_robe_top" | "/items/luna_wing" | "/items/maelstrom_plate_body" | "/items/maelstrom_plate_legs" | "/items/maelstrom_plating" | "/items/magic_coffee" | "/items/magicians_cloth" | "/items/magicians_hat" | "/items/magnet" | "/items/magnetic_gloves" | "/items/magnifying_glass" | "/items/maim" | "/items/mana_spring" | "/items/manticore_shield" | "/items/manticore_sting" | "/items/marine_chaps" | "/items/marine_scale" | "/items/marine_tunic" | "/items/marksman_bracers" | "/items/marksman_brooch" | "/items/marsberry" | "/items/marsberry_cake" | "/items/marsberry_donut" | "/items/medium_artisans_crate" | "/items/medium_meteorite_cache" | "/items/medium_pouch" | "/items/medium_treasure_chest" | "/items/milk" | "/items/milking_essence" | "/items/milking_tea" | "/items/minor_heal" | "/items/mirror_of_protection" | "/items/mooberry" | "/items/mooberry_cake" | "/items/mooberry_donut" | "/items/moolong_tea_leaf" | "/items/moonstone" | "/items/natures_veil" | "/items/necklace_of_efficiency" | "/items/necklace_of_speed" | "/items/necklace_of_wisdom" | "/items/orange" | "/items/orange_gummy" | "/items/orange_key_fragment" | "/items/orange_yogurt" | "/items/panda_fluff" | "/items/panda_gloves" | "/items/peach" | "/items/peach_gummy" | "/items/peach_yogurt" | "/items/pearl" | "/items/penetrating_shot" | "/items/penetrating_strike" | "/items/pestilent_shot" | "/items/philosophers_earrings" | "/items/philosophers_necklace" | "/items/philosophers_ring" | "/items/philosophers_stone" | "/items/pincer_gloves" | "/items/pirate_chest" | "/items/pirate_chest_key" | "/items/pirate_entry_key" | "/items/pirate_essence" | "/items/pirate_token" | "/items/plum" | "/items/plum_gummy" | "/items/plum_yogurt" | "/items/poke" | "/items/polar_bear_fluff" | "/items/polar_bear_shoes" | "/items/power_coffee" | "/items/precision" | "/items/prime_catalyst" | "/items/processing_tea" | "/items/provoke" | "/items/puncture" | "/items/purple_key_fragment" | "/items/purpleheart_bow" | "/items/purpleheart_crossbow" | "/items/purpleheart_fire_staff" | "/items/purpleheart_log" | "/items/purpleheart_lumber" | "/items/purpleheart_nature_staff" | "/items/purpleheart_shield" | "/items/purpleheart_water_staff" | "/items/purples_gift" | "/items/quick_aid" | "/items/quick_shot" | "/items/radiant_boots" | "/items/radiant_fabric" | "/items/radiant_fiber" | "/items/radiant_gloves" | "/items/radiant_hat" | "/items/radiant_robe_bottoms" | "/items/radiant_robe_top" | "/items/rain_of_arrows" | "/items/rainbow_alembic" | "/items/rainbow_boots" | "/items/rainbow_brush" | "/items/rainbow_buckler" | "/items/rainbow_bulwark" | "/items/rainbow_cheese" | "/items/rainbow_chisel" | "/items/rainbow_enhancer" | "/items/rainbow_gauntlets" | "/items/rainbow_hammer" | "/items/rainbow_hatchet" | "/items/rainbow_helmet" | "/items/rainbow_mace" | "/items/rainbow_milk" | "/items/rainbow_needle" | "/items/rainbow_plate_body" | "/items/rainbow_plate_legs" | "/items/rainbow_pot" | "/items/rainbow_shears" | "/items/rainbow_spatula" | "/items/rainbow_spear" | "/items/rainbow_sword" | "/items/ranged_coffee" | "/items/ranger_necklace" | "/items/red_culinary_hat" | "/items/red_panda_fluff" | "/items/red_tea_leaf" | "/items/redwood_bow" | "/items/redwood_crossbow" | "/items/redwood_fire_staff" | "/items/redwood_log" | "/items/redwood_lumber" | "/items/redwood_nature_staff" | "/items/redwood_shield" | "/items/redwood_water_staff" | "/items/regal_jewel" | "/items/regal_sword" | "/items/rejuvenate" | "/items/reptile_boots" | "/items/reptile_bracers" | "/items/reptile_chaps" | "/items/reptile_hide" | "/items/reptile_hood" | "/items/reptile_leather" | "/items/reptile_tunic" | "/items/revenant_anima" | "/items/revenant_chaps" | "/items/revenant_tunic" | "/items/revive" | "/items/ring_of_armor" | "/items/ring_of_critical_strike" | "/items/ring_of_essence_find" | "/items/ring_of_gathering" | "/items/ring_of_rare_find" | "/items/ring_of_regeneration" | "/items/ring_of_resistance" | "/items/rippling_trident" | "/items/robusta_coffee_bean" | "/items/rough_boots" | "/items/rough_bracers" | "/items/rough_chaps" | "/items/rough_hide" | "/items/rough_hood" | "/items/rough_leather" | "/items/rough_tunic" | "/items/royal_cloth" | "/items/royal_fire_robe_bottoms" | "/items/royal_fire_robe_top" | "/items/royal_nature_robe_bottoms" | "/items/royal_nature_robe_top" | "/items/royal_water_robe_bottoms" | "/items/royal_water_robe_top" | "/items/scratch" | "/items/shard_of_protection" | "/items/shield_bash" | "/items/shoebill_feather" | "/items/shoebill_shoes" | "/items/sighted_bracers" | "/items/silencing_shot" | "/items/silk_boots" | "/items/silk_fabric" | "/items/silk_gloves" | "/items/silk_hat" | "/items/silk_robe_bottoms" | "/items/silk_robe_top" | "/items/sinister_cape" | "/items/sinister_chest" | "/items/sinister_chest_key" | "/items/sinister_entry_key" | "/items/sinister_essence" | "/items/sinister_token" | "/items/smack" | "/items/small_artisans_crate" | "/items/small_meteorite_cache" | "/items/small_pouch" | "/items/small_treasure_chest" | "/items/smoke_burst" | "/items/snail_shell" | "/items/snail_shell_helmet" | "/items/snake_fang" | "/items/snake_fang_dirk" | "/items/sorcerer_boots" | "/items/sorcerer_essence" | "/items/sorcerers_sole" | "/items/soul_fragment" | "/items/soul_hunter_crossbow" | "/items/spaceberry" | "/items/spaceberry_cake" | "/items/spaceberry_donut" | "/items/spacia_coffee_bean" | "/items/speed_aura" | "/items/spike_shell" | "/items/spiked_bulwark" | "/items/stalactite_shard" | "/items/stalactite_spear" | "/items/stamina_coffee" | "/items/star_fragment" | "/items/star_fruit" | "/items/star_fruit_gummy" | "/items/star_fruit_yogurt" | "/items/steady_shot" | "/items/stone_key_fragment" | "/items/strawberry" | "/items/strawberry_cake" | "/items/strawberry_donut" | "/items/stunning_blow" | "/items/sugar" | "/items/sundering_crossbow" | "/items/sundering_jewel" | "/items/sunstone" | "/items/super_alchemy_tea" | "/items/super_attack_coffee" | "/items/super_brewing_tea" | "/items/super_cheesesmithing_tea" | "/items/super_cooking_tea" | "/items/super_crafting_tea" | "/items/super_defense_coffee" | "/items/super_enhancing_tea" | "/items/super_foraging_tea" | "/items/super_intelligence_coffee" | "/items/super_magic_coffee" | "/items/super_milking_tea" | "/items/super_power_coffee" | "/items/super_ranged_coffee" | "/items/super_stamina_coffee" | "/items/super_tailoring_tea" | "/items/super_woodcutting_tea" | "/items/swamp_essence" | "/items/sweep" | "/items/swiftness_coffee" | "/items/sylvan_aura" | "/items/tailoring_essence" | "/items/tailoring_tea" | "/items/tailors_bottoms" | "/items/tailors_top" | "/items/task_crystal" | "/items/task_token" | "/items/taunt" | "/items/thread_of_expertise" | "/items/tome_of_healing" | "/items/tome_of_the_elements" | "/items/toughness" | "/items/toxic_pollen" | "/items/treant_bark" | "/items/treant_shield" | "/items/turtle_shell" | "/items/turtle_shell_body" | "/items/turtle_shell_legs" | "/items/twilight_essence" | "/items/ultra_alchemy_tea" | "/items/ultra_attack_coffee" | "/items/ultra_brewing_tea" | "/items/ultra_cheesesmithing_tea" | "/items/ultra_cooking_tea" | "/items/ultra_crafting_tea" | "/items/ultra_defense_coffee" | "/items/ultra_enhancing_tea" | "/items/ultra_foraging_tea" | "/items/ultra_intelligence_coffee" | "/items/ultra_magic_coffee" | "/items/ultra_milking_tea" | "/items/ultra_power_coffee" | "/items/ultra_ranged_coffee" | "/items/ultra_stamina_coffee" | "/items/ultra_tailoring_tea" | "/items/ultra_woodcutting_tea" | "/items/umbral_boots" | "/items/umbral_bracers" | "/items/umbral_chaps" | "/items/umbral_hide" | "/items/umbral_hood" | "/items/umbral_leather" | "/items/umbral_tunic" | "/items/vampire_fang" | "/items/vampire_fang_dirk" | "/items/vampiric_bow" | "/items/vampirism" | "/items/verdant_alembic" | "/items/verdant_boots" | "/items/verdant_brush" | "/items/verdant_buckler" | "/items/verdant_bulwark" | "/items/verdant_cheese" | "/items/verdant_chisel" | "/items/verdant_enhancer" | "/items/verdant_gauntlets" | "/items/verdant_hammer" | "/items/verdant_hatchet" | "/items/verdant_helmet" | "/items/verdant_mace" | "/items/verdant_milk" | "/items/verdant_needle" | "/items/verdant_plate_body" | "/items/verdant_plate_legs" | "/items/verdant_pot" | "/items/verdant_shears" | "/items/verdant_spatula" | "/items/verdant_spear" | "/items/verdant_sword" | "/items/vision_helmet" | "/items/vision_shield" | "/items/watchful_relic" | "/items/water_strike" | "/items/werewolf_claw" | "/items/werewolf_slasher" | "/items/wheat" | "/items/white_key_fragment" | "/items/wisdom_coffee" | "/items/wisdom_tea" | "/items/wizard_necklace" | "/items/woodcutting_essence" | "/items/woodcutting_tea" | "/items/wooden_bow" | "/items/wooden_crossbow" | "/items/wooden_fire_staff" | "/items/wooden_nature_staff" | "/items/wooden_shield" | "/items/wooden_water_staff" | "/items/yogurt";
|
|
56
|
+
count: number;
|
|
57
|
+
}[]>;
|
|
58
|
+
}[];
|
|
59
|
+
export declare function getHouseRoomsSorted(): HouseRoom[];
|
|
60
|
+
export declare function getHouseRoomName(hrid: HouseRoomHrid): string;
|
|
61
|
+
export declare function getHouseRoomsBySkill(skillHrid: SkillHrid): HouseRoom[];
|
|
62
|
+
export declare function getHouseRoomBySkill(skillHrid: SkillHrid): HouseRoom | undefined;
|
|
63
|
+
export declare function getHouseRoomUpgradeCost(hrid: HouseRoomHrid, level: number): Array<{
|
|
64
|
+
itemHrid: ItemHrid;
|
|
65
|
+
count: number;
|
|
66
|
+
}> | undefined;
|
|
67
|
+
export declare function getMaxHouseRoomLevel(hrid: HouseRoomHrid): number;
|
|
68
|
+
export declare function calculateRoomBuffValue(buff: HouseRoom['actionBuffs'][0] | HouseRoom['globalBuffs'][0], roomLevel: number): {
|
|
69
|
+
flatValue: number;
|
|
70
|
+
ratioValue: number;
|
|
71
|
+
};
|
|
72
|
+
export declare function getHouseRoomActionBuffs(hrid: HouseRoomHrid): HouseRoom['actionBuffs'];
|
|
73
|
+
export declare function getHouseRoomGlobalBuffs(hrid: HouseRoomHrid): HouseRoom['globalBuffs'];
|
|
74
|
+
export declare function isRoomUsableInActionType(hrid: HouseRoomHrid, actionType: string): boolean;
|
|
75
|
+
export declare const HOUSE_ROOMS_BY_SKILL: Record<SkillHrid, HouseRoom | undefined>;
|
|
76
|
+
export declare const COMBAT_HOUSE_ROOMS: {
|
|
77
|
+
hrid: "/house_rooms/archery_range" | "/house_rooms/armory" | "/house_rooms/brewery" | "/house_rooms/dairy_barn" | "/house_rooms/dining_room" | "/house_rooms/dojo" | "/house_rooms/forge" | "/house_rooms/garden" | "/house_rooms/gym" | "/house_rooms/kitchen" | "/house_rooms/laboratory" | "/house_rooms/library" | "/house_rooms/log_shed" | "/house_rooms/mystical_study" | "/house_rooms/observatory" | "/house_rooms/sewing_parlor" | "/house_rooms/workshop";
|
|
78
|
+
name: string;
|
|
79
|
+
skillHrid: "/skills/alchemy" | "/skills/attack" | "/skills/brewing" | "/skills/cheesesmithing" | "/skills/cooking" | "/skills/crafting" | "/skills/defense" | "/skills/enhancing" | "/skills/foraging" | "/skills/intelligence" | "/skills/magic" | "/skills/milking" | "/skills/power" | "/skills/ranged" | "/skills/stamina" | "/skills/tailoring" | "/skills/total_level" | "/skills/woodcutting";
|
|
80
|
+
sortIndex: number;
|
|
81
|
+
usableInActionTypeMap: Record<string, boolean>;
|
|
82
|
+
actionBuffs: {
|
|
83
|
+
uniqueHrid: string;
|
|
84
|
+
typeHrid: "/buff_types/alchemy_level" | "/buff_types/efficiency" | "/buff_types/artisan" | "/buff_types/action_level" | "/buff_types/attack_level" | "/buff_types/blessed" | "/buff_types/brewing_level" | "/buff_types/alchemy_success" | "/buff_types/cast_speed" | "/buff_types/cheesesmithing_level" | "/buff_types/cooking_level" | "/buff_types/crafting_level" | "/buff_types/critical_rate" | "/buff_types/critical_damage" | "/buff_types/defense_level" | "/buff_types/enhancing_level" | "/buff_types/action_speed" | "/buff_types/foraging_level" | "/buff_types/gathering" | "/buff_types/gourmet" | "/buff_types/intelligence_level" | "/buff_types/mp_regen" | "/buff_types/combat_drop_rate" | "/buff_types/magic_level" | "/buff_types/milking_level" | "/buff_types/power_level" | "/buff_types/processing" | "/buff_types/ranged_level" | "/buff_types/stamina_level" | "/buff_types/hp_regen" | "/buff_types/tailoring_level" | "/buff_types/woodcutting_level" | "/buff_types/attack_speed" | "/buff_types/wisdom" | "/buff_types/water_amplify" | "/buff_types/water_resistance" | "/buff_types/elemental_thorns" | "/buff_types/physical_amplify" | "/buff_types/damage" | "/buff_types/nature_amplify" | "/buff_types/fire_amplify" | "/buff_types/evasion" | "/buff_types/armor" | "/buff_types/fire_resistance" | "/buff_types/damage_taken" | "/buff_types/nature_resistance" | "/buff_types/tenacity" | "/buff_types/accuracy" | "/buff_types/threat" | "/buff_types/physical_thorns" | "/buff_types/healing_amplify" | "/buff_types/life_steal" | "/buff_types/combat_drop_quantity" | "/buff_types/enhancing_success" | "/buff_types/essence_find" | "/buff_types/mana_leech" | "/buff_types/rare_find" | "/buff_types/task_action_speed";
|
|
85
|
+
ratioBoost: number;
|
|
86
|
+
ratioBoostLevelBonus: number;
|
|
87
|
+
flatBoost: number;
|
|
88
|
+
flatBoostLevelBonus: number;
|
|
89
|
+
startTime: string;
|
|
90
|
+
duration: number;
|
|
91
|
+
}[];
|
|
92
|
+
globalBuffs: {
|
|
93
|
+
uniqueHrid: string;
|
|
94
|
+
typeHrid: "/buff_types/alchemy_level" | "/buff_types/efficiency" | "/buff_types/artisan" | "/buff_types/action_level" | "/buff_types/attack_level" | "/buff_types/blessed" | "/buff_types/brewing_level" | "/buff_types/alchemy_success" | "/buff_types/cast_speed" | "/buff_types/cheesesmithing_level" | "/buff_types/cooking_level" | "/buff_types/crafting_level" | "/buff_types/critical_rate" | "/buff_types/critical_damage" | "/buff_types/defense_level" | "/buff_types/enhancing_level" | "/buff_types/action_speed" | "/buff_types/foraging_level" | "/buff_types/gathering" | "/buff_types/gourmet" | "/buff_types/intelligence_level" | "/buff_types/mp_regen" | "/buff_types/combat_drop_rate" | "/buff_types/magic_level" | "/buff_types/milking_level" | "/buff_types/power_level" | "/buff_types/processing" | "/buff_types/ranged_level" | "/buff_types/stamina_level" | "/buff_types/hp_regen" | "/buff_types/tailoring_level" | "/buff_types/woodcutting_level" | "/buff_types/attack_speed" | "/buff_types/wisdom" | "/buff_types/water_amplify" | "/buff_types/water_resistance" | "/buff_types/elemental_thorns" | "/buff_types/physical_amplify" | "/buff_types/damage" | "/buff_types/nature_amplify" | "/buff_types/fire_amplify" | "/buff_types/evasion" | "/buff_types/armor" | "/buff_types/fire_resistance" | "/buff_types/damage_taken" | "/buff_types/nature_resistance" | "/buff_types/tenacity" | "/buff_types/accuracy" | "/buff_types/threat" | "/buff_types/physical_thorns" | "/buff_types/healing_amplify" | "/buff_types/life_steal" | "/buff_types/combat_drop_quantity" | "/buff_types/enhancing_success" | "/buff_types/essence_find" | "/buff_types/mana_leech" | "/buff_types/rare_find" | "/buff_types/task_action_speed";
|
|
95
|
+
ratioBoost: number;
|
|
96
|
+
ratioBoostLevelBonus: number;
|
|
97
|
+
flatBoost: number;
|
|
98
|
+
flatBoostLevelBonus: number;
|
|
99
|
+
startTime: string;
|
|
100
|
+
duration: number;
|
|
101
|
+
}[];
|
|
102
|
+
upgradeCostsMap: Record<string, {
|
|
103
|
+
itemHrid: "/items/abyssal_essence" | "/items/acrobatic_hood" | "/items/acrobats_ribbon" | "/items/advanced_task_badge" | "/items/alchemists_bottoms" | "/items/alchemists_top" | "/items/alchemy_essence" | "/items/alchemy_tea" | "/items/amber" | "/items/amethyst" | "/items/anchorbound_plate_body" | "/items/anchorbound_plate_legs" | "/items/apple" | "/items/apple_gummy" | "/items/apple_yogurt" | "/items/aqua_arrow" | "/items/aqua_aura" | "/items/aqua_essence" | "/items/arabica_coffee_bean" | "/items/arcane_bow" | "/items/arcane_crossbow" | "/items/arcane_fire_staff" | "/items/arcane_log" | "/items/arcane_lumber" | "/items/arcane_nature_staff" | "/items/arcane_reflection" | "/items/arcane_shield" | "/items/arcane_water_staff" | "/items/artisan_tea" | "/items/attack_coffee" | "/items/azure_alembic" | "/items/azure_boots" | "/items/azure_brush" | "/items/azure_buckler" | "/items/azure_bulwark" | "/items/azure_cheese" | "/items/azure_chisel" | "/items/azure_enhancer" | "/items/azure_gauntlets" | "/items/azure_hammer" | "/items/azure_hatchet" | "/items/azure_helmet" | "/items/azure_mace" | "/items/azure_milk" | "/items/azure_needle" | "/items/azure_plate_body" | "/items/azure_plate_legs" | "/items/azure_pot" | "/items/azure_shears" | "/items/azure_spatula" | "/items/azure_spear" | "/items/azure_sword" | "/items/bag_of_10_cowbells" | "/items/bamboo_boots" | "/items/bamboo_branch" | "/items/bamboo_fabric" | "/items/bamboo_gloves" | "/items/bamboo_hat" | "/items/bamboo_robe_bottoms" | "/items/bamboo_robe_top" | "/items/basic_task_badge" | "/items/bear_essence" | "/items/beast_boots" | "/items/beast_bracers" | "/items/beast_chaps" | "/items/beast_hide" | "/items/beast_hood" | "/items/beast_leather" | "/items/beast_tunic" | "/items/berserk" | "/items/birch_bow" | "/items/birch_crossbow" | "/items/birch_fire_staff" | "/items/birch_log" | "/items/birch_lumber" | "/items/birch_nature_staff" | "/items/birch_shield" | "/items/birch_water_staff" | "/items/bishops_codex" | "/items/bishops_scroll" | "/items/black_bear_fluff" | "/items/black_bear_shoes" | "/items/black_tea_leaf" | "/items/blackberry" | "/items/blackberry_cake" | "/items/blackberry_donut" | "/items/blazing_trident" | "/items/blessed_tea" | "/items/blooming_trident" | "/items/blue_key_fragment" | "/items/blueberry" | "/items/blueberry_cake" | "/items/blueberry_donut" | "/items/branch_of_insight" | "/items/brewers_bottoms" | "/items/brewers_top" | "/items/brewing_essence" | "/items/brewing_tea" | "/items/brown_key_fragment" | "/items/burble_alembic" | "/items/burble_boots" | "/items/burble_brush" | "/items/burble_buckler" | "/items/burble_bulwark" | "/items/burble_cheese" | "/items/burble_chisel" | "/items/burble_enhancer" | "/items/burble_gauntlets" | "/items/burble_hammer" | "/items/burble_hatchet" | "/items/burble_helmet" | "/items/burble_mace" | "/items/burble_milk" | "/items/burble_needle" | "/items/burble_plate_body" | "/items/burble_plate_legs" | "/items/burble_pot" | "/items/burble_shears" | "/items/burble_spatula" | "/items/burble_spear" | "/items/burble_sword" | "/items/burble_tea_leaf" | "/items/burning_key_fragment" | "/items/butter_of_proficiency" | "/items/catalyst_of_coinification" | "/items/catalyst_of_decomposition" | "/items/catalyst_of_transmutation" | "/items/catalytic_tea" | "/items/cedar_bow" | "/items/cedar_crossbow" | "/items/cedar_fire_staff" | "/items/cedar_log" | "/items/cedar_lumber" | "/items/cedar_nature_staff" | "/items/cedar_shield" | "/items/cedar_water_staff" | "/items/celestial_alembic" | "/items/celestial_brush" | "/items/celestial_chisel" | "/items/celestial_enhancer" | "/items/celestial_hammer" | "/items/celestial_hatchet" | "/items/celestial_needle" | "/items/celestial_pot" | "/items/celestial_shears" | "/items/celestial_spatula" | "/items/centaur_boots" | "/items/centaur_hoof" | "/items/channeling_coffee" | "/items/chaotic_chain" | "/items/chaotic_flail" | "/items/cheese" | "/items/cheese_alembic" | "/items/cheese_boots" | "/items/cheese_brush" | "/items/cheese_buckler" | "/items/cheese_bulwark" | "/items/cheese_chisel" | "/items/cheese_enhancer" | "/items/cheese_gauntlets" | "/items/cheese_hammer" | "/items/cheese_hatchet" | "/items/cheese_helmet" | "/items/cheese_mace" | "/items/cheese_needle" | "/items/cheese_plate_body" | "/items/cheese_plate_legs" | "/items/cheese_pot" | "/items/cheese_shears" | "/items/cheese_spatula" | "/items/cheese_spear" | "/items/cheese_sword" | "/items/cheesemakers_bottoms" | "/items/cheesemakers_top" | "/items/cheesesmithing_essence" | "/items/cheesesmithing_tea" | "/items/chefs_bottoms" | "/items/chefs_top" | "/items/chimerical_chest" | "/items/chimerical_chest_key" | "/items/chimerical_entry_key" | "/items/chimerical_essence" | "/items/chimerical_quiver" | "/items/chimerical_token" | "/items/chrono_gloves" | "/items/chrono_sphere" | "/items/cleave" | "/items/cocoon" | "/items/coin" | "/items/collectors_boots" | "/items/colossus_core" | "/items/colossus_plate_body" | "/items/colossus_plate_legs" | "/items/cooking_essence" | "/items/cooking_tea" | "/items/corsair_crest" | "/items/corsair_helmet" | "/items/cotton" | "/items/cotton_boots" | "/items/cotton_fabric" | "/items/cotton_gloves" | "/items/cotton_hat" | "/items/cotton_robe_bottoms" | "/items/cotton_robe_top" | "/items/cowbell" | "/items/crab_pincer" | "/items/crafters_bottoms" | "/items/crafters_top" | "/items/crafting_essence" | "/items/crafting_tea" | "/items/crimson_alembic" | "/items/crimson_boots" | "/items/crimson_brush" | "/items/crimson_buckler" | "/items/crimson_bulwark" | "/items/crimson_cheese" | "/items/crimson_chisel" | "/items/crimson_enhancer" | "/items/crimson_gauntlets" | "/items/crimson_hammer" | "/items/crimson_hatchet" | "/items/crimson_helmet" | "/items/crimson_mace" | "/items/crimson_milk" | "/items/crimson_needle" | "/items/crimson_plate_body" | "/items/crimson_plate_legs" | "/items/crimson_pot" | "/items/crimson_shears" | "/items/crimson_spatula" | "/items/crimson_spear" | "/items/crimson_sword" | "/items/crippling_slash" | "/items/critical_aura" | "/items/critical_coffee" | "/items/crushed_amber" | "/items/crushed_amethyst" | "/items/crushed_garnet" | "/items/crushed_jade" | "/items/crushed_moonstone" | "/items/crushed_pearl" | "/items/crushed_philosophers_stone" | "/items/crushed_sunstone" | "/items/cupcake" | "/items/cursed_ball" | "/items/cursed_bow" | "/items/dairyhands_bottoms" | "/items/dairyhands_top" | "/items/damaged_anchor" | "/items/dark_key_fragment" | "/items/defense_coffee" | "/items/demonic_core" | "/items/demonic_plate_body" | "/items/demonic_plate_legs" | "/items/dodocamel_gauntlets" | "/items/dodocamel_plume" | "/items/donut" | "/items/dragon_fruit" | "/items/dragon_fruit_gummy" | "/items/dragon_fruit_yogurt" | "/items/earrings_of_armor" | "/items/earrings_of_critical_strike" | "/items/earrings_of_essence_find" | "/items/earrings_of_gathering" | "/items/earrings_of_rare_find" | "/items/earrings_of_regeneration" | "/items/earrings_of_resistance" | "/items/efficiency_tea" | "/items/egg" | "/items/elemental_affinity" | "/items/elusiveness" | "/items/emp_tea_leaf" | "/items/enchanted_chest" | "/items/enchanted_chest_key" | "/items/enchanted_cloak" | "/items/enchanted_entry_key" | "/items/enchanted_essence" | "/items/enchanted_gloves" | "/items/enchanted_token" | "/items/enhancers_bottoms" | "/items/enhancers_top" | "/items/enhancing_essence" | "/items/enhancing_tea" | "/items/entangle" | "/items/excelsa_coffee_bean" | "/items/expert_task_badge" | "/items/eye_of_the_watcher" | "/items/eye_watch" | "/items/eyessence" | "/items/fierce_aura" | "/items/fieriosa_coffee_bean" | "/items/fighter_necklace" | "/items/fireball" | "/items/firestorm" | "/items/flame_arrow" | "/items/flame_aura" | "/items/flame_blast" | "/items/flaming_cloth" | "/items/flaming_robe_bottoms" | "/items/flaming_robe_top" | "/items/flax" | "/items/fluffy_red_hat" | "/items/foragers_bottoms" | "/items/foragers_top" | "/items/foraging_essence" | "/items/foraging_tea" | "/items/fracturing_impact" | "/items/frenzy" | "/items/frost_sphere" | "/items/frost_staff" | "/items/frost_surge" | "/items/furious_spear" | "/items/garnet" | "/items/gathering_tea" | "/items/gator_vest" | "/items/giant_pouch" | "/items/ginkgo_bow" | "/items/ginkgo_crossbow" | "/items/ginkgo_fire_staff" | "/items/ginkgo_log" | "/items/ginkgo_lumber" | "/items/ginkgo_nature_staff" | "/items/ginkgo_shield" | "/items/ginkgo_water_staff" | "/items/gluttonous_energy" | "/items/gluttonous_pouch" | "/items/gobo_boomstick" | "/items/gobo_boots" | "/items/gobo_bracers" | "/items/gobo_chaps" | "/items/gobo_defender" | "/items/gobo_essence" | "/items/gobo_hide" | "/items/gobo_hood" | "/items/gobo_leather" | "/items/gobo_rag" | "/items/gobo_shooter" | "/items/gobo_slasher" | "/items/gobo_smasher" | "/items/gobo_stabber" | "/items/gobo_tunic" | "/items/goggles" | "/items/golem_essence" | "/items/gourmet_tea" | "/items/granite_bludgeon" | "/items/green_key_fragment" | "/items/green_tea_leaf" | "/items/griffin_bulwark" | "/items/griffin_chaps" | "/items/griffin_leather" | "/items/griffin_talon" | "/items/griffin_tunic" | "/items/grizzly_bear_fluff" | "/items/grizzly_bear_shoes" | "/items/gummy" | "/items/guzzling_energy" | "/items/guzzling_pouch" | "/items/heal" | "/items/holy_alembic" | "/items/holy_boots" | "/items/holy_brush" | "/items/holy_buckler" | "/items/holy_bulwark" | "/items/holy_cheese" | "/items/holy_chisel" | "/items/holy_enhancer" | "/items/holy_gauntlets" | "/items/holy_hammer" | "/items/holy_hatchet" | "/items/holy_helmet" | "/items/holy_mace" | "/items/holy_milk" | "/items/holy_needle" | "/items/holy_plate_body" | "/items/holy_plate_legs" | "/items/holy_pot" | "/items/holy_shears" | "/items/holy_spatula" | "/items/holy_spear" | "/items/holy_sword" | "/items/ice_spear" | "/items/icy_cloth" | "/items/icy_robe_bottoms" | "/items/icy_robe_top" | "/items/impale" | "/items/infernal_battlestaff" | "/items/infernal_ember" | "/items/insanity" | "/items/intelligence_coffee" | "/items/invincible" | "/items/jackalope_antler" | "/items/jackalope_staff" | "/items/jade" | "/items/jungle_essence" | "/items/knights_aegis" | "/items/knights_ingot" | "/items/kraken_chaps" | "/items/kraken_fang" | "/items/kraken_leather" | "/items/kraken_tunic" | "/items/large_artisans_crate" | "/items/large_meteorite_cache" | "/items/large_pouch" | "/items/large_treasure_chest" | "/items/liberica_coffee_bean" | "/items/life_drain" | "/items/linen_boots" | "/items/linen_fabric" | "/items/linen_gloves" | "/items/linen_hat" | "/items/linen_robe_bottoms" | "/items/linen_robe_top" | "/items/living_granite" | "/items/log" | "/items/lucky_coffee" | "/items/lumber" | "/items/lumberjacks_bottoms" | "/items/lumberjacks_top" | "/items/luna_robe_bottoms" | "/items/luna_robe_top" | "/items/luna_wing" | "/items/maelstrom_plate_body" | "/items/maelstrom_plate_legs" | "/items/maelstrom_plating" | "/items/magic_coffee" | "/items/magicians_cloth" | "/items/magicians_hat" | "/items/magnet" | "/items/magnetic_gloves" | "/items/magnifying_glass" | "/items/maim" | "/items/mana_spring" | "/items/manticore_shield" | "/items/manticore_sting" | "/items/marine_chaps" | "/items/marine_scale" | "/items/marine_tunic" | "/items/marksman_bracers" | "/items/marksman_brooch" | "/items/marsberry" | "/items/marsberry_cake" | "/items/marsberry_donut" | "/items/medium_artisans_crate" | "/items/medium_meteorite_cache" | "/items/medium_pouch" | "/items/medium_treasure_chest" | "/items/milk" | "/items/milking_essence" | "/items/milking_tea" | "/items/minor_heal" | "/items/mirror_of_protection" | "/items/mooberry" | "/items/mooberry_cake" | "/items/mooberry_donut" | "/items/moolong_tea_leaf" | "/items/moonstone" | "/items/natures_veil" | "/items/necklace_of_efficiency" | "/items/necklace_of_speed" | "/items/necklace_of_wisdom" | "/items/orange" | "/items/orange_gummy" | "/items/orange_key_fragment" | "/items/orange_yogurt" | "/items/panda_fluff" | "/items/panda_gloves" | "/items/peach" | "/items/peach_gummy" | "/items/peach_yogurt" | "/items/pearl" | "/items/penetrating_shot" | "/items/penetrating_strike" | "/items/pestilent_shot" | "/items/philosophers_earrings" | "/items/philosophers_necklace" | "/items/philosophers_ring" | "/items/philosophers_stone" | "/items/pincer_gloves" | "/items/pirate_chest" | "/items/pirate_chest_key" | "/items/pirate_entry_key" | "/items/pirate_essence" | "/items/pirate_token" | "/items/plum" | "/items/plum_gummy" | "/items/plum_yogurt" | "/items/poke" | "/items/polar_bear_fluff" | "/items/polar_bear_shoes" | "/items/power_coffee" | "/items/precision" | "/items/prime_catalyst" | "/items/processing_tea" | "/items/provoke" | "/items/puncture" | "/items/purple_key_fragment" | "/items/purpleheart_bow" | "/items/purpleheart_crossbow" | "/items/purpleheart_fire_staff" | "/items/purpleheart_log" | "/items/purpleheart_lumber" | "/items/purpleheart_nature_staff" | "/items/purpleheart_shield" | "/items/purpleheart_water_staff" | "/items/purples_gift" | "/items/quick_aid" | "/items/quick_shot" | "/items/radiant_boots" | "/items/radiant_fabric" | "/items/radiant_fiber" | "/items/radiant_gloves" | "/items/radiant_hat" | "/items/radiant_robe_bottoms" | "/items/radiant_robe_top" | "/items/rain_of_arrows" | "/items/rainbow_alembic" | "/items/rainbow_boots" | "/items/rainbow_brush" | "/items/rainbow_buckler" | "/items/rainbow_bulwark" | "/items/rainbow_cheese" | "/items/rainbow_chisel" | "/items/rainbow_enhancer" | "/items/rainbow_gauntlets" | "/items/rainbow_hammer" | "/items/rainbow_hatchet" | "/items/rainbow_helmet" | "/items/rainbow_mace" | "/items/rainbow_milk" | "/items/rainbow_needle" | "/items/rainbow_plate_body" | "/items/rainbow_plate_legs" | "/items/rainbow_pot" | "/items/rainbow_shears" | "/items/rainbow_spatula" | "/items/rainbow_spear" | "/items/rainbow_sword" | "/items/ranged_coffee" | "/items/ranger_necklace" | "/items/red_culinary_hat" | "/items/red_panda_fluff" | "/items/red_tea_leaf" | "/items/redwood_bow" | "/items/redwood_crossbow" | "/items/redwood_fire_staff" | "/items/redwood_log" | "/items/redwood_lumber" | "/items/redwood_nature_staff" | "/items/redwood_shield" | "/items/redwood_water_staff" | "/items/regal_jewel" | "/items/regal_sword" | "/items/rejuvenate" | "/items/reptile_boots" | "/items/reptile_bracers" | "/items/reptile_chaps" | "/items/reptile_hide" | "/items/reptile_hood" | "/items/reptile_leather" | "/items/reptile_tunic" | "/items/revenant_anima" | "/items/revenant_chaps" | "/items/revenant_tunic" | "/items/revive" | "/items/ring_of_armor" | "/items/ring_of_critical_strike" | "/items/ring_of_essence_find" | "/items/ring_of_gathering" | "/items/ring_of_rare_find" | "/items/ring_of_regeneration" | "/items/ring_of_resistance" | "/items/rippling_trident" | "/items/robusta_coffee_bean" | "/items/rough_boots" | "/items/rough_bracers" | "/items/rough_chaps" | "/items/rough_hide" | "/items/rough_hood" | "/items/rough_leather" | "/items/rough_tunic" | "/items/royal_cloth" | "/items/royal_fire_robe_bottoms" | "/items/royal_fire_robe_top" | "/items/royal_nature_robe_bottoms" | "/items/royal_nature_robe_top" | "/items/royal_water_robe_bottoms" | "/items/royal_water_robe_top" | "/items/scratch" | "/items/shard_of_protection" | "/items/shield_bash" | "/items/shoebill_feather" | "/items/shoebill_shoes" | "/items/sighted_bracers" | "/items/silencing_shot" | "/items/silk_boots" | "/items/silk_fabric" | "/items/silk_gloves" | "/items/silk_hat" | "/items/silk_robe_bottoms" | "/items/silk_robe_top" | "/items/sinister_cape" | "/items/sinister_chest" | "/items/sinister_chest_key" | "/items/sinister_entry_key" | "/items/sinister_essence" | "/items/sinister_token" | "/items/smack" | "/items/small_artisans_crate" | "/items/small_meteorite_cache" | "/items/small_pouch" | "/items/small_treasure_chest" | "/items/smoke_burst" | "/items/snail_shell" | "/items/snail_shell_helmet" | "/items/snake_fang" | "/items/snake_fang_dirk" | "/items/sorcerer_boots" | "/items/sorcerer_essence" | "/items/sorcerers_sole" | "/items/soul_fragment" | "/items/soul_hunter_crossbow" | "/items/spaceberry" | "/items/spaceberry_cake" | "/items/spaceberry_donut" | "/items/spacia_coffee_bean" | "/items/speed_aura" | "/items/spike_shell" | "/items/spiked_bulwark" | "/items/stalactite_shard" | "/items/stalactite_spear" | "/items/stamina_coffee" | "/items/star_fragment" | "/items/star_fruit" | "/items/star_fruit_gummy" | "/items/star_fruit_yogurt" | "/items/steady_shot" | "/items/stone_key_fragment" | "/items/strawberry" | "/items/strawberry_cake" | "/items/strawberry_donut" | "/items/stunning_blow" | "/items/sugar" | "/items/sundering_crossbow" | "/items/sundering_jewel" | "/items/sunstone" | "/items/super_alchemy_tea" | "/items/super_attack_coffee" | "/items/super_brewing_tea" | "/items/super_cheesesmithing_tea" | "/items/super_cooking_tea" | "/items/super_crafting_tea" | "/items/super_defense_coffee" | "/items/super_enhancing_tea" | "/items/super_foraging_tea" | "/items/super_intelligence_coffee" | "/items/super_magic_coffee" | "/items/super_milking_tea" | "/items/super_power_coffee" | "/items/super_ranged_coffee" | "/items/super_stamina_coffee" | "/items/super_tailoring_tea" | "/items/super_woodcutting_tea" | "/items/swamp_essence" | "/items/sweep" | "/items/swiftness_coffee" | "/items/sylvan_aura" | "/items/tailoring_essence" | "/items/tailoring_tea" | "/items/tailors_bottoms" | "/items/tailors_top" | "/items/task_crystal" | "/items/task_token" | "/items/taunt" | "/items/thread_of_expertise" | "/items/tome_of_healing" | "/items/tome_of_the_elements" | "/items/toughness" | "/items/toxic_pollen" | "/items/treant_bark" | "/items/treant_shield" | "/items/turtle_shell" | "/items/turtle_shell_body" | "/items/turtle_shell_legs" | "/items/twilight_essence" | "/items/ultra_alchemy_tea" | "/items/ultra_attack_coffee" | "/items/ultra_brewing_tea" | "/items/ultra_cheesesmithing_tea" | "/items/ultra_cooking_tea" | "/items/ultra_crafting_tea" | "/items/ultra_defense_coffee" | "/items/ultra_enhancing_tea" | "/items/ultra_foraging_tea" | "/items/ultra_intelligence_coffee" | "/items/ultra_magic_coffee" | "/items/ultra_milking_tea" | "/items/ultra_power_coffee" | "/items/ultra_ranged_coffee" | "/items/ultra_stamina_coffee" | "/items/ultra_tailoring_tea" | "/items/ultra_woodcutting_tea" | "/items/umbral_boots" | "/items/umbral_bracers" | "/items/umbral_chaps" | "/items/umbral_hide" | "/items/umbral_hood" | "/items/umbral_leather" | "/items/umbral_tunic" | "/items/vampire_fang" | "/items/vampire_fang_dirk" | "/items/vampiric_bow" | "/items/vampirism" | "/items/verdant_alembic" | "/items/verdant_boots" | "/items/verdant_brush" | "/items/verdant_buckler" | "/items/verdant_bulwark" | "/items/verdant_cheese" | "/items/verdant_chisel" | "/items/verdant_enhancer" | "/items/verdant_gauntlets" | "/items/verdant_hammer" | "/items/verdant_hatchet" | "/items/verdant_helmet" | "/items/verdant_mace" | "/items/verdant_milk" | "/items/verdant_needle" | "/items/verdant_plate_body" | "/items/verdant_plate_legs" | "/items/verdant_pot" | "/items/verdant_shears" | "/items/verdant_spatula" | "/items/verdant_spear" | "/items/verdant_sword" | "/items/vision_helmet" | "/items/vision_shield" | "/items/watchful_relic" | "/items/water_strike" | "/items/werewolf_claw" | "/items/werewolf_slasher" | "/items/wheat" | "/items/white_key_fragment" | "/items/wisdom_coffee" | "/items/wisdom_tea" | "/items/wizard_necklace" | "/items/woodcutting_essence" | "/items/woodcutting_tea" | "/items/wooden_bow" | "/items/wooden_crossbow" | "/items/wooden_fire_staff" | "/items/wooden_nature_staff" | "/items/wooden_shield" | "/items/wooden_water_staff" | "/items/yogurt";
|
|
104
|
+
count: number;
|
|
105
|
+
}[]>;
|
|
106
|
+
}[];
|
|
107
|
+
export declare const NON_COMBAT_HOUSE_ROOMS: {
|
|
108
|
+
hrid: "/house_rooms/archery_range" | "/house_rooms/armory" | "/house_rooms/brewery" | "/house_rooms/dairy_barn" | "/house_rooms/dining_room" | "/house_rooms/dojo" | "/house_rooms/forge" | "/house_rooms/garden" | "/house_rooms/gym" | "/house_rooms/kitchen" | "/house_rooms/laboratory" | "/house_rooms/library" | "/house_rooms/log_shed" | "/house_rooms/mystical_study" | "/house_rooms/observatory" | "/house_rooms/sewing_parlor" | "/house_rooms/workshop";
|
|
109
|
+
name: string;
|
|
110
|
+
skillHrid: "/skills/alchemy" | "/skills/attack" | "/skills/brewing" | "/skills/cheesesmithing" | "/skills/cooking" | "/skills/crafting" | "/skills/defense" | "/skills/enhancing" | "/skills/foraging" | "/skills/intelligence" | "/skills/magic" | "/skills/milking" | "/skills/power" | "/skills/ranged" | "/skills/stamina" | "/skills/tailoring" | "/skills/total_level" | "/skills/woodcutting";
|
|
111
|
+
sortIndex: number;
|
|
112
|
+
usableInActionTypeMap: Record<string, boolean>;
|
|
113
|
+
actionBuffs: {
|
|
114
|
+
uniqueHrid: string;
|
|
115
|
+
typeHrid: "/buff_types/alchemy_level" | "/buff_types/efficiency" | "/buff_types/artisan" | "/buff_types/action_level" | "/buff_types/attack_level" | "/buff_types/blessed" | "/buff_types/brewing_level" | "/buff_types/alchemy_success" | "/buff_types/cast_speed" | "/buff_types/cheesesmithing_level" | "/buff_types/cooking_level" | "/buff_types/crafting_level" | "/buff_types/critical_rate" | "/buff_types/critical_damage" | "/buff_types/defense_level" | "/buff_types/enhancing_level" | "/buff_types/action_speed" | "/buff_types/foraging_level" | "/buff_types/gathering" | "/buff_types/gourmet" | "/buff_types/intelligence_level" | "/buff_types/mp_regen" | "/buff_types/combat_drop_rate" | "/buff_types/magic_level" | "/buff_types/milking_level" | "/buff_types/power_level" | "/buff_types/processing" | "/buff_types/ranged_level" | "/buff_types/stamina_level" | "/buff_types/hp_regen" | "/buff_types/tailoring_level" | "/buff_types/woodcutting_level" | "/buff_types/attack_speed" | "/buff_types/wisdom" | "/buff_types/water_amplify" | "/buff_types/water_resistance" | "/buff_types/elemental_thorns" | "/buff_types/physical_amplify" | "/buff_types/damage" | "/buff_types/nature_amplify" | "/buff_types/fire_amplify" | "/buff_types/evasion" | "/buff_types/armor" | "/buff_types/fire_resistance" | "/buff_types/damage_taken" | "/buff_types/nature_resistance" | "/buff_types/tenacity" | "/buff_types/accuracy" | "/buff_types/threat" | "/buff_types/physical_thorns" | "/buff_types/healing_amplify" | "/buff_types/life_steal" | "/buff_types/combat_drop_quantity" | "/buff_types/enhancing_success" | "/buff_types/essence_find" | "/buff_types/mana_leech" | "/buff_types/rare_find" | "/buff_types/task_action_speed";
|
|
116
|
+
ratioBoost: number;
|
|
117
|
+
ratioBoostLevelBonus: number;
|
|
118
|
+
flatBoost: number;
|
|
119
|
+
flatBoostLevelBonus: number;
|
|
120
|
+
startTime: string;
|
|
121
|
+
duration: number;
|
|
122
|
+
}[];
|
|
123
|
+
globalBuffs: {
|
|
124
|
+
uniqueHrid: string;
|
|
125
|
+
typeHrid: "/buff_types/alchemy_level" | "/buff_types/efficiency" | "/buff_types/artisan" | "/buff_types/action_level" | "/buff_types/attack_level" | "/buff_types/blessed" | "/buff_types/brewing_level" | "/buff_types/alchemy_success" | "/buff_types/cast_speed" | "/buff_types/cheesesmithing_level" | "/buff_types/cooking_level" | "/buff_types/crafting_level" | "/buff_types/critical_rate" | "/buff_types/critical_damage" | "/buff_types/defense_level" | "/buff_types/enhancing_level" | "/buff_types/action_speed" | "/buff_types/foraging_level" | "/buff_types/gathering" | "/buff_types/gourmet" | "/buff_types/intelligence_level" | "/buff_types/mp_regen" | "/buff_types/combat_drop_rate" | "/buff_types/magic_level" | "/buff_types/milking_level" | "/buff_types/power_level" | "/buff_types/processing" | "/buff_types/ranged_level" | "/buff_types/stamina_level" | "/buff_types/hp_regen" | "/buff_types/tailoring_level" | "/buff_types/woodcutting_level" | "/buff_types/attack_speed" | "/buff_types/wisdom" | "/buff_types/water_amplify" | "/buff_types/water_resistance" | "/buff_types/elemental_thorns" | "/buff_types/physical_amplify" | "/buff_types/damage" | "/buff_types/nature_amplify" | "/buff_types/fire_amplify" | "/buff_types/evasion" | "/buff_types/armor" | "/buff_types/fire_resistance" | "/buff_types/damage_taken" | "/buff_types/nature_resistance" | "/buff_types/tenacity" | "/buff_types/accuracy" | "/buff_types/threat" | "/buff_types/physical_thorns" | "/buff_types/healing_amplify" | "/buff_types/life_steal" | "/buff_types/combat_drop_quantity" | "/buff_types/enhancing_success" | "/buff_types/essence_find" | "/buff_types/mana_leech" | "/buff_types/rare_find" | "/buff_types/task_action_speed";
|
|
126
|
+
ratioBoost: number;
|
|
127
|
+
ratioBoostLevelBonus: number;
|
|
128
|
+
flatBoost: number;
|
|
129
|
+
flatBoostLevelBonus: number;
|
|
130
|
+
startTime: string;
|
|
131
|
+
duration: number;
|
|
132
|
+
}[];
|
|
133
|
+
upgradeCostsMap: Record<string, {
|
|
134
|
+
itemHrid: "/items/abyssal_essence" | "/items/acrobatic_hood" | "/items/acrobats_ribbon" | "/items/advanced_task_badge" | "/items/alchemists_bottoms" | "/items/alchemists_top" | "/items/alchemy_essence" | "/items/alchemy_tea" | "/items/amber" | "/items/amethyst" | "/items/anchorbound_plate_body" | "/items/anchorbound_plate_legs" | "/items/apple" | "/items/apple_gummy" | "/items/apple_yogurt" | "/items/aqua_arrow" | "/items/aqua_aura" | "/items/aqua_essence" | "/items/arabica_coffee_bean" | "/items/arcane_bow" | "/items/arcane_crossbow" | "/items/arcane_fire_staff" | "/items/arcane_log" | "/items/arcane_lumber" | "/items/arcane_nature_staff" | "/items/arcane_reflection" | "/items/arcane_shield" | "/items/arcane_water_staff" | "/items/artisan_tea" | "/items/attack_coffee" | "/items/azure_alembic" | "/items/azure_boots" | "/items/azure_brush" | "/items/azure_buckler" | "/items/azure_bulwark" | "/items/azure_cheese" | "/items/azure_chisel" | "/items/azure_enhancer" | "/items/azure_gauntlets" | "/items/azure_hammer" | "/items/azure_hatchet" | "/items/azure_helmet" | "/items/azure_mace" | "/items/azure_milk" | "/items/azure_needle" | "/items/azure_plate_body" | "/items/azure_plate_legs" | "/items/azure_pot" | "/items/azure_shears" | "/items/azure_spatula" | "/items/azure_spear" | "/items/azure_sword" | "/items/bag_of_10_cowbells" | "/items/bamboo_boots" | "/items/bamboo_branch" | "/items/bamboo_fabric" | "/items/bamboo_gloves" | "/items/bamboo_hat" | "/items/bamboo_robe_bottoms" | "/items/bamboo_robe_top" | "/items/basic_task_badge" | "/items/bear_essence" | "/items/beast_boots" | "/items/beast_bracers" | "/items/beast_chaps" | "/items/beast_hide" | "/items/beast_hood" | "/items/beast_leather" | "/items/beast_tunic" | "/items/berserk" | "/items/birch_bow" | "/items/birch_crossbow" | "/items/birch_fire_staff" | "/items/birch_log" | "/items/birch_lumber" | "/items/birch_nature_staff" | "/items/birch_shield" | "/items/birch_water_staff" | "/items/bishops_codex" | "/items/bishops_scroll" | "/items/black_bear_fluff" | "/items/black_bear_shoes" | "/items/black_tea_leaf" | "/items/blackberry" | "/items/blackberry_cake" | "/items/blackberry_donut" | "/items/blazing_trident" | "/items/blessed_tea" | "/items/blooming_trident" | "/items/blue_key_fragment" | "/items/blueberry" | "/items/blueberry_cake" | "/items/blueberry_donut" | "/items/branch_of_insight" | "/items/brewers_bottoms" | "/items/brewers_top" | "/items/brewing_essence" | "/items/brewing_tea" | "/items/brown_key_fragment" | "/items/burble_alembic" | "/items/burble_boots" | "/items/burble_brush" | "/items/burble_buckler" | "/items/burble_bulwark" | "/items/burble_cheese" | "/items/burble_chisel" | "/items/burble_enhancer" | "/items/burble_gauntlets" | "/items/burble_hammer" | "/items/burble_hatchet" | "/items/burble_helmet" | "/items/burble_mace" | "/items/burble_milk" | "/items/burble_needle" | "/items/burble_plate_body" | "/items/burble_plate_legs" | "/items/burble_pot" | "/items/burble_shears" | "/items/burble_spatula" | "/items/burble_spear" | "/items/burble_sword" | "/items/burble_tea_leaf" | "/items/burning_key_fragment" | "/items/butter_of_proficiency" | "/items/catalyst_of_coinification" | "/items/catalyst_of_decomposition" | "/items/catalyst_of_transmutation" | "/items/catalytic_tea" | "/items/cedar_bow" | "/items/cedar_crossbow" | "/items/cedar_fire_staff" | "/items/cedar_log" | "/items/cedar_lumber" | "/items/cedar_nature_staff" | "/items/cedar_shield" | "/items/cedar_water_staff" | "/items/celestial_alembic" | "/items/celestial_brush" | "/items/celestial_chisel" | "/items/celestial_enhancer" | "/items/celestial_hammer" | "/items/celestial_hatchet" | "/items/celestial_needle" | "/items/celestial_pot" | "/items/celestial_shears" | "/items/celestial_spatula" | "/items/centaur_boots" | "/items/centaur_hoof" | "/items/channeling_coffee" | "/items/chaotic_chain" | "/items/chaotic_flail" | "/items/cheese" | "/items/cheese_alembic" | "/items/cheese_boots" | "/items/cheese_brush" | "/items/cheese_buckler" | "/items/cheese_bulwark" | "/items/cheese_chisel" | "/items/cheese_enhancer" | "/items/cheese_gauntlets" | "/items/cheese_hammer" | "/items/cheese_hatchet" | "/items/cheese_helmet" | "/items/cheese_mace" | "/items/cheese_needle" | "/items/cheese_plate_body" | "/items/cheese_plate_legs" | "/items/cheese_pot" | "/items/cheese_shears" | "/items/cheese_spatula" | "/items/cheese_spear" | "/items/cheese_sword" | "/items/cheesemakers_bottoms" | "/items/cheesemakers_top" | "/items/cheesesmithing_essence" | "/items/cheesesmithing_tea" | "/items/chefs_bottoms" | "/items/chefs_top" | "/items/chimerical_chest" | "/items/chimerical_chest_key" | "/items/chimerical_entry_key" | "/items/chimerical_essence" | "/items/chimerical_quiver" | "/items/chimerical_token" | "/items/chrono_gloves" | "/items/chrono_sphere" | "/items/cleave" | "/items/cocoon" | "/items/coin" | "/items/collectors_boots" | "/items/colossus_core" | "/items/colossus_plate_body" | "/items/colossus_plate_legs" | "/items/cooking_essence" | "/items/cooking_tea" | "/items/corsair_crest" | "/items/corsair_helmet" | "/items/cotton" | "/items/cotton_boots" | "/items/cotton_fabric" | "/items/cotton_gloves" | "/items/cotton_hat" | "/items/cotton_robe_bottoms" | "/items/cotton_robe_top" | "/items/cowbell" | "/items/crab_pincer" | "/items/crafters_bottoms" | "/items/crafters_top" | "/items/crafting_essence" | "/items/crafting_tea" | "/items/crimson_alembic" | "/items/crimson_boots" | "/items/crimson_brush" | "/items/crimson_buckler" | "/items/crimson_bulwark" | "/items/crimson_cheese" | "/items/crimson_chisel" | "/items/crimson_enhancer" | "/items/crimson_gauntlets" | "/items/crimson_hammer" | "/items/crimson_hatchet" | "/items/crimson_helmet" | "/items/crimson_mace" | "/items/crimson_milk" | "/items/crimson_needle" | "/items/crimson_plate_body" | "/items/crimson_plate_legs" | "/items/crimson_pot" | "/items/crimson_shears" | "/items/crimson_spatula" | "/items/crimson_spear" | "/items/crimson_sword" | "/items/crippling_slash" | "/items/critical_aura" | "/items/critical_coffee" | "/items/crushed_amber" | "/items/crushed_amethyst" | "/items/crushed_garnet" | "/items/crushed_jade" | "/items/crushed_moonstone" | "/items/crushed_pearl" | "/items/crushed_philosophers_stone" | "/items/crushed_sunstone" | "/items/cupcake" | "/items/cursed_ball" | "/items/cursed_bow" | "/items/dairyhands_bottoms" | "/items/dairyhands_top" | "/items/damaged_anchor" | "/items/dark_key_fragment" | "/items/defense_coffee" | "/items/demonic_core" | "/items/demonic_plate_body" | "/items/demonic_plate_legs" | "/items/dodocamel_gauntlets" | "/items/dodocamel_plume" | "/items/donut" | "/items/dragon_fruit" | "/items/dragon_fruit_gummy" | "/items/dragon_fruit_yogurt" | "/items/earrings_of_armor" | "/items/earrings_of_critical_strike" | "/items/earrings_of_essence_find" | "/items/earrings_of_gathering" | "/items/earrings_of_rare_find" | "/items/earrings_of_regeneration" | "/items/earrings_of_resistance" | "/items/efficiency_tea" | "/items/egg" | "/items/elemental_affinity" | "/items/elusiveness" | "/items/emp_tea_leaf" | "/items/enchanted_chest" | "/items/enchanted_chest_key" | "/items/enchanted_cloak" | "/items/enchanted_entry_key" | "/items/enchanted_essence" | "/items/enchanted_gloves" | "/items/enchanted_token" | "/items/enhancers_bottoms" | "/items/enhancers_top" | "/items/enhancing_essence" | "/items/enhancing_tea" | "/items/entangle" | "/items/excelsa_coffee_bean" | "/items/expert_task_badge" | "/items/eye_of_the_watcher" | "/items/eye_watch" | "/items/eyessence" | "/items/fierce_aura" | "/items/fieriosa_coffee_bean" | "/items/fighter_necklace" | "/items/fireball" | "/items/firestorm" | "/items/flame_arrow" | "/items/flame_aura" | "/items/flame_blast" | "/items/flaming_cloth" | "/items/flaming_robe_bottoms" | "/items/flaming_robe_top" | "/items/flax" | "/items/fluffy_red_hat" | "/items/foragers_bottoms" | "/items/foragers_top" | "/items/foraging_essence" | "/items/foraging_tea" | "/items/fracturing_impact" | "/items/frenzy" | "/items/frost_sphere" | "/items/frost_staff" | "/items/frost_surge" | "/items/furious_spear" | "/items/garnet" | "/items/gathering_tea" | "/items/gator_vest" | "/items/giant_pouch" | "/items/ginkgo_bow" | "/items/ginkgo_crossbow" | "/items/ginkgo_fire_staff" | "/items/ginkgo_log" | "/items/ginkgo_lumber" | "/items/ginkgo_nature_staff" | "/items/ginkgo_shield" | "/items/ginkgo_water_staff" | "/items/gluttonous_energy" | "/items/gluttonous_pouch" | "/items/gobo_boomstick" | "/items/gobo_boots" | "/items/gobo_bracers" | "/items/gobo_chaps" | "/items/gobo_defender" | "/items/gobo_essence" | "/items/gobo_hide" | "/items/gobo_hood" | "/items/gobo_leather" | "/items/gobo_rag" | "/items/gobo_shooter" | "/items/gobo_slasher" | "/items/gobo_smasher" | "/items/gobo_stabber" | "/items/gobo_tunic" | "/items/goggles" | "/items/golem_essence" | "/items/gourmet_tea" | "/items/granite_bludgeon" | "/items/green_key_fragment" | "/items/green_tea_leaf" | "/items/griffin_bulwark" | "/items/griffin_chaps" | "/items/griffin_leather" | "/items/griffin_talon" | "/items/griffin_tunic" | "/items/grizzly_bear_fluff" | "/items/grizzly_bear_shoes" | "/items/gummy" | "/items/guzzling_energy" | "/items/guzzling_pouch" | "/items/heal" | "/items/holy_alembic" | "/items/holy_boots" | "/items/holy_brush" | "/items/holy_buckler" | "/items/holy_bulwark" | "/items/holy_cheese" | "/items/holy_chisel" | "/items/holy_enhancer" | "/items/holy_gauntlets" | "/items/holy_hammer" | "/items/holy_hatchet" | "/items/holy_helmet" | "/items/holy_mace" | "/items/holy_milk" | "/items/holy_needle" | "/items/holy_plate_body" | "/items/holy_plate_legs" | "/items/holy_pot" | "/items/holy_shears" | "/items/holy_spatula" | "/items/holy_spear" | "/items/holy_sword" | "/items/ice_spear" | "/items/icy_cloth" | "/items/icy_robe_bottoms" | "/items/icy_robe_top" | "/items/impale" | "/items/infernal_battlestaff" | "/items/infernal_ember" | "/items/insanity" | "/items/intelligence_coffee" | "/items/invincible" | "/items/jackalope_antler" | "/items/jackalope_staff" | "/items/jade" | "/items/jungle_essence" | "/items/knights_aegis" | "/items/knights_ingot" | "/items/kraken_chaps" | "/items/kraken_fang" | "/items/kraken_leather" | "/items/kraken_tunic" | "/items/large_artisans_crate" | "/items/large_meteorite_cache" | "/items/large_pouch" | "/items/large_treasure_chest" | "/items/liberica_coffee_bean" | "/items/life_drain" | "/items/linen_boots" | "/items/linen_fabric" | "/items/linen_gloves" | "/items/linen_hat" | "/items/linen_robe_bottoms" | "/items/linen_robe_top" | "/items/living_granite" | "/items/log" | "/items/lucky_coffee" | "/items/lumber" | "/items/lumberjacks_bottoms" | "/items/lumberjacks_top" | "/items/luna_robe_bottoms" | "/items/luna_robe_top" | "/items/luna_wing" | "/items/maelstrom_plate_body" | "/items/maelstrom_plate_legs" | "/items/maelstrom_plating" | "/items/magic_coffee" | "/items/magicians_cloth" | "/items/magicians_hat" | "/items/magnet" | "/items/magnetic_gloves" | "/items/magnifying_glass" | "/items/maim" | "/items/mana_spring" | "/items/manticore_shield" | "/items/manticore_sting" | "/items/marine_chaps" | "/items/marine_scale" | "/items/marine_tunic" | "/items/marksman_bracers" | "/items/marksman_brooch" | "/items/marsberry" | "/items/marsberry_cake" | "/items/marsberry_donut" | "/items/medium_artisans_crate" | "/items/medium_meteorite_cache" | "/items/medium_pouch" | "/items/medium_treasure_chest" | "/items/milk" | "/items/milking_essence" | "/items/milking_tea" | "/items/minor_heal" | "/items/mirror_of_protection" | "/items/mooberry" | "/items/mooberry_cake" | "/items/mooberry_donut" | "/items/moolong_tea_leaf" | "/items/moonstone" | "/items/natures_veil" | "/items/necklace_of_efficiency" | "/items/necklace_of_speed" | "/items/necklace_of_wisdom" | "/items/orange" | "/items/orange_gummy" | "/items/orange_key_fragment" | "/items/orange_yogurt" | "/items/panda_fluff" | "/items/panda_gloves" | "/items/peach" | "/items/peach_gummy" | "/items/peach_yogurt" | "/items/pearl" | "/items/penetrating_shot" | "/items/penetrating_strike" | "/items/pestilent_shot" | "/items/philosophers_earrings" | "/items/philosophers_necklace" | "/items/philosophers_ring" | "/items/philosophers_stone" | "/items/pincer_gloves" | "/items/pirate_chest" | "/items/pirate_chest_key" | "/items/pirate_entry_key" | "/items/pirate_essence" | "/items/pirate_token" | "/items/plum" | "/items/plum_gummy" | "/items/plum_yogurt" | "/items/poke" | "/items/polar_bear_fluff" | "/items/polar_bear_shoes" | "/items/power_coffee" | "/items/precision" | "/items/prime_catalyst" | "/items/processing_tea" | "/items/provoke" | "/items/puncture" | "/items/purple_key_fragment" | "/items/purpleheart_bow" | "/items/purpleheart_crossbow" | "/items/purpleheart_fire_staff" | "/items/purpleheart_log" | "/items/purpleheart_lumber" | "/items/purpleheart_nature_staff" | "/items/purpleheart_shield" | "/items/purpleheart_water_staff" | "/items/purples_gift" | "/items/quick_aid" | "/items/quick_shot" | "/items/radiant_boots" | "/items/radiant_fabric" | "/items/radiant_fiber" | "/items/radiant_gloves" | "/items/radiant_hat" | "/items/radiant_robe_bottoms" | "/items/radiant_robe_top" | "/items/rain_of_arrows" | "/items/rainbow_alembic" | "/items/rainbow_boots" | "/items/rainbow_brush" | "/items/rainbow_buckler" | "/items/rainbow_bulwark" | "/items/rainbow_cheese" | "/items/rainbow_chisel" | "/items/rainbow_enhancer" | "/items/rainbow_gauntlets" | "/items/rainbow_hammer" | "/items/rainbow_hatchet" | "/items/rainbow_helmet" | "/items/rainbow_mace" | "/items/rainbow_milk" | "/items/rainbow_needle" | "/items/rainbow_plate_body" | "/items/rainbow_plate_legs" | "/items/rainbow_pot" | "/items/rainbow_shears" | "/items/rainbow_spatula" | "/items/rainbow_spear" | "/items/rainbow_sword" | "/items/ranged_coffee" | "/items/ranger_necklace" | "/items/red_culinary_hat" | "/items/red_panda_fluff" | "/items/red_tea_leaf" | "/items/redwood_bow" | "/items/redwood_crossbow" | "/items/redwood_fire_staff" | "/items/redwood_log" | "/items/redwood_lumber" | "/items/redwood_nature_staff" | "/items/redwood_shield" | "/items/redwood_water_staff" | "/items/regal_jewel" | "/items/regal_sword" | "/items/rejuvenate" | "/items/reptile_boots" | "/items/reptile_bracers" | "/items/reptile_chaps" | "/items/reptile_hide" | "/items/reptile_hood" | "/items/reptile_leather" | "/items/reptile_tunic" | "/items/revenant_anima" | "/items/revenant_chaps" | "/items/revenant_tunic" | "/items/revive" | "/items/ring_of_armor" | "/items/ring_of_critical_strike" | "/items/ring_of_essence_find" | "/items/ring_of_gathering" | "/items/ring_of_rare_find" | "/items/ring_of_regeneration" | "/items/ring_of_resistance" | "/items/rippling_trident" | "/items/robusta_coffee_bean" | "/items/rough_boots" | "/items/rough_bracers" | "/items/rough_chaps" | "/items/rough_hide" | "/items/rough_hood" | "/items/rough_leather" | "/items/rough_tunic" | "/items/royal_cloth" | "/items/royal_fire_robe_bottoms" | "/items/royal_fire_robe_top" | "/items/royal_nature_robe_bottoms" | "/items/royal_nature_robe_top" | "/items/royal_water_robe_bottoms" | "/items/royal_water_robe_top" | "/items/scratch" | "/items/shard_of_protection" | "/items/shield_bash" | "/items/shoebill_feather" | "/items/shoebill_shoes" | "/items/sighted_bracers" | "/items/silencing_shot" | "/items/silk_boots" | "/items/silk_fabric" | "/items/silk_gloves" | "/items/silk_hat" | "/items/silk_robe_bottoms" | "/items/silk_robe_top" | "/items/sinister_cape" | "/items/sinister_chest" | "/items/sinister_chest_key" | "/items/sinister_entry_key" | "/items/sinister_essence" | "/items/sinister_token" | "/items/smack" | "/items/small_artisans_crate" | "/items/small_meteorite_cache" | "/items/small_pouch" | "/items/small_treasure_chest" | "/items/smoke_burst" | "/items/snail_shell" | "/items/snail_shell_helmet" | "/items/snake_fang" | "/items/snake_fang_dirk" | "/items/sorcerer_boots" | "/items/sorcerer_essence" | "/items/sorcerers_sole" | "/items/soul_fragment" | "/items/soul_hunter_crossbow" | "/items/spaceberry" | "/items/spaceberry_cake" | "/items/spaceberry_donut" | "/items/spacia_coffee_bean" | "/items/speed_aura" | "/items/spike_shell" | "/items/spiked_bulwark" | "/items/stalactite_shard" | "/items/stalactite_spear" | "/items/stamina_coffee" | "/items/star_fragment" | "/items/star_fruit" | "/items/star_fruit_gummy" | "/items/star_fruit_yogurt" | "/items/steady_shot" | "/items/stone_key_fragment" | "/items/strawberry" | "/items/strawberry_cake" | "/items/strawberry_donut" | "/items/stunning_blow" | "/items/sugar" | "/items/sundering_crossbow" | "/items/sundering_jewel" | "/items/sunstone" | "/items/super_alchemy_tea" | "/items/super_attack_coffee" | "/items/super_brewing_tea" | "/items/super_cheesesmithing_tea" | "/items/super_cooking_tea" | "/items/super_crafting_tea" | "/items/super_defense_coffee" | "/items/super_enhancing_tea" | "/items/super_foraging_tea" | "/items/super_intelligence_coffee" | "/items/super_magic_coffee" | "/items/super_milking_tea" | "/items/super_power_coffee" | "/items/super_ranged_coffee" | "/items/super_stamina_coffee" | "/items/super_tailoring_tea" | "/items/super_woodcutting_tea" | "/items/swamp_essence" | "/items/sweep" | "/items/swiftness_coffee" | "/items/sylvan_aura" | "/items/tailoring_essence" | "/items/tailoring_tea" | "/items/tailors_bottoms" | "/items/tailors_top" | "/items/task_crystal" | "/items/task_token" | "/items/taunt" | "/items/thread_of_expertise" | "/items/tome_of_healing" | "/items/tome_of_the_elements" | "/items/toughness" | "/items/toxic_pollen" | "/items/treant_bark" | "/items/treant_shield" | "/items/turtle_shell" | "/items/turtle_shell_body" | "/items/turtle_shell_legs" | "/items/twilight_essence" | "/items/ultra_alchemy_tea" | "/items/ultra_attack_coffee" | "/items/ultra_brewing_tea" | "/items/ultra_cheesesmithing_tea" | "/items/ultra_cooking_tea" | "/items/ultra_crafting_tea" | "/items/ultra_defense_coffee" | "/items/ultra_enhancing_tea" | "/items/ultra_foraging_tea" | "/items/ultra_intelligence_coffee" | "/items/ultra_magic_coffee" | "/items/ultra_milking_tea" | "/items/ultra_power_coffee" | "/items/ultra_ranged_coffee" | "/items/ultra_stamina_coffee" | "/items/ultra_tailoring_tea" | "/items/ultra_woodcutting_tea" | "/items/umbral_boots" | "/items/umbral_bracers" | "/items/umbral_chaps" | "/items/umbral_hide" | "/items/umbral_hood" | "/items/umbral_leather" | "/items/umbral_tunic" | "/items/vampire_fang" | "/items/vampire_fang_dirk" | "/items/vampiric_bow" | "/items/vampirism" | "/items/verdant_alembic" | "/items/verdant_boots" | "/items/verdant_brush" | "/items/verdant_buckler" | "/items/verdant_bulwark" | "/items/verdant_cheese" | "/items/verdant_chisel" | "/items/verdant_enhancer" | "/items/verdant_gauntlets" | "/items/verdant_hammer" | "/items/verdant_hatchet" | "/items/verdant_helmet" | "/items/verdant_mace" | "/items/verdant_milk" | "/items/verdant_needle" | "/items/verdant_plate_body" | "/items/verdant_plate_legs" | "/items/verdant_pot" | "/items/verdant_shears" | "/items/verdant_spatula" | "/items/verdant_spear" | "/items/verdant_sword" | "/items/vision_helmet" | "/items/vision_shield" | "/items/watchful_relic" | "/items/water_strike" | "/items/werewolf_claw" | "/items/werewolf_slasher" | "/items/wheat" | "/items/white_key_fragment" | "/items/wisdom_coffee" | "/items/wisdom_tea" | "/items/wizard_necklace" | "/items/woodcutting_essence" | "/items/woodcutting_tea" | "/items/wooden_bow" | "/items/wooden_crossbow" | "/items/wooden_fire_staff" | "/items/wooden_nature_staff" | "/items/wooden_shield" | "/items/wooden_water_staff" | "/items/yogurt";
|
|
135
|
+
count: number;
|
|
136
|
+
}[]>;
|
|
137
|
+
}[];
|
|
138
|
+
//# sourceMappingURL=house-rooms.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"house-rooms.d.ts","sourceRoot":"","sources":["../../../src/generated/game-logic/house-rooms.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAE,iBAAiB,EAAmB,KAAK,SAAS,EAAE,MAAM,+BAA+B,CAAA;AAClG,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAE5C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AAK1C,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAA;AAEjE,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAG/D,KAAK,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAA;AAGtD,eAAO,MAAM,UAAU,EAAE,MAAM,CAAC,aAAa,EAAE,SAAS,CAs6KH,CAAA;AAIrD;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI,IAAI,aAAa,CAEzE;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAErD;AAGD,wBAAgB,YAAY,CAAC,IAAI,EAAE,aAAa,GAAG,SAAS,CAE3D;AAED,wBAAgB,gBAAgB,IAAI,SAAS,EAAE,CAE9C;AAED,wBAAgB,0BAA0B,IAAI,SAAS,EAAE,CAExD;AAGD,YAAY,EAAE,SAAS,EAAE,CAAA;AACzB,YAAY,EAAE,aAAa,EAAE,CAAA;AAC7B,MAAM,MAAM,WAAW,GAAG,MAAM,OAAO,UAAU,CAAA;AACjD,MAAM,MAAM,aAAa,GAAG,OAAO,UAAU,CAAA;AAE7C,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAA4B,CAAA;AAGxD,wBAAgB,mBAAmB,IAAI,SAAS,EAAE,CAEjD;AAGD,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,aAAa,GAAG,MAAM,CAE5D;AAED,wBAAgB,oBAAoB,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,EAAE,CAEtE;AAED,wBAAgB,mBAAmB,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,CAE/E;AAED,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,aAAa,EAAE,KAAK,EAAE,MAAM,GAAG,KAAK,CAAC;IAAE,QAAQ,EAAE,QAAQ,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CAAC,GAAG,SAAS,CAGpI;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,aAAa,GAAG,MAAM,CAIhE;AAED,wBAAgB,sBAAsB,CACpC,IAAI,EAAE,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,GAAG,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,EAC/D,SAAS,EAAE,MAAM,GAChB;IAAE,SAAS,EAAE,MAAM,CAAC;IAAC,UAAU,EAAE,MAAM,CAAA;CAAE,CAK3C;AAED,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,aAAa,GAAG,SAAS,CAAC,aAAa,CAAC,CAErF;AAED,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,aAAa,GAAG,SAAS,CAAC,aAAa,CAAC,CAErF;AAED,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,GAAG,OAAO,CAGzF;AAGD,eAAO,MAAM,oBAAoB,EAAE,MAAM,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,CAAkD,CAAA;AAM5H,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAE9B,CAAA;AAGD,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAElC,CAAA"}
|