Add Xuzhou breakout chapter

This commit is contained in:
2026-06-23 02:09:38 +09:00
parent 91b8abc7e3
commit 6eacee48fc
11 changed files with 739 additions and 16 deletions

View File

@@ -57,7 +57,9 @@ export type CampaignStep =
| 'eighth-battle'
| 'eighth-camp'
| 'ninth-battle'
| 'ninth-camp';
| 'ninth-camp'
| 'tenth-battle'
| 'tenth-camp';
export type CampaignUnitProgressSnapshot = {
unitId: string;
@@ -117,7 +119,8 @@ const campaignBattleSteps: Record<string, { victory: CampaignStep; retry: Campai
'sixth-battle-jieqiao-relief': { victory: 'sixth-camp', retry: 'sixth-battle' },
'seventh-battle-xuzhou-rescue': { victory: 'seventh-camp', retry: 'seventh-battle' },
'eighth-battle-xiaopei-supply-road': { victory: 'eighth-camp', retry: 'eighth-battle' },
'ninth-battle-xuzhou-gate-night-raid': { victory: 'ninth-camp', retry: 'ninth-battle' }
'ninth-battle-xuzhou-gate-night-raid': { victory: 'ninth-camp', retry: 'ninth-battle' },
'tenth-battle-xuzhou-breakout': { victory: 'tenth-camp', retry: 'tenth-battle' }
};
export type CampaignSaveSlotSummary = {