Add Xuzhou gate night raid battle

This commit is contained in:
2026-06-23 01:42:44 +09:00
parent 1c501057e3
commit 056fb34226
11 changed files with 682 additions and 16 deletions

View File

@@ -4,6 +4,7 @@ import {
eighthBattleScenario,
fifthBattleScenario,
fourthBattleScenario,
ninthBattleScenario,
secondBattleScenario,
seventhBattleScenario,
sixthBattleScenario,
@@ -18,6 +19,8 @@ import {
firstBattleVictoryPages,
fourthBattleIntroPages,
fourthBattleVictoryPages,
ninthBattleIntroPages,
ninthBattleVictoryPages,
secondBattleIntroPages,
secondBattleVictoryPages,
seventhBattleIntroPages,
@@ -114,12 +117,22 @@ const sortieFlows: Record<string, SortieFlow> = {
},
[eighthBattleScenario.id]: {
afterBattleId: eighthBattleScenario.id,
eyebrow: '다음 전장',
title: ninthBattleScenario.title,
description: '여포를 의탁시킨 뒤 서주 성문 안팎의 불안이 터집니다. 조표의 야습을 막아 성문을 지켜내야 합니다.',
rewardHint: `예상 보상: ${ninthBattleScenario.title} 개방`,
nextBattleId: ninthBattleScenario.id,
campaignStep: 'ninth-battle',
pages: [...eighthBattleVictoryPages, ...ninthBattleIntroPages]
},
[ninthBattleScenario.id]: {
afterBattleId: ninthBattleScenario.id,
eyebrow: '다음 장 준비',
title: '여포의 의탁',
description: '소패 보급로를 지켜냈지만 여포가 몸을 의탁하겠다는 전갈이 도착합니다. 받아들이는 선택은 곧 서주 상실의 갈등으로 이어질 것입니다.',
rewardHint: '다음 장: 여포 의탁과 서주 내부 불안 준비 중',
pages: eighthBattleVictoryPages,
unavailableNotice: '여포 의탁 이후의 서주 상실 흐름은 다음 작업에서 이어집니다. 군영에서 성장과 출전 구성을 정비하십시오.'
title: '서주 상실의 전조',
description: '성문은 지켰지만 여포와 서주 내부의 불씨는 더 커졌습니다. 다음 흐름은 장비의 실책과 서주 상실로 이어집니다.',
rewardHint: '다음 장: 장비의 실책과 서주 상실 준비 중',
pages: ninthBattleVictoryPages,
unavailableNotice: '서주 상실 전투는 다음 작업에서 이어집니다. 군영에서 성장과 출전 구성을 정비하십시오.'
}
};