Fix(Event): 修复了复刻活动图中siren识别

This commit is contained in:
W1NDes 2025-11-14 15:24:08 +08:00
parent 062860370d
commit 5abfef52a9
4 changed files with 4 additions and 0 deletions

View File

@ -58,6 +58,7 @@ class Config:
# ===== End of generated config =====
MAP_SIREN_HAS_BOSS_ICON = True
MAP_SIREN_HAS_BOSS_ICON_SMALL = True
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
'height': (80, 255 - 17),
'width': (0.9, 10),

View File

@ -56,6 +56,7 @@ class Config:
# ===== End of generated config =====
MAP_SIREN_HAS_BOSS_ICON = True
MAP_SIREN_HAS_BOSS_ICON_SMALL = True
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
'height': (80, 255 - 17),
'width': (0.9, 10),

View File

@ -58,6 +58,7 @@ class Config:
# ===== End of generated config =====
MAP_SIREN_HAS_BOSS_ICON = True
MAP_SIREN_HAS_BOSS_ICON_SMALL = True
MAP_SWIPE_MULTIPLY = (1.074, 1.095)
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.039, 1.058)
MAP_SWIPE_MULTIPLY_MAATOUCH = (1.009, 1.027)

View File

@ -56,6 +56,7 @@ class Config:
# ===== End of generated config =====
MAP_SIREN_HAS_BOSS_ICON = True
MAP_SIREN_HAS_BOSS_ICON_SMALL = True
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
'height': (80, 255 - 17),
'width': (0.9, 10),