Add third Meng Huo capture battle
This commit is contained in:
@@ -4,6 +4,7 @@ import {
|
||||
eighthBattleScenario,
|
||||
eighteenthBattleScenario,
|
||||
eleventhBattleScenario,
|
||||
fiftiethBattleScenario,
|
||||
fortiethBattleScenario,
|
||||
fortyFirstBattleScenario,
|
||||
fortySecondBattleScenario,
|
||||
@@ -59,6 +60,8 @@ import {
|
||||
eighteenthBattleVictoryPages,
|
||||
eleventhBattleIntroPages,
|
||||
eleventhBattleVictoryPages,
|
||||
fiftiethBattleIntroPages,
|
||||
fiftiethBattleVictoryPages,
|
||||
fortiethBattleIntroPages,
|
||||
fortiethBattleVictoryPages,
|
||||
fortyFirstBattleIntroPages,
|
||||
@@ -717,13 +720,24 @@ const sortieFlows: Record<string, SortieFlow> = {
|
||||
},
|
||||
[fortyNinthBattleScenario.id]: {
|
||||
afterBattleId: fortyNinthBattleScenario.id,
|
||||
eyebrow: '다음 장 준비',
|
||||
title: '남중 회유의 확장',
|
||||
eyebrow: '다음 전장',
|
||||
title: fiftiethBattleScenario.title,
|
||||
description:
|
||||
'맹획은 두 번째로 붙잡혔지만 아직 남중 전체가 굴복한 것은 아닙니다. 이제는 맹획 개인의 고집을 꺾는 것과 동시에, 호족과 마을이 어떤 조건에서 촉한의 질서를 받아들일지 다루어야 합니다.',
|
||||
rewardHint: '다음 장: 칠종칠금 3차전과 남중 호족 선택지 준비 중',
|
||||
pages: fortyNinthBattleVictoryPages,
|
||||
unavailableNotice: '칠종칠금 3차전은 다음 작업에서 이어집니다. 지금은 두 번째 생포 뒤의 회유 공명, 포로 안심 장부, 남중 마을 선택지를 정비할 수 있습니다.'
|
||||
'맹획은 두 번째로 붙잡혔지만 아직 남중 전체가 굴복한 것은 아닙니다. 이제는 맹획 개인의 고집을 꺾는 것과 동시에, 호족과 마을이 어떤 조건에서 촉한의 질서를 받아들일지 전장에서 보여야 합니다.',
|
||||
rewardHint: `예상 보상: ${fiftiethBattleScenario.title} 개방 / 남중 호족 설득문`,
|
||||
nextBattleId: fiftiethBattleScenario.id,
|
||||
campaignStep: 'fiftieth-battle',
|
||||
pages: [...fortyNinthBattleVictoryPages, ...fiftiethBattleIntroPages]
|
||||
},
|
||||
[fiftiethBattleScenario.id]: {
|
||||
afterBattleId: fiftiethBattleScenario.id,
|
||||
eyebrow: '다음 장 준비',
|
||||
title: '호족 회유 회의',
|
||||
description:
|
||||
'맹획은 세 번째로 붙잡혔고, 그를 따르던 호족들의 말도 흔들리기 시작했습니다. 다음 장에서는 전투 전 회의에서 어떤 호족을 먼저 달랠지 고르고, 그 선택이 다음 남중 전장의 목표와 추천 출전에 영향을 주는 흐름을 준비합니다.',
|
||||
rewardHint: '다음 장: 남중 호족 회유 회의와 칠종칠금 4차전 준비 중',
|
||||
pages: fiftiethBattleVictoryPages,
|
||||
unavailableNotice: '칠종칠금 4차전은 다음 작업에서 이어집니다. 지금은 세 번째 생포 뒤의 호족 회유 선택지와 출전 추천 변화를 정비할 수 있습니다.'
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user