refactor(model): 전투 상태 및 종족 데이터 수정

- combat_state: 전투 상태 모델 필드 추가
- race_traits: 종족 특성 정리
- race_data: 종족 데이터 업데이트
This commit is contained in:
JiWoong Sul
2026-01-19 19:40:48 +09:00
parent 5cccd28b77
commit 0cccc17f1f
3 changed files with 9 additions and 6 deletions

View File

@@ -151,9 +151,9 @@ class RaceData {
},
passives: [
PassiveAbility(
type: PassiveType.deathEquipmentPreserve,
value: 1.0,
description: '사망 시 장비 1개 유지',
type: PassiveType.defenseBonus,
value: 0.10,
description: '방어력 +10%',
),
],
);