mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 01:07:59 +08:00
Opt: INTERNAL_LINES_FIND_PEAKS_PARAMETERS for W15 (#3659)
This commit is contained in:
parent
76f863ac59
commit
74fe3138d7
@ -16,6 +16,12 @@ class Config:
|
||||
# Ambushes can be avoid by having more DDs.
|
||||
MAP_WALK_OPTIMIZE = False
|
||||
MAP_ENEMY_TEMPLATE = ['Light', 'Main', 'Carrier', 'CarrierSpecial']
|
||||
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
|
||||
'height': (80, 255 - 33),
|
||||
'width': (0.9, 10),
|
||||
'prominence': 10,
|
||||
'distance': 35,
|
||||
}
|
||||
|
||||
|
||||
class CampaignBase(CampaignBase_):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user