1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-09 02:23:31 +08:00

Opt: Roadblocks in Stars of the Shimmering Fjord

This commit is contained in:
LmeSzinc
2020-09-04 15:25:44 +08:00
parent 117472ad06
commit 1c9ee199a0
3 changed files with 42 additions and 26 deletions

View File

@@ -18,18 +18,19 @@ MAP.map_data = """
-- ++ -- ME ME -- -- 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 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 50 50 50 50 40 30
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': 2},
{'battle': 1, 'enemy': 2},
{'battle': 2, 'enemy': 1, 'mystery': 1},
# {'battle': 2, 'enemy': 1, 'mystery': 1},
{'battle': 2, 'enemy': 1},
{'battle': 3, 'enemy': 1},
{'battle': 4},
{'battle': 5, 'boss': 1},
@@ -43,6 +44,8 @@ A6, B6, C6, D6, E6, F6, G6, H6, I6, J6, K6, \
A7, B7, C7, D7, E7, F7, G7, H7, I7, J7, K7, \
= MAP.flatten()
road_main = RoadGrids([J5])
class Config(ConfigBase):
MAP_SIREN_TEMPLATE = ['Z18']
@@ -59,6 +62,11 @@ class Campaign(CampaignBase):
if self.clear_siren():
return True
self.fleet_2_push_forward()
if self.clear_roadblocks([road_main]):
return True
return self.battle_default()
def battle_5(self):