fix: add Critical Chance display to Stats tab Combat Stats section
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 1m2s

This commit is contained in:
2026-06-10 12:55:26 +02:00
parent 62979ea4c7
commit e30962f82f
5 changed files with 37 additions and 5 deletions
+4 -2
View File
@@ -1,6 +1,6 @@
{
"_meta": {
"generated": "2026-06-10T09:41:39.446Z",
"generated": "2026-06-10T10:48:33.838Z",
"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."
},
@@ -556,8 +556,10 @@
"utils/index.ts"
],
"stores/combat-damage.ts": [
"data/enchantment-effects.ts",
"stores/combat-state.types.ts",
"types.ts"
"types.ts",
"utils/index.ts"
],
"stores/combat-descent-actions.ts": [
"data/guardian-encounters.ts",