Add Meng Huo pacification battle

This commit is contained in:
2026-06-23 20:59:52 +09:00
parent eb471d9648
commit 688b51f3cc
11 changed files with 824 additions and 63 deletions

View File

@@ -136,6 +136,8 @@ export type CampaignStep =
| 'forty-sixth-camp'
| 'forty-seventh-battle'
| 'forty-seventh-camp'
| 'forty-eighth-battle'
| 'forty-eighth-camp'
| 'hanzhong-king-camp'
| 'shu-han-foundation-camp'
| 'baidi-entrustment-camp';
@@ -291,7 +293,8 @@ const campaignBattleSteps: Record<string, { victory: CampaignStep; retry: Campai
'forty-fourth-battle-maicheng-isolation': { victory: 'forty-fourth-camp', retry: 'forty-fourth-battle' },
'forty-fifth-battle-yiling-vanguard': { victory: 'forty-fifth-camp', retry: 'forty-fifth-battle' },
'forty-sixth-battle-yiling-fire': { victory: 'forty-sixth-camp', retry: 'forty-sixth-battle' },
'forty-seventh-battle-nanzhong-stabilization': { victory: 'forty-seventh-camp', retry: 'forty-seventh-battle' }
'forty-seventh-battle-nanzhong-stabilization': { victory: 'forty-seventh-camp', retry: 'forty-seventh-battle' },
'forty-eighth-battle-meng-huo-main-force': { victory: 'forty-eighth-camp', retry: 'forty-eighth-battle' }
};
export type CampaignSaveSlotSummary = {