Add Liu Biao refuge chapter and Zhao Yun recruit
This commit is contained in:
@@ -11,6 +11,7 @@ import {
|
||||
secondBattleScenario,
|
||||
seventhBattleScenario,
|
||||
sixthBattleScenario,
|
||||
sixteenthBattleScenario,
|
||||
tenthBattleScenario,
|
||||
thirteenthBattleScenario,
|
||||
twelfthBattleScenario,
|
||||
@@ -39,6 +40,8 @@ import {
|
||||
seventhBattleVictoryPages,
|
||||
sixthBattleIntroPages,
|
||||
sixthBattleVictoryPages,
|
||||
sixteenthBattleIntroPages,
|
||||
sixteenthBattleVictoryPages,
|
||||
tenthBattleIntroPages,
|
||||
tenthBattleVictoryPages,
|
||||
thirteenthBattleIntroPages,
|
||||
@@ -207,13 +210,24 @@ const sortieFlows: Record<string, SortieFlow> = {
|
||||
},
|
||||
[fifteenthBattleScenario.id]: {
|
||||
afterBattleId: fifteenthBattleScenario.id,
|
||||
eyebrow: '다음 장 준비',
|
||||
title: '유표 의탁의 길',
|
||||
eyebrow: '다음 전장',
|
||||
title: sixteenthBattleScenario.title,
|
||||
description:
|
||||
'원소 진영에 몸을 의탁했지만, 큰 세력의 틈은 오래 머물 곳이 되기 어렵습니다. 다음 흐름은 원소 진영을 떠나 유표에게 의탁하는 장으로 이어집니다.',
|
||||
rewardHint: '다음 장: 유표 의탁 준비 중',
|
||||
pages: fifteenthBattleVictoryPages,
|
||||
unavailableNotice: '유표 의탁 장은 다음 작업에서 이어집니다. 군영에서 성장, 대화, 출전 구성을 정비하십시오.'
|
||||
'원소 진영의 형세가 흔들리자 유비군은 다시 몸을 옮겨 형주로 향합니다. 조운이 재합류하며 기동력이 늘지만, 조조군 추격대가 형주 관문 앞을 막아섭니다.',
|
||||
rewardHint: `예상 보상: ${sixteenthBattleScenario.title} 개방 / 조운 합류`,
|
||||
nextBattleId: sixteenthBattleScenario.id,
|
||||
campaignStep: 'sixteenth-battle',
|
||||
pages: [...fifteenthBattleVictoryPages, ...sixteenthBattleIntroPages]
|
||||
},
|
||||
[sixteenthBattleScenario.id]: {
|
||||
afterBattleId: sixteenthBattleScenario.id,
|
||||
eyebrow: '다음 장 준비',
|
||||
title: '제갈량을 향한 길',
|
||||
description:
|
||||
'유표에게 의탁한 유비군은 형주에서 숨을 돌리지만, 손님으로 머무는 것만으로 천하의 길을 열 수는 없습니다. 다음 흐름은 와룡의 이름을 찾아가는 제갈량 영입 장으로 이어집니다.',
|
||||
rewardHint: '다음 장: 제갈량 영입 준비 중',
|
||||
pages: sixteenthBattleVictoryPages,
|
||||
unavailableNotice: '제갈량 영입 장은 다음 작업에서 이어집니다. 군영에서 새로 합류한 조운과 공명도를 다지고 출전 구성을 정비하십시오.'
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user