Add Xiapi outer siege chapter

This commit is contained in:
2026-06-23 02:55:33 +09:00
parent 83b2bb6361
commit 450842bd28
11 changed files with 778 additions and 17 deletions

View File

@@ -10,6 +10,7 @@ import {
seventhBattleScenario,
sixthBattleScenario,
tenthBattleScenario,
twelfthBattleScenario,
thirdBattleScenario,
type BattleScenarioId
} from './battles';
@@ -33,6 +34,8 @@ import {
sixthBattleVictoryPages,
tenthBattleIntroPages,
tenthBattleVictoryPages,
twelfthBattleIntroPages,
twelfthBattleVictoryPages,
thirdBattleIntroPages,
thirdBattleVictoryPages,
type StoryPage
@@ -153,12 +156,22 @@ const sortieFlows: Record<string, SortieFlow> = {
},
[eleventhBattleScenario.id]: {
afterBattleId: eleventhBattleScenario.id,
eyebrow: '다음 전장',
title: twelfthBattleScenario.title,
description: '조조는 유비군을 하비 포위망에 투입합니다. 여포를 다시 마주하는 이 싸움에서 유비군은 조조의 명을 따르되, 서주 백성을 위한 뜻도 지켜야 합니다.',
rewardHint: `예상 보상: ${twelfthBattleScenario.title} 개방`,
nextBattleId: twelfthBattleScenario.id,
campaignStep: 'twelfth-battle',
pages: [...eleventhBattleVictoryPages, ...twelfthBattleIntroPages]
},
[twelfthBattleScenario.id]: {
afterBattleId: twelfthBattleScenario.id,
eyebrow: '다음 장 준비',
title: '조조의 그늘 아래',
description: '허도 입성로를 열어 조조의 장막에 들어섰지만, 유비군은 보호와 감시를 동시에 받게 됩니다. 다음 흐름은 조조 밑에서 기회를 기다리는 장으로 이어집니다.',
rewardHint: '다음 장: 조조 휘하의 긴장 준비 중',
pages: eleventhBattleVictoryPages,
unavailableNotice: '조조 휘하 장은 다음 작업에서 이어집니다. 군영에서 성장과 출전 구성을 정비하십시오.'
title: '하비 포위의 끝',
description: '하비 외곽 포위망이 좁혀졌고, 여포의 마지막 운명도 가까워졌습니다. 다음 흐름은 여포 토벌의 결말과 조조 밑에서 깊어지장으로 이어집니다.',
rewardHint: '다음 장: 하비 결전과 조조 이탈 준비 중',
pages: twelfthBattleVictoryPages,
unavailableNotice: '하비 결전과 조조 이탈 장은 다음 작업에서 이어집니다. 군영에서 성장과 출전 구성을 정비하십시오.'
}
};