Add Han River flood chapter

This commit is contained in:
2026-06-23 16:12:24 +09:00
parent fe1f897609
commit 628e73ba58
11 changed files with 910 additions and 45 deletions

View File

@@ -120,6 +120,8 @@ export type CampaignStep =
| 'thirty-eighth-camp'
| 'thirty-ninth-battle'
| 'thirty-ninth-camp'
| 'fortieth-battle'
| 'fortieth-camp'
| 'hanzhong-king-camp'
| 'shu-han-foundation-camp';
@@ -222,7 +224,8 @@ const campaignBattleSteps: Record<string, { victory: CampaignStep; retry: Campai
'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-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' }
'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' }
};
export type CampaignSaveSlotSummary = {