Add Luofeng Slope ambush chapter

This commit is contained in:
2026-06-23 10:09:41 +09:00
parent cc6365d5ba
commit 0872c584b4
11 changed files with 1250 additions and 34 deletions

View File

@@ -17,6 +17,7 @@ import {
seventeenthBattleScenario,
tenthBattleScenario,
thirteenthBattleScenario,
thirtiethBattleScenario,
twentyEighthBattleScenario,
twentyNinthBattleScenario,
twentyFirstBattleScenario,
@@ -65,6 +66,8 @@ import {
tenthBattleVictoryPages,
thirteenthBattleIntroPages,
thirteenthBattleVictoryPages,
thirtiethBattleIntroPages,
thirtiethBattleVictoryPages,
twentyEighthBattleIntroPages,
twentyEighthBattleVictoryPages,
twentyNinthBattleIntroPages,
@@ -403,13 +406,24 @@ const sortieFlows: Record<string, SortieFlow> = {
},
[twentyNinthBattleScenario.id]: {
afterBattleId: twentyNinthBattleScenario.id,
eyebrow: '다음 장 준비',
title: '낙봉파 진입 준비',
eyebrow: '다음 장',
title: thirtiethBattleScenario.title,
description:
'낙성 외곽을 넘고 오의가 합류했습니다. 장임은 더 안쪽으로 물러났고, 방통은 낙봉파라는 좁은 길의 불길한 그림자를 살피고 있습니다.',
rewardHint: '다음 장: 낙봉파 진입 준비 중',
pages: twentyNinthBattleVictoryPages,
unavailableNotice: '낙봉파와 낙성 본성 공략은 다음 작업에서 이어집니다. 군영에서 새로 합류한 오의를 포함해 출전 조합과 공명 이벤트를 준비하십시오.'
'낙성 외곽을 넘고 오의가 합류했습니다. 이제 낙봉파의 좁은 길을 통과해야 하며, 방통의 불길한 직감과 오의의 길 안내를 함께 살펴야 합니다.',
rewardHint: `예상 보상: ${thirtiethBattleScenario.title} 개방 / 봉추 생환`,
nextBattleId: thirtiethBattleScenario.id,
campaignStep: 'thirtieth-battle',
pages: [...twentyNinthBattleVictoryPages, ...thirtiethBattleIntroPages]
},
[thirtiethBattleScenario.id]: {
afterBattleId: thirtiethBattleScenario.id,
eyebrow: '다음 장 준비',
title: '낙성 본성 공략 준비',
description:
'낙봉파의 매복을 무너뜨리고 방통을 살려 냈습니다. 장임은 낙성 본성으로 물러났고, 익주의 성문과 장수들의 마음을 함께 열어야 할 차례입니다.',
rewardHint: '다음 장: 낙성 본성 공략 준비 중',
pages: thirtiethBattleVictoryPages,
unavailableNotice: '낙성 본성 공략은 다음 작업에서 이어집니다. 군영에서 방통, 법정, 오의의 정보와 출전 조합을 더 다듬어 두십시오.'
}
};