Fix: Perspective parameters in chapter BD SP

This commit is contained in:
LmeSzinc 2023-02-24 23:26:50 +08:00
parent bec2671d72
commit beff172931
3 changed files with 18 additions and 0 deletions

View File

@ -58,6 +58,12 @@ class Config:
MAP_HAS_MYSTERY = False
# ===== End of generated config =====
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
'height': (80, 255 - 33),
'width': (0.9, 10),
'prominence': 10,
'distance': 35,
}
MAP_ENEMY_GENRE_DETECTION_SCALING = {
'DD': 1.111,
'CL': 1.111,

View File

@ -58,6 +58,12 @@ class Config:
MAP_HAS_MYSTERY = False
# ===== End of generated config =====
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
'height': (80, 255 - 33),
'width': (0.9, 10),
'prominence': 10,
'distance': 35,
}
MAP_ENEMY_GENRE_DETECTION_SCALING = {
'DD': 1.111,
'CL': 1.111,

View File

@ -62,6 +62,12 @@ class Config:
STAR_REQUIRE_3 = 0
# ===== End of generated config =====
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
'height': (80, 255 - 33),
'width': (0.9, 10),
'prominence': 10,
'distance': 35,
}
MAP_HAS_SIREN = True
MAP_IS_ONE_TIME_STAGE = True
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom'