Add Dingjun Mountain vanguard chapter

This commit is contained in:
2026-06-23 13:38:49 +09:00
parent c724d9d48f
commit 24b7db0b14
12 changed files with 894 additions and 39 deletions

View File

@@ -111,7 +111,9 @@ export type CampaignStep =
| 'thirty-fourth-battle'
| 'thirty-fourth-camp'
| 'thirty-fifth-battle'
| 'thirty-fifth-camp';
| 'thirty-fifth-camp'
| 'thirty-sixth-battle'
| 'thirty-sixth-camp';
export type CampaignUnitProgressSnapshot = {
unitId: string;
@@ -208,7 +210,8 @@ const campaignBattleSteps: Record<string, { victory: CampaignStep; retry: Campai
'thirty-second-battle-mianzhu-gate': { victory: 'thirty-second-camp', retry: 'thirty-second-battle' },
'thirty-third-battle-chengdu-surrender': { victory: 'thirty-third-camp', retry: 'thirty-third-battle' },
'thirty-fourth-battle-jiameng-pass': { victory: 'thirty-fourth-camp', retry: 'thirty-fourth-battle' },
'thirty-fifth-battle-yangping-scout': { victory: 'thirty-fifth-camp', retry: 'thirty-fifth-battle' }
'thirty-fifth-battle-yangping-scout': { victory: 'thirty-fifth-camp', retry: 'thirty-fifth-battle' },
'thirty-sixth-battle-dingjun-vanguard': { victory: 'thirty-sixth-camp', retry: 'thirty-sixth-battle' }
};
export type CampaignSaveSlotSummary = {