Add Yuan Shao refuge road chapter

This commit is contained in:
2026-06-23 04:23:14 +09:00
parent 09c1390ba5
commit 821cebde0e
11 changed files with 873 additions and 18 deletions

View File

@@ -4,6 +4,7 @@ import {
eighthBattleScenario,
eleventhBattleScenario,
fifthBattleScenario,
fifteenthBattleScenario,
fourteenthBattleScenario,
fourthBattleScenario,
ninthBattleScenario,
@@ -23,6 +24,8 @@ import {
eleventhBattleVictoryPages,
fifthBattleIntroPages,
fifthBattleVictoryPages,
fifteenthBattleIntroPages,
fifteenthBattleVictoryPages,
fourteenthBattleIntroPages,
fourteenthBattleVictoryPages,
firstBattleVictoryPages,
@@ -193,13 +196,24 @@ const sortieFlows: Record<string, SortieFlow> = {
},
[fourteenthBattleScenario.id]: {
afterBattleId: fourteenthBattleScenario.id,
eyebrow: '다음 장 준비',
title: '원소 의탁의 길',
eyebrow: '다음 장',
title: fifteenthBattleScenario.title,
description:
'조조의 장막을 벗어난 유비군은 원소 진영으로 향할 수밖에 없습니다. 다음 흐름은 원소 의탁과 조조의 추격을 피해 북상하는 장으로 이어집니다.',
rewardHint: '다음 장: 원소 의탁 준비 중',
pages: fourteenthBattleVictoryPages,
unavailableNotice: '원소 의탁 장은 다음 작업에서 이어집니다. 군영에서 성장, 대화, 출전 구성을 정비하십시오.'
'조조의 장막을 벗어난 유비군은 원소 진영으로 향해야 합니다. 그러나 북상로에는 채양의 추격대가 깔려 있어, 접선지까지 길을 열어야 합니다.',
rewardHint: `예상 보상: ${fifteenthBattleScenario.title} 개방 / 원소 접선`,
nextBattleId: fifteenthBattleScenario.id,
campaignStep: 'fifteenth-battle',
pages: [...fourteenthBattleVictoryPages, ...fifteenthBattleIntroPages]
},
[fifteenthBattleScenario.id]: {
afterBattleId: fifteenthBattleScenario.id,
eyebrow: '다음 장 준비',
title: '유표 의탁의 길',
description:
'원소 진영에 몸을 의탁했지만, 큰 세력의 틈은 오래 머물 곳이 되기 어렵습니다. 다음 흐름은 원소 진영을 떠나 유표에게 의탁하는 장으로 이어집니다.',
rewardHint: '다음 장: 유표 의탁 준비 중',
pages: fifteenthBattleVictoryPages,
unavailableNotice: '유표 의탁 장은 다음 작업에서 이어집니다. 군영에서 성장, 대화, 출전 구성을 정비하십시오.'
}
};