Add Liu Biao refuge chapter and Zhao Yun recruit
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user