Add Lucheng pursuit chapter

This commit is contained in:
2026-06-24 17:59:05 +09:00
parent 8c446f8948
commit 84a1eccb5d
12 changed files with 892 additions and 82 deletions

View File

@@ -6571,13 +6571,15 @@ export class BattleScene extends Phaser.Scene {
'northern-fifth',
'northern-sixth',
'northern-seventh',
'northern-eighth'
'northern-eighth',
'northern-ninth'
];
if (lateNorthernPrefixes.some((prefix) => enemy.id.startsWith(prefix))) {
if (
enemy.id.includes('-scout') ||
enemy.id.includes('-cavalry') ||
enemy.id === 'northern-eighth-officer-zhang-he'
enemy.id === 'northern-eighth-officer-zhang-he' ||
enemy.id === 'northern-ninth-officer-zhang-he'
) {
return 'aggressive';
}