Add King of Hanzhong council milestone

This commit is contained in:
2026-06-23 14:21:47 +09:00
parent b4c34afeed
commit 43347fb33b
7 changed files with 140 additions and 16 deletions

View File

@@ -55,6 +55,7 @@ import {
firstBattleVictoryPages,
fourthBattleIntroPages,
fourthBattleVictoryPages,
hanzhongKingCouncilPages,
ninthBattleIntroPages,
ninthBattleVictoryPages,
nineteenthBattleIntroPages,
@@ -86,7 +87,6 @@ import {
thirtySixthBattleIntroPages,
thirtySixthBattleVictoryPages,
thirtySeventhBattleIntroPages,
thirtySeventhBattleVictoryPages,
thirtiethBattleIntroPages,
thirtiethBattleVictoryPages,
twentyEighthBattleIntroPages,
@@ -515,13 +515,14 @@ const sortieFlows: Record<string, SortieFlow> = {
},
[thirtySeventhBattleScenario.id]: {
afterBattleId: thirtySeventhBattleScenario.id,
eyebrow: '다음 장 준비',
title: '촉한 건국 준비',
eyebrow: '군영 의정',
title: '한중왕 즉위 준비',
description:
'한중 결전에서 조조군을 물리치고 북문을 얻었습니다. 다음은 한중왕 즉위와 촉한의 이름을 세우는 정치적 전환을 군영 이벤트와 다음 전장으로 준비해야 합니다.',
rewardHint: '다음 장: 한중왕 즉위 촉한 건국 준비 중',
pages: thirtySeventhBattleVictoryPages,
unavailableNotice: '한중왕 즉위와 촉한 건국 선포는 다음 작업에서 이어집니다. 유비의 명분, 제갈량의 국정 구상, 관우가 지키는 형주의 긴장을 함께 준비하십시오.'
'한중 결전에서 조조군을 물리치고 북문을 얻었습니다. 출진 준비를 통해 새 전투가 아니라 한중왕 즉위 논의를 진행하고, 촉한 건국의 명분을 군영 안에서 정리합니다.',
rewardHint: '군영 목표: 한중왕 즉위 준비 / 촉한 건국 명분 정리',
campaignStep: 'hanzhong-king-camp',
pages: hanzhongKingCouncilPages,
unavailableNotice: '한중왕 즉위 준비가 완료되었습니다. 다음 작업에서는 촉한 건국 선포와 형주 방면의 긴장을 이어 준비합니다.'
}
};