+
+
+ {{ props.general.name }} 【 {{ props.general.officerLevelText }} |
+ {{ injuryInfo.text }} 】 다음 턴
+ {{ props.general.turnTime ? formatSeoulHourMinute(props.general.turnTime) : '-' }}
+
-
{{ stat.label }}
- {{ stat.value }}
-
-
-
+
+ {{ stat.value }}
+
+
+
+
-
-
- 자금{{ props.general.gold.toLocaleString() }} 군량{{ props.general.rice.toLocaleString() }} 병력{{ props.general.crew.toLocaleString() }} 훈련{{ props.general.train }} 사기{{ props.general.atmos }}
- 부상{{ props.general.injury }} 병종{{ props.general.crewTypeName ?? '-' }} 성격{{ props.general.traits?.personal ?? '-' }} 전투특기{{ props.general.traits?.specialWar ?? '-' }} 내정특기{{ props.general.traits?.specialDomestic ?? '-' }} 계급{{ props.general.progression?.dedicationText ?? '무품관' }} 공헌{{ props.general.dedication.toLocaleString() }}
-
+
명마{{ itemNames.horse ?? '-' }}
+
무기{{ itemNames.weapon ?? '-' }}
+
서적{{ itemNames.book ?? '-' }}
-
-
Lv
-
{{ props.general.progression?.experienceLevel ?? 0 }}
-
+
+ 자금{{ props.general.gold.toLocaleString('ko-KR') }}
+ 군량{{ props.general.rice.toLocaleString('ko-KR') }}
+ 도구{{ itemNames.item ?? '-' }}
+
+ 병종{{ props.general.crewTypeName ?? '-' }}
+ 병사{{ props.general.crew.toLocaleString('ko-KR') }}
+ 성격{{ props.general.traits?.personal ?? '-' }}
+
+ 훈련{{ props.general.train }}
+ 사기{{ props.general.atmos }}
+ 특기{{ specialText }}
+
+ Lv
+ {{ props.general.progression?.experienceLevel ?? 0 }}
+
-
-
명성 {{ props.general.experience.toLocaleString() }}
+
+
연령
+
{{ props.general.age ?? '-' }}세
+
+
수비
+
{{ displayDefence }}
+
삭턴
+
{{ props.killTurn === null ? '-' : `${props.killTurn} 턴` }}
+
실행
+
{{
+ props.remainingMinutes === null ? '-' : `${props.remainingMinutes}분 남음`
+ }}
+
+
부대
+
{{ displayTroop }}
+
벌점
+
{{ displayPenalty }}
-
+