1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-17 15:04:52 +08:00

Add: Handle land based in 「复刻峡湾间的星辰」(event_20200903_en)

This commit is contained in:
LmeSzinc
2020-11-19 17:20:57 +08:00
parent a50dbd04cc
commit afc96e13a3
4 changed files with 13 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ from .sp1 import Config as ConfigBase
MAP = CampaignMap('SP2')
MAP.shape = 'K7'
MAP.camera_data = ['D2', 'D5', 'H2', 'H5']
MAP.camera_data = ['D3', 'D5', 'H3', 'H5']
MAP.camera_data_spawn_point = ['D2', 'D5']
MAP.map_data = """
++ ++ ++ -- -- -- -- ME ++ ++ --
@@ -80,6 +80,8 @@ class Campaign(CampaignBase):
if self.clear_siren():
return True
self.clear_mechanism()
if self.config.MAP_HAS_MOVABLE_ENEMY:
self.fleet_2_push_forward()