Add Red Cliffs fire attack chapter
This commit is contained in:
@@ -18,6 +18,7 @@ import {
|
||||
tenthBattleScenario,
|
||||
thirteenthBattleScenario,
|
||||
twentyFirstBattleScenario,
|
||||
twentySecondBattleScenario,
|
||||
twentiethBattleScenario,
|
||||
twelfthBattleScenario,
|
||||
thirdBattleScenario,
|
||||
@@ -59,6 +60,8 @@ import {
|
||||
thirteenthBattleVictoryPages,
|
||||
twentyFirstBattleIntroPages,
|
||||
twentyFirstBattleVictoryPages,
|
||||
twentySecondBattleIntroPages,
|
||||
twentySecondBattleVictoryPages,
|
||||
twentiethBattleIntroPages,
|
||||
twentiethBattleVictoryPages,
|
||||
twelfthBattleIntroPages,
|
||||
@@ -291,13 +294,24 @@ const sortieFlows: Record<string, SortieFlow> = {
|
||||
},
|
||||
[twentyFirstBattleScenario.id]: {
|
||||
afterBattleId: twentyFirstBattleScenario.id,
|
||||
eyebrow: '다음 장 준비',
|
||||
title: '적벽 화공 준비',
|
||||
eyebrow: '다음 전장',
|
||||
title: twentySecondBattleScenario.title,
|
||||
description:
|
||||
'조조군 수군 선봉을 밀어내며 손유 동맹의 첫 전선이 세워졌습니다. 이제 주유와 황개, 제갈량의 계책이 맞물려 본격적인 화공을 준비해야 합니다.',
|
||||
rewardHint: '다음 장: 황개 고육계와 적벽 화공 준비 중',
|
||||
pages: twentyFirstBattleVictoryPages,
|
||||
unavailableNotice: '황개 고육계와 적벽 화공 장은 다음 작업에서 이어집니다. 군영에서 화공 논의, 공명, 보급을 정비하십시오.'
|
||||
rewardHint: `예상 보상: ${twentySecondBattleScenario.title} 개방 / 적벽대전 결전`,
|
||||
nextBattleId: twentySecondBattleScenario.id,
|
||||
campaignStep: 'twenty-second-battle',
|
||||
pages: [...twentyFirstBattleVictoryPages, ...twentySecondBattleIntroPages]
|
||||
},
|
||||
[twentySecondBattleScenario.id]: {
|
||||
afterBattleId: twentySecondBattleScenario.id,
|
||||
eyebrow: '다음 장 준비',
|
||||
title: '형주 확보 준비',
|
||||
description:
|
||||
'적벽의 불길로 조조의 남하가 꺾였습니다. 이제 유비군은 머물 땅을 마련하기 위해 형주 남부와 익주로 이어질 근거지를 준비해야 합니다.',
|
||||
rewardHint: '다음 장: 형주 남부 확보 준비 중',
|
||||
pages: twentySecondBattleVictoryPages,
|
||||
unavailableNotice: '형주 남부 확보 장은 다음 작업에서 이어집니다. 군영에서 전후 수습, 공명, 보급을 정비하십시오.'
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user