Add Luo Castle main gate chapter
This commit is contained in:
@@ -17,6 +17,7 @@ import {
|
||||
seventeenthBattleScenario,
|
||||
tenthBattleScenario,
|
||||
thirteenthBattleScenario,
|
||||
thirtyFirstBattleScenario,
|
||||
thirtiethBattleScenario,
|
||||
twentyEighthBattleScenario,
|
||||
twentyNinthBattleScenario,
|
||||
@@ -66,6 +67,8 @@ import {
|
||||
tenthBattleVictoryPages,
|
||||
thirteenthBattleIntroPages,
|
||||
thirteenthBattleVictoryPages,
|
||||
thirtyFirstBattleIntroPages,
|
||||
thirtyFirstBattleVictoryPages,
|
||||
thirtiethBattleIntroPages,
|
||||
thirtiethBattleVictoryPages,
|
||||
twentyEighthBattleIntroPages,
|
||||
@@ -417,13 +420,24 @@ const sortieFlows: Record<string, SortieFlow> = {
|
||||
},
|
||||
[thirtiethBattleScenario.id]: {
|
||||
afterBattleId: thirtiethBattleScenario.id,
|
||||
eyebrow: '다음 장 준비',
|
||||
title: '낙성 본성 공략 준비',
|
||||
eyebrow: '다음 전장',
|
||||
title: thirtyFirstBattleScenario.title,
|
||||
description:
|
||||
'낙봉파의 매복을 무너뜨리고 방통을 살려 냈습니다. 장임은 낙성 본성으로 물러났고, 익주의 성문과 장수들의 마음을 함께 열어야 할 차례입니다.',
|
||||
rewardHint: '다음 장: 낙성 본성 공략 준비 중',
|
||||
pages: thirtiethBattleVictoryPages,
|
||||
unavailableNotice: '낙성 본성 공략은 다음 작업에서 이어집니다. 군영에서 방통, 법정, 오의의 정보와 출전 조합을 더 다듬어 두십시오.'
|
||||
rewardHint: `예상 보상: ${thirtyFirstBattleScenario.title} 개방 / 엄안 합류`,
|
||||
nextBattleId: thirtyFirstBattleScenario.id,
|
||||
campaignStep: 'thirty-first-battle',
|
||||
pages: [...thirtiethBattleVictoryPages, ...thirtyFirstBattleIntroPages]
|
||||
},
|
||||
[thirtyFirstBattleScenario.id]: {
|
||||
afterBattleId: thirtyFirstBattleScenario.id,
|
||||
eyebrow: '다음 장 준비',
|
||||
title: '성도 압박 준비',
|
||||
description:
|
||||
'낙성 본성이 열리고 엄안이 합류했습니다. 이제 유비군은 익주의 심부를 흔들며 성도까지 이어지는 길을 준비해야 합니다.',
|
||||
rewardHint: '다음 장: 성도 압박 준비 중',
|
||||
pages: thirtyFirstBattleVictoryPages,
|
||||
unavailableNotice: '성도 압박과 익주 최종 설득은 다음 작업에서 이어집니다. 새로 합류한 엄안을 포함해 성벽과 고지 전투 조합을 준비하십시오.'
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user