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

Merge remote-tracking branch 'origin/master' into comf_fort

This commit is contained in:
nEEtdo0d
2021-07-23 10:19:27 -04:00
45 changed files with 591 additions and 72 deletions

View File

@@ -266,6 +266,10 @@ class AzurLaneConfig:
# because a closing swipe will be treat as a click in game.
MAP_SWIPE_DROP = 0.15
MAP_SWIPE_PREDICT = True
# Corner to ensure in ensure_edge_insight.
# Value can be 'upper-left', 'upper-right', 'bottom-left', 'bottom-right', or 'upper', 'bottom', 'left', 'right'
# Missing axis will be random, and '' for all random
MAP_ENSURE_EDGE_INSIGHT_CORNER = ''
"""
module.retire
@@ -386,7 +390,7 @@ class AzurLaneConfig:
'expire_longer_than_6': -11,
'duration_shorter_than_2': 11,
'duration_longer_than_6': -11,
'doa_daily': 500,
'event_daily': 500,
}
COMMISSION_TIME_LIMIT = 0