Add Bowang ambush sortie chapter

This commit is contained in:
2026-06-23 05:42:50 +09:00
parent 8d958f6932
commit 44009b3542
12 changed files with 1015 additions and 28 deletions

View File

@@ -74,7 +74,9 @@ export type CampaignStep =
| 'sixteenth-battle'
| 'sixteenth-camp'
| 'seventeenth-battle'
| 'seventeenth-camp';
| 'seventeenth-camp'
| 'eighteenth-battle'
| 'eighteenth-camp';
export type CampaignUnitProgressSnapshot = {
unitId: string;
@@ -143,7 +145,8 @@ const campaignBattleSteps: Record<string, { victory: CampaignStep; retry: Campai
'fourteenth-battle-cao-break': { victory: 'fourteenth-camp', retry: 'fourteenth-battle' },
'fifteenth-battle-yuan-refuge-road': { victory: 'fifteenth-camp', retry: 'fifteenth-battle' },
'sixteenth-battle-liu-biao-refuge': { victory: 'sixteenth-camp', retry: 'sixteenth-battle' },
'seventeenth-battle-wolong-visit-road': { victory: 'seventeenth-camp', retry: 'seventeenth-battle' }
'seventeenth-battle-wolong-visit-road': { victory: 'seventeenth-camp', retry: 'seventeenth-battle' },
'eighteenth-battle-bowang-ambush': { victory: 'eighteenth-camp', retry: 'eighteenth-battle' }
};
export type CampaignSaveSlotSummary = {