1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-08 09:16:22 +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

@@ -51,7 +51,7 @@ A9, B9, C9, D9, E9, F9, \
class Config:
# ===== Start of generated config =====
MAP_SIREN_TEMPLATE = ['jialisuoniye', 'aerjiliya']
MAP_SIREN_TEMPLATE = ['LaGalissonniere', 'Algerie']
MOVABLE_ENEMY_TURN = (2,)
MAP_HAS_SIREN = True
MAP_HAS_MOVABLE_ENEMY = True
@@ -60,6 +60,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