mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-30 15:33:52 +08:00
Add: War Archives Campaign Run
TODO: Update images as needed per server, scroll/next page implementation for page_archives, maybe rename and move war archives events back to where others are and prepend with 'war_archives' for those events
This commit is contained in:
9
alas.py
9
alas.py
@@ -150,6 +150,15 @@ class AzurLaneAutoScript:
|
||||
az.run()
|
||||
self.reward_when_finished()
|
||||
|
||||
def war_archives(self):
|
||||
"""
|
||||
Method to War Archives maps.
|
||||
"""
|
||||
from module.war_archives.war_archives import CampaignWarArchives
|
||||
az = CampaignWarArchives(self.config, device=self.device)
|
||||
az.run(self.config.WAR_ARCHIVES_STAGE, folder=self.config.WAR_ARCHIVES_NAME)
|
||||
self.reward_when_finished()
|
||||
|
||||
def raid(self):
|
||||
from module.raid.run import RaidRun
|
||||
az = RaidRun(self.config, device=self.device)
|
||||
|
||||
Reference in New Issue
Block a user