Add Mianzhu Gate sortie chapter

This commit is contained in:
2026-06-23 12:15:04 +09:00
parent 004ec3cfff
commit 9ac621da76
11 changed files with 870 additions and 35 deletions

View File

@@ -103,7 +103,9 @@ export type CampaignStep =
| 'thirtieth-battle'
| 'thirtieth-camp'
| 'thirty-first-battle'
| 'thirty-first-camp';
| 'thirty-first-camp'
| 'thirty-second-battle'
| 'thirty-second-camp';
export type CampaignUnitProgressSnapshot = {
unitId: string;
@@ -196,7 +198,8 @@ const campaignBattleSteps: Record<string, { victory: CampaignStep; retry: Campai
'twenty-eighth-battle-fu-pass-entry': { victory: 'twenty-eighth-camp', retry: 'twenty-eighth-battle' },
'twenty-ninth-battle-luo-outer-wall': { victory: 'twenty-ninth-camp', retry: 'twenty-ninth-battle' },
'thirtieth-battle-luofeng-ambush': { victory: 'thirtieth-camp', retry: 'thirtieth-battle' },
'thirty-first-battle-luo-main-gate': { victory: 'thirty-first-camp', retry: 'thirty-first-battle' }
'thirty-first-battle-luo-main-gate': { victory: 'thirty-first-camp', retry: 'thirty-first-battle' },
'thirty-second-battle-mianzhu-gate': { victory: 'thirty-second-camp', retry: 'thirty-second-battle' }
};
export type CampaignSaveSlotSummary = {