Add Liu Biao refuge chapter and Zhao Yun recruit

This commit is contained in:
2026-06-23 04:39:49 +09:00
parent 821cebde0e
commit 8f2479e5fc
11 changed files with 1012 additions and 22 deletions

View File

@@ -69,7 +69,9 @@ export type CampaignStep =
| 'fourteenth-battle'
| 'fourteenth-camp'
| 'fifteenth-battle'
| 'fifteenth-camp';
| 'fifteenth-camp'
| 'sixteenth-battle'
| 'sixteenth-camp';
export type CampaignUnitProgressSnapshot = {
unitId: string;
@@ -135,7 +137,8 @@ const campaignBattleSteps: Record<string, { victory: CampaignStep; retry: Campai
'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' },
'fifteenth-battle-yuan-refuge-road': { victory: 'fifteenth-camp', retry: 'fifteenth-battle' }
'fifteenth-battle-yuan-refuge-road': { victory: 'fifteenth-camp', retry: 'fifteenth-battle' },
'sixteenth-battle-liu-biao-refuge': { victory: 'sixteenth-camp', retry: 'sixteenth-battle' }
};
export type CampaignSaveSlotSummary = {