Add Xuzhou breakout chapter

This commit is contained in:
2026-06-23 02:09:38 +09:00
parent 91b8abc7e3
commit 6eacee48fc
11 changed files with 739 additions and 16 deletions

View File

@@ -545,7 +545,18 @@ const enemyAiByUnitId: Record<string, EnemyAiBehavior> = {
'lubu-cavalry-a': 'aggressive',
'lubu-cavalry-b': 'aggressive',
'lubu-cavalry-c': 'aggressive',
'xuzhou-leader-cao-bao': 'guard'
'xuzhou-leader-cao-bao': 'guard',
'xuzhou-escape-cavalry-a': 'aggressive',
'xuzhou-escape-cavalry-b': 'aggressive',
'xuzhou-escape-cavalry-c': 'aggressive',
'xuzhou-escape-guard-a': 'guard',
'xuzhou-escape-guard-b': 'guard',
'xuzhou-escape-guard-c': 'guard',
'xuzhou-escape-archer-a': 'hold',
'xuzhou-escape-archer-b': 'hold',
'xuzhou-escape-raider-a': 'aggressive',
'xuzhou-escape-raider-b': 'aggressive',
'xuzhou-escape-leader-song-xian': 'guard'
};
const defaultEnemyAiByClass: Partial<Record<UnitClassKey, EnemyAiBehavior>> = {