Add Cao break chapter and Sun Qian sortie

This commit is contained in:
2026-06-23 04:08:15 +09:00
parent 3cdbbe8d5a
commit 09c1390ba5
11 changed files with 900 additions and 23 deletions

View File

@@ -65,7 +65,9 @@ export type CampaignStep =
| 'twelfth-battle'
| 'twelfth-camp'
| 'thirteenth-battle'
| 'thirteenth-camp';
| 'thirteenth-camp'
| 'fourteenth-battle'
| 'fourteenth-camp';
export type CampaignUnitProgressSnapshot = {
unitId: string;
@@ -129,7 +131,8 @@ const campaignBattleSteps: Record<string, { victory: CampaignStep; retry: Campai
'tenth-battle-xuzhou-breakout': { victory: 'tenth-camp', retry: 'tenth-battle' },
'eleventh-battle-xudu-refuge-road': { victory: 'eleventh-camp', retry: 'eleventh-battle' },
'twelfth-battle-xiapi-outer-siege': { victory: 'twelfth-camp', retry: 'twelfth-battle' },
'thirteenth-battle-xiapi-final': { victory: 'thirteenth-camp', retry: 'thirteenth-battle' }
'thirteenth-battle-xiapi-final': { victory: 'thirteenth-camp', retry: 'thirteenth-battle' },
'fourteenth-battle-cao-break': { victory: 'fourteenth-camp', retry: 'fourteenth-battle' }
};
export type CampaignSaveSlotSummary = {