Add Luo Castle main gate chapter

This commit is contained in:
2026-06-23 11:44:09 +09:00
parent 0872c584b4
commit 004ec3cfff
11 changed files with 986 additions and 45 deletions

View File

@@ -101,7 +101,9 @@ export type CampaignStep =
| 'twenty-ninth-battle'
| 'twenty-ninth-camp'
| 'thirtieth-battle'
| 'thirtieth-camp';
| 'thirtieth-camp'
| 'thirty-first-battle'
| 'thirty-first-camp';
export type CampaignUnitProgressSnapshot = {
unitId: string;
@@ -193,7 +195,8 @@ const campaignBattleSteps: Record<string, { victory: CampaignStep; retry: Campai
'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-ninth-battle-luo-outer-wall': { victory: 'twenty-ninth-camp', retry: 'twenty-ninth-battle' },
'thirtieth-battle-luofeng-ambush': { victory: 'thirtieth-camp', retry: 'thirtieth-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' }
};
export type CampaignSaveSlotSummary = {