1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-27 10:55:49 +08:00

Fix: [EN] event map now extract from the correct source

This commit is contained in:
LmeSzinc
2020-07-17 06:14:10 +08:00
parent 43f2a0b954
commit 7a8ab8098d
12 changed files with 181 additions and 177 deletions

View File

@@ -10,7 +10,7 @@ MAP.shape = 'I6'
MAP.camera_data_spawn_point = []
MAP.map_data = """
Me -- -- ME -- -- ME -- Me
-- -- -- -- -- -- -- -- MB
-- -- __ -- -- __ -- -- MB
ME -- ME ++ ++ ME -- -- --
-- -- ++ ++ ++ -- -- ME Me
SP -- ++ ++ -- MS -- ++ ++
@@ -27,10 +27,9 @@ MAP.weight_data = """
MAP.spawn_data = [
{'battle': 0, 'enemy': 2, 'siren': 1},
{'battle': 1, 'enemy': 1},
{'battle': 2, 'enemy': 2},
{'battle': 3, 'enemy': 1},
{'battle': 4, 'enemy': 2, 'boss': 1},
{'battle': 5, 'enemy': 1},
{'battle': 2, 'enemy': 1},
{'battle': 3, 'enemy': 1, 'boss': 1},
{'battle': 4, 'enemy': 1},
]
A1, B1, C1, D1, E1, F1, G1, H1, I1, \
A2, B2, C2, D2, E2, F2, G2, H2, I2, \
@@ -81,5 +80,5 @@ class Campaign(CampaignBase):
def battle_0(self):
return self.battle_default()
def battle_4(self):
def battle_3(self):
return self.fleet_boss.clear_boss()