Add Xuzhou rescue sortie flow

This commit is contained in:
2026-06-23 00:45:22 +09:00
parent 84a5606a73
commit 87b200d772
11 changed files with 929 additions and 43 deletions

View File

@@ -4,6 +4,7 @@ import {
fifthBattleScenario,
fourthBattleScenario,
secondBattleScenario,
seventhBattleScenario,
sixthBattleScenario,
thirdBattleScenario,
type BattleScenarioId
@@ -16,6 +17,8 @@ import {
fourthBattleVictoryPages,
secondBattleIntroPages,
secondBattleVictoryPages,
seventhBattleIntroPages,
seventhBattleVictoryPages,
sixthBattleIntroPages,
sixthBattleVictoryPages,
thirdBattleIntroPages,
@@ -88,12 +91,22 @@ const sortieFlows: Record<string, SortieFlow> = {
},
[sixthBattleScenario.id]: {
afterBattleId: sixthBattleScenario.id,
eyebrow: '다음 전장',
title: seventhBattleScenario.title,
description: '계교 원군로를 열어 공손찬의 신뢰를 얻은 유비군에게 서주의 도겸이 원군을 청합니다. 조조군 선봉을 밀어내고 서주 피난로를 열어야 합니다.',
rewardHint: `예상 보상: ${seventhBattleScenario.title} 개방`,
nextBattleId: seventhBattleScenario.id,
campaignStep: 'seventh-battle',
pages: [...sixthBattleVictoryPages, ...seventhBattleIntroPages]
},
[seventhBattleScenario.id]: {
afterBattleId: seventhBattleScenario.id,
eyebrow: '다음 장 준비',
title: '도겸의 서주',
description: '계교 원군로를 열어 공손찬의 신뢰를 얻은 유비에게 서주의 도겸이 원군을 청합니다. 다음 큰 줄기는 서주 인수로 이어집니다.',
description: '서주 구원전 뒤 도겸은 유비에게 서주의 장래를 맡아 달라 청합니다. 이제 서주 인수와 여포의 그림자가 다음 줄기를 만듭니다.',
rewardHint: '다음 장: 도겸에게 서주 인수 준비 중',
pages: sixthBattleVictoryPages,
unavailableNotice: '도겸 서주 흐름은 다음 장으로 이어집니다. 군영에서 성장 상태 정비하세요.'
pages: seventhBattleVictoryPages,
unavailableNotice: '도겸 서주 인수 흐름은 다음 장으로 이어집니다. 군영에서 성장 상태와 출전 구성을 정비하세요.'
}
};