mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-30 09:43:51 +08:00
opsi_month_boss init
This commit is contained in:
@@ -676,21 +676,13 @@ class OSFleet(OSCamera, Combat, Fleet, OSAsh):
|
|||||||
self.boss_goto(location=(0, 0), has_fleet_step=has_fleet_step, drop=drop, is_month=is_month)
|
self.boss_goto(location=(0, 0), has_fleet_step=has_fleet_step, drop=drop, is_month=is_month)
|
||||||
|
|
||||||
# End
|
# End
|
||||||
if not is_month:
|
self.predict_radar()
|
||||||
self.predict_radar()
|
if self.radar.select(is_question=True):
|
||||||
if self.radar.select(is_question=True):
|
logger.info('BOSS clear')
|
||||||
logger.info('BOSS clear')
|
if drop.count:
|
||||||
if drop.count:
|
drop.add(self.device.image)
|
||||||
drop.add(self.device.image)
|
self.map_exit()
|
||||||
self.map_exit()
|
return True
|
||||||
return True
|
|
||||||
else:
|
|
||||||
self.predict_radar()
|
|
||||||
if self.radar.select(is_question=True):
|
|
||||||
logger.info('BOSS clear')
|
|
||||||
if drop.count:
|
|
||||||
drop.add(self.device.image)
|
|
||||||
self.map_exit()
|
|
||||||
|
|
||||||
# Standby
|
# Standby
|
||||||
self.boss_leave()
|
self.boss_leave()
|
||||||
|
|||||||
@@ -694,9 +694,11 @@ if __name__ == '__main__':
|
|||||||
from module.os.config import OSConfig
|
from module.os.config import OSConfig
|
||||||
from module.os.assets import *
|
from module.os.assets import *
|
||||||
|
|
||||||
|
|
||||||
self.config = self.config.merge(OSConfig())
|
self.config = self.config.merge(OSConfig())
|
||||||
|
|
||||||
self.device.screenshot()
|
self.device.screenshot()
|
||||||
|
self.os_init()
|
||||||
# self.zone_init()
|
# self.zone_init()
|
||||||
# self.globe_goto(154)
|
# self.globe_goto(154)
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user