Add Jing Province defense vanguard chapter
This commit is contained in:
@@ -116,6 +116,8 @@ export type CampaignStep =
|
||||
| 'thirty-sixth-camp'
|
||||
| 'thirty-seventh-battle'
|
||||
| 'thirty-seventh-camp'
|
||||
| 'thirty-eighth-battle'
|
||||
| 'thirty-eighth-camp'
|
||||
| 'hanzhong-king-camp'
|
||||
| 'shu-han-foundation-camp';
|
||||
|
||||
@@ -216,7 +218,8 @@ const campaignBattleSteps: Record<string, { victory: CampaignStep; retry: Campai
|
||||
'thirty-fourth-battle-jiameng-pass': { victory: 'thirty-fourth-camp', retry: 'thirty-fourth-battle' },
|
||||
'thirty-fifth-battle-yangping-scout': { victory: 'thirty-fifth-camp', retry: 'thirty-fifth-battle' },
|
||||
'thirty-sixth-battle-dingjun-vanguard': { victory: 'thirty-sixth-camp', retry: 'thirty-sixth-battle' },
|
||||
'thirty-seventh-battle-hanzhong-decisive': { victory: 'thirty-seventh-camp', retry: 'thirty-seventh-battle' }
|
||||
'thirty-seventh-battle-hanzhong-decisive': { victory: 'thirty-seventh-camp', retry: 'thirty-seventh-battle' },
|
||||
'thirty-eighth-battle-jing-defense': { victory: 'thirty-eighth-camp', retry: 'thirty-eighth-battle' }
|
||||
};
|
||||
|
||||
export type CampaignSaveSlotSummary = {
|
||||
|
||||
Reference in New Issue
Block a user