mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-09 05:47:30 +08:00
Fix: Siren detection in Khorovod of Dawns Rime chapter D
This commit is contained in:
parent
65169654e8
commit
cbe73a4f78
@ -48,7 +48,7 @@ A8, B8, C8, D8, E8, F8, G8, H8, I8, \
|
||||
|
||||
class Config:
|
||||
# ===== Start of generated config =====
|
||||
MAP_SIREN_TEMPLATE = ['CAred', 'BB']
|
||||
MAP_SIREN_TEMPLATE = ['CAred', 'BBred']
|
||||
MOVABLE_ENEMY_TURN = (2,)
|
||||
MAP_HAS_SIREN = True
|
||||
MAP_HAS_MOVABLE_ENEMY = True
|
||||
@ -73,10 +73,11 @@ class Config:
|
||||
MAP_ENEMY_GENRE_DETECTION_SCALING = {
|
||||
'CL': 1.111,
|
||||
'CAred': 1.111,
|
||||
'BB': 1.111,
|
||||
'BBred': 1.111,
|
||||
'CV': 1.111,
|
||||
}
|
||||
|
||||
MAP_SWIPE_MULTIPLY = 1.823
|
||||
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.762
|
||||
|
||||
class Campaign(CampaignBase):
|
||||
MAP = MAP
|
||||
|
@ -56,6 +56,9 @@ class Config(ConfigBase):
|
||||
MAP_HAS_AMBUSH = False
|
||||
# ===== End of generated config =====
|
||||
|
||||
MAP_SWIPE_MULTIPLY = 1.657
|
||||
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.602
|
||||
|
||||
|
||||
class Campaign(CampaignBase):
|
||||
MAP = MAP
|
||||
|
@ -56,7 +56,7 @@ A10, B10, C10, D10, E10, F10, G10, H10, I10, \
|
||||
|
||||
class Config(ConfigBase):
|
||||
# ===== Start of generated config =====
|
||||
MAP_SIREN_TEMPLATE = ['CAred', 'BB', 'CV']
|
||||
MAP_SIREN_TEMPLATE = ['CAred', 'BBred', 'CV']
|
||||
MOVABLE_ENEMY_TURN = (2,)
|
||||
MAP_HAS_SIREN = True
|
||||
MAP_HAS_MOVABLE_ENEMY = True
|
||||
@ -65,6 +65,9 @@ class Config(ConfigBase):
|
||||
MAP_HAS_AMBUSH = False
|
||||
# ===== End of generated config =====
|
||||
|
||||
MAP_SWIPE_MULTIPLY = 1.778
|
||||
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.719
|
||||
|
||||
|
||||
class Campaign(CampaignBase):
|
||||
MAP = MAP
|
||||
|
@ -30,7 +30,7 @@ DIC_SIREN_NAME_CHI_TO_ENG = {
|
||||
'sairenquzhu_M': 'DD',
|
||||
'sairenqingxun_M': 'CL',
|
||||
'sairenzhongxun_M': 'CAred',
|
||||
'sairenzhanlie_M': 'BB',
|
||||
'sairenzhanlie_M': 'BBred',
|
||||
'sairenhangmu_M': 'CV',
|
||||
'sairenqianting_M': 'SS',
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user