fix: add missing enchantment effects for rotTouch, soulRend, master, and legendary spells
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m18s

- Add spell_rotTouch to BASIC_SPELL_EFFECTS (death element Tier 1)
- Add spell_soulRend to TIER2_SPELL_EFFECTS (death element Tier 2)
- Add spell_cosmicStorm, spell_heavenLight, spell_oblivion, spell_deathMark to TIER3_SPELL_EFFECTS (master spells)
- Create legendary-spells.ts with spell_stellarNova, spell_voidCollapse, spell_crystalShatter (legendary spells)
- Update spell-effects/index.ts to include LEGENDARY_SPELL_EFFECTS in SPELL_EFFECTS

Closes #41
This commit is contained in:
2026-05-18 20:30:46 +02:00
parent 594eec1ab4
commit a9918e83a6
8 changed files with 125 additions and 20 deletions
+4 -2
View File
@@ -1,8 +1,10 @@
# Circular Dependencies
Generated: 2026-05-18T17:38:26.640Z
Found: 1 circular chain(s) — these MUST be fixed before modifying involved files.
Generated: 2026-05-18T18:09:58.620Z
Found: 3 circular chain(s) — these MUST be fixed before modifying involved files.
1. Processed 123 files (1.3s) (29 warnings)
2. 1) data/equipment/index.ts > data/equipment/utils.ts
3. 2) data/golems/index.ts > data/golems/utils.ts
## How to fix
1. Identify which import in the chain can be extracted to a shared types/utils file.