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

Add: Pledge of the Radiant Court chapter SP

This commit is contained in:
LmeSzinc
2022-05-27 22:57:25 +08:00
parent adbf2885be
commit f9b673705f
15 changed files with 108 additions and 0 deletions

View File

@@ -103,6 +103,7 @@ class ManualConfig:
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_ENEMY_GENRE_SIMILARITY = 0.85
MAP_SIREN_MOVE_WAIT = 1.5 # The enemy moving takes about 1.2 ~ 1.5s.
MAP_SIREN_COUNT = 0
MAP_HAS_MYSTERY = True