mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +08:00
Opt: Inverted Orthant D1 low cost farming
- Add enemy templates in Inverted Orthant
This commit is contained in:
@@ -83,6 +83,7 @@ class Config:
|
||||
}
|
||||
MAP_SWIPE_MULTIPLY = 1.579
|
||||
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.527
|
||||
MAP_ENEMY_TEMPLATE = ['LightInvertedOrthant', 'MainInvertedOrthant', 'CarrierInvertedOrthant']
|
||||
|
||||
|
||||
class Campaign(CampaignBase):
|
||||
@@ -91,6 +92,12 @@ class Campaign(CampaignBase):
|
||||
def battle_0(self):
|
||||
if self.clear_siren():
|
||||
return True
|
||||
if self.clear_enemy(scale=(1,)):
|
||||
return True
|
||||
if self.clear_enemy(scale=(2,), genre=['light', 'main', 'enemy', 'carrier']):
|
||||
return True
|
||||
if self.clear_enemy(genre=['light', 'main', 'enemy']):
|
||||
return True
|
||||
|
||||
return self.battle_default()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user