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

Add: Event entrance of Daedalian Hymn Rerun (event_20230309_cn)

This commit is contained in:
LmeSzinc
2023-03-09 20:24:51 +08:00
parent dc7a0c8cd9
commit b08baf0739
8 changed files with 71 additions and 44 deletions

View File

@@ -58,6 +58,19 @@ class Config:
MAP_HAS_AMBUSH = False
# ===== End of generated config =====
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
'height': (80, 255 - 33),
'width': (0.9, 10),
'prominence': 10,
'distance': 35,
}
EDGE_LINES_FIND_PEAKS_PARAMETERS = {
'height': (255 - 33, 255),
'prominence': 10,
'distance': 50,
# 'width': (0, 7),
'wlen': 1000
}
MAP_HAS_MAZE = True
MAP_SWIPE_MULTIPLY = 1.844
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.783