Add Jiangdong envoy sortie chapter

This commit is contained in:
2026-06-23 06:45:10 +09:00
parent 697ce8837d
commit 0af7c9cfe8
11 changed files with 1057 additions and 24 deletions

View File

@@ -17,6 +17,7 @@ import {
seventeenthBattleScenario,
tenthBattleScenario,
thirteenthBattleScenario,
twentiethBattleScenario,
twelfthBattleScenario,
thirdBattleScenario,
type BattleScenarioId
@@ -55,6 +56,8 @@ import {
tenthBattleVictoryPages,
thirteenthBattleIntroPages,
thirteenthBattleVictoryPages,
twentiethBattleIntroPages,
twentiethBattleVictoryPages,
twelfthBattleIntroPages,
twelfthBattleVictoryPages,
thirdBattleIntroPages,
@@ -263,13 +266,24 @@ const sortieFlows: Record<string, SortieFlow> = {
},
[nineteenthBattleScenario.id]: {
afterBattleId: nineteenthBattleScenario.id,
eyebrow: '다음 장 준비',
title: '강동 사절 준비',
eyebrow: '다음 장',
title: twentiethBattleScenario.title,
description:
'장판파에서 피난로를 열어 백성과 군을 다시 모았습니다. 이제 제갈량과 손건동으로 보낼 말과 증거를 정리하고, 손권과 마주할 준비를 해야 합니다.',
rewardHint: '다음 장: 강동 사절과 적벽대전 준비 중',
pages: nineteenthBattleVictoryPages,
unavailableNotice: '강동 사절과 적벽대전 장은 다음 작업에서 이어집니다. 군영에서 출전 후보, 공명, 보급을 정비하십시오.'
'장판파에서 피난로를 열어 백성과 군을 다시 모았습니다. 이제 제갈량과 손건나루까지 보내 강동 사절의 길을 열어야 합니다.',
rewardHint: `예상 보상: ${twentiethBattleScenario.title} 개방 / 강동 사절 문서 확보`,
nextBattleId: twentiethBattleScenario.id,
campaignStep: 'twentieth-battle',
pages: [...nineteenthBattleVictoryPages, ...twentiethBattleIntroPages]
},
[twentiethBattleScenario.id]: {
afterBattleId: twentiethBattleScenario.id,
eyebrow: '다음 장 준비',
title: '적벽 첫 전투 준비',
description:
'강동으로 향하는 길이 열렸습니다. 이제 제갈량과 손건은 손권과 주유를 설득해야 하고, 유비군은 장강에서 조조의 대군을 맞을 준비를 시작합니다.',
rewardHint: '다음 장: 강동 회담과 적벽대전 첫 전투 준비 중',
pages: twentiethBattleVictoryPages,
unavailableNotice: '강동 회담과 적벽대전 첫 전투는 다음 작업에서 이어집니다. 군영에서 사절 문서, 화공 준비, 출전 후보를 정비하십시오.'
}
};