Commit Graph

3 Commits

Author SHA1 Message Date
Z User
3c79e66b87 Redesign skill system around attunements
All checks were successful
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 3m31s
- Add attunementLevel field to SkillDef type
- Organize skills into Core, Enchanter, Invoker, and Fabricator trees
- Core skills (mana, study, ascension) available to all players
- Enchanter skills require Enchanter attunement and scale with level
- Invoker skills for pact mastery and invocation (requires Invoker attunement)
- Fabricator skills for golemancy and fabrication (requires Fabricator attunement)
- Add attunement level requirements for advanced skills (Lv 3, 5, 7, 8)
- Update SkillsTab UI to show attunement requirements
- Update store to validate attunement requirements before studying
2026-03-28 06:57:02 +00:00
Z User
a0595e6077 Fix mana conversion visibility and UI improvements
All checks were successful
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 3m9s
- Increase attunement mana conversion rates (0.2 -> 2 for Enchanter)
- Hide mana types with current < 1 in ManaDisplay and LabTab
- Only show owned equipment types when designing enchantments
2026-03-28 06:15:14 +00:00
Z User
9566f44652 Initial commit 2026-03-28 06:07:39 +00:00