1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-28 03:09:42 +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

@@ -9,10 +9,10 @@ MAP.shape = 'I6'
# MAP.camera_data = ['D2', 'D4', 'F2', 'F4']
MAP.camera_data_spawn_point = []
MAP.map_data = """
Me ME -- -- MS ME -- ME --
-- -- -- ME -- -- -- -- MB
-- -- ME ++ ++ ME Me -- --
ME -- ++ ++ ++ -- -- -- Me
Me -- -- ME -- -- ME -- Me
-- -- __ -- -- __ -- -- MB
ME -- ME ++ ++ ME -- -- --
-- -- ++ ++ ++ -- -- ME Me
SP -- ++ ++ -- MS -- ++ ++
SP SP -- -- -- ME MB ++ ++
"""
@@ -29,8 +29,7 @@ MAP.spawn_data = [
{'battle': 1, 'enemy': 1},
{'battle': 2, 'enemy': 2},
{'battle': 3, 'enemy': 1},
{'battle': 4, 'enemy': 2, 'boss': 1},
{'battle': 5, 'enemy': 1},
{'battle': 4, 'enemy': 1, 'boss': 1},
]
A1, B1, C1, D1, E1, F1, G1, H1, I1, \
A2, B2, C2, D2, E2, F2, G2, H2, I2, \