Add Cao break chapter and Sun Qian sortie

This commit is contained in:
2026-06-23 04:08:15 +09:00
parent 3cdbbe8d5a
commit 09c1390ba5
11 changed files with 900 additions and 23 deletions

View File

@@ -4,6 +4,7 @@ import {
eighthBattleScenario,
eleventhBattleScenario,
fifthBattleScenario,
fourteenthBattleScenario,
fourthBattleScenario,
ninthBattleScenario,
secondBattleScenario,
@@ -22,6 +23,8 @@ import {
eleventhBattleVictoryPages,
fifthBattleIntroPages,
fifthBattleVictoryPages,
fourteenthBattleIntroPages,
fourteenthBattleVictoryPages,
firstBattleVictoryPages,
fourthBattleIntroPages,
fourthBattleVictoryPages,
@@ -179,12 +182,24 @@ const sortieFlows: Record<string, SortieFlow> = {
},
[thirteenthBattleScenario.id]: {
afterBattleId: thirteenthBattleScenario.id,
eyebrow: '다음 전장',
title: fourteenthBattleScenario.title,
description:
'여포가 무너진 뒤 조조의 경계는 더 깊어졌습니다. 손건이 합류해 서주 길목의 문서와 민심을 준비하고, 유비군은 조조의 장막 밖으로 나갈 첫 전투를 맞습니다.',
rewardHint: `예상 보상: ${fourteenthBattleScenario.title} 개방 / 손건 합류`,
nextBattleId: fourteenthBattleScenario.id,
campaignStep: 'fourteenth-battle',
pages: [...thirteenthBattleVictoryPages, ...fourteenthBattleIntroPages]
},
[fourteenthBattleScenario.id]: {
afterBattleId: fourteenthBattleScenario.id,
eyebrow: '다음 장 준비',
title: '조조 이탈의 불씨',
description: '여포가 무너지고 하비 결전은 끝났지만, 조조의 칭찬과 경계는 동시에 깊어졌습니다. 다음 흐름은 조조 휘하를 벗어날 명분과 때를 준비하는 장으로 이어집니다.',
rewardHint: '다음 장: 조조 이탈과 원소 의탁 준비 중',
pages: thirteenthBattleVictoryPages,
unavailableNotice: '조조 이탈과 원소 의탁 장은 다음 작업에서 이어집니다. 군영에서 성장, 대화, 출전 구성을 정비하십시오.'
title: '원소 의탁의 길',
description:
'조조의 장막을 벗어난 유비군은 원소 진영으로 향할 수밖에 없습니다. 다음 흐름은 원소 의탁과 조조의 추격을 피해 북상하는 장으로 이어집니다.',
rewardHint: '다음 장: 원소 의탁 준비 중',
pages: fourteenthBattleVictoryPages,
unavailableNotice: '원소 의탁 장은 다음 작업에서 이어집니다. 군영에서 성장, 대화, 출전 구성을 정비하십시오.'
}
};