1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 20:58:19 +08:00

Merge remote-tracking branch 'origin/master' into guild_reward

This commit is contained in:
nEEtdo0d
2020-12-31 10:45:51 -05:00
56 changed files with 189 additions and 19 deletions

View File

@@ -269,6 +269,7 @@ class AzurLaneConfig:
MAP_HAS_LAND_BASED = False
MAP_ENEMY_TEMPLATE = ['Light', 'Main', 'Carrier', 'Treasure']
MAP_SIREN_TEMPLATE = ['DD', 'CL', 'CA', 'BB', 'CV']
MAP_ENEMY_GENRE_DETECTION_SCALING = {} # Key: str, Template name, Value: float, scaling factor
MAP_SIREN_MOVE_WAIT = 1.5 # The enemy moving takes about 1.2 ~ 1.5s.
MAP_SIREN_COUNT = 0
MAP_MYSTERY_HAS_CARRIER = False