Add Jiameng Pass Ma Chao chapter

This commit is contained in:
2026-06-23 13:01:25 +09:00
parent aca7d6568a
commit edbdaac773
11 changed files with 878 additions and 40 deletions

View File

@@ -107,7 +107,9 @@ export type CampaignStep =
| 'thirty-second-battle'
| 'thirty-second-camp'
| 'thirty-third-battle'
| 'thirty-third-camp';
| 'thirty-third-camp'
| 'thirty-fourth-battle'
| 'thirty-fourth-camp';
export type CampaignUnitProgressSnapshot = {
unitId: string;
@@ -202,7 +204,8 @@ const campaignBattleSteps: Record<string, { victory: CampaignStep; retry: Campai
'thirtieth-battle-luofeng-ambush': { victory: 'thirtieth-camp', retry: 'thirtieth-battle' },
'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-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' }
};
export type CampaignSaveSlotSummary = {