Add Weishui camps chapter

This commit is contained in:
2026-06-24 18:38:21 +09:00
parent 84a1eccb5d
commit 40078eabe3
12 changed files with 866 additions and 85 deletions

View File

@@ -6572,14 +6572,16 @@ export class BattleScene extends Phaser.Scene {
'northern-sixth',
'northern-seventh',
'northern-eighth',
'northern-ninth'
'northern-ninth',
'northern-tenth'
];
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-ninth-officer-zhang-he'
enemy.id === 'northern-ninth-officer-zhang-he' ||
enemy.id === 'northern-tenth-officer-zhang-he'
) {
return 'aggressive';
}