1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-29 04:45:30 +08:00

Opt: INTERNAL_LINES_FIND_PEAKS_PARAMETERS for W15 (#3659)

This commit is contained in:
guoh064
2024-04-19 22:57:48 +08:00
committed by GitHub
parent 76f863ac59
commit 74fe3138d7

View File

@@ -16,6 +16,12 @@ class Config:
# Ambushes can be avoid by having more DDs. # Ambushes can be avoid by having more DDs.
MAP_WALK_OPTIMIZE = False MAP_WALK_OPTIMIZE = False
MAP_ENEMY_TEMPLATE = ['Light', 'Main', 'Carrier', 'CarrierSpecial'] 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_): class CampaignBase(CampaignBase_):