1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-16 05:47:23 +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

@@ -6,23 +6,23 @@ from .campaign_8_1 import Config as ConfigBase
MAP = CampaignMap('8-3')
MAP.shape = 'H5'
MAP.camera_data = ['D3', 'E3']
MAP.camera_data_spawn_point = ['D3', 'E3']
MAP.map_data = '''
MAP.camera_data = ['D2', 'D3', 'E3']
MAP.camera_data_spawn_point = ['E3']
MAP.map_data = """
MB ME -- ++ ++ ME -- MB
ME ME ME -- ++ ME ME --
-- ME -- ME ME -- ME ME
ME ++ ++ -- ME ++ ++ ME
MM ++ ++ ME ME SP -- SP
'''
MAP.weight_data = '''
"""
MAP.weight_data = """
50 35 20 90 90 40 50 50
30 40 25 90 90 25 30 50
20 20 20 10 10 20 20 35
50 90 90 60 60 90 90 90
90 90 90 70 80 90 90 90
'''
"""
MAP.spawn_data = [
{'battle': 0, 'enemy': 3},
{'battle': 1, 'enemy': 2, 'mystery': 1},