mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-25 18:15:01 +08:00
Opt: CL1 Leveling optimization for more rewards
This commit is contained in:
@@ -303,6 +303,12 @@ class OperationSiren(OSMap):
|
||||
OpsiGeneral_DoRandomMapEvent=True,
|
||||
OpsiGeneral_AkashiShopFilter='ActionPoint',
|
||||
)
|
||||
cd = self.nearest_task_cooling_down
|
||||
logger.attr('Task cooling down', cd)
|
||||
if cd is not None:
|
||||
logger.info(f'Having task cooling down, delay OpsiMeowfficerFarming after it')
|
||||
self.config.task_delay(target=cd.next_run)
|
||||
self.config.task_stop()
|
||||
if self.is_in_opsi_explore():
|
||||
logger.warning(f'OpsiExplore is still running, cannot do {self.config.task.command}')
|
||||
self.config.task_delay(server_update=True)
|
||||
@@ -408,7 +414,7 @@ class OperationSiren(OSMap):
|
||||
if self.config.OpsiHazard1Leveling_TargetZone != 0:
|
||||
zone = self.config.OpsiHazard1Leveling_TargetZone
|
||||
else:
|
||||
zone = 44
|
||||
zone = 22
|
||||
logger.hr(f'OS hazard 1 leveling, zone_id={zone}', level=1)
|
||||
if self.zone.zone_id != zone or not self.is_zone_name_hidden:
|
||||
self.globe_goto(self.name_to_zone(zone), types='SAFE', refresh=True)
|
||||
|
||||
Reference in New Issue
Block a user