Add Yangping Pass scout chapter

This commit is contained in:
2026-06-23 13:22:13 +09:00
parent edbdaac773
commit c724d9d48f
12 changed files with 890 additions and 39 deletions

View File

@@ -109,7 +109,9 @@ export type CampaignStep =
| 'thirty-third-battle'
| 'thirty-third-camp'
| 'thirty-fourth-battle'
| 'thirty-fourth-camp';
| 'thirty-fourth-camp'
| 'thirty-fifth-battle'
| 'thirty-fifth-camp';
export type CampaignUnitProgressSnapshot = {
unitId: string;
@@ -205,7 +207,8 @@ const campaignBattleSteps: Record<string, { victory: CampaignStep; retry: Campai
'thirty-first-battle-luo-main-gate': { victory: 'thirty-first-camp', retry: 'thirty-first-battle' },
'thirty-second-battle-mianzhu-gate': { victory: 'thirty-second-camp', retry: 'thirty-second-battle' },
'thirty-third-battle-chengdu-surrender': { victory: 'thirty-third-camp', retry: 'thirty-third-battle' },
'thirty-fourth-battle-jiameng-pass': { victory: 'thirty-fourth-camp', retry: 'thirty-fourth-battle' }
'thirty-fourth-battle-jiameng-pass': { victory: 'thirty-fourth-camp', retry: 'thirty-fourth-battle' },
'thirty-fifth-battle-yangping-scout': { victory: 'thirty-fifth-camp', retry: 'thirty-fifth-battle' }
};
export type CampaignSaveSlotSummary = {