Add Cao Cao refuge road chapter

This commit is contained in:
2026-06-23 02:21:23 +09:00
parent 6eacee48fc
commit 683357f6a7
11 changed files with 748 additions and 16 deletions

View File

@@ -59,7 +59,9 @@ export type CampaignStep =
| 'ninth-battle'
| 'ninth-camp'
| 'tenth-battle'
| 'tenth-camp';
| 'tenth-camp'
| 'eleventh-battle'
| 'eleventh-camp';
export type CampaignUnitProgressSnapshot = {
unitId: string;
@@ -120,7 +122,8 @@ const campaignBattleSteps: Record<string, { victory: CampaignStep; retry: Campai
'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' },
'tenth-battle-xuzhou-breakout': { victory: 'tenth-camp', retry: 'tenth-battle' }
'tenth-battle-xuzhou-breakout': { victory: 'tenth-camp', retry: 'tenth-battle' },
'eleventh-battle-xudu-refuge-road': { victory: 'eleventh-camp', retry: 'eleventh-battle' }
};
export type CampaignSaveSlotSummary = {