Add Xiaopei supply road battle

This commit is contained in:
2026-06-23 01:26:45 +09:00
parent 6b863882aa
commit 1c501057e3
11 changed files with 693 additions and 25 deletions

View File

@@ -53,7 +53,9 @@ export type CampaignStep =
| 'sixth-battle'
| 'sixth-camp'
| 'seventh-battle'
| 'seventh-camp';
| 'seventh-camp'
| 'eighth-battle'
| 'eighth-camp';
export type CampaignUnitProgressSnapshot = {
unitId: string;
@@ -111,7 +113,8 @@ const campaignBattleSteps: Record<string, { victory: CampaignStep; retry: Campai
'fourth-battle-guangzong-camp': { victory: 'fourth-camp', retry: 'fourth-battle' },
'fifth-battle-sishui-vanguard': { victory: 'fifth-camp', retry: 'fifth-battle' },
'sixth-battle-jieqiao-relief': { victory: 'sixth-camp', retry: 'sixth-battle' },
'seventh-battle-xuzhou-rescue': { victory: 'seventh-camp', retry: 'seventh-battle' }
'seventh-battle-xuzhou-rescue': { victory: 'seventh-camp', retry: 'seventh-battle' },
'eighth-battle-xiaopei-supply-road': { victory: 'eighth-camp', retry: 'eighth-battle' }
};
export type CampaignSaveSlotSummary = {