1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-11 09:52:30 +08:00

Opt: Update configs in event_20200806_cn

This commit is contained in:
LmeSzinc
2020-12-11 20:52:23 +08:00
parent 917c523714
commit f099666539
4 changed files with 28 additions and 8 deletions

View File

@@ -46,7 +46,15 @@ A7, B7, C7, D7, E7, F7, G7, H7, \
class Config(ConfigBase):
pass
# ===== Start of generated config =====
MAP_SIREN_TEMPLATE = ['Amazon']
MOVABLE_ENEMY_TURN = (2,)
MAP_HAS_SIREN = True
MAP_HAS_MOVABLE_ENEMY = True
MAP_HAS_MAP_STORY = False
MAP_HAS_FLEET_STEP = True
MAP_HAS_AMBUSH = False
# ===== End of generated config =====
class Campaign(CampaignBase):