Commit Graph

4 Commits

Author SHA1 Message Date
Z User
94cc9a179a Move Loot/Achievements to separate tabs, add skill debug options, fix enchanting system
All checks were successful
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 2m15s
- Move LootInventoryDisplay to new LootTab (better mobile UX)
- Move AchievementsDisplay to new AchievementsTab (better mobile UX)
- Add skill research debug options to DebugTab (level up skills, enchanting skills)
- Fix enchanting: disenchant only possible in Prepare stage
- Fix enchanting: cannot apply enchantments to already enchanted gear
- Remove recover buttons from Apply stage (disenchant is only in Prepare stage now)
2026-04-01 11:28:01 +00:00
Z User
9220805ba0 fix: remove banned mana type references and fix missing ComboMeter import
All checks were successful
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 2m3s
- Remove ComboMeter from game component exports (file doesn't exist)
- Update DebugTab to not reference life, blood, wood, mental, force mana
- These mana types are banned per AGENTS.md lifesteal/healing policy
2026-03-31 12:26:13 +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