Add Jing Province entry chapter

This commit is contained in:
2026-06-23 07:42:11 +09:00
parent 302f0e0a76
commit d26a16d2a1
11 changed files with 1120 additions and 29 deletions

View File

@@ -19,6 +19,7 @@ import {
thirteenthBattleScenario,
twentyFirstBattleScenario,
twentySecondBattleScenario,
twentyThirdBattleScenario,
twentiethBattleScenario,
twelfthBattleScenario,
thirdBattleScenario,
@@ -62,6 +63,8 @@ import {
twentyFirstBattleVictoryPages,
twentySecondBattleIntroPages,
twentySecondBattleVictoryPages,
twentyThirdBattleIntroPages,
twentyThirdBattleVictoryPages,
twentiethBattleIntroPages,
twentiethBattleVictoryPages,
twelfthBattleIntroPages,
@@ -305,13 +308,24 @@ const sortieFlows: Record<string, SortieFlow> = {
},
[twentySecondBattleScenario.id]: {
afterBattleId: twentySecondBattleScenario.id,
eyebrow: '다음 장 준비',
title: '형주 확보 준비',
eyebrow: '다음 장',
title: twentyThirdBattleScenario.title,
description:
'적벽의 불길로 조조의 남하가 꺾였습니다. 이제 유비군은 머물 땅을 마련하기 위해 형주 남부와 익주로 이어질 근거지를 준비해야 합니다.',
rewardHint: '다음 장: 형주 남부 확보 준비 중',
pages: twentySecondBattleVictoryPages,
unavailableNotice: '형주 남부 확보 장은 다음 작업에서 이어집니다. 군영에서 전후 수습, 공명, 보급을 정비하십시오.'
'적벽의 불길로 조조의 남하가 꺾였습니다. 유비군은 이제 형주 남부의 길목을 열고, 백성을 먼저 안정시키며 머물 땅을 마련해야 합니다.',
rewardHint: `예상 보상: ${twentyThirdBattleScenario.title} 개방 / 마량 합류`,
nextBattleId: twentyThirdBattleScenario.id,
campaignStep: 'twenty-third-battle',
pages: [...twentySecondBattleVictoryPages, ...twentyThirdBattleIntroPages]
},
[twentyThirdBattleScenario.id]: {
afterBattleId: twentyThirdBattleScenario.id,
eyebrow: '다음 장 준비',
title: '영릉 안정과 다음 군현',
description:
'형주 남부의 첫 길목을 열고 마량이 합류했습니다. 이제 계양, 무릉, 장사까지 차례로 설득하고 지켜야 형주·익주 확보의 기반이 단단해집니다.',
rewardHint: '다음 장: 계양·무릉·장사 확보 준비 중',
pages: twentyThirdBattleVictoryPages,
unavailableNotice: '다음 형주 남부 군현 확보 장은 다음 작업에서 이어집니다. 군영에서 마량과 대화하고 출전 후보를 정비하십시오.'
}
};