feat: Complete Golemancy System Redesign - Component-Based Construction
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m18s

- Fix Crystal-Steel Hybrid Frame unlock to require Fabricator 5 + Enchanter 5 (dual attunement)
- Fix golem slot calculation: pass fabricator level to summon logic, cap at 7 (base 5 + discipline bonus)
- Integrate discipline golemCapacity bonus into slot calculation in combat-descent-actions and golem-combat pipeline
- Update GolemancyTab UI to show discipline slot bonus in header
- Add comprehensive test suite: golemancy-data.test.ts (344 lines) and golemancy-combat.test.ts (313 lines)
- All 1009 tests pass across 52 test files
This commit is contained in:
2026-06-06 19:19:06 +02:00
parent 9d4b3f3c69
commit 59fe6cd111
11 changed files with 695 additions and 20 deletions
+2
View File
@@ -332,6 +332,7 @@ Mana-Loop/
│ │ │ │ │ ├── cores.ts
│ │ │ │ │ ├── frames.ts
│ │ │ │ │ ├── golemEnchantments.ts
│ │ │ │ │ ├── golemancy-data.test.ts
│ │ │ │ │ ├── golems-data.ts
│ │ │ │ │ ├── index.ts
│ │ │ │ │ ├── mindCircuits.ts
@@ -386,6 +387,7 @@ Mana-Loop/
│ │ │ │ ├── gameStore.types.ts
│ │ │ │ ├── golem-combat-actions.ts
│ │ │ │ ├── golemancy-actions.ts
│ │ │ │ ├── golemancy-combat.test.ts
│ │ │ │ ├── index.ts
│ │ │ │ ├── manaStore.ts
│ │ │ │ ├── non-combat-room-actions.ts