Add Sishui vanguard campaign battle
This commit is contained in:
@@ -47,7 +47,9 @@ export type CampaignStep =
|
||||
| 'third-battle'
|
||||
| 'third-camp'
|
||||
| 'fourth-battle'
|
||||
| 'fourth-camp';
|
||||
| 'fourth-camp'
|
||||
| 'fifth-battle'
|
||||
| 'fifth-camp';
|
||||
|
||||
export type CampaignUnitProgressSnapshot = {
|
||||
unitId: string;
|
||||
@@ -101,7 +103,8 @@ const campaignBattleSteps: Record<string, { victory: CampaignStep; retry: Campai
|
||||
'first-battle-zhuo-commandery': { victory: 'first-camp', retry: 'first-battle' },
|
||||
'second-battle-yellow-turban-pursuit': { victory: 'second-camp', retry: 'second-battle' },
|
||||
'third-battle-guangzong-road': { victory: 'third-camp', retry: 'third-battle' },
|
||||
'fourth-battle-guangzong-camp': { victory: 'fourth-camp', retry: 'fourth-battle' }
|
||||
'fourth-battle-guangzong-camp': { victory: 'fourth-camp', retry: 'fourth-battle' },
|
||||
'fifth-battle-sishui-vanguard': { victory: 'fifth-camp', retry: 'fifth-battle' }
|
||||
};
|
||||
|
||||
export type CampaignSaveSlotSummary = {
|
||||
|
||||
Reference in New Issue
Block a user