diff --git a/assets/share/battle_pass/OCR_LEVEL.png b/assets/share/battle_pass/OCR_LEVEL.png index e48746e25..09e10dedc 100644 Binary files a/assets/share/battle_pass/OCR_LEVEL.png and b/assets/share/battle_pass/OCR_LEVEL.png differ diff --git a/module/config/config.py b/module/config/config.py index d4c175071..465306142 100644 --- a/module/config/config.py +++ b/module/config/config.py @@ -278,7 +278,7 @@ class AzurLaneConfig(ConfigUpdater, ManualConfig, GeneratedConfig, ConfigWatcher if isinstance(next_run, datetime) and next_run > limit: deep_set(self.data, keys=f"{task}.Scheduler.NextRun", value=now) - limit_next_run(['BattlePass'], limit=now + timedelta(days=31, seconds=-1)) + limit_next_run(['BattlePass'], limit=now + timedelta(days=40, seconds=-1)) limit_next_run(self.args.keys(), limit=now + timedelta(hours=24, seconds=-1)) def override(self, **kwargs): diff --git a/tasks/battle_pass/assets/assets_battle_pass.py b/tasks/battle_pass/assets/assets_battle_pass.py index a7bae4c21..49a9daae9 100644 --- a/tasks/battle_pass/assets/assets_battle_pass.py +++ b/tasks/battle_pass/assets/assets_battle_pass.py @@ -77,10 +77,10 @@ OCR_LEVEL = ButtonWrapper( name='OCR_LEVEL', share=Button( file='./assets/share/battle_pass/OCR_LEVEL.png', - area=(183, 93, 240, 134), - search=(163, 73, 260, 154), - color=(90, 79, 60), - button=(183, 93, 240, 134), + area=(167, 103, 249, 143), + search=(147, 83, 269, 163), + color=(134, 119, 94), + button=(167, 103, 249, 143), ), ) OCR_REMAINING_TIME = ButtonWrapper( diff --git a/tasks/battle_pass/battle_pass.py b/tasks/battle_pass/battle_pass.py index fc5acb886..0bafbc421 100644 --- a/tasks/battle_pass/battle_pass.py +++ b/tasks/battle_pass/battle_pass.py @@ -73,7 +73,7 @@ class BattlePassQuestOcr(Ocr): class BattlePassUI(UI): - MAX_LEVEL = 50 + MAX_LEVEL = 70 def _battle_pass_wait_rewards_loaded(self, skip_first_screenshot=True): timeout = Timer(2, count=4).start()