1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-01 04:40:34 +08:00

Opt: Event maps in Tower of Transcendence

- Set insight corner to bottom because the color of uppar edge is higher than 17
- Copy MAP_ENEMY_SEARCHING_OVERLAY_TRANSPARENCY_THRESHOLD from chapter 4, because a2-b3 are too red
This commit is contained in:
LmeSzinc
2022-01-05 00:10:49 +08:00
parent de67f521fb
commit c8f4b21141
11 changed files with 13 additions and 0 deletions

View File

@@ -76,12 +76,14 @@ class Config:
HOMO_EDGE_COLOR_RANGE = (0, 17)
MAP_SWIPE_MULTIPLY = 1.579
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.527
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom'
MAP_WALK_USE_CURRENT_FLEET = True
class Campaign(CampaignBase):
MAP = MAP
ENEMY_FILTER = '1L > 1M > 1E > 1C > 2L > 2M > 2E > 2C > 3L > 3M > 3E > 3C'
MAP_ENEMY_SEARCHING_OVERLAY_TRANSPARENCY_THRESHOLD = 0.65
def battle_0(self):
if self.map_is_clear_mode: