Add Xiapi final sortie chapter

This commit is contained in:
2026-06-23 03:43:53 +09:00
parent 450842bd28
commit 3cdbbe8d5a
12 changed files with 905 additions and 23 deletions

View File

@@ -63,7 +63,9 @@ export type CampaignStep =
| 'eleventh-battle'
| 'eleventh-camp'
| 'twelfth-battle'
| 'twelfth-camp';
| 'twelfth-camp'
| 'thirteenth-battle'
| 'thirteenth-camp';
export type CampaignUnitProgressSnapshot = {
unitId: string;
@@ -126,7 +128,8 @@ const campaignBattleSteps: Record<string, { victory: CampaignStep; retry: Campai
'ninth-battle-xuzhou-gate-night-raid': { victory: 'ninth-camp', retry: 'ninth-battle' },
'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' }
'twelfth-battle-xiapi-outer-siege': { victory: 'twelfth-camp', retry: 'twelfth-battle' },
'thirteenth-battle-xiapi-final': { victory: 'thirteenth-camp', retry: 'thirteenth-battle' }
};
export type CampaignSaveSlotSummary = {