mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-20 23:45:36 +08:00
opsi month boss init
This commit is contained in:
@@ -4,6 +4,7 @@ from module.os.config import OSConfig
|
||||
from module.os.map_operation import OSMapOperation
|
||||
from module.os.operation_siren import OperationSiren
|
||||
from module.os_handler.action_point import ActionPointLimit
|
||||
from module.exception import *
|
||||
|
||||
|
||||
class OSCampaignRun(OSMapOperation):
|
||||
@@ -98,6 +99,17 @@ class OSCampaignRun(OSMapOperation):
|
||||
except ActionPointLimit:
|
||||
self.config.opsi_task_delay(ap_limit=True)
|
||||
|
||||
def opsi_month_boss(self):
|
||||
try:
|
||||
self.load_campaign()
|
||||
self.campaign.clear_month_boss()
|
||||
except ActionPointLimit:
|
||||
self.config.opsi_task_delay(ap_limit=True)
|
||||
except LowAdaptability:
|
||||
pass
|
||||
except RequestHumanTakeover:
|
||||
pass
|
||||
|
||||
def opsi_abyssal(self):
|
||||
try:
|
||||
self.load_campaign()
|
||||
|
||||
Reference in New Issue
Block a user