mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-21 06:45:34 +08:00
Add: 适配了活动微层混合D3
- 修改了GUI的活动图入口 - 修正了UI_MASK文件 - 修改舰队识别, boss识别方式为模板匹配 - 修改当前舰队识别的色相阈值 - 增加了对boss右下角小图标的识别 - 修改了错误格子的修正方法, 若当列格子数量不足, 将被剔除 - 修复了退役后不会快速重新进入战斗的问题
This commit is contained in:
6
main.py
6
main.py
@@ -51,7 +51,7 @@ class AzurLaneAutoScript:
|
||||
"""
|
||||
from module.campaign.run import CampaignRun
|
||||
az = CampaignRun(self.config)
|
||||
az.run(self.config.CAMPAIGN_EVENT)
|
||||
az.run(self.config.CAMPAIGN_EVENT, folder=self.config.EVENT_NAME)
|
||||
|
||||
def reward(self):
|
||||
from module.reward.reward import Reward
|
||||
@@ -84,5 +84,5 @@ class AzurLaneAutoScript:
|
||||
az.retire_ships(amount=2000)
|
||||
|
||||
|
||||
alas = AzurLaneAutoScript()
|
||||
alas.reward()
|
||||
# alas = AzurLaneAutoScript()
|
||||
# alas.reward()
|
||||
|
||||
Reference in New Issue
Block a user