1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-23 09:48:01 +08:00

Add: Siren templates in Azur Anthem SP3

- Opt: Lower campaign match threshold to 0.8, in order to detect 50% clear SP3
This commit is contained in:
LmeSzinc
2021-07-23 20:15:05 +08:00
parent 6d06346210
commit 7ec9e0d88f
12 changed files with 13 additions and 2 deletions

View File

@@ -87,3 +87,8 @@ class CampaignBase(CampaignBase_):
return True
return False
def campaign_match_multi(self, *args, **kwargs):
# Lower campaign match threshold to 0.8, in order to detect 50% clear SP3
kwargs['similarity'] = 0.8
return super().campaign_match_multi(*args, **kwargs)

View File

@@ -58,6 +58,10 @@ class Config(ConfigBase):
MAP_HAS_AMBUSH = False
# ===== End of generated config =====
MAP_SWIPE_MULTIPLY = 1.835
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.774
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom'
class Campaign(CampaignBase):
MAP = MAP