새 게시물 작성
@@ -224,18 +225,31 @@ onMounted(() => {
diff --git a/app/game-frontend/src/views/InheritView.vue b/app/game-frontend/src/views/InheritView.vue
index 1f7ba26..74d707e 100644
--- a/app/game-frontend/src/views/InheritView.vue
+++ b/app/game-frontend/src/views/InheritView.vue
@@ -40,7 +40,7 @@ const buffLabels: Record = {
const pointLabels: Record = {
previous: '보유',
- lived_month: '생존 턴',
+ lived_month: '생존',
max_domestic_critical: '최대 연속 내정 성공',
active_action: '능동 행동 수',
combat: '전투 횟수',
@@ -60,8 +60,8 @@ const pointOrder = [
'active_action',
'combat',
'sabotage',
- 'dex',
'unifier',
+ 'dex',
'tournament',
'betting',
] as const;
@@ -71,7 +71,7 @@ const pointHelp: Record = {
lived_month: '살아남은 기간입니다. (1개월 단위)',
max_belong: '가장 오래 임관했던 국가의 연도입니다.',
max_domestic_critical: '성공한 내정 중 최대 연속값입니다.',
- active_action: '장수 동향에 본인의 이름이 직접 나타난 수입니다. 일부 사령턴은 제외됩니다.',
+ active_action: '장수 동향에 본인의 이름이 직접 나타난 수입니다.일부 사령턴은 제외됩니다.',
combat: '전투 횟수입니다.',
sabotage: '계략 성공 횟수입니다.',
unifier: '천통에 기여한 포인트입니다. 각 국의 군주, 천통 수뇌, 천통 군주가 받습니다.',
@@ -745,18 +745,20 @@ onMounted(() => {