1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-08 18:16:05 +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

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