1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-19 02:47:09 +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:
nEEtdo0d
2020-11-14 00:50:56 -05:00
parent b9d3ce7a12
commit af9add1e8e
16 changed files with 21 additions and 15 deletions

View File

@@ -49,7 +49,7 @@ A8, B8, C8, D8, E8, F8, G8, H8, I8, J8, K8, \
class Config(ConfigBase):
# ===== Start of generated config =====
MAP_SIREN_TEMPLATE = ['sairenqingxun', 'sairenzhongxun', 'sairenhangmu', 'sairenzhanlie']
MAP_SIREN_TEMPLATE = ['CL', 'CA', 'CV', 'BB']
MOVABLE_ENEMY_TURN = (3,)
MAP_HAS_SIREN = True
MAP_HAS_MOVABLE_ENEMY = True