Add Wuling mountain road chapter
This commit is contained in:
@@ -20,6 +20,7 @@ import {
|
||||
twentyFirstBattleScenario,
|
||||
twentySecondBattleScenario,
|
||||
twentyThirdBattleScenario,
|
||||
twentyFifthBattleScenario,
|
||||
twentyFourthBattleScenario,
|
||||
twentiethBattleScenario,
|
||||
twelfthBattleScenario,
|
||||
@@ -66,6 +67,8 @@ import {
|
||||
twentySecondBattleVictoryPages,
|
||||
twentyThirdBattleIntroPages,
|
||||
twentyThirdBattleVictoryPages,
|
||||
twentyFifthBattleIntroPages,
|
||||
twentyFifthBattleVictoryPages,
|
||||
twentyFourthBattleIntroPages,
|
||||
twentyFourthBattleVictoryPages,
|
||||
twentiethBattleIntroPages,
|
||||
@@ -333,13 +336,24 @@ const sortieFlows: Record<string, SortieFlow> = {
|
||||
},
|
||||
[twentyFourthBattleScenario.id]: {
|
||||
afterBattleId: twentyFourthBattleScenario.id,
|
||||
eyebrow: '다음 장 준비',
|
||||
title: '무릉 산길 준비',
|
||||
eyebrow: '다음 전장',
|
||||
title: twentyFifthBattleScenario.title,
|
||||
description:
|
||||
'계양이 열리고 이적이 합류했습니다. 다음은 험한 산길과 흩어진 마을이 기다리는 무릉으로 향해야 합니다.',
|
||||
rewardHint: '다음 장: 무릉 산길 확보 준비 중',
|
||||
pages: twentyFourthBattleVictoryPages,
|
||||
unavailableNotice: '무릉 산길 확보 장은 다음 작업에서 이어집니다. 군영에서 이적과 대화하고 산길 전투를 준비하십시오.'
|
||||
'계양이 열리고 이적이 합류했습니다. 이제 마량과 이적의 형주 지식을 앞세워 험한 무릉 산길과 흩어진 마을을 이어야 합니다.',
|
||||
rewardHint: `예상 보상: ${twentyFifthBattleScenario.title} 개방 / 공지 합류`,
|
||||
nextBattleId: twentyFifthBattleScenario.id,
|
||||
campaignStep: 'twenty-fifth-battle',
|
||||
pages: [...twentyFourthBattleVictoryPages, ...twentyFifthBattleIntroPages]
|
||||
},
|
||||
[twentyFifthBattleScenario.id]: {
|
||||
afterBattleId: twentyFifthBattleScenario.id,
|
||||
eyebrow: '다음 장 준비',
|
||||
title: '장사 노장 대면 준비',
|
||||
description:
|
||||
'무릉 산길이 열리고 공지가 합류했습니다. 다음은 장사의 노장 황충과 태수 한현을 마주하며 형주 남부 확보의 큰 고비를 넘겨야 합니다.',
|
||||
rewardHint: '다음 장: 장사 노장 대면 준비 중',
|
||||
pages: twentyFifthBattleVictoryPages,
|
||||
unavailableNotice: '장사 노장 대면 장은 다음 작업에서 이어집니다. 군영에서 공지와 대화하고 황충을 맞을 준비를 하십시오.'
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user