1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-14 00:21:11 +08:00

Fix: Detection of siren BB red

- Fit swipe multiply in chapter B
This commit is contained in:
LmeSzinc
2021-02-26 15:16:29 +08:00
parent d2a1e5ab36
commit 9a749ce494
7 changed files with 6 additions and 5 deletions

View File

@@ -72,11 +72,11 @@ class Config:
}
MAP_ENEMY_GENRE_DETECTION_SCALING = {
'CL': 1.111,
'CAred': 1.11,
'BB': 1.111,
'CV': 1.111,
'CAred': 1.111,
'BBred': 1.111,
}
MAP_SWIPE_MULTIPLY = 1.771
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.712
class Campaign(CampaignBase):
MAP = MAP