mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-17 00:05:31 +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:
@@ -46,7 +46,7 @@ A7, B7, C7, D7, E7, F7, G7, H7, I7, \
|
||||
|
||||
class Config(ConfigBase):
|
||||
# ===== Start of generated config =====
|
||||
MAP_SIREN_TEMPLATE = ['sairenqingxun', 'sairenzhongxun', 'sairenhangmu']
|
||||
MAP_SIREN_TEMPLATE = ['CL', 'CA', 'CV']
|
||||
MOVABLE_ENEMY_TURN = (3,)
|
||||
MAP_HAS_SIREN = True
|
||||
MAP_HAS_MOVABLE_ENEMY = True
|
||||
|
||||
Reference in New Issue
Block a user