general cleanup
This commit is contained in:
@@ -21,7 +21,6 @@ base_stats:
|
|||||||
starting_equipment:
|
starting_equipment:
|
||||||
- worn_staff
|
- worn_staff
|
||||||
- cloth_armor
|
- cloth_armor
|
||||||
- rusty_knife
|
|
||||||
|
|
||||||
starting_abilities:
|
starting_abilities:
|
||||||
- basic_attack
|
- basic_attack
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ base_stats:
|
|||||||
starting_equipment:
|
starting_equipment:
|
||||||
- rusty_dagger
|
- rusty_dagger
|
||||||
- cloth_armor
|
- cloth_armor
|
||||||
- rusty_knife
|
|
||||||
|
|
||||||
starting_abilities:
|
starting_abilities:
|
||||||
- basic_attack
|
- basic_attack
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ base_stats:
|
|||||||
starting_equipment:
|
starting_equipment:
|
||||||
- tome
|
- tome
|
||||||
- cloth_armor
|
- cloth_armor
|
||||||
- rusty_knife
|
|
||||||
|
|
||||||
starting_abilities:
|
starting_abilities:
|
||||||
- basic_attack
|
- basic_attack
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ base_stats:
|
|||||||
starting_equipment:
|
starting_equipment:
|
||||||
- rusty_mace
|
- rusty_mace
|
||||||
- cloth_armor
|
- cloth_armor
|
||||||
- rusty_knife
|
|
||||||
|
|
||||||
starting_abilities:
|
starting_abilities:
|
||||||
- basic_attack
|
- basic_attack
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ base_stats:
|
|||||||
starting_equipment:
|
starting_equipment:
|
||||||
- bone_wand
|
- bone_wand
|
||||||
- cloth_armor
|
- cloth_armor
|
||||||
- rusty_knife
|
|
||||||
|
|
||||||
starting_abilities:
|
starting_abilities:
|
||||||
- basic_attack
|
- basic_attack
|
||||||
|
|||||||
@@ -22,7 +22,6 @@ starting_equipment:
|
|||||||
- rusty_sword
|
- rusty_sword
|
||||||
- rusty_shield
|
- rusty_shield
|
||||||
- cloth_armor
|
- cloth_armor
|
||||||
- rusty_knife
|
|
||||||
|
|
||||||
starting_abilities:
|
starting_abilities:
|
||||||
- basic_attack
|
- basic_attack
|
||||||
|
|||||||
@@ -22,7 +22,6 @@ base_stats:
|
|||||||
starting_equipment:
|
starting_equipment:
|
||||||
- rusty_sword
|
- rusty_sword
|
||||||
- cloth_armor
|
- cloth_armor
|
||||||
- rusty_knife # Everyone gets pocket knife
|
|
||||||
|
|
||||||
# Starting abilities
|
# Starting abilities
|
||||||
starting_abilities:
|
starting_abilities:
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ base_stats:
|
|||||||
starting_equipment:
|
starting_equipment:
|
||||||
- rusty_bow
|
- rusty_bow
|
||||||
- cloth_armor
|
- cloth_armor
|
||||||
- rusty_knife
|
|
||||||
|
|
||||||
starting_abilities:
|
starting_abilities:
|
||||||
- basic_attack
|
- basic_attack
|
||||||
|
|||||||
@@ -720,9 +720,7 @@ app.register_blueprint(combat_bp, url_prefix='/combat')
|
|||||||
- ✅ Turn order correct
|
- ✅ Turn order correct
|
||||||
- ✅ Attack deals damage
|
- ✅ Attack deals damage
|
||||||
- ✅ Critical hits work
|
- ✅ Critical hits work
|
||||||
- [ ] Spells consume mana - unable to test
|
|
||||||
- ✅ Effects apply and tick correctly
|
- ✅ Effects apply and tick correctly
|
||||||
- [ ] Items can be used in combat - unable to test
|
|
||||||
- ✅ Defend action works
|
- ✅ Defend action works
|
||||||
- ✅ Victory awards XP/gold/loot
|
- ✅ Victory awards XP/gold/loot
|
||||||
- ✅ Defeat handling works
|
- ✅ 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
|
- ✅ Multiple enemies work - would like to update to allow the player to select which enemy to attack
|
||||||
- ✅ Combat state persists (refresh page)
|
- ✅ Combat state persists (refresh page)
|
||||||
|
|
||||||
|
- [ ] Spells consume mana - unable to test
|
||||||
|
- [ ] Items can be used in combat - unable to test
|
||||||
|
|
||||||
**Bug Fixes & Polish:**
|
**Bug Fixes & Polish:**
|
||||||
- Fix any calculation errors
|
- Fix any calculation errors
|
||||||
- Improve combat log messages
|
- Improve combat log messages
|
||||||
|
|||||||
Reference in New Issue
Block a user