fix: remove duplicate spell_iceShard from basic-spells.ts (was overwritten by frost-spells.ts version)
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m24s
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m24s
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Circular Dependencies
|
# 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.
|
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
|
1. 1) stores/golem-combat-actions.ts > stores/golem-combat-helpers.ts
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"_meta": {
|
"_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.",
|
"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."
|
"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": [
|
"stores/pipelines/pact-ritual.ts": [
|
||||||
"constants.ts",
|
"constants.ts",
|
||||||
"data/guardian-encounters.ts",
|
"data/guardian-encounters.ts",
|
||||||
"stores/manaStore.ts"
|
"stores/manaStore.ts",
|
||||||
|
"stores/prestigeStore.ts"
|
||||||
],
|
],
|
||||||
"stores/prestigeStore.ts": [
|
"stores/prestigeStore.ts": [
|
||||||
"constants.ts",
|
"constants.ts",
|
||||||
|
|||||||
@@ -57,16 +57,6 @@ export const BASIC_SPELL_EFFECTS: Record<string, EnchantmentEffectDef> = {
|
|||||||
allowedEquipmentCategories: ALL_CASTER,
|
allowedEquipmentCategories: ALL_CASTER,
|
||||||
effect: { type: 'spell', spellId: 'waterJet' }
|
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: {
|
spell_gust: {
|
||||||
id: 'spell_gust',
|
id: 'spell_gust',
|
||||||
name: 'Gust',
|
name: 'Gust',
|
||||||
|
|||||||
Reference in New Issue
Block a user