2805f75f5e
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 57s
- Delete src/lib/game/computed-stats.ts (root-level re-export shim) - Delete src/lib/game/store/index.ts (nothing imports from it) - Update __tests__/computed-stats.test.ts to import from ../utils instead - Clean up craftingStore.ts imports (remove unused useGameStore, CraftingApply) Typecheck and lint pass (pre-existing DisciplinesTab.tsx errors unchanged)
748 lines
20 KiB
JSON
748 lines
20 KiB
JSON
{
|
|
"_meta": {
|
|
"generated": "2026-05-18T09:26:27.302Z",
|
|
"description": "Import dependency graph for src/lib/game. Keys are files, values are arrays of files they import.",
|
|
"usage": "To find what a file affects, search for its path in the VALUES. To find what a file depends on, look at its KEY entry."
|
|
},
|
|
"graph": {
|
|
"attunements/data.ts": [
|
|
"types.ts"
|
|
],
|
|
"attunements/index.ts": [
|
|
"attunements/data.ts",
|
|
"attunements/types.ts",
|
|
"attunements/utils.ts"
|
|
],
|
|
"attunements/types.ts": [],
|
|
"attunements/utils.ts": [
|
|
"attunements/data.ts",
|
|
"attunements/types.ts"
|
|
],
|
|
"computed-stats.ts": [
|
|
"utils/index.ts"
|
|
],
|
|
"constants.ts": [
|
|
"constants/index.ts"
|
|
],
|
|
"constants/core.ts": [],
|
|
"constants/elements.ts": [
|
|
"types.ts"
|
|
],
|
|
"constants/guardians.ts": [
|
|
"types.ts"
|
|
],
|
|
"constants/index.ts": [
|
|
"constants/core.ts",
|
|
"constants/elements.ts",
|
|
"constants/guardians.ts",
|
|
"constants/prestige.ts",
|
|
"constants/rooms.ts",
|
|
"constants/spells.ts"
|
|
],
|
|
"constants/prestige.ts": [
|
|
"types.ts"
|
|
],
|
|
"constants/rooms.ts": [],
|
|
"constants/spells-modules/advanced-spells.ts": [
|
|
"constants/elements.ts",
|
|
"types.ts"
|
|
],
|
|
"constants/spells-modules/aoe-spells.ts": [
|
|
"constants/elements.ts",
|
|
"types.ts"
|
|
],
|
|
"constants/spells-modules/basic-elemental-spells.ts": [
|
|
"constants/elements.ts",
|
|
"types.ts"
|
|
],
|
|
"constants/spells-modules/compound-spells.ts": [
|
|
"constants/elements.ts",
|
|
"types.ts"
|
|
],
|
|
"constants/spells-modules/enchantment-spells.ts": [
|
|
"constants/elements.ts",
|
|
"types.ts"
|
|
],
|
|
"constants/spells-modules/legendary-spells.ts": [
|
|
"constants/elements.ts",
|
|
"types.ts"
|
|
],
|
|
"constants/spells-modules/lightning-spells.ts": [
|
|
"constants/elements.ts",
|
|
"types.ts"
|
|
],
|
|
"constants/spells-modules/master-spells.ts": [
|
|
"constants/elements.ts",
|
|
"types.ts"
|
|
],
|
|
"constants/spells-modules/raw-spells.ts": [
|
|
"constants/elements.ts",
|
|
"types.ts"
|
|
],
|
|
"constants/spells-modules/utility-spells.ts": [
|
|
"constants/elements.ts",
|
|
"types.ts"
|
|
],
|
|
"constants/spells.ts": [
|
|
"constants/spells-modules/advanced-spells.ts",
|
|
"constants/spells-modules/aoe-spells.ts",
|
|
"constants/spells-modules/basic-elemental-spells.ts",
|
|
"constants/spells-modules/compound-spells.ts",
|
|
"constants/spells-modules/enchantment-spells.ts",
|
|
"constants/spells-modules/legendary-spells.ts",
|
|
"constants/spells-modules/lightning-spells.ts",
|
|
"constants/spells-modules/master-spells.ts",
|
|
"constants/spells-modules/raw-spells.ts",
|
|
"constants/spells-modules/utility-spells.ts",
|
|
"types.ts"
|
|
],
|
|
"crafting-actions/application-actions.ts": [
|
|
"crafting-apply.ts",
|
|
"types.ts"
|
|
],
|
|
"crafting-actions/computed-getters.ts": [
|
|
"data/enchantment-effects.ts",
|
|
"types.ts"
|
|
],
|
|
"crafting-actions/crafting-equipment-actions.ts": [
|
|
"crafting-equipment.ts",
|
|
"types.ts"
|
|
],
|
|
"crafting-actions/design-actions.ts": [
|
|
"crafting-design.ts",
|
|
"crafting-utils.ts",
|
|
"special-effects.ts",
|
|
"types.ts",
|
|
"upgrade-effects.ts"
|
|
],
|
|
"crafting-actions/disenchant-actions.ts": [
|
|
"types.ts"
|
|
],
|
|
"crafting-actions/equipment-actions.ts": [
|
|
"crafting-utils.ts",
|
|
"types.ts"
|
|
],
|
|
"crafting-actions/index.ts": [
|
|
"crafting-actions/application-actions.ts",
|
|
"crafting-actions/computed-getters.ts",
|
|
"crafting-actions/crafting-equipment-actions.ts",
|
|
"crafting-actions/design-actions.ts",
|
|
"crafting-actions/disenchant-actions.ts",
|
|
"crafting-actions/equipment-actions.ts",
|
|
"crafting-actions/preparation-actions.ts"
|
|
],
|
|
"crafting-actions/preparation-actions.ts": [
|
|
"crafting-prep.ts",
|
|
"types.ts"
|
|
],
|
|
"crafting-apply.ts": [
|
|
"crafting-utils.ts",
|
|
"data/attunements.ts",
|
|
"data/enchantment-effects.ts",
|
|
"special-effects.ts",
|
|
"types.ts",
|
|
"upgrade-effects.ts"
|
|
],
|
|
"crafting-attunements.ts": [
|
|
"data/attunements.ts",
|
|
"types.ts"
|
|
],
|
|
"crafting-design.ts": [
|
|
"data/attunements.ts",
|
|
"data/enchantment-effects.ts",
|
|
"data/equipment/index.ts",
|
|
"special-effects.ts",
|
|
"types.ts",
|
|
"upgrade-effects.ts"
|
|
],
|
|
"crafting-equipment.ts": [
|
|
"crafting-utils.ts",
|
|
"data/crafting-recipes.ts",
|
|
"data/equipment/index.ts",
|
|
"types.ts"
|
|
],
|
|
"crafting-loot.ts": [
|
|
"data/crafting-recipes.ts",
|
|
"types.ts"
|
|
],
|
|
"crafting-prep.ts": [
|
|
"crafting-utils.ts",
|
|
"types.ts"
|
|
],
|
|
"crafting-slice.ts": [
|
|
"constants.ts",
|
|
"crafting-actions/index.ts",
|
|
"crafting-apply.ts",
|
|
"crafting-attunements.ts",
|
|
"crafting-design.ts",
|
|
"crafting-equipment.ts",
|
|
"crafting-loot.ts",
|
|
"crafting-prep.ts",
|
|
"crafting-utils.ts",
|
|
"data/attunements.ts",
|
|
"data/crafting-recipes.ts",
|
|
"data/enchantment-effects.ts",
|
|
"data/equipment/index.ts",
|
|
"special-effects.ts",
|
|
"types.ts",
|
|
"upgrade-effects.ts",
|
|
"upgrade-effects.types.ts"
|
|
],
|
|
"crafting-utils.ts": [
|
|
"data/crafting-recipes.ts",
|
|
"data/enchantment-effects.ts",
|
|
"data/equipment/index.ts",
|
|
"types.ts"
|
|
],
|
|
"data/achievements.ts": [
|
|
"types.ts"
|
|
],
|
|
"data/attunements.ts": [
|
|
"types.ts"
|
|
],
|
|
"data/crafting-recipes.ts": [
|
|
"data/equipment/types.ts"
|
|
],
|
|
"data/disciplines/base-disciplines.ts": [],
|
|
"data/disciplines/base.ts": [
|
|
"types/disciplines.ts"
|
|
],
|
|
"data/disciplines/enchanter-disciplines.ts": [],
|
|
"data/disciplines/enchanter.ts": [
|
|
"types/disciplines.ts"
|
|
],
|
|
"data/disciplines/fabricator-disciplines.ts": [
|
|
"types/disciplines.ts"
|
|
],
|
|
"data/disciplines/fabricator.ts": [
|
|
"types/disciplines.ts"
|
|
],
|
|
"data/disciplines/invoker-disciplines.ts": [
|
|
"types/disciplines.ts"
|
|
],
|
|
"data/disciplines/invoker.ts": [
|
|
"types/disciplines.ts"
|
|
],
|
|
"data/enchantment-effects.ts": [
|
|
"data/enchantments/index.ts"
|
|
],
|
|
"data/enchantment-types.ts": [
|
|
"data/equipment/index.ts"
|
|
],
|
|
"data/enchantments/combat-effects.ts": [
|
|
"data/enchantment-types.ts",
|
|
"data/equipment/index.ts"
|
|
],
|
|
"data/enchantments/defense-effects.ts": [
|
|
"data/enchantment-types.ts",
|
|
"data/equipment/index.ts"
|
|
],
|
|
"data/enchantments/elemental-effects.ts": [
|
|
"data/enchantment-types.ts",
|
|
"data/equipment/index.ts"
|
|
],
|
|
"data/enchantments/index.ts": [
|
|
"data/enchantment-types.ts",
|
|
"data/enchantments/combat-effects.ts",
|
|
"data/enchantments/defense-effects.ts",
|
|
"data/enchantments/elemental-effects.ts",
|
|
"data/enchantments/mana-effects.ts",
|
|
"data/enchantments/special-effects.ts",
|
|
"data/enchantments/spell-effects/index.ts",
|
|
"data/enchantments/utility-effects.ts"
|
|
],
|
|
"data/enchantments/mana-effects.ts": [
|
|
"constants.ts",
|
|
"data/enchantment-types.ts",
|
|
"data/equipment/index.ts"
|
|
],
|
|
"data/enchantments/special-effects.ts": [
|
|
"data/enchantment-types.ts",
|
|
"data/equipment/index.ts"
|
|
],
|
|
"data/enchantments/spell-effects/basic-spells.ts": [
|
|
"data/enchantments/spell-effects/types.ts"
|
|
],
|
|
"data/enchantments/spell-effects/index.ts": [
|
|
"data/enchantments/spell-effects/basic-spells.ts",
|
|
"data/enchantments/spell-effects/lightning-spells.ts",
|
|
"data/enchantments/spell-effects/metal-spells.ts",
|
|
"data/enchantments/spell-effects/sand-spells.ts",
|
|
"data/enchantments/spell-effects/tier2-spells.ts",
|
|
"data/enchantments/spell-effects/tier3-spells.ts",
|
|
"data/enchantments/spell-effects/types.ts"
|
|
],
|
|
"data/enchantments/spell-effects/lightning-spells.ts": [
|
|
"data/enchantments/spell-effects/types.ts"
|
|
],
|
|
"data/enchantments/spell-effects/metal-spells.ts": [
|
|
"data/enchantments/spell-effects/types.ts"
|
|
],
|
|
"data/enchantments/spell-effects/sand-spells.ts": [
|
|
"data/enchantments/spell-effects/types.ts"
|
|
],
|
|
"data/enchantments/spell-effects/tier2-spells.ts": [
|
|
"data/enchantments/spell-effects/types.ts"
|
|
],
|
|
"data/enchantments/spell-effects/tier3-spells.ts": [
|
|
"data/enchantments/spell-effects/types.ts"
|
|
],
|
|
"data/enchantments/spell-effects/types.ts": [],
|
|
"data/enchantments/utility-effects.ts": [
|
|
"data/enchantment-types.ts",
|
|
"data/equipment/index.ts"
|
|
],
|
|
"data/equipment/accessories.ts": [
|
|
"data/equipment/types.ts"
|
|
],
|
|
"data/equipment/body.ts": [
|
|
"data/equipment/types.ts"
|
|
],
|
|
"data/equipment/casters.ts": [
|
|
"data/equipment/types.ts"
|
|
],
|
|
"data/equipment/catalysts.ts": [
|
|
"data/equipment/types.ts"
|
|
],
|
|
"data/equipment/feet.ts": [
|
|
"data/equipment/types.ts"
|
|
],
|
|
"data/equipment/hands.ts": [
|
|
"data/equipment/types.ts"
|
|
],
|
|
"data/equipment/head.ts": [
|
|
"data/equipment/types.ts"
|
|
],
|
|
"data/equipment/index.ts": [
|
|
"data/equipment/accessories.ts",
|
|
"data/equipment/body.ts",
|
|
"data/equipment/casters.ts",
|
|
"data/equipment/catalysts.ts",
|
|
"data/equipment/feet.ts",
|
|
"data/equipment/hands.ts",
|
|
"data/equipment/head.ts",
|
|
"data/equipment/shields.ts",
|
|
"data/equipment/swords.ts",
|
|
"data/equipment/types.ts",
|
|
"data/equipment/utils.ts"
|
|
],
|
|
"data/equipment/shields.ts": [
|
|
"data/equipment/types.ts"
|
|
],
|
|
"data/equipment/swords.ts": [
|
|
"data/equipment/types.ts"
|
|
],
|
|
"data/equipment/types.ts": [],
|
|
"data/equipment/utils.ts": [
|
|
"data/equipment/index.ts",
|
|
"data/equipment/types.ts"
|
|
],
|
|
"data/golems/base-golems.ts": [
|
|
"data/golems/types.ts"
|
|
],
|
|
"data/golems/elemental-golems.ts": [
|
|
"data/golems/types.ts"
|
|
],
|
|
"data/golems/hybrid-golems.ts": [
|
|
"data/golems/types.ts"
|
|
],
|
|
"data/golems/index.ts": [
|
|
"data/golems/base-golems.ts",
|
|
"data/golems/elemental-golems.ts",
|
|
"data/golems/hybrid-golems.ts",
|
|
"data/golems/types.ts",
|
|
"data/golems/utils.ts"
|
|
],
|
|
"data/golems/types.ts": [],
|
|
"data/golems/utils.ts": [
|
|
"data/golems/index.ts",
|
|
"data/golems/types.ts"
|
|
],
|
|
"data/loot-drops.ts": [
|
|
"types.ts"
|
|
],
|
|
"debug-context.tsx": [],
|
|
"dynamic-compute.ts": [
|
|
"special-effects.ts",
|
|
"upgrade-effects.types.ts"
|
|
],
|
|
"effects.ts": [
|
|
"data/enchantment-effects.ts",
|
|
"effects/discipline-effects.ts",
|
|
"special-effects.ts",
|
|
"types.ts",
|
|
"upgrade-effects.ts",
|
|
"upgrade-effects.types.ts"
|
|
],
|
|
"effects/discipline-effects.ts": [
|
|
"stores/discipline-slice.ts",
|
|
"types.ts",
|
|
"utils/discipline-math.ts"
|
|
],
|
|
"formatting.ts": [
|
|
"computed-stats.ts"
|
|
],
|
|
"hooks/useGameDerived.ts": [
|
|
"constants.ts",
|
|
"special-effects.ts",
|
|
"store.ts",
|
|
"store/computed.ts",
|
|
"upgrade-effects.ts"
|
|
],
|
|
"navigation-slice.ts": [
|
|
"computed-stats.ts",
|
|
"types.ts"
|
|
],
|
|
"special-effects.ts": [
|
|
"upgrade-effects.types.ts"
|
|
],
|
|
"store-modules/activity-log.ts": [
|
|
"types.ts"
|
|
],
|
|
"store-modules/computed-stats.ts": [
|
|
"constants.ts",
|
|
"data/attunements.ts",
|
|
"effects.ts",
|
|
"special-effects.ts",
|
|
"types.ts",
|
|
"upgrade-effects.types.ts"
|
|
],
|
|
"store-modules/enemy-utils.ts": [
|
|
"constants.ts",
|
|
"types.ts",
|
|
"utils/floor-utils.ts"
|
|
],
|
|
"store-modules/initial-state.ts": [
|
|
"constants.ts",
|
|
"crafting-slice.ts",
|
|
"store-modules/computed-stats.ts",
|
|
"store-modules/room-utils.ts",
|
|
"types.ts",
|
|
"upgrade-effects.ts",
|
|
"utils/floor-utils.ts"
|
|
],
|
|
"store-modules/room-utils.ts": [
|
|
"constants.ts",
|
|
"store-modules/enemy-utils.ts",
|
|
"types.ts",
|
|
"utils/floor-utils.ts"
|
|
],
|
|
"store-modules/store-actions.ts": [
|
|
"constants.ts",
|
|
"crafting-slice.ts",
|
|
"data/attunements.ts",
|
|
"data/enchantment-effects.ts",
|
|
"data/equipment/index.ts",
|
|
"data/golems/index.ts",
|
|
"effects.ts",
|
|
"special-effects.ts",
|
|
"store-modules/activity-log.ts",
|
|
"store-modules/computed-stats.ts",
|
|
"store-modules/enemy-utils.ts",
|
|
"store-modules/initial-state.ts",
|
|
"store-modules/room-utils.ts",
|
|
"types.ts",
|
|
"upgrade-effects.ts",
|
|
"upgrade-effects.types.ts",
|
|
"utils/combat-utils.ts"
|
|
],
|
|
"store-modules/tick-logic.ts": [
|
|
"constants.ts",
|
|
"crafting-slice.ts",
|
|
"data/attunements.ts",
|
|
"data/golems/index.ts",
|
|
"effects.ts",
|
|
"special-effects.ts",
|
|
"store-modules/activity-log.ts",
|
|
"store-modules/computed-stats.ts",
|
|
"store-modules/room-utils.ts",
|
|
"types.ts",
|
|
"utils/combat-utils.ts",
|
|
"utils/floor-utils.ts"
|
|
],
|
|
"store.ts": [
|
|
"store-modules/activity-log.ts",
|
|
"store-modules/computed-stats.ts",
|
|
"store-modules/initial-state.ts",
|
|
"store-modules/room-utils.ts",
|
|
"types.ts",
|
|
"utils/floor-utils.ts",
|
|
"utils/formatting.ts"
|
|
],
|
|
"store/combatSlice.ts": [
|
|
"constants.ts",
|
|
"special-effects.ts",
|
|
"store/computed.ts",
|
|
"types.ts",
|
|
"upgrade-effects.ts"
|
|
],
|
|
"store/computed.ts": [
|
|
"constants.ts",
|
|
"effects.ts",
|
|
"types.ts",
|
|
"upgrade-effects.ts",
|
|
"upgrade-effects.types.ts"
|
|
],
|
|
"store/crafting-modules/initial-state.ts": [
|
|
"data/equipment/index.ts",
|
|
"store/crafting-modules/types.ts"
|
|
],
|
|
"store/crafting-modules/selectors.ts": [
|
|
"data/equipment/index.ts",
|
|
"store/crafting-modules/types.ts",
|
|
"store/crafting-modules/utils.ts",
|
|
"types.ts"
|
|
],
|
|
"store/crafting-modules/slice-logic.ts": [
|
|
"data/equipment/index.ts",
|
|
"store/crafting-modules/initial-state.ts",
|
|
"store/crafting-modules/selectors.ts",
|
|
"store/crafting-modules/tick-processors.ts",
|
|
"store/crafting-modules/types.ts",
|
|
"store/crafting-modules/utils.ts",
|
|
"types.ts"
|
|
],
|
|
"store/crafting-modules/starting-equipment.ts": [
|
|
"store/crafting-modules/utils.ts",
|
|
"types.ts"
|
|
],
|
|
"store/crafting-modules/tick-processors.ts": [
|
|
"data/enchantment-effects.ts",
|
|
"store/crafting-modules/types.ts",
|
|
"store/crafting-modules/utils.ts",
|
|
"types.ts"
|
|
],
|
|
"store/crafting-modules/types.ts": [
|
|
"data/equipment/index.ts",
|
|
"types.ts"
|
|
],
|
|
"store/crafting-modules/utils.ts": [
|
|
"data/enchantment-effects.ts",
|
|
"data/equipment/index.ts",
|
|
"types.ts"
|
|
],
|
|
"store/craftingSlice.ts": [
|
|
"store/crafting-modules/initial-state.ts",
|
|
"store/crafting-modules/slice-logic.ts",
|
|
"store/crafting-modules/starting-equipment.ts",
|
|
"store/crafting-modules/types.ts",
|
|
"store/crafting-modules/utils.ts"
|
|
],
|
|
"store/index.ts": [
|
|
"store.ts",
|
|
"store/computed.ts"
|
|
],
|
|
"store/manaSlice.ts": [
|
|
"constants.ts",
|
|
"special-effects.ts",
|
|
"store.ts",
|
|
"store/computed.ts",
|
|
"types.ts",
|
|
"upgrade-effects.ts"
|
|
],
|
|
"store/pactSlice.ts": [
|
|
"constants.ts",
|
|
"store/computed.ts",
|
|
"types.ts"
|
|
],
|
|
"store/prestigeSlice.ts": [
|
|
"constants.ts",
|
|
"store/computed.ts",
|
|
"types.ts"
|
|
],
|
|
"store/timeSlice.ts": [
|
|
"constants.ts",
|
|
"store/computed.ts",
|
|
"types.ts"
|
|
],
|
|
"stores/attunementStore.ts": [
|
|
"data/attunements.ts",
|
|
"types.ts"
|
|
],
|
|
"stores/combat-actions.ts": [
|
|
"constants.ts",
|
|
"stores/combatStore.ts",
|
|
"stores/prestigeStore.ts",
|
|
"types.ts",
|
|
"utils/index.ts"
|
|
],
|
|
"stores/combatStore.ts": [
|
|
"stores/combat-actions.ts",
|
|
"stores/gameStore.ts",
|
|
"stores/prestigeStore.ts",
|
|
"types.ts",
|
|
"utils/activity-log.ts",
|
|
"utils/index.ts",
|
|
"utils/room-utils.ts"
|
|
],
|
|
"stores/craftingStore.ts": [
|
|
"crafting-actions/application-actions.ts",
|
|
"crafting-actions/preparation-actions.ts",
|
|
"crafting-apply.ts",
|
|
"crafting-design.ts",
|
|
"crafting-equipment.ts",
|
|
"crafting-utils.ts",
|
|
"special-effects.ts",
|
|
"store/crafting-modules/starting-equipment.ts",
|
|
"stores/combatStore.ts",
|
|
"stores/gameStore.ts",
|
|
"stores/manaStore.ts",
|
|
"stores/uiStore.ts",
|
|
"types.ts",
|
|
"upgrade-effects.ts"
|
|
],
|
|
"stores/discipline-slice.ts": [
|
|
"data/disciplines/base.ts",
|
|
"data/disciplines/enchanter.ts",
|
|
"data/disciplines/fabricator.ts",
|
|
"data/disciplines/invoker.ts",
|
|
"types/disciplines.ts",
|
|
"utils/discipline-math.ts"
|
|
],
|
|
"stores/gameActions.ts": [
|
|
"stores/combatStore.ts",
|
|
"stores/manaStore.ts",
|
|
"stores/prestigeStore.ts",
|
|
"stores/uiStore.ts",
|
|
"upgrade-effects.ts",
|
|
"utils/index.ts"
|
|
],
|
|
"stores/gameHooks.ts": [
|
|
"constants.ts",
|
|
"effects.ts",
|
|
"stores/combatStore.ts",
|
|
"stores/craftingStore.ts",
|
|
"stores/gameStore.ts",
|
|
"stores/manaStore.ts",
|
|
"stores/prestigeStore.ts",
|
|
"stores/uiStore.ts",
|
|
"utils/index.ts"
|
|
],
|
|
"stores/gameLoopActions.ts": [
|
|
"constants.ts",
|
|
"stores/combatStore.ts",
|
|
"stores/manaStore.ts",
|
|
"stores/prestigeStore.ts",
|
|
"stores/uiStore.ts",
|
|
"utils/index.ts"
|
|
],
|
|
"stores/gameStore.ts": [
|
|
"constants.ts",
|
|
"data/attunements.ts",
|
|
"special-effects.ts",
|
|
"stores/attunementStore.ts",
|
|
"stores/combatStore.ts",
|
|
"stores/gameActions.ts",
|
|
"stores/gameLoopActions.ts",
|
|
"stores/manaStore.ts",
|
|
"stores/prestigeStore.ts",
|
|
"stores/uiStore.ts",
|
|
"upgrade-effects.ts",
|
|
"utils/index.ts"
|
|
],
|
|
"stores/index.ts": [
|
|
"constants.ts",
|
|
"store-modules/computed-stats.ts",
|
|
"stores/attunementStore.ts",
|
|
"stores/combatStore.ts",
|
|
"stores/craftingStore.ts",
|
|
"stores/gameHooks.ts",
|
|
"stores/gameStore.ts",
|
|
"stores/manaStore.ts",
|
|
"stores/prestigeStore.ts",
|
|
"stores/uiStore.ts",
|
|
"utils/index.ts"
|
|
],
|
|
"stores/manaStore.ts": [
|
|
"constants.ts",
|
|
"types.ts"
|
|
],
|
|
"stores/prestigeStore.ts": [
|
|
"constants.ts",
|
|
"types.ts"
|
|
],
|
|
"stores/uiStore.ts": [],
|
|
"study-slice.ts": [
|
|
"constants.ts",
|
|
"special-effects.ts",
|
|
"types.ts",
|
|
"upgrade-effects.ts"
|
|
],
|
|
"types.ts": [
|
|
"data/equipment/types.ts",
|
|
"types/attunements.ts",
|
|
"types/elements.ts",
|
|
"types/equipment.ts",
|
|
"types/game.ts",
|
|
"types/spells.ts"
|
|
],
|
|
"types/attunements.ts": [],
|
|
"types/disciplines.ts": [
|
|
"types/elements.ts"
|
|
],
|
|
"types/elements.ts": [],
|
|
"types/equipment.ts": [],
|
|
"types/equipmentSlot.ts": [],
|
|
"types/game.ts": [
|
|
"types/attunements.ts",
|
|
"types/elements.ts",
|
|
"types/equipment.ts",
|
|
"types/spells.ts"
|
|
],
|
|
"types/index.ts": [
|
|
"types/attunements.ts",
|
|
"types/elements.ts",
|
|
"types/equipmentSlot.ts",
|
|
"types/game.ts",
|
|
"types/spells.ts"
|
|
],
|
|
"types/spells.ts": [],
|
|
"upgrade-effects.ts": [
|
|
"dynamic-compute.ts",
|
|
"special-effects.ts",
|
|
"types.ts",
|
|
"upgrade-effects.types.ts"
|
|
],
|
|
"upgrade-effects.types.ts": [
|
|
"types.ts"
|
|
],
|
|
"utils/activity-log.ts": [
|
|
"types.ts"
|
|
],
|
|
"utils/combat-utils.ts": [
|
|
"constants.ts",
|
|
"data/enchantment-effects.ts",
|
|
"types.ts"
|
|
],
|
|
"utils/discipline-math.ts": [
|
|
"types/disciplines.ts"
|
|
],
|
|
"utils/enemy-utils.ts": [
|
|
"constants.ts",
|
|
"types.ts",
|
|
"utils/floor-utils.ts"
|
|
],
|
|
"utils/floor-utils.ts": [
|
|
"constants.ts"
|
|
],
|
|
"utils/formatting.ts": [],
|
|
"utils/index.ts": [
|
|
"utils/combat-utils.ts",
|
|
"utils/floor-utils.ts",
|
|
"utils/formatting.ts",
|
|
"utils/mana-utils.ts"
|
|
],
|
|
"utils/mana-utils.ts": [
|
|
"constants.ts",
|
|
"data/attunements.ts",
|
|
"types.ts",
|
|
"upgrade-effects.types.ts"
|
|
],
|
|
"utils/room-utils.ts": [
|
|
"constants.ts",
|
|
"types.ts",
|
|
"utils/enemy-utils.ts",
|
|
"utils/floor-utils.ts"
|
|
]
|
|
}
|
|
} |