feat/phase4-combat-foundation #8

Merged
ptarrant merged 14 commits from feat/phase4-combat-foundation into dev 2025-11-28 04:21:19 +00:00
Showing only changes of commit 29b4853c84 - Show all commits

View File

@@ -2,7 +2,7 @@
**Status:** In Progress - Week 2 Complete, Week 3 Next
**Timeline:** 4-5 weeks
**Last Updated:** November 26, 2025
**Last Updated:** November 27, 2025
**Document Version:** 1.3
---
@@ -46,6 +46,7 @@
| 2.4 | Inventory API Endpoints | ✅ Complete | 25 tests |
| 2.5 | Character Stats Calculation | ✅ Complete | 17 tests |
| 2.6 | Equipment-Combat Integration | ✅ Complete | 140 tests |
| 2.7 | Combat Loot Integration | ✅ Complete | 59 tests |
**Files Created/Modified:**
- `/api/app/models/items.py` - Item with affix support, spell_power field
@@ -58,7 +59,7 @@
- `/api/app/services/combat_service.py` - Equipment integration
- `/api/app/api/inventory.py` - REST API endpoints
**Total Tests (Week 2):** 265+ passing
**Total Tests (Week 2):** 324+ passing
---