1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2025-12-16 15:35:12 +00:00

feat: add bounty assets

This commit is contained in:
YoursFunny 2023-11-20 16:23:27 +08:00
parent 8ea95dc340
commit 5fb2810bdc
Signed by: YoursFunny
GPG Key ID: 207EDC3CD5B40F9C
4 changed files with 26 additions and 0 deletions

4
aas.py
View File

@ -34,6 +34,10 @@ class ArisuAutoSweeper(AzurLaneAutoScript):
from tasks.mail.mail import Mail
Mail(config=self.config, device=self.device).run()
def bounty(self):
from tasks.bounty.bounty import Bounty
Bounty(config=self.config, device=self.device).run()
def tactical_challenge(self):
from tasks.tactical_challenge.tactical_challenge import TacticalChallenge
TacticalChallenge(config=self.config, device=self.device).run()

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

@ -3,6 +3,17 @@ from module.base.button import Button, ButtonWrapper
# This file was auto-generated, do not modify it manually. To generate:
# ``` python -m dev_tools.button_extract ```
CHECK_BOUNTY = ButtonWrapper(
name='CHECK_BOUNTY',
jp=Button(
file='./assets/jp/bounty/CHECK_BOUNTY.png',
area=(654, 87, 889, 129),
search=(634, 67, 909, 149),
color=(88, 113, 139),
button=(654, 87, 889, 129),
),
en=None,
)
CHECK_DESERT_RAILROAD = ButtonWrapper(
name='CHECK_DESERT_RAILROAD',
jp=Button(
@ -36,6 +47,17 @@ CHECK_SCHOOLHOUSE = ButtonWrapper(
),
en=None,
)
OCR_TICKET = ButtonWrapper(
name='OCR_TICKET',
jp=Button(
file='./assets/jp/bounty/OCR_TICKET.png',
area=(195, 85, 237, 113),
search=(175, 65, 257, 133),
color=(197, 206, 213),
button=(195, 85, 237, 113),
),
en=None,
)
SELECT_DESERT_RAILROAD = ButtonWrapper(
name='SELECT_DESERT_RAILROAD',
jp=Button(