1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-22 01:19:18 +08:00

Add: freebies module / task encompasses running BattlePass, DataKey, Mail, and SupplyPack together

Upd: BattlePass, DataKey, and SupplyPack modified to run as sub-tasks under Freebies
This commit is contained in:
nEEtdo0d
2022-10-16 02:11:21 -04:00
parent 50e831fa3a
commit d14f0018fa
19 changed files with 268 additions and 338 deletions

View File

@@ -104,10 +104,11 @@ class BattlePass(Combat, UI):
return received
def run(self):
if not self.config.BattlePass_BattlePassReward:
return
self.ui_ensure(page_reward)
if self.battle_pass_red_dot_appear():
self.battle_pass_enter()
self.battle_pass_receive()
self.config.task_delay(server_update=True)