mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-16 23:17:21 +08:00
Fix: 修复血量平衡拖拽无效的问题
- 修复12-2不打小型的问题
This commit is contained in:
@@ -75,7 +75,7 @@ class HPBalancer(ModuleBase):
|
||||
p2 (int): Target position [0, 2].
|
||||
"""
|
||||
logger.info('scout_position_change (%s, %s)' % (p1, p2))
|
||||
self.device.drag(p1=SCOUT_POSITION[p1], p2=SCOUT_POSITION[p2])
|
||||
self.device.drag(p1=SCOUT_POSITION[p1], p2=SCOUT_POSITION[p2], segments=3)
|
||||
|
||||
def _expected_scout_order(self, hp):
|
||||
descending = np.sort(hp)[::-1]
|
||||
|
||||
Reference in New Issue
Block a user