Commit Graph

4 Commits

Author SHA1 Message Date
Z User
e2671d7afd Fix upgrade reset bugs: milestone merging and tier-up carryover
Some checks failed
Build and Publish Mana Loop Docker Image / build-and-publish (push) Has been cancelled
- Fixed commitSkillUpgrades() to preserve upgrades from other milestones
  (selecting L10 upgrades no longer resets L5 selections)
- Fixed tierUpSkill() to carry over upgrades from previous tier
  (tier 2 now starts with tier 1's upgrades intact)
- Added summoned golems display to SpireTab with stats and progress bars
2026-04-02 10:57:03 +00:00
Z User
d91460a4e6 Implement Golemancy System and update documentation
Some checks failed
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 1m39s
Golemancy System:
- Add golem data definitions with 9 golem types (Earth, Steel, Crystal, Sand, Lava, Galvanic, Obsidian, Prism, Quicksilver, Voidstone)
- Add golemancy state to GameState for tracking enabled/summoned golems
- Add golemancy actions: toggleGolem, setEnabledGolems
- Add golemancy skills: Golem Mastery, Efficiency, Longevity, Siphon, Advanced Golemancy, Resonance
- Create GolemancyTab UI component for selecting and managing golems
- Golem slots unlock every 2 Fabricator levels (Level 2=1, Level 10=5)

Documentation Updates:
- Add detailed enchanting and golemancy documentation
- Remove all familiar system references
- Add Banned Content section (lifesteal, healing, life/blood/wood/mental/force mana, familiar system)

README.md now reflects current game systems accurately.
2026-04-01 13:39:35 +00:00
Z User
2b1c115fee feat: Remove banned mana types (life, blood, wood, mental, force) and lifesteal
Some checks failed
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 1m14s
- Remove life, blood, wood, mental, force mana types from ELEMENTS
- Remove all spells using banned mana types
- Remove lifesteal from all remaining spells and effects
- Update guardian perks to remove lifesteal mentions
- Remove research skills for banned spell types
- Update tests to reflect new element structure
- Add BANNED CONTENT section to AGENTS.md (lifesteal/healing ban)
- Add mana types overview to README.md and AGENTS.md
- All 44 tests pass, lint clean
2026-03-31 11:44:48 +00:00
Z User
fcebfab9e5 Initial commit 2026-03-31 09:26:13 +00:00