feat: add walkable Guangzong sortie camp

This commit is contained in:
2026-07-27 22:37:55 +09:00
parent 43e5533515
commit 9d67e0ae1d
17 changed files with 3519 additions and 558 deletions

View File

@@ -1632,7 +1632,7 @@ try {
if (
fourthBattleState.camera?.mapWidth !== 24 ||
fourthBattleState.camera?.mapHeight !== 20 ||
fourthBattleState.victoryConditionLabel !== '장각 격파' ||
fourthBattleState.victoryConditionLabel !== '장각 본대 지휘 와해' ||
fourthEnemies.length < 12 ||
!fourthEnemyBehaviors.has('aggressive') ||
!fourthEnemyBehaviors.has('guard') ||