Add Fu Pass entry chapter
This commit is contained in:
@@ -17,6 +17,7 @@ import {
|
||||
seventeenthBattleScenario,
|
||||
tenthBattleScenario,
|
||||
thirteenthBattleScenario,
|
||||
twentyEighthBattleScenario,
|
||||
twentyFirstBattleScenario,
|
||||
twentySecondBattleScenario,
|
||||
twentyThirdBattleScenario,
|
||||
@@ -63,6 +64,8 @@ import {
|
||||
tenthBattleVictoryPages,
|
||||
thirteenthBattleIntroPages,
|
||||
thirteenthBattleVictoryPages,
|
||||
twentyEighthBattleIntroPages,
|
||||
twentyEighthBattleVictoryPages,
|
||||
twentyFirstBattleIntroPages,
|
||||
twentyFirstBattleVictoryPages,
|
||||
twentySecondBattleIntroPages,
|
||||
@@ -375,13 +378,24 @@ const sortieFlows: Record<string, SortieFlow> = {
|
||||
},
|
||||
[twentySeventhBattleScenario.id]: {
|
||||
afterBattleId: twentySeventhBattleScenario.id,
|
||||
eyebrow: '다음 장 준비',
|
||||
title: '부수관 진입 준비',
|
||||
eyebrow: '다음 전장',
|
||||
title: twentyEighthBattleScenario.title,
|
||||
description:
|
||||
'익주 원군로가 열리고 방통이 합류했습니다. 이제 유비군은 촉의 깊은 산문과 부수관으로 들어가기 전, 와룡과 봉추의 계책을 함께 다듬어야 합니다.',
|
||||
rewardHint: '다음 장: 부수관 진입 준비 중',
|
||||
pages: twentySeventhBattleVictoryPages,
|
||||
unavailableNotice: '부수관 이후 익주 심부 장은 다음 작업에서 이어집니다. 군영에서 방통과 기존 무장들의 공명도를 올리고 다음 대장정의 출전 후보를 정비하십시오.'
|
||||
'익주 원군로가 열리고 방통이 합류했습니다. 이제 와룡과 봉추를 함께 편성할지 고민하며, 촉의 깊은 산문인 부수관으로 들어가야 합니다.',
|
||||
rewardHint: `예상 보상: ${twentyEighthBattleScenario.title} 개방 / 법정 합류`,
|
||||
nextBattleId: twentyEighthBattleScenario.id,
|
||||
campaignStep: 'twenty-eighth-battle',
|
||||
pages: [...twentySeventhBattleVictoryPages, ...twentyEighthBattleIntroPages]
|
||||
},
|
||||
[twentyEighthBattleScenario.id]: {
|
||||
afterBattleId: twentyEighthBattleScenario.id,
|
||||
eyebrow: '다음 장 준비',
|
||||
title: '낙성 진입 준비',
|
||||
description:
|
||||
'부수관이 열리고 법정이 합류했습니다. 이제 유비군은 익주 안쪽의 마음과 길을 동시에 읽으며 낙성으로 이어지는 더 어려운 전장을 준비해야 합니다.',
|
||||
rewardHint: '다음 장: 낙성 진입 준비 중',
|
||||
pages: twentyEighthBattleVictoryPages,
|
||||
unavailableNotice: '낙성 이후 익주 심부 장은 다음 작업에서 이어집니다. 군영에서 법정과 방통의 공명도를 올리고 다음 관문을 준비하십시오.'
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user