Add Jing Province defense vanguard chapter

This commit is contained in:
2026-06-23 15:00:54 +09:00
parent 63ac73f08b
commit 8585fec6b5
11 changed files with 898 additions and 48 deletions

View File

@@ -18,6 +18,7 @@ import {
seventeenthBattleScenario,
tenthBattleScenario,
thirteenthBattleScenario,
thirtyEighthBattleScenario,
thirtyFifthBattleScenario,
thirtyFourthBattleScenario,
thirtyFirstBattleScenario,
@@ -374,6 +375,7 @@ export class TitleScene extends Phaser.Scene {
campaign.step === 'thirty-fifth-camp' ||
campaign.step === 'thirty-sixth-camp' ||
campaign.step === 'thirty-seventh-camp' ||
campaign.step === 'thirty-eighth-camp' ||
campaign.step === 'hanzhong-king-camp' ||
campaign.step === 'shu-han-foundation-camp'
) {
@@ -566,6 +568,11 @@ export class TitleScene extends Phaser.Scene {
return;
}
if (campaign.step === 'thirty-eighth-battle') {
this.scene.start('BattleScene', { battleId: thirtyEighthBattleScenario.id });
return;
}
if (campaign.step === 'first-victory-story') {
this.scene.start('StoryScene', { pages: firstBattleVictoryPages, nextScene: 'TitleScene' });
return;