Add Luo Castle outer wall chapter

This commit is contained in:
2026-06-23 09:43:18 +09:00
parent 8349d1044f
commit cc6365d5ba
11 changed files with 1270 additions and 34 deletions

View File

@@ -97,7 +97,9 @@ export type CampaignStep =
| 'twenty-seventh-battle'
| 'twenty-seventh-camp'
| 'twenty-eighth-battle'
| 'twenty-eighth-camp';
| 'twenty-eighth-camp'
| 'twenty-ninth-battle'
| 'twenty-ninth-camp';
export type CampaignUnitProgressSnapshot = {
unitId: string;
@@ -187,7 +189,8 @@ const campaignBattleSteps: Record<string, { victory: CampaignStep; retry: Campai
'twenty-fifth-battle-wuling-mountain-road': { victory: 'twenty-fifth-camp', retry: 'twenty-fifth-battle' },
'twenty-sixth-battle-changsha-veteran': { victory: 'twenty-sixth-camp', retry: 'twenty-sixth-battle' },
'twenty-seventh-battle-yizhou-relief-road': { victory: 'twenty-seventh-camp', retry: 'twenty-seventh-battle' },
'twenty-eighth-battle-fu-pass-entry': { victory: 'twenty-eighth-camp', retry: 'twenty-eighth-battle' }
'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' }
};
export type CampaignSaveSlotSummary = {