Add Nanzhong stabilization battle
This commit is contained in:
@@ -11,6 +11,7 @@ import {
|
||||
fortyFourthBattleScenario,
|
||||
fortyFifthBattleScenario,
|
||||
fortySixthBattleScenario,
|
||||
fortySeventhBattleScenario,
|
||||
fifthBattleScenario,
|
||||
fifteenthBattleScenario,
|
||||
fourteenthBattleScenario,
|
||||
@@ -69,6 +70,8 @@ import {
|
||||
fortyFifthBattleIntroPages,
|
||||
fortyFifthBattleVictoryPages,
|
||||
fortySixthBattleIntroPages,
|
||||
fortySeventhBattleIntroPages,
|
||||
fortySeventhBattleVictoryPages,
|
||||
fifthBattleIntroPages,
|
||||
fifthBattleVictoryPages,
|
||||
fifteenthBattleIntroPages,
|
||||
@@ -675,13 +678,24 @@ const sortieFlows: Record<string, SortieFlow> = {
|
||||
},
|
||||
'baidi-entrustment-camp': {
|
||||
afterBattleId: fortySixthBattleScenario.id,
|
||||
eyebrow: '다음 장 준비',
|
||||
title: '남만 평정 준비',
|
||||
eyebrow: '다음 전장',
|
||||
title: fortySeventhBattleScenario.title,
|
||||
description:
|
||||
'유비의 유탁 뒤 촉한은 제갈량을 중심으로 다시 숨을 고릅니다. 다음 장에서는 남중의 불안을 정리하고, 북벌을 준비할 내정을 세우는 흐름으로 확장합니다.',
|
||||
rewardHint: '다음 장: 남만 평정과 촉한 재정비 준비 중',
|
||||
pages: [],
|
||||
unavailableNotice: '남만 평정과 촉한 재정비는 다음 작업에서 이어집니다. 지금은 백제성 유탁 뒤의 성장, 공명도, 보급을 정비할 수 있습니다.'
|
||||
'유비의 유탁 뒤 촉한은 제갈량을 중심으로 다시 숨을 고릅니다. 이제 남중의 반란군이 흔드는 산길과 창고를 안정시켜, 북벌보다 먼저 나라 안의 불안을 수습해야 합니다.',
|
||||
rewardHint: `예상 보상: ${fortySeventhBattleScenario.title} 개방 / 남중 산길 지도`,
|
||||
nextBattleId: fortySeventhBattleScenario.id,
|
||||
campaignStep: 'forty-seventh-battle',
|
||||
pages: fortySeventhBattleIntroPages
|
||||
},
|
||||
[fortySeventhBattleScenario.id]: {
|
||||
afterBattleId: fortySeventhBattleScenario.id,
|
||||
eyebrow: '다음 장 준비',
|
||||
title: '맹획과 남중 본대',
|
||||
description:
|
||||
'남중 안정로의 첫 길은 열렸지만 반란의 중심은 더 깊은 산과 마을 사이에 남아 있습니다. 다음 장에서는 맹획의 본대를 상대하며 힘과 회유를 함께 시험해야 합니다.',
|
||||
rewardHint: '다음 장: 맹획 본대와 남중 회유 준비 중',
|
||||
pages: fortySeventhBattleVictoryPages,
|
||||
unavailableNotice: '맹획 본대와 남중 회유는 다음 작업에서 이어집니다. 지금은 남중 안정로 뒤의 성장, 공명도, 보급을 정비할 수 있습니다.'
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user