1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 00:28:20 +08:00

Add: Handle mechanism and land_based

This commit is contained in:
LmeSzinc
2020-11-16 21:16:27 +08:00
parent 9bdd2299c7
commit ace77fa1c7
6 changed files with 86 additions and 11 deletions

View File

@@ -197,6 +197,7 @@ class Fleet(Camera, AmbushHandler):
arrived = False
# Wait to confirm fleet arrived. It does't appear immediately if fleet in combat .
extra = 4.5 if self.config.SUBMARINE_MODE == 'hunt_only' else 0
extra += grid.mechanism_wait if grid.is_mechanism_trigger else 0
arrive_timer = Timer(0.5 + self.round_wait + extra, count=2)
arrive_unexpected_timer = Timer(1.5 + self.round_wait + extra, count=6)
# Wait after ambushed.