mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-04-05 01:13:31 +08:00
Fix: siren has boss icon small in event 20221222 rerun (#4502)
This commit is contained in:
parent
78c90831c2
commit
40a9e901e2
@ -57,7 +57,7 @@ class Config:
|
|||||||
MAP_HAS_MYSTERY = False
|
MAP_HAS_MYSTERY = False
|
||||||
# ===== End of generated config =====
|
# ===== End of generated config =====
|
||||||
|
|
||||||
MAP_SIREN_HAS_BOSS_ICON = True
|
MAP_SIREN_HAS_BOSS_ICON_SMALL = True
|
||||||
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
|
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
|
||||||
'height': (80, 255 - 33),
|
'height': (80, 255 - 33),
|
||||||
'width': (1.5, 10),
|
'width': (1.5, 10),
|
||||||
|
@ -58,7 +58,7 @@ class Config:
|
|||||||
MAP_HAS_MYSTERY = False
|
MAP_HAS_MYSTERY = False
|
||||||
# ===== End of generated config =====
|
# ===== End of generated config =====
|
||||||
|
|
||||||
MAP_SIREN_HAS_BOSS_ICON = True
|
MAP_SIREN_HAS_BOSS_ICON_SMALL = True
|
||||||
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
|
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
|
||||||
'height': (80, 255 - 33),
|
'height': (80, 255 - 33),
|
||||||
'width': (1.5, 10),
|
'width': (1.5, 10),
|
||||||
|
@ -57,7 +57,7 @@ class Config:
|
|||||||
MAP_HAS_MYSTERY = False
|
MAP_HAS_MYSTERY = False
|
||||||
# ===== End of generated config =====
|
# ===== End of generated config =====
|
||||||
|
|
||||||
MAP_SIREN_HAS_BOSS_ICON = True
|
MAP_SIREN_HAS_BOSS_ICON_SMALL = True
|
||||||
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
|
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
|
||||||
'height': (80, 255 - 24),
|
'height': (80, 255 - 24),
|
||||||
'width': (1.5, 10),
|
'width': (1.5, 10),
|
||||||
|
@ -58,7 +58,7 @@ class Config:
|
|||||||
MAP_HAS_MYSTERY = False
|
MAP_HAS_MYSTERY = False
|
||||||
# ===== End of generated config =====
|
# ===== End of generated config =====
|
||||||
|
|
||||||
MAP_SIREN_HAS_BOSS_ICON = True
|
MAP_SIREN_HAS_BOSS_ICON_SMALL = True
|
||||||
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
|
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
|
||||||
'height': (80, 255 - 24),
|
'height': (80, 255 - 24),
|
||||||
'width': (1.5, 10),
|
'width': (1.5, 10),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user