diff --git a/docs/circular-deps.txt b/docs/circular-deps.txt index 8228e9c..2fd0067 100644 --- a/docs/circular-deps.txt +++ b/docs/circular-deps.txt @@ -1,5 +1,5 @@ # Circular Dependencies -Generated: 2026-06-08T12:14:53.698Z +Generated: 2026-06-08T12:28:09.613Z Found: 1 circular chain(s) — these MUST be fixed before modifying involved files. 1. 1) stores/golem-combat-actions.ts > stores/golem-combat-helpers.ts diff --git a/docs/dependency-graph.json b/docs/dependency-graph.json index 2365f8f..31a4ff6 100644 --- a/docs/dependency-graph.json +++ b/docs/dependency-graph.json @@ -1,6 +1,6 @@ { "_meta": { - "generated": "2026-06-08T12:14:51.708Z", + "generated": "2026-06-08T12:28:07.502Z", "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." }, @@ -799,7 +799,8 @@ "stores/pipelines/pact-ritual.ts": [ "constants.ts", "data/guardian-encounters.ts", - "stores/manaStore.ts" + "stores/manaStore.ts", + "stores/prestigeStore.ts" ], "stores/prestigeStore.ts": [ "constants.ts", diff --git a/src/lib/game/data/enchantments/spell-effects/basic-spells.ts b/src/lib/game/data/enchantments/spell-effects/basic-spells.ts index 4025abc..c315a58 100644 --- a/src/lib/game/data/enchantments/spell-effects/basic-spells.ts +++ b/src/lib/game/data/enchantments/spell-effects/basic-spells.ts @@ -57,16 +57,6 @@ export const BASIC_SPELL_EFFECTS: Record = { allowedEquipmentCategories: ALL_CASTER, effect: { type: 'spell', spellId: 'waterJet' } }, - spell_iceShard: { - id: 'spell_iceShard', - name: 'Ice Shard', - description: 'Grants the ability to cast Ice Shard (14 water damage)', - category: 'spell', - baseCapacityCost: 75, - maxStacks: 1, - allowedEquipmentCategories: ALL_CASTER, - effect: { type: 'spell', spellId: 'iceShard' } - }, spell_gust: { id: 'spell_gust', name: 'Gust',