Add Fan Castle siege chapter
This commit is contained in:
@@ -122,6 +122,8 @@ export type CampaignStep =
|
||||
| 'thirty-ninth-camp'
|
||||
| 'fortieth-battle'
|
||||
| 'fortieth-camp'
|
||||
| 'forty-first-battle'
|
||||
| 'forty-first-camp'
|
||||
| 'hanzhong-king-camp'
|
||||
| 'shu-han-foundation-camp';
|
||||
|
||||
@@ -225,7 +227,8 @@ const campaignBattleSteps: Record<string, { victory: CampaignStep; retry: Campai
|
||||
'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' },
|
||||
'thirty-ninth-battle-fan-castle-vanguard': { victory: 'thirty-ninth-camp', retry: 'thirty-ninth-battle' },
|
||||
'fortieth-battle-han-river-flood': { victory: 'fortieth-camp', retry: 'fortieth-battle' }
|
||||
'fortieth-battle-han-river-flood': { victory: 'fortieth-camp', retry: 'fortieth-battle' },
|
||||
'forty-first-battle-fan-castle-siege': { victory: 'forty-first-camp', retry: 'forty-first-battle' }
|
||||
};
|
||||
|
||||
export type CampaignSaveSlotSummary = {
|
||||
|
||||
Reference in New Issue
Block a user