1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-22 02:29:16 +08:00

Fix: Update parameters for map detection because map background get lighter now

This commit is contained in:
LmeSzinc
2022-04-09 17:06:39 +08:00
parent 1e6d3ba2d9
commit 07e1df0eb4
18 changed files with 53 additions and 83 deletions

View File

@@ -14,7 +14,7 @@ class Config:
class CampaignBase(CampaignBase_):
ENEMY_FILTER = '1T > 1L > 1E > 1M > 2T > 2L > 2E > 2M > 3T > 3L > 3E > 3M'
ENEMY_FILTER = '3T > 3L > 3E > 3M > 2T > 2L > 2E > 2M > 1T > 1L > 1E > 1M'
picked_light_house = []
picked_flare = []