Add Guiyang persuasion chapter

This commit is contained in:
2026-06-23 07:58:54 +09:00
parent d26a16d2a1
commit f8cc2f329c
11 changed files with 1134 additions and 28 deletions

View File

@@ -87,7 +87,9 @@ export type CampaignStep =
| 'twenty-second-battle'
| 'twenty-second-camp'
| 'twenty-third-battle'
| 'twenty-third-camp';
| 'twenty-third-camp'
| 'twenty-fourth-battle'
| 'twenty-fourth-camp';
export type CampaignUnitProgressSnapshot = {
unitId: string;
@@ -172,7 +174,8 @@ const campaignBattleSteps: Record<string, { victory: CampaignStep; retry: Campai
'twentieth-battle-jiangdong-envoy': { victory: 'twentieth-camp', retry: 'twentieth-battle' },
'twenty-first-battle-red-cliffs-vanguard': { victory: 'twenty-first-camp', retry: 'twenty-first-battle' },
'twenty-second-battle-red-cliffs-fire': { victory: 'twenty-second-camp', retry: 'twenty-second-battle' },
'twenty-third-battle-jingzhou-south-entry': { victory: 'twenty-third-camp', retry: 'twenty-third-battle' }
'twenty-third-battle-jingzhou-south-entry': { victory: 'twenty-third-camp', retry: 'twenty-third-battle' },
'twenty-fourth-battle-guiyang-persuasion': { victory: 'twenty-fourth-camp', retry: 'twenty-fourth-battle' }
};
export type CampaignSaveSlotSummary = {