Add Guiyang persuasion chapter

This commit is contained in:
2026-06-23 07:58:54 +09:00
parent d26a16d2a1
commit f8cc2f329c
11 changed files with 1134 additions and 28 deletions

View File

@@ -20,6 +20,7 @@ import {
twentyFirstBattleScenario,
twentySecondBattleScenario,
twentyThirdBattleScenario,
twentyFourthBattleScenario,
twentiethBattleScenario,
twelfthBattleScenario,
thirdBattleScenario,
@@ -65,6 +66,8 @@ import {
twentySecondBattleVictoryPages,
twentyThirdBattleIntroPages,
twentyThirdBattleVictoryPages,
twentyFourthBattleIntroPages,
twentyFourthBattleVictoryPages,
twentiethBattleIntroPages,
twentiethBattleVictoryPages,
twelfthBattleIntroPages,
@@ -319,13 +322,24 @@ const sortieFlows: Record<string, SortieFlow> = {
},
[twentyThirdBattleScenario.id]: {
afterBattleId: twentyThirdBattleScenario.id,
eyebrow: '다음 장 준비',
title: '영릉 안정과 다음 군현',
eyebrow: '다음 장',
title: twentyFourthBattleScenario.title,
description:
'형주 남부의 첫 길목을 열고 마량이 합류했습니다. 이제 계양, 무릉, 장사까지 차례로 설득하고 지켜야 형주·익주 확보의 기반이 단단해집니다.',
rewardHint: '다음 장: 계양·무릉·장사 확보 준비 중',
pages: twentyThirdBattleVictoryPages,
unavailableNotice: '다음 형주 남부 군현 확보 장은 다음 작업에서 이어집니다. 군영에서 마량과 대화하고 출전 후보를 정비하십시오.'
'형주 남부의 첫 길목을 열고 마량이 합류했습니다. 이제 마량의 현지 정보와 유비군의 군율을 앞세워 계양의 문을 열어야 합니다.',
rewardHint: `예상 보상: ${twentyFourthBattleScenario.title} 개방 / 이적 합류`,
nextBattleId: twentyFourthBattleScenario.id,
campaignStep: 'twenty-fourth-battle',
pages: [...twentyThirdBattleVictoryPages, ...twentyFourthBattleIntroPages]
},
[twentyFourthBattleScenario.id]: {
afterBattleId: twentyFourthBattleScenario.id,
eyebrow: '다음 장 준비',
title: '무릉 산길 준비',
description:
'계양이 열리고 이적이 합류했습니다. 다음은 험한 산길과 흩어진 마을이 기다리는 무릉으로 향해야 합니다.',
rewardHint: '다음 장: 무릉 산길 확보 준비 중',
pages: twentyFourthBattleVictoryPages,
unavailableNotice: '무릉 산길 확보 장은 다음 작업에서 이어집니다. 군영에서 이적과 대화하고 산길 전투를 준비하십시오.'
}
};