1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-20 06:04:59 +08:00

Opt: Skybound Oratorio Rerun (event_20211028_cn)

- Add: fleet1_boss_fleet2_mob, fleet1_standby_fleet2_all for event hard
- Dev: ENEMY_FILTER in map_extractor.py
This commit is contained in:
LmeSzinc
2021-10-28 17:43:51 +08:00
parent 2587c19b2a
commit 7b66923d51
22 changed files with 196 additions and 64 deletions

View File

@@ -70,15 +70,21 @@ class Config(ConfigBase):
MAP_HAS_AMBUSH = False
MAP_HAS_MYSTERY = False
# ===== End of generated config =====.
MAP_HAS_WALL = True
MAP_SWIPE_MULTIPLY = 1.626
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.572
class Campaign(CampaignBase):
MAP = MAP
ENEMY_FILTER = '1L > 1M > 1E > 1C > 2L > 2M > 2E > 2C > 3L > 3M > 3E > 3C'
def battle_0(self):
if self.clear_siren():
return True
if self.clear_filter_enemy(self.ENEMY_FILTER, preserve=0):
return True
return self.battle_default()