Add Fan Castle siege chapter

This commit is contained in:
2026-06-23 16:42:33 +09:00
parent 628e73ba58
commit 6a55313492
11 changed files with 902 additions and 50 deletions

View File

@@ -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 = {