general cleanup
This commit is contained in:
@@ -21,7 +21,6 @@ base_stats:
|
||||
starting_equipment:
|
||||
- worn_staff
|
||||
- cloth_armor
|
||||
- rusty_knife
|
||||
|
||||
starting_abilities:
|
||||
- basic_attack
|
||||
|
||||
@@ -21,7 +21,6 @@ base_stats:
|
||||
starting_equipment:
|
||||
- rusty_dagger
|
||||
- cloth_armor
|
||||
- rusty_knife
|
||||
|
||||
starting_abilities:
|
||||
- basic_attack
|
||||
|
||||
@@ -21,7 +21,6 @@ base_stats:
|
||||
starting_equipment:
|
||||
- tome
|
||||
- cloth_armor
|
||||
- rusty_knife
|
||||
|
||||
starting_abilities:
|
||||
- basic_attack
|
||||
|
||||
@@ -21,7 +21,6 @@ base_stats:
|
||||
starting_equipment:
|
||||
- rusty_mace
|
||||
- cloth_armor
|
||||
- rusty_knife
|
||||
|
||||
starting_abilities:
|
||||
- basic_attack
|
||||
|
||||
@@ -21,7 +21,6 @@ base_stats:
|
||||
starting_equipment:
|
||||
- bone_wand
|
||||
- cloth_armor
|
||||
- rusty_knife
|
||||
|
||||
starting_abilities:
|
||||
- basic_attack
|
||||
|
||||
@@ -22,7 +22,6 @@ starting_equipment:
|
||||
- rusty_sword
|
||||
- rusty_shield
|
||||
- cloth_armor
|
||||
- rusty_knife
|
||||
|
||||
starting_abilities:
|
||||
- basic_attack
|
||||
|
||||
@@ -22,7 +22,6 @@ base_stats:
|
||||
starting_equipment:
|
||||
- rusty_sword
|
||||
- cloth_armor
|
||||
- rusty_knife # Everyone gets pocket knife
|
||||
|
||||
# Starting abilities
|
||||
starting_abilities:
|
||||
|
||||
@@ -21,7 +21,6 @@ base_stats:
|
||||
starting_equipment:
|
||||
- rusty_bow
|
||||
- cloth_armor
|
||||
- rusty_knife
|
||||
|
||||
starting_abilities:
|
||||
- basic_attack
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user