Add fourth Meng Huo capture battle
This commit is contained in:
@@ -142,6 +142,8 @@ export type CampaignStep =
|
||||
| 'forty-ninth-camp'
|
||||
| 'fiftieth-battle'
|
||||
| 'fiftieth-camp'
|
||||
| 'fifty-first-battle'
|
||||
| 'fifty-first-camp'
|
||||
| 'hanzhong-king-camp'
|
||||
| 'shu-han-foundation-camp'
|
||||
| 'baidi-entrustment-camp';
|
||||
@@ -300,7 +302,8 @@ const campaignBattleSteps: Record<string, { victory: CampaignStep; retry: Campai
|
||||
'forty-seventh-battle-nanzhong-stabilization': { victory: 'forty-seventh-camp', retry: 'forty-seventh-battle' },
|
||||
'forty-eighth-battle-meng-huo-main-force': { victory: 'forty-eighth-camp', retry: 'forty-eighth-battle' },
|
||||
'forty-ninth-battle-meng-huo-second-capture': { victory: 'forty-ninth-camp', retry: 'forty-ninth-battle' },
|
||||
'fiftieth-battle-meng-huo-third-capture': { victory: 'fiftieth-camp', retry: 'fiftieth-battle' }
|
||||
'fiftieth-battle-meng-huo-third-capture': { victory: 'fiftieth-camp', retry: 'fiftieth-battle' },
|
||||
'fifty-first-battle-meng-huo-fourth-capture': { victory: 'fifty-first-camp', retry: 'fifty-first-battle' }
|
||||
};
|
||||
|
||||
export type CampaignSaveSlotSummary = {
|
||||
|
||||
Reference in New Issue
Block a user