fix: golem combat runtime - elemental matchup, enchantment effects, spell damage/cost, armor pierce (issue #313)
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m21s

This commit is contained in:
2026-06-08 10:12:18 +02:00
parent 0e1e506213
commit 1e99a57496
8 changed files with 691 additions and 73 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# Circular Dependencies
Generated: 2026-06-07T21:06:17.789Z
Generated: 2026-06-07T21:16:10.397Z
No circular dependencies found. ✅
+2 -1
View File
@@ -1,6 +1,6 @@
{
"_meta": {
"generated": "2026-06-07T21:06:15.829Z",
"generated": "2026-06-07T21:16:08.368Z",
"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."
},
@@ -203,6 +203,7 @@
],
"crafting-fabricator.ts": [
"data/fabricator-recipes.ts",
"effects/discipline-effects.ts",
"stores/manaStore.ts",
"types.ts"
],
+3
View File
@@ -385,7 +385,10 @@ Mana-Loop/
│ │ │ │ ├── gameLoopActions.ts
│ │ │ │ ├── gameStore.ts
│ │ │ │ ├── gameStore.types.ts
│ │ │ │ ├── golem-combat-actions.test.ts
│ │ │ │ ├── golem-combat-actions.ts
│ │ │ │ ├── golem-combat-helpers.test.ts
│ │ │ │ ├── golem-combat-helpers.ts
│ │ │ │ ├── golemancy-actions.ts
│ │ │ │ ├── golemancy-combat.test.ts
│ │ │ │ ├── index.ts