1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-27 06:08:22 +08:00

Fix: Siren names in Northern Overture Rerun

This commit is contained in:
LmeSzinc
2022-02-10 17:49:14 +08:00
parent 1e9ea830ea
commit 22045e76a0
4 changed files with 6 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ A7, B7, C7, D7, E7, F7, G7, H7, \
class Config:
# ===== Start of generated config =====
MAP_SIREN_TEMPLATE = ['CL', 'CA', 'ganraozhe']
MAP_SIREN_TEMPLATE = ['CL', 'CA', 'Intruder']
MOVABLE_ENEMY_TURN = (2,)
MAP_HAS_SIREN = True
MAP_HAS_MOVABLE_ENEMY = True

View File

@@ -50,7 +50,7 @@ A8, B8, C8, D8, E8, F8, \
class Config(ConfigBase):
# ===== Start of generated config =====
MAP_SIREN_TEMPLATE = ['CA', 'BB', 'ganraozhe']
MAP_SIREN_TEMPLATE = ['CA', 'BB', 'Intruder']
MOVABLE_ENEMY_TURN = (2,)
MAP_HAS_SIREN = True
MAP_HAS_MOVABLE_ENEMY = True

View File

@@ -47,7 +47,7 @@ A7, B7, C7, D7, E7, F7, G7, H7, \
class Config(ConfigBase):
# ===== Start of generated config =====
MAP_SIREN_TEMPLATE = ['BB', 'CV', 'ganraozhe']
MAP_SIREN_TEMPLATE = ['BB', 'CV', 'Intruder']
MOVABLE_ENEMY_TURN = (2,)
MAP_HAS_SIREN = True
MAP_HAS_MOVABLE_ENEMY = True