1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-15 11:07:20 +08:00

Merge branch 'master' into opsi_month_boss

This commit is contained in:
YJGeng-Iriy
2022-12-12 19:47:59 +08:00
committed by GitHub
87 changed files with 523 additions and 164 deletions

View File

@@ -37,11 +37,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()
@@ -68,11 +63,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'
)