general cleanup

This commit is contained in:
2025-11-28 10:43:58 -06:00
parent 45cfa25911
commit d9bc46adc1
9 changed files with 3 additions and 10 deletions

View File

@@ -21,7 +21,6 @@ base_stats:
starting_equipment:
- worn_staff
- cloth_armor
- rusty_knife
starting_abilities:
- basic_attack

View File

@@ -21,7 +21,6 @@ base_stats:
starting_equipment:
- rusty_dagger
- cloth_armor
- rusty_knife
starting_abilities:
- basic_attack

View File

@@ -21,7 +21,6 @@ base_stats:
starting_equipment:
- tome
- cloth_armor
- rusty_knife
starting_abilities:
- basic_attack

View File

@@ -21,7 +21,6 @@ base_stats:
starting_equipment:
- rusty_mace
- cloth_armor
- rusty_knife
starting_abilities:
- basic_attack

View File

@@ -21,7 +21,6 @@ base_stats:
starting_equipment:
- bone_wand
- cloth_armor
- rusty_knife
starting_abilities:
- basic_attack

View File

@@ -22,7 +22,6 @@ starting_equipment:
- rusty_sword
- rusty_shield
- cloth_armor
- rusty_knife
starting_abilities:
- basic_attack

View File

@@ -22,7 +22,6 @@ base_stats:
starting_equipment:
- rusty_sword
- cloth_armor
- rusty_knife # Everyone gets pocket knife
# Starting abilities
starting_abilities:

View File

@@ -21,7 +21,6 @@ base_stats:
starting_equipment:
- rusty_bow
- cloth_armor
- rusty_knife
starting_abilities:
- basic_attack

View File

@@ -720,9 +720,7 @@ app.register_blueprint(combat_bp, url_prefix='/combat')
- ✅ Turn order correct
- ✅ Attack deals damage
- ✅ Critical hits work
- [ ] Spells consume mana - unable to test
- ✅ Effects apply and tick correctly
- [ ] Items can be used in combat - unable to test
- ✅ Defend action works
- ✅ Victory awards XP/gold/loot
- ✅ Defeat handling works
@@ -731,6 +729,9 @@ 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
**Bug Fixes & Polish:**
- Fix any calculation errors
- Improve combat log messages