Add Luo Castle outer wall chapter
This commit is contained in:
@@ -18,6 +18,7 @@ import {
|
||||
tenthBattleScenario,
|
||||
thirteenthBattleScenario,
|
||||
twentyEighthBattleScenario,
|
||||
twentyNinthBattleScenario,
|
||||
twentyFirstBattleScenario,
|
||||
twentySecondBattleScenario,
|
||||
twentyThirdBattleScenario,
|
||||
@@ -66,6 +67,8 @@ import {
|
||||
thirteenthBattleVictoryPages,
|
||||
twentyEighthBattleIntroPages,
|
||||
twentyEighthBattleVictoryPages,
|
||||
twentyNinthBattleIntroPages,
|
||||
twentyNinthBattleVictoryPages,
|
||||
twentyFirstBattleIntroPages,
|
||||
twentyFirstBattleVictoryPages,
|
||||
twentySecondBattleIntroPages,
|
||||
@@ -389,13 +392,24 @@ const sortieFlows: Record<string, SortieFlow> = {
|
||||
},
|
||||
[twentyEighthBattleScenario.id]: {
|
||||
afterBattleId: twentyEighthBattleScenario.id,
|
||||
eyebrow: '다음 장 준비',
|
||||
title: '낙성 진입 준비',
|
||||
eyebrow: '다음 전장',
|
||||
title: twentyNinthBattleScenario.title,
|
||||
description:
|
||||
'부수관이 열리고 법정이 합류했습니다. 이제 유비군은 익주 안쪽의 마음과 길을 동시에 읽으며 낙성으로 이어지는 더 어려운 전장을 준비해야 합니다.',
|
||||
rewardHint: '다음 장: 낙성 진입 준비 중',
|
||||
pages: twentyEighthBattleVictoryPages,
|
||||
unavailableNotice: '낙성 이후 익주 심부 장은 다음 작업에서 이어집니다. 군영에서 법정과 방통의 공명도를 올리고 다음 관문을 준비하십시오.'
|
||||
'부수관이 열리고 법정이 합류했습니다. 이제 낙성 외곽으로 들어가 장임의 방어선과 오의의 흔들리는 마음을 동시에 상대해야 합니다.',
|
||||
rewardHint: `예상 보상: ${twentyNinthBattleScenario.title} 개방 / 오의 합류`,
|
||||
nextBattleId: twentyNinthBattleScenario.id,
|
||||
campaignStep: 'twenty-ninth-battle',
|
||||
pages: [...twentyEighthBattleVictoryPages, ...twentyNinthBattleIntroPages]
|
||||
},
|
||||
[twentyNinthBattleScenario.id]: {
|
||||
afterBattleId: twentyNinthBattleScenario.id,
|
||||
eyebrow: '다음 장 준비',
|
||||
title: '낙봉파 진입 준비',
|
||||
description:
|
||||
'낙성 외곽을 넘고 오의가 합류했습니다. 장임은 더 안쪽으로 물러났고, 방통은 낙봉파라는 좁은 길의 불길한 그림자를 살피고 있습니다.',
|
||||
rewardHint: '다음 장: 낙봉파 진입 준비 중',
|
||||
pages: twentyNinthBattleVictoryPages,
|
||||
unavailableNotice: '낙봉파와 낙성 본성 공략은 다음 작업에서 이어집니다. 군영에서 새로 합류한 오의를 포함해 출전 조합과 공명 이벤트를 준비하십시오.'
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user