fix(#165,#166,#167,#168,#169,#171,#172): resolve 7 open bug issues
#172 - Grimoire tab: removed dead 'loaded' state guard that permanently showed loading #169 - Transference Mana Flow: added elements param to checkDisciplinePrerequisites so mana type unlocks are verified #168 - Perk descriptions: wired 4 broken perks (enchant-2, channel-1, golem-2, efficiency-1) with actual bonus effects; fixed enchant-1 interval (5→50); fixed study-mana-enchantments stat (maxMana→maxManaBonus) #171 - Shields: removed all shield equipment (4 types), recipes, category, slot mappings; added 'shields' to AGENTS.md banned list #166 - regenMultiplier: merged disciplineEffects.multipliers.regenMultiplier into computeAllEffects() #165 - Meditation cap: added meditationCap display to ManaStatsSection UI; updated perk description #167 - XP accumulation: added Meditative Mastery base discipline with disciplineXpBonus stat; wired into tick pipeline
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"_meta": {
|
||||
"generated": "2026-05-27T17:14:04.806Z",
|
||||
"generated": "2026-05-27T19:08:44.608Z",
|
||||
"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."
|
||||
},
|
||||
@@ -372,7 +372,8 @@
|
||||
"data/fabricator-recipe-types.ts"
|
||||
],
|
||||
"data/fabricator-recipe-types.ts": [
|
||||
"data/equipment/types.ts"
|
||||
"data/equipment/types.ts",
|
||||
"types/equipment.ts"
|
||||
],
|
||||
"data/fabricator-recipes.ts": [
|
||||
"data/fabricator-material-recipes.ts",
|
||||
@@ -482,6 +483,15 @@
|
||||
"utils/room-utils.ts",
|
||||
"utils/safe-persist.ts"
|
||||
],
|
||||
"stores/crafting-equipment-tick.ts": [
|
||||
"constants.ts",
|
||||
"crafting-equipment.ts",
|
||||
"data/crafting-recipes.ts",
|
||||
"data/fabricator-recipes.ts",
|
||||
"stores/combatStore.ts",
|
||||
"stores/craftingStore.types.ts",
|
||||
"types/equipment.ts"
|
||||
],
|
||||
"stores/crafting-initial-state.ts": [
|
||||
"crafting-utils.ts",
|
||||
"types.ts"
|
||||
@@ -496,6 +506,7 @@
|
||||
"crafting-fabricator.ts",
|
||||
"crafting-utils.ts",
|
||||
"stores/combatStore.ts",
|
||||
"stores/crafting-equipment-tick.ts",
|
||||
"stores/crafting-initial-state.ts",
|
||||
"stores/craftingStore.types.ts",
|
||||
"stores/manaStore.ts",
|
||||
|
||||
Reference in New Issue
Block a user