mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-23 04:01:33 +08:00
Fix: Winter's Crown incorrect siren template names, map_extractor may need dictionary updates
Fix: Detection of info window pertaining to data key usage from appear to ocr method
This commit is contained in:
@@ -41,7 +41,7 @@ A6, B6, C6, D6, E6, F6, G6, H6, I6, J6, \
|
||||
|
||||
class Config:
|
||||
# ===== Start of generated config =====
|
||||
MAP_SIREN_TEMPLATE = ['sairenqingxun', 'sairenzhongxun']
|
||||
MAP_SIREN_TEMPLATE = ['CA', 'CL']
|
||||
MOVABLE_ENEMY_TURN = (3,)
|
||||
MAP_HAS_SIREN = True
|
||||
MAP_HAS_MOVABLE_ENEMY = True
|
||||
|
||||
Reference in New Issue
Block a user