mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 08:23:35 +08:00
Opt: Update optimized camera data in main chapter
- Standardise the format of map files
This commit is contained in:
@@ -5,15 +5,17 @@ from module.logger import logger
|
||||
|
||||
MAP = CampaignMap('11-1')
|
||||
MAP.shape = 'H6'
|
||||
MAP.map_data = '''
|
||||
MAP.camera_data = ['D3', 'E4']
|
||||
MAP.camera_data_spawn_point = ['D4']
|
||||
MAP.map_data = """
|
||||
-- -- ME -- ME -- -- MB
|
||||
MB ME __ ME -- ++ ++ --
|
||||
++ Me -- ++ ME MB ++ ME
|
||||
-- -- ++ ++ __ ME ME --
|
||||
SP -- -- -- Me ME -- ++
|
||||
++ SP -- -- ++ -- MB ++
|
||||
'''
|
||||
MAP.weight_data = '''
|
||||
"""
|
||||
MAP.weight_data = """
|
||||
90 90 90 90 90 90 90 90
|
||||
90 90 90 90 90 90 90 90
|
||||
90 90 90 90 90 90 90 90
|
||||
@@ -21,8 +23,7 @@ MAP.weight_data = '''
|
||||
90 90 90 90 90 90 90 90
|
||||
90 90 90 90 90 90 90 90
|
||||
|
||||
'''
|
||||
# MAP.camera_data = ['D3']
|
||||
"""
|
||||
MAP.spawn_data = [
|
||||
{'battle': 0, 'enemy': 2},
|
||||
{'battle': 1, 'enemy': 2},
|
||||
@@ -32,7 +33,6 @@ MAP.spawn_data = [
|
||||
{'battle': 5},
|
||||
{'battle': 6, 'boss': 1},
|
||||
]
|
||||
|
||||
A1, B1, C1, D1, E1, F1, G1, H1, \
|
||||
A2, B2, C2, D2, E2, F2, G2, H2, \
|
||||
A3, B3, C3, D3, E3, F3, G3, H3, \
|
||||
@@ -63,7 +63,6 @@ class Config:
|
||||
}
|
||||
|
||||
|
||||
|
||||
class Campaign(CampaignBase):
|
||||
MAP = MAP
|
||||
|
||||
@@ -84,5 +83,3 @@ class Campaign(CampaignBase):
|
||||
return True
|
||||
|
||||
return self.fleet_2.clear_boss()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user