Add Jing rear crisis chapter

This commit is contained in:
2026-06-23 17:12:07 +09:00
parent 6a55313492
commit 0736f07d1d
11 changed files with 896 additions and 49 deletions

View File

@@ -124,6 +124,8 @@ export type CampaignStep =
| 'fortieth-camp'
| 'forty-first-battle'
| 'forty-first-camp'
| 'forty-second-battle'
| 'forty-second-camp'
| 'hanzhong-king-camp'
| 'shu-han-foundation-camp';
@@ -228,7 +230,8 @@ const campaignBattleSteps: Record<string, { victory: CampaignStep; retry: Campai
'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' },
'forty-first-battle-fan-castle-siege': { victory: 'forty-first-camp', retry: 'forty-first-battle' }
'forty-first-battle-fan-castle-siege': { victory: 'forty-first-camp', retry: 'forty-first-battle' },
'forty-second-battle-jing-rear-crisis': { victory: 'forty-second-camp', retry: 'forty-second-battle' }
};
export type CampaignSaveSlotSummary = {