fix: Use BASE_ELEMENTS constant for debug unlock to prevent unlocking all 22 elements
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m18s

This commit is contained in:
2026-06-12 09:45:15 +02:00
parent 4b8cdb97d7
commit 7e0e9b9f7c
8 changed files with 149 additions and 8 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Circular Dependencies
Generated: 2026-06-12T05:02:18.108Z
Generated: 2026-06-12T07:05:52.901Z
Found: 4 circular chain(s) — these MUST be fixed before modifying involved files.
1. 1) data/guardian-encounters.ts > data/guardian-procedural.ts
+9 -1
View File
@@ -1,6 +1,6 @@
{
"_meta": {
"generated": "2026-06-12T05:02:13.512Z",
"generated": "2026-06-12T07:05:50.633Z",
"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."
},
@@ -581,6 +581,13 @@
"stores/prestigeStore.ts",
"utils/spire-utils.ts"
],
"stores/combat-reset.ts": [
"stores/combat-actions.ts",
"stores/combat-state.types.ts",
"types.ts",
"utils/index.ts",
"utils/spire-utils.ts"
],
"stores/combat-state.types.ts": [
"types.ts"
],
@@ -588,6 +595,7 @@
"data/guardian-encounters.ts",
"stores/combat-actions.ts",
"stores/combat-descent-actions.ts",
"stores/combat-reset.ts",
"stores/combat-state.types.ts",
"stores/discipline-slice.ts",
"stores/golemancy-actions.ts",
+2 -1
View File
@@ -250,7 +250,8 @@ Mana-Loop/
│ │ │ │ ├── store-actions-discipline.test.ts
│ │ │ │ ├── store-actions-mana.test.ts
│ │ │ │ ├── store-actions.test.ts
│ │ │ │ ── tick-integration.test.ts
│ │ │ │ ── tick-integration.test.ts
│ │ │ │ └── unlock-base-elements.test.ts
│ │ │ ├── constants/
│ │ │ │ ├── spells-modules/
│ │ │ │ │ ├── advanced-spells.ts