Add Xuzhou gate night raid battle

This commit is contained in:
2026-06-23 01:42:44 +09:00
parent 1c501057e3
commit 056fb34226
11 changed files with 682 additions and 16 deletions

View File

@@ -535,7 +535,17 @@ const enemyAiByUnitId: Record<string, EnemyAiBehavior> = {
'xiaopei-guard-b': 'aggressive',
'xiaopei-cavalry-a': 'aggressive',
'xiaopei-cavalry-b': 'aggressive',
'xiaopei-leader-gao-shun': 'guard'
'xiaopei-leader-gao-shun': 'guard',
'xuzhou-gate-traitor-a': 'aggressive',
'xuzhou-gate-traitor-b': 'aggressive',
'xuzhou-gate-infantry-a': 'guard',
'xuzhou-gate-infantry-b': 'guard',
'xuzhou-gate-archer-a': 'hold',
'xuzhou-gate-archer-b': 'hold',
'lubu-cavalry-a': 'aggressive',
'lubu-cavalry-b': 'aggressive',
'lubu-cavalry-c': 'aggressive',
'xuzhou-leader-cao-bao': 'guard'
};
const defaultEnemyAiByClass: Partial<Record<UnitClassKey, EnemyAiBehavior>> = {