Add third Meng Huo capture battle

This commit is contained in:
2026-06-23 22:01:50 +09:00
parent f4c50c7fca
commit aa152d827c
11 changed files with 829 additions and 58 deletions

View File

@@ -140,6 +140,8 @@ export type CampaignStep =
| 'forty-eighth-camp'
| 'forty-ninth-battle'
| 'forty-ninth-camp'
| 'fiftieth-battle'
| 'fiftieth-camp'
| 'hanzhong-king-camp'
| 'shu-han-foundation-camp'
| 'baidi-entrustment-camp';
@@ -297,7 +299,8 @@ const campaignBattleSteps: Record<string, { victory: CampaignStep; retry: Campai
'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-eighth-battle-meng-huo-main-force': { victory: 'forty-eighth-camp', retry: 'forty-eighth-battle' },
'forty-ninth-battle-meng-huo-second-capture': { victory: 'forty-ninth-camp', retry: 'forty-ninth-battle' }
'forty-ninth-battle-meng-huo-second-capture': { victory: 'forty-ninth-camp', retry: 'forty-ninth-battle' },
'fiftieth-battle-meng-huo-third-capture': { victory: 'fiftieth-camp', retry: 'fiftieth-battle' }
};
export type CampaignSaveSlotSummary = {