1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-21 20:39:18 +08:00
This commit is contained in:
GH Action - Upstream Sync
2024-09-09 17:17:37 +00:00
10 changed files with 41 additions and 13 deletions

View File

@@ -43,7 +43,7 @@ class W15GridInfo(GridInfo):
class CampaignBase(CampaignBase_):
ENEMY_FILTER = '1T > 1L > 1E > 1M > 2T > 2L > 2E > 2M > 3T > 3L > 3E > 3M'
ENEMY_FILTER = '1L > 1M > 1E > 2L > 3L > 2M > 2E > 1C > 2C > 3M > 3E > 3C'
def map_data_init(self, map_):
super().map_data_init(map_)

View File

@@ -85,8 +85,8 @@ class Campaign(CampaignBase):
# Handle giant boss at A8
logger.info('B2 before boss')
grid = SelectedGrids([B6, C7]).sort('weight', 'cost')[0]
self.goto(grid)
self.goto(B8)
self.fleet_boss.goto(grid)
self.fleet_boss.goto(B8)
def clear_boss(self):
self.before_boss()

View File

@@ -94,8 +94,8 @@ class Campaign(CampaignBase):
# Handle giant boss at A8
logger.info('B2 before boss')
grid = SelectedGrids([B6, C7]).sort('weight', 'cost')[0]
self.goto(grid)
self.goto(B8)
self.fleet_boss.goto(grid)
self.fleet_boss.goto(B8)
def clear_boss(self):
self.before_boss()