mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-05 07:25:21 +08:00
Opt: update warArchives - Ink Stained Steel Sakura's map info
This commit is contained in:
@@ -19,13 +19,13 @@ MAP.map_data = """
|
||||
SP SP -- -- ME ++ ++
|
||||
"""
|
||||
MAP.weight_data = """
|
||||
10 10 10 10 10 10 10
|
||||
10 10 10 10 10 10 10
|
||||
10 10 10 10 10 10 10
|
||||
10 10 10 10 10 10 10
|
||||
10 10 10 10 10 10 10
|
||||
10 10 10 10 10 10 10
|
||||
10 10 10 10 10 10 10
|
||||
50 50 50 50 50 50 50
|
||||
50 50 50 50 50 50 50
|
||||
50 50 50 50 50 50 50
|
||||
50 50 50 50 50 50 50
|
||||
50 50 50 50 50 50 50
|
||||
50 50 50 50 50 50 50
|
||||
50 50 50 50 50 50 50
|
||||
"""
|
||||
MAP.spawn_data = [
|
||||
{'battle': 0, 'enemy': 2, 'siren': 1},
|
||||
@@ -50,12 +50,15 @@ class Config(ConfigBase):
|
||||
|
||||
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()
|
||||
|
||||
def battle_4(self):
|
||||
self.fleet_boss.capture_clear_boss()
|
||||
return self.clear_boss()
|
||||
|
||||
Reference in New Issue
Block a user