Skip to content

Commit

Permalink
Fix: Perspective parameters in Abyssal Refrain B
Browse files Browse the repository at this point in the history
  • Loading branch information
LmeSzinc committed Apr 13, 2024
1 parent 3e585ab commit 8e6bb56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
15 changes: 1 addition & 14 deletions campaign/event_20220224_cn/b1.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,27 +55,14 @@ class Config:
MAP_HAS_MYSTERY = False
# ===== End of generated config =====

INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
'height': (150, 255 - 17),
'width': (0.9, 10),
'prominence': 10,
'distance': 35,
}
EDGE_LINES_FIND_PEAKS_PARAMETERS = {
'height': (255 - 17, 255),
'prominence': 10,
'distance': 50,
# 'width': (0, 7),
'wlen': 1000
}
HOMO_EDGE_COLOR_RANGE = (0, 17)
MAP_ENEMY_GENRE_DETECTION_SCALING = {
'DD': 1.111,
'CL': 1.111,
'CAred': 1.111,
'BBred': 1.111,
'CV': 1.111,
}
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom'
MAP_SWIPE_MULTIPLY = (0.974, 0.992)
MAP_SWIPE_MULTIPLY_MINITOUCH = (0.942, 0.959)
MAP_SWIPE_MULTIPLY_MAATOUCH = (0.914, 0.931)
Expand Down
1 change: 1 addition & 0 deletions campaign/event_20220224_cn/d1.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ class Config:
'BBred': 1.111,
'CV': 1.111,
}
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom'
MAP_SWIPE_MULTIPLY = (0.974, 0.992)
MAP_SWIPE_MULTIPLY_MINITOUCH = (0.942, 0.959)
MAP_SWIPE_MULTIPLY_MAATOUCH = (0.914, 0.931)
Expand Down

0 comments on commit 8e6bb56

Please sign in to comment.