fix(ui): 사망 화면 장비 슬롯명 표시 및 기타 수정

- 사망 시 잃은 아이템에 슬롯명 표시 추가
- progress_service 마이너 수정
- 관련 테스트 업데이트
This commit is contained in:
JiWoong Sul
2026-01-15 23:23:38 +09:00
parent 9599a33a8f
commit 7e1936b34f
5 changed files with 39 additions and 4 deletions

View File

@@ -23,6 +23,7 @@ void main() {
level: 1,
atk: 10,
def: 5,
magDef: 5,
hpMax: 50,
hpCurrent: 0, // 몬스터 사망
criRate: 0.05,