933 lines
27 KiB
JSON
933 lines
27 KiB
JSON
{
|
|
"_meta": {
|
|
"generated": "2026-06-08T12:54:50.978Z",
|
|
"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": {
|
|
"constants.ts": [
|
|
"constants/index.ts"
|
|
],
|
|
"constants/core.ts": [],
|
|
"constants/elements.ts": [
|
|
"types.ts"
|
|
],
|
|
"constants/index.ts": [
|
|
"constants/core.ts",
|
|
"constants/elements.ts",
|
|
"constants/prestige.ts",
|
|
"constants/rooms.ts",
|
|
"constants/spells.ts",
|
|
"data/equipment/equipment-types-data.ts",
|
|
"types/game.ts"
|
|
],
|
|
"constants/prestige.ts": [
|
|
"types.ts"
|
|
],
|
|
"constants/rooms.ts": [
|
|
"types/game.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/blackflame-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/frost-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/miasma-spells.ts": [
|
|
"constants/elements.ts",
|
|
"types.ts"
|
|
],
|
|
"constants/spells-modules/plasma-spells.ts": [
|
|
"constants/elements.ts",
|
|
"types.ts"
|
|
],
|
|
"constants/spells-modules/radiantflames-spells.ts": [
|
|
"constants/elements.ts",
|
|
"types.ts"
|
|
],
|
|
"constants/spells-modules/raw-spells.ts": [
|
|
"constants/elements.ts",
|
|
"types.ts"
|
|
],
|
|
"constants/spells-modules/shadowglass-spells.ts": [
|
|
"constants/elements.ts",
|
|
"types.ts"
|
|
],
|
|
"constants/spells-modules/soul-spells.ts": [
|
|
"constants/elements.ts",
|
|
"types.ts"
|
|
],
|
|
"constants/spells-modules/time-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/blackflame-spells.ts",
|
|
"constants/spells-modules/compound-spells.ts",
|
|
"constants/spells-modules/enchantment-spells.ts",
|
|
"constants/spells-modules/frost-spells.ts",
|
|
"constants/spells-modules/legendary-spells.ts",
|
|
"constants/spells-modules/lightning-spells.ts",
|
|
"constants/spells-modules/master-spells.ts",
|
|
"constants/spells-modules/miasma-spells.ts",
|
|
"constants/spells-modules/plasma-spells.ts",
|
|
"constants/spells-modules/radiantflames-spells.ts",
|
|
"constants/spells-modules/raw-spells.ts",
|
|
"constants/spells-modules/shadowglass-spells.ts",
|
|
"constants/spells-modules/soul-spells.ts",
|
|
"constants/spells-modules/time-spells.ts",
|
|
"constants/spells-modules/utility-spells.ts",
|
|
"types.ts"
|
|
],
|
|
"crafting-actions/application-actions.ts": [
|
|
"crafting-apply.ts",
|
|
"stores/craftingStore.types.ts",
|
|
"stores/manaStore.ts",
|
|
"stores/uiStore.ts",
|
|
"types.ts"
|
|
],
|
|
"crafting-actions/computed-getters.ts": [
|
|
"data/enchantment-effects.ts",
|
|
"stores/craftingStore.types.ts"
|
|
],
|
|
"crafting-actions/crafting-equipment-actions.ts": [
|
|
"crafting-equipment.ts",
|
|
"stores/craftingStore.types.ts",
|
|
"types.ts"
|
|
],
|
|
"crafting-actions/crafting-material-actions.ts": [
|
|
"crafting-fabricator.ts",
|
|
"stores/manaStore.ts",
|
|
"stores/uiStore.ts"
|
|
],
|
|
"crafting-actions/design-actions.ts": [
|
|
"crafting-design.ts",
|
|
"crafting-utils.ts",
|
|
"effects/special-effects.ts",
|
|
"effects/upgrade-effects.ts",
|
|
"stores/craftingStore.types.ts",
|
|
"types.ts"
|
|
],
|
|
"crafting-actions/disenchant-actions.ts": [
|
|
"stores/craftingStore.types.ts"
|
|
],
|
|
"crafting-actions/equipment-actions.ts": [
|
|
"crafting-utils.ts",
|
|
"stores/craftingStore.types.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",
|
|
"stores/craftingStore.types.ts",
|
|
"stores/manaStore.ts",
|
|
"stores/uiStore.ts"
|
|
],
|
|
"crafting-apply.ts": [
|
|
"constants.ts",
|
|
"crafting-utils.ts",
|
|
"data/attunements.ts",
|
|
"data/enchantment-effects.ts",
|
|
"effects/special-effects.ts",
|
|
"effects/upgrade-effects.types.ts",
|
|
"types.ts"
|
|
],
|
|
"crafting-attunements.ts": [
|
|
"data/attunements.ts",
|
|
"types.ts"
|
|
],
|
|
"crafting-design.ts": [
|
|
"constants.ts",
|
|
"data/attunements.ts",
|
|
"data/enchantment-effects.ts",
|
|
"data/equipment/index.ts",
|
|
"effects/special-effects.ts",
|
|
"effects/upgrade-effects.types.ts",
|
|
"types.ts"
|
|
],
|
|
"crafting-equipment.ts": [
|
|
"constants.ts",
|
|
"data/crafting-recipes.ts",
|
|
"data/equipment/index.ts",
|
|
"types.ts",
|
|
"utils/result.ts"
|
|
],
|
|
"crafting-fabricator.ts": [
|
|
"data/fabricator-recipes.ts",
|
|
"effects/discipline-effects.ts",
|
|
"stores/manaStore.ts",
|
|
"types.ts"
|
|
],
|
|
"crafting-loot.ts": [
|
|
"data/crafting-recipes.ts",
|
|
"types.ts"
|
|
],
|
|
"crafting-prep.ts": [
|
|
"constants.ts",
|
|
"crafting-utils.ts",
|
|
"types.ts"
|
|
],
|
|
"crafting-utils.ts": [
|
|
"data/crafting-recipes.ts",
|
|
"data/equipment/index.ts",
|
|
"types.ts"
|
|
],
|
|
"data/achievements.ts": [
|
|
"types.ts"
|
|
],
|
|
"data/attunements.ts": [
|
|
"types.ts"
|
|
],
|
|
"data/conversion-costs.ts": [
|
|
"types.ts"
|
|
],
|
|
"data/crafting-recipes.ts": [],
|
|
"data/disciplines/base.ts": [
|
|
"types/disciplines.ts"
|
|
],
|
|
"data/disciplines/elemental-regen-advanced.ts": [
|
|
"types/disciplines.ts"
|
|
],
|
|
"data/disciplines/elemental-regen.ts": [
|
|
"types/disciplines.ts"
|
|
],
|
|
"data/disciplines/elemental.ts": [
|
|
"types/disciplines.ts"
|
|
],
|
|
"data/disciplines/enchanter-special.ts": [
|
|
"types/disciplines.ts"
|
|
],
|
|
"data/disciplines/enchanter-spells.ts": [
|
|
"types/disciplines.ts"
|
|
],
|
|
"data/disciplines/enchanter-utility.ts": [
|
|
"types/disciplines.ts"
|
|
],
|
|
"data/disciplines/enchanter.ts": [
|
|
"types/disciplines.ts"
|
|
],
|
|
"data/disciplines/fabricator.ts": [
|
|
"types/disciplines.ts"
|
|
],
|
|
"data/disciplines/index.ts": [
|
|
"data/disciplines/base.ts",
|
|
"data/disciplines/elemental-regen-advanced.ts",
|
|
"data/disciplines/elemental-regen.ts",
|
|
"data/disciplines/elemental.ts",
|
|
"data/disciplines/enchanter-special.ts",
|
|
"data/disciplines/enchanter-spells.ts",
|
|
"data/disciplines/enchanter-utility.ts",
|
|
"data/disciplines/enchanter.ts",
|
|
"data/disciplines/fabricator.ts",
|
|
"data/disciplines/invoker.ts",
|
|
"types/disciplines.ts"
|
|
],
|
|
"data/disciplines/invoker.ts": [
|
|
"types/disciplines.ts"
|
|
],
|
|
"data/enchantment-effects.ts": [
|
|
"data/enchantment-types.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/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/equipment/index.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/blackflame-spells.ts": [
|
|
"data/enchantments/spell-effects/types.ts"
|
|
],
|
|
"data/enchantments/spell-effects/exotic-new-spells.ts": [
|
|
"data/enchantments/spell-effects/types.ts"
|
|
],
|
|
"data/enchantments/spell-effects/frost-spells.ts": [
|
|
"data/enchantments/spell-effects/types.ts"
|
|
],
|
|
"data/enchantments/spell-effects/index.ts": [
|
|
"data/enchantment-types.ts",
|
|
"data/enchantments/spell-effects/basic-spells.ts",
|
|
"data/enchantments/spell-effects/blackflame-spells.ts",
|
|
"data/enchantments/spell-effects/exotic-new-spells.ts",
|
|
"data/enchantments/spell-effects/frost-spells.ts",
|
|
"data/enchantments/spell-effects/legendary-spells.ts",
|
|
"data/enchantments/spell-effects/lightning-spells.ts",
|
|
"data/enchantments/spell-effects/metal-spells.ts",
|
|
"data/enchantments/spell-effects/miasma-spells.ts",
|
|
"data/enchantments/spell-effects/radiantflames-spells.ts",
|
|
"data/enchantments/spell-effects/sand-spells.ts",
|
|
"data/enchantments/spell-effects/shadowglass-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/legendary-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/miasma-spells.ts": [
|
|
"data/enchantments/spell-effects/types.ts"
|
|
],
|
|
"data/enchantments/spell-effects/radiantflames-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/shadowglass-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/enchantment-types.ts",
|
|
"data/equipment/index.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/equipment-types-data.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/swords.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/equipment-types-data.ts",
|
|
"data/equipment/feet.ts",
|
|
"data/equipment/hands.ts",
|
|
"data/equipment/head.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": [
|
|
"types/equipmentSlot.ts"
|
|
],
|
|
"data/equipment/utils.ts": [
|
|
"data/equipment/equipment-types-data.ts",
|
|
"data/equipment/types.ts"
|
|
],
|
|
"data/fabricator-material-recipes.ts": [
|
|
"data/fabricator-recipe-types.ts"
|
|
],
|
|
"data/fabricator-physical-recipes.ts": [
|
|
"data/fabricator-recipe-types.ts"
|
|
],
|
|
"data/fabricator-recipe-types.ts": [
|
|
"data/equipment/types.ts",
|
|
"types/equipment.ts"
|
|
],
|
|
"data/fabricator-recipes.ts": [
|
|
"data/fabricator-material-recipes.ts",
|
|
"data/fabricator-physical-recipes.ts",
|
|
"data/fabricator-recipe-types.ts",
|
|
"data/fabricator-wizard-recipes.ts"
|
|
],
|
|
"data/fabricator-wizard-recipes.ts": [
|
|
"data/fabricator-recipe-types.ts"
|
|
],
|
|
"data/golems/cores.ts": [
|
|
"data/golems/types.ts"
|
|
],
|
|
"data/golems/frames.ts": [
|
|
"data/golems/types.ts"
|
|
],
|
|
"data/golems/golemEnchantments.ts": [
|
|
"data/golems/types.ts"
|
|
],
|
|
"data/golems/golems-data.ts": [
|
|
"data/golems/cores.ts",
|
|
"data/golems/frames.ts",
|
|
"data/golems/golemEnchantments.ts",
|
|
"data/golems/mindCircuits.ts"
|
|
],
|
|
"data/golems/index.ts": [
|
|
"data/golems/cores.ts",
|
|
"data/golems/frames.ts",
|
|
"data/golems/golemEnchantments.ts",
|
|
"data/golems/mindCircuits.ts",
|
|
"data/golems/types.ts"
|
|
],
|
|
"data/golems/mindCircuits.ts": [
|
|
"data/golems/types.ts"
|
|
],
|
|
"data/golems/types.ts": [
|
|
"types.ts"
|
|
],
|
|
"data/golems/utils.ts": [
|
|
"data/golems/cores.ts",
|
|
"data/golems/frames.ts",
|
|
"data/golems/mindCircuits.ts",
|
|
"data/golems/types.ts",
|
|
"types.ts"
|
|
],
|
|
"data/guardian-data.ts": [
|
|
"types.ts",
|
|
"utils/guardian-utils.ts"
|
|
],
|
|
"data/guardian-encounters.ts": [
|
|
"data/guardian-data.ts",
|
|
"types.ts",
|
|
"utils/guardian-utils.ts"
|
|
],
|
|
"data/loot-drops.ts": [
|
|
"types/game.ts"
|
|
],
|
|
"effects.ts": [
|
|
"data/enchantment-effects.ts",
|
|
"effects/discipline-effects.ts",
|
|
"effects/special-effects.ts",
|
|
"effects/upgrade-effects.ts",
|
|
"effects/upgrade-effects.types.ts",
|
|
"types.ts"
|
|
],
|
|
"effects/discipline-effects.ts": [
|
|
"data/disciplines/index.ts",
|
|
"stores/discipline-slice.ts",
|
|
"types/disciplines.ts",
|
|
"utils/discipline-math.ts"
|
|
],
|
|
"effects/dynamic-compute.ts": [
|
|
"effects/special-effects.ts",
|
|
"effects/upgrade-effects.types.ts"
|
|
],
|
|
"effects/special-effects.ts": [
|
|
"effects/upgrade-effects.types.ts"
|
|
],
|
|
"effects/upgrade-effects.ts": [
|
|
"effects/upgrade-effects.types.ts"
|
|
],
|
|
"effects/upgrade-effects.types.ts": [],
|
|
"hooks/useGameDerived.ts": [
|
|
"constants.ts",
|
|
"data/guardian-encounters.ts",
|
|
"effects/discipline-effects.ts",
|
|
"effects/special-effects.ts",
|
|
"effects/upgrade-effects.ts",
|
|
"stores/combatStore.ts",
|
|
"stores/gameStore.ts",
|
|
"stores/manaStore.ts",
|
|
"stores/prestigeStore.ts",
|
|
"utils/index.ts",
|
|
"utils/pact-utils.ts"
|
|
],
|
|
"stores/attunementStore.ts": [
|
|
"data/attunements.ts",
|
|
"types.ts",
|
|
"utils/safe-persist.ts"
|
|
],
|
|
"stores/combat-actions.ts": [
|
|
"constants.ts",
|
|
"data/guardian-encounters.ts",
|
|
"effects/discipline-effects.ts",
|
|
"stores/combat-damage.ts",
|
|
"stores/combat-state.types.ts",
|
|
"stores/dot-runtime.ts",
|
|
"stores/golem-combat-actions.ts",
|
|
"stores/golem-combat-helpers.ts",
|
|
"types.ts",
|
|
"utils/index.ts"
|
|
],
|
|
"stores/combat-damage.ts": [
|
|
"stores/combat-state.types.ts",
|
|
"types.ts"
|
|
],
|
|
"stores/combat-descent-actions.ts": [
|
|
"data/guardian-encounters.ts",
|
|
"effects/discipline-effects.ts",
|
|
"stores/attunementStore.ts",
|
|
"stores/combat-state.types.ts",
|
|
"stores/golem-combat-actions.ts",
|
|
"stores/manaStore.ts",
|
|
"stores/non-combat-room-actions.ts",
|
|
"stores/prestigeStore.ts",
|
|
"utils/spire-utils.ts"
|
|
],
|
|
"stores/combat-state.types.ts": [
|
|
"types.ts"
|
|
],
|
|
"stores/combatStore.ts": [
|
|
"data/guardian-encounters.ts",
|
|
"stores/combat-actions.ts",
|
|
"stores/combat-descent-actions.ts",
|
|
"stores/combat-state.types.ts",
|
|
"stores/golemancy-actions.ts",
|
|
"stores/non-combat-room-actions.ts",
|
|
"types.ts",
|
|
"utils/activity-log.ts",
|
|
"utils/index.ts",
|
|
"utils/safe-persist.ts",
|
|
"utils/spire-utils.ts"
|
|
],
|
|
"stores/crafting-equipment-tick.ts": [
|
|
"constants.ts",
|
|
"crafting-equipment.ts",
|
|
"data/crafting-recipes.ts",
|
|
"data/fabricator-recipes.ts",
|
|
"stores/combatStore.ts",
|
|
"stores/craftingStore.types.ts",
|
|
"types/equipment.ts"
|
|
],
|
|
"stores/crafting-initial-state.ts": [
|
|
"crafting-utils.ts",
|
|
"stores/craftingStore.types.ts",
|
|
"types.ts"
|
|
],
|
|
"stores/craftingStore.ts": [
|
|
"crafting-actions/application-actions.ts",
|
|
"crafting-actions/crafting-material-actions.ts",
|
|
"crafting-actions/equipment-actions.ts",
|
|
"crafting-actions/preparation-actions.ts",
|
|
"crafting-design.ts",
|
|
"crafting-utils.ts",
|
|
"stores/combatStore.ts",
|
|
"stores/crafting-equipment-tick.ts",
|
|
"stores/crafting-initial-state.ts",
|
|
"stores/craftingStore.types.ts",
|
|
"stores/manaStore.ts",
|
|
"stores/pipelines/equipment-crafting.ts",
|
|
"stores/uiStore.ts",
|
|
"types/equipmentSlot.ts",
|
|
"utils/result.ts",
|
|
"utils/safe-persist.ts"
|
|
],
|
|
"stores/craftingStore.types.ts": [
|
|
"types.ts",
|
|
"types/equipmentSlot.ts"
|
|
],
|
|
"stores/debugBridge.ts": [
|
|
"stores/attunementStore.ts",
|
|
"stores/combatStore.ts",
|
|
"stores/craftingStore.ts",
|
|
"stores/discipline-slice.ts",
|
|
"stores/gameStore.ts",
|
|
"stores/manaStore.ts",
|
|
"stores/prestigeStore.ts",
|
|
"stores/uiStore.ts"
|
|
],
|
|
"stores/discipline-slice.ts": [
|
|
"data/disciplines/base.ts",
|
|
"data/disciplines/elemental-regen-advanced.ts",
|
|
"data/disciplines/elemental-regen.ts",
|
|
"data/disciplines/elemental.ts",
|
|
"data/disciplines/enchanter-special.ts",
|
|
"data/disciplines/enchanter-spells.ts",
|
|
"data/disciplines/enchanter-utility.ts",
|
|
"data/disciplines/enchanter.ts",
|
|
"data/disciplines/fabricator.ts",
|
|
"data/disciplines/invoker.ts",
|
|
"types.ts",
|
|
"types/disciplines.ts",
|
|
"utils/discipline-math.ts",
|
|
"utils/safe-persist.ts"
|
|
],
|
|
"stores/dot-runtime.ts": [
|
|
"constants.ts",
|
|
"stores/combat-state.types.ts",
|
|
"types.ts",
|
|
"types/spells.ts"
|
|
],
|
|
"stores/gameActions.ts": [
|
|
"effects/discipline-effects.ts",
|
|
"stores/attunementStore.ts",
|
|
"stores/combatStore.ts",
|
|
"stores/craftingStore.ts",
|
|
"stores/discipline-slice.ts",
|
|
"stores/gameStore.types.ts",
|
|
"stores/manaStore.ts",
|
|
"stores/prestigeStore.ts",
|
|
"stores/uiStore.ts",
|
|
"utils/index.ts"
|
|
],
|
|
"stores/gameHooks.ts": [
|
|
"constants.ts",
|
|
"effects.ts",
|
|
"effects/discipline-effects.ts",
|
|
"stores/craftingStore.ts",
|
|
"stores/gameStore.ts",
|
|
"stores/manaStore.ts",
|
|
"stores/prestigeStore.ts",
|
|
"utils/index.ts"
|
|
],
|
|
"stores/gameLoopActions.ts": [
|
|
"constants.ts",
|
|
"effects/discipline-effects.ts",
|
|
"stores/combatStore.ts",
|
|
"stores/discipline-slice.ts",
|
|
"stores/gameStore.types.ts",
|
|
"stores/manaStore.ts",
|
|
"stores/prestigeStore.ts",
|
|
"stores/uiStore.ts",
|
|
"utils/index.ts"
|
|
],
|
|
"stores/gameStore.ts": [
|
|
"constants.ts",
|
|
"data/attunements.ts",
|
|
"data/guardian-encounters.ts",
|
|
"effects.ts",
|
|
"effects/discipline-effects.ts",
|
|
"effects/upgrade-effects.types.ts",
|
|
"stores/attunementStore.ts",
|
|
"stores/combatStore.ts",
|
|
"stores/craftingStore.ts",
|
|
"stores/discipline-slice.ts",
|
|
"stores/gameActions.ts",
|
|
"stores/gameLoopActions.ts",
|
|
"stores/gameStore.types.ts",
|
|
"stores/manaStore.ts",
|
|
"stores/pipelines/combat-tick.ts",
|
|
"stores/pipelines/enchanting-tick.ts",
|
|
"stores/pipelines/golem-combat.ts",
|
|
"stores/pipelines/pact-ritual.ts",
|
|
"stores/prestigeStore.ts",
|
|
"stores/tick-pipeline.ts",
|
|
"stores/uiStore.ts",
|
|
"types.ts",
|
|
"utils/conversion-rates.ts",
|
|
"utils/element-cap-bonus.ts",
|
|
"utils/element-distance.ts",
|
|
"utils/index.ts",
|
|
"utils/safe-persist.ts"
|
|
],
|
|
"stores/gameStore.types.ts": [],
|
|
"stores/golem-combat-actions.ts": [
|
|
"constants.ts",
|
|
"data/golems/index.ts",
|
|
"data/golems/utils.ts",
|
|
"stores/golem-combat-helpers.ts",
|
|
"types.ts"
|
|
],
|
|
"stores/golem-combat-helpers.ts": [
|
|
"data/golems/index.ts",
|
|
"stores/combat-state.types.ts",
|
|
"stores/golem-combat-actions.ts",
|
|
"types.ts",
|
|
"utils/index.ts"
|
|
],
|
|
"stores/golemancy-actions.ts": [
|
|
"types/game.ts"
|
|
],
|
|
"stores/index.ts": [
|
|
"constants.ts",
|
|
"stores/attunementStore.ts",
|
|
"stores/combat-state.types.ts",
|
|
"stores/combatStore.ts",
|
|
"stores/craftingStore.ts",
|
|
"stores/craftingStore.types.ts",
|
|
"stores/discipline-slice.ts",
|
|
"stores/gameHooks.ts",
|
|
"stores/gameStore.ts",
|
|
"stores/gameStore.types.ts",
|
|
"stores/manaStore.ts",
|
|
"stores/prestigeStore.ts",
|
|
"stores/uiStore.ts",
|
|
"utils/index.ts"
|
|
],
|
|
"stores/manaStore.ts": [
|
|
"constants.ts",
|
|
"types.ts",
|
|
"utils/result.ts",
|
|
"utils/safe-persist.ts"
|
|
],
|
|
"stores/non-combat-room-actions.ts": [
|
|
"constants.ts",
|
|
"stores/attunementStore.ts",
|
|
"stores/combat-state.types.ts",
|
|
"stores/discipline-slice.ts",
|
|
"stores/manaStore.ts"
|
|
],
|
|
"stores/pipelines/combat-tick.ts": [
|
|
"constants.ts",
|
|
"data/guardian-encounters.ts",
|
|
"effects/special-effects.ts",
|
|
"effects/upgrade-effects.types.ts",
|
|
"stores/combat-state.types.ts",
|
|
"stores/golem-combat-actions.ts",
|
|
"types.ts"
|
|
],
|
|
"stores/pipelines/enchanting-tick.ts": [
|
|
"constants.ts",
|
|
"crafting-apply.ts",
|
|
"crafting-design.ts",
|
|
"crafting-prep.ts",
|
|
"effects/upgrade-effects.types.ts",
|
|
"stores/craftingStore.ts",
|
|
"stores/tick-pipeline.ts"
|
|
],
|
|
"stores/pipelines/equipment-crafting.ts": [
|
|
"crafting-equipment.ts",
|
|
"crafting-fabricator.ts",
|
|
"stores/combatStore.ts",
|
|
"stores/craftingStore.types.ts",
|
|
"stores/manaStore.ts",
|
|
"stores/uiStore.ts"
|
|
],
|
|
"stores/pipelines/golem-combat.ts": [
|
|
"effects/discipline-effects.ts",
|
|
"stores/attunementStore.ts",
|
|
"stores/combatStore.ts",
|
|
"stores/golem-combat-actions.ts",
|
|
"stores/manaStore.ts",
|
|
"types.ts"
|
|
],
|
|
"stores/pipelines/pact-ritual.ts": [
|
|
"constants.ts",
|
|
"data/guardian-encounters.ts",
|
|
"stores/manaStore.ts",
|
|
"stores/prestigeStore.ts"
|
|
],
|
|
"stores/prestigeStore.ts": [
|
|
"constants.ts",
|
|
"data/guardian-encounters.ts",
|
|
"stores/manaStore.ts",
|
|
"utils/result.ts",
|
|
"utils/safe-persist.ts"
|
|
],
|
|
"stores/tick-pipeline.ts": [
|
|
"stores/attunementStore.ts",
|
|
"stores/combat-state.types.ts",
|
|
"stores/craftingStore.types.ts",
|
|
"stores/discipline-slice.ts",
|
|
"stores/gameStore.types.ts",
|
|
"stores/manaStore.ts",
|
|
"stores/prestigeStore.ts",
|
|
"stores/uiStore.ts"
|
|
],
|
|
"stores/uiStore.ts": [
|
|
"utils/safe-persist.ts"
|
|
],
|
|
"types.ts": [
|
|
"data/equipment/types.ts",
|
|
"types/attunements.ts",
|
|
"types/elements.ts",
|
|
"types/equipment.ts",
|
|
"types/equipmentSlot.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/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/equipment.ts",
|
|
"types/equipmentSlot.ts",
|
|
"types/game.ts",
|
|
"types/spells.ts"
|
|
],
|
|
"types/spells.ts": [],
|
|
"utils/activity-log.ts": [
|
|
"types.ts"
|
|
],
|
|
"utils/combat-utils.ts": [
|
|
"constants.ts",
|
|
"data/enchantment-effects.ts",
|
|
"data/guardian-data.ts",
|
|
"data/guardian-encounters.ts",
|
|
"types.ts",
|
|
"utils/mana-utils.ts"
|
|
],
|
|
"utils/conversion-rates.ts": [
|
|
"data/conversion-costs.ts",
|
|
"effects/discipline-effects.ts",
|
|
"utils/element-distance.ts"
|
|
],
|
|
"utils/discipline-math.ts": [
|
|
"types/disciplines.ts"
|
|
],
|
|
"utils/element-cap-bonus.ts": [],
|
|
"utils/element-distance.ts": [],
|
|
"utils/enemy-generator.ts": [
|
|
"types.ts",
|
|
"utils/enemy-utils.ts",
|
|
"utils/floor-utils.ts"
|
|
],
|
|
"utils/enemy-utils.ts": [
|
|
"constants.ts",
|
|
"types.ts",
|
|
"utils/floor-utils.ts"
|
|
],
|
|
"utils/floor-utils.ts": [
|
|
"constants.ts",
|
|
"data/guardian-encounters.ts"
|
|
],
|
|
"utils/formatting.ts": [],
|
|
"utils/guardian-utils.ts": [
|
|
"constants/elements.ts"
|
|
],
|
|
"utils/index.ts": [
|
|
"utils/combat-utils.ts",
|
|
"utils/floor-utils.ts",
|
|
"utils/formatting.ts",
|
|
"utils/mana-utils.ts",
|
|
"utils/result.ts",
|
|
"utils/safe-persist.ts"
|
|
],
|
|
"utils/mana-utils.ts": [
|
|
"constants.ts",
|
|
"data/attunements.ts",
|
|
"effects/upgrade-effects.types.ts",
|
|
"types.ts"
|
|
],
|
|
"utils/pact-utils.ts": [
|
|
"data/guardian-encounters.ts"
|
|
],
|
|
"utils/result.ts": [],
|
|
"utils/room-utils.ts": [
|
|
"constants.ts",
|
|
"data/guardian-encounters.ts",
|
|
"types.ts",
|
|
"utils/enemy-utils.ts",
|
|
"utils/floor-utils.ts"
|
|
],
|
|
"utils/safe-persist.ts": [],
|
|
"utils/spire-utils.ts": [
|
|
"constants.ts",
|
|
"data/guardian-encounters.ts",
|
|
"data/loot-drops.ts",
|
|
"types.ts",
|
|
"types/game.ts",
|
|
"utils/enemy-utils.ts",
|
|
"utils/floor-utils.ts"
|
|
]
|
|
}
|
|
} |