1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-21 02:05:35 +08:00

Mod: Improvement of Empyreal Tagicomedy WarArchives

This commit is contained in:
julystone
2022-01-26 15:18:53 +08:00
parent 88fad11161
commit 175f78367d
15 changed files with 501 additions and 41 deletions

View File

@@ -55,6 +55,22 @@ class Config:
MAP_HAS_MYSTERY = False
# ===== End of generated config =====
MAP_SWIPE_MULTIPLY = 1.519
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.469
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
'height': (80, 255 - 24),
'width': (0.9, 10),
'prominence': 10,
'distance': 35,
}
EDGE_LINES_FIND_PEAKS_PARAMETERS = {
'height': (255 - 24, 255),
'prominence': 10,
'distance': 50,
# 'width': (0, 7),
'wlen': 1000
}
class Campaign(CampaignBase):
MAP = MAP