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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user