Add Yuan Shao refuge road chapter

This commit is contained in:
2026-06-23 04:23:14 +09:00
parent 09c1390ba5
commit 821cebde0e
11 changed files with 873 additions and 18 deletions

View File

@@ -67,7 +67,9 @@ export type CampaignStep =
| 'thirteenth-battle'
| 'thirteenth-camp'
| 'fourteenth-battle'
| 'fourteenth-camp';
| 'fourteenth-camp'
| 'fifteenth-battle'
| 'fifteenth-camp';
export type CampaignUnitProgressSnapshot = {
unitId: string;
@@ -132,7 +134,8 @@ const campaignBattleSteps: Record<string, { victory: CampaignStep; retry: Campai
'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' },
'fourteenth-battle-cao-break': { victory: 'fourteenth-camp', retry: 'fourteenth-battle' }
'fourteenth-battle-cao-break': { victory: 'fourteenth-camp', retry: 'fourteenth-battle' },
'fifteenth-battle-yuan-refuge-road': { victory: 'fifteenth-camp', retry: 'fifteenth-battle' }
};
export type CampaignSaveSlotSummary = {