1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-18 04:31:30 +08:00

Opt: Update optimized camera data in main chapter

- Standardise the format of map files
This commit is contained in:
LmeSzinc
2021-11-22 21:06:40 +08:00
parent 2df2c8045e
commit 4e87034b4e
52 changed files with 317 additions and 324 deletions

View File

@@ -4,21 +4,21 @@ from module.map.map_grids import SelectedGrids, RoadGrids
from module.logger import logger
from campaign.campaign_main.campaign_1_1 import Config
MAP = CampaignMap()
MAP.shape = 'G3'
MAP.map_data = '''
MAP.camera_data = ['D1']
MAP.camera_data_spawn_point = ['D1']
MAP.map_data = """
SP -- ME -- ++ ++ ++
++ ++ ME -- MA ++ ++
++ ++ ++ ME -- ME MB
'''
"""
MAP.spawn_data = [
{'battle': 0, 'enemy': 2},
{'battle': 1, 'enemy': 1},
{'battle': 2},
{'battle': 3, 'boss': 1},
]
A1, B1, C1, D1, E1, F1, G1, \
A2, B2, C2, D2, E2, F2, G2, \
A3, B3, C3, D3, E3, F3, G3, \