1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-21 10:15:35 +08:00

Merge branch 'opsi_month_boss' of https://github.com/YJGeng-Iriy/AzurLaneAutoScript into opsi_month_boss

This commit is contained in:
YJGeng-Iriy
2022-12-13 21:39:42 +08:00
87 changed files with 523 additions and 164 deletions

View File

@@ -36,11 +36,6 @@ class OSCampaignRun(OSMapOperation):
self.config.opsi_task_delay(ap_limit=True)
def opsi_voucher(self):
if self.config.SERVER in ['tw']:
logger.info(f'Opsi Voucher is not supported in {self.config.SERVER},'
' please contact server maintainers')
self.config.task_delay(server_update=True)
return
try:
self.load_campaign()
self.campaign.os_voucher()
@@ -67,11 +62,6 @@ class OSCampaignRun(OSMapOperation):
self.config.task_delay(minute=150, server_update=True)
def opsi_hazard1_leveling(self):
if self.config.SERVER in ['en', 'jp', 'tw']:
logger.info(f'Opsi CL1 Leveling is not supported in {self.config.SERVER},'
' please contact server maintainers')
self.config.task_delay(server_update=True)
return
self.config.override(
OpsiGeneral_AkashiShopFilter='ActionPoint'
)