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

Add: T3 HT2 HT3 in Dreamwaker's Butterfly

This commit is contained in:
LmeSzinc
2020-09-19 17:56:37 +08:00
parent 3a97d35beb
commit 5d474b2d74
10 changed files with 294 additions and 2 deletions

View File

@@ -55,6 +55,19 @@ class Config:
# ===== End of generated config =====
STAGE_ENTRANCE = ['blue']
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
'height': (80, 255 - 40),
'width': (0.9, 10),
'prominence': 10,
'distance': 35,
}
EDGE_LINES_FIND_PEAKS_PARAMETERS = {
'height': (255 - 24, 255),
'prominence': 10,
'distance': 50,
# 'width': (0, 7),
'wlen': 1000
}
class Campaign(CampaignBase):