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:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user