mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 13:17:00 +08:00
Add: T4 HT4 in Dreamwaker's Butterfly
- Fix use boss fleet as mob when push_forward and triggered enemy round - Opt speed up minitouch
This commit is contained in:
@@ -45,7 +45,7 @@ def random_rho(dis):
|
||||
return random_normal_distribution(-dis, dis)
|
||||
|
||||
|
||||
def insert_swipe(p0, p3, speed=15):
|
||||
def insert_swipe(p0, p3, speed=20):
|
||||
"""
|
||||
Insert way point from start to end.
|
||||
First generate a cubic bézier curve
|
||||
|
||||
@@ -481,6 +481,7 @@ class Map(Fleet):
|
||||
grids = self.map.select(is_land=False).sort('weight', 'cost')
|
||||
if self.map[self.fleet_2_location].weight <= grids[0].weight:
|
||||
logger.info('Fleet_2 pushed to destination')
|
||||
self.fleet_1.switch_to()
|
||||
return False
|
||||
|
||||
fleets = SelectedGrids([self.map[self.fleet_1_location], self.map[self.fleet_2_location]])
|
||||
|
||||
Reference in New Issue
Block a user