1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-11 18:02:31 +08:00

Fix: [TW] Daedalian Hymn event

- Merge event_20200521_cn into event_20210624_tw
This commit is contained in:
LmeSzinc
2021-06-26 20:23:39 +08:00
parent ae13ead9bc
commit 28bf4aaea3
10 changed files with 180 additions and 8 deletions

View File

@@ -50,6 +50,21 @@ class Config:
MAP_HAS_AMBUSH = False
# ===== End of generated config =====
TRUST_EDGE_LINES = False
COINCIDENT_POINT_ENCOURAGE_DISTANCE = 1.5
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
'height': (100, 255 - 24),
'width': 1,
'prominence': 10,
'distance': 35,
}
EDGE_LINES_FIND_PEAKS_PARAMETERS = {
'height': (255 - 24, 255),
'prominence': 2,
'distance': 50,
'wlen': 1000
}
class Campaign(CampaignBase):
MAP = MAP