adding abilities, created skill tree template and unlock mechanics

This commit is contained in:
2025-11-28 21:41:46 -06:00
parent d9bc46adc1
commit a8767b34e2
96 changed files with 3331 additions and 13 deletions

View File

@@ -729,8 +729,8 @@ app.register_blueprint(combat_bp, url_prefix='/combat')
- ✅ Multiple enemies work - would like to update to allow the player to select which enemy to attack
- ✅ Combat state persists (refresh page)
- [ ] Spells consume mana - unable to test
- [ ] Items can be used in combat - unable to test
- [ ] Spells consume mana - Need to test
- [ ] Items can be used in combat - Need to test
**Bug Fixes & Polish:**
- Fix any calculation errors