fix: resolve issues #188, #189, #190, #191 - EffectSelector gating, discipline tab completeness, and stat bonus integration
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m21s
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m21s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"_meta": {
|
||||
"generated": "2026-05-28T16:38:31.819Z",
|
||||
"generated": "2026-05-28T17:49:50.766Z",
|
||||
"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."
|
||||
},
|
||||
@@ -579,9 +579,11 @@
|
||||
"stores/gameLoopActions.ts",
|
||||
"stores/gameStore.types.ts",
|
||||
"stores/manaStore.ts",
|
||||
"stores/pipelines/pact-ritual.ts",
|
||||
"stores/prestigeStore.ts",
|
||||
"stores/tick-pipeline.ts",
|
||||
"stores/uiStore.ts",
|
||||
"utils/element-cap-bonus.ts",
|
||||
"utils/index.ts",
|
||||
"utils/safe-persist.ts"
|
||||
],
|
||||
@@ -608,6 +610,11 @@
|
||||
"utils/result.ts",
|
||||
"utils/safe-persist.ts"
|
||||
],
|
||||
"stores/pipelines/pact-ritual.ts": [
|
||||
"constants.ts",
|
||||
"data/guardian-encounters.ts",
|
||||
"stores/manaStore.ts"
|
||||
],
|
||||
"stores/prestigeStore.ts": [
|
||||
"constants.ts",
|
||||
"data/guardian-encounters.ts",
|
||||
@@ -675,6 +682,7 @@
|
||||
"utils/discipline-math.ts": [
|
||||
"types/disciplines.ts"
|
||||
],
|
||||
"utils/element-cap-bonus.ts": [],
|
||||
"utils/enemy-generator.ts": [
|
||||
"types.ts",
|
||||
"utils/enemy-utils.ts",
|
||||
|
||||
Reference in New Issue
Block a user