1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-08-17 04:18:53 +08:00
This commit is contained in:
2026-08-15 10:50:23 +08:00
144 changed files with 1242 additions and 45 deletions

View File

@@ -67,9 +67,7 @@ class OSCampaignRun(OSMapOperation):
campaign.os_obscure()
except ActionPointLimit:
self.config.opsi_task_delay(ap_limit=True)
if self.config.is_task_enabled('OpsiHazard1Leveling') \
and self.cl1_enough_yellow_coins:
self.config.task_call('OpsiHazard1Leveling')
self.cl1_task_call()
def opsi_month_boss(self):
if self.config.SERVER in ['tw']:
@@ -90,9 +88,7 @@ class OSCampaignRun(OSMapOperation):
campaign.os_abyssal()
except ActionPointLimit:
self.config.opsi_task_delay(ap_limit=True)
if self.config.is_task_enabled('OpsiHazard1Leveling') \
and self.cl1_enough_yellow_coins:
self.config.task_call('OpsiHazard1Leveling')
self.cl1_task_call()
def opsi_archive(self):
try:
@@ -107,9 +103,7 @@ class OSCampaignRun(OSMapOperation):
campaign.os_stronghold()
except ActionPointLimit:
self.config.opsi_task_delay(ap_limit=True)
if self.config.is_task_enabled('OpsiHazard1Leveling') \
and self.cl1_enough_yellow_coins:
self.config.task_call('OpsiHazard1Leveling')
self.cl1_task_call()
def opsi_cross_month(self):
campaign = self.load_campaign()