Add Guangzong camp battle and camp events
This commit is contained in:
@@ -45,7 +45,9 @@ export type CampaignStep =
|
||||
| 'second-battle'
|
||||
| 'second-camp'
|
||||
| 'third-battle'
|
||||
| 'third-camp';
|
||||
| 'third-camp'
|
||||
| 'fourth-battle'
|
||||
| 'fourth-camp';
|
||||
|
||||
export type CampaignUnitProgressSnapshot = {
|
||||
unitId: string;
|
||||
@@ -98,7 +100,8 @@ export const campaignSaveSlotCount = 3;
|
||||
const campaignBattleSteps: Record<string, { victory: CampaignStep; retry: CampaignStep }> = {
|
||||
'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' }
|
||||
'third-battle-guangzong-road': { victory: 'third-camp', retry: 'third-battle' },
|
||||
'fourth-battle-guangzong-camp': { victory: 'fourth-camp', retry: 'fourth-battle' }
|
||||
};
|
||||
|
||||
export type CampaignSaveSlotSummary = {
|
||||
|
||||
Reference in New Issue
Block a user