Upd: Map data in Fallen Wings (war_archives_20181026_en) B3/D3 (fixed #2164)

This commit is contained in:
LmeSzinc 2023-01-28 15:45:57 +08:00
parent c047dcf20b
commit 26d9f0c9e3
2 changed files with 8 additions and 2 deletions

View File

@ -10,7 +10,7 @@ MAP.shape = 'L9'
MAP.camera_data = ['D2', 'D6', 'D7', 'I2', 'I6', 'I7']
MAP.camera_data_spawn_point = ['D7']
MAP.map_data = """
-- -- -- ++ ++ ++ ME -- ME -- ++ ++
-- -- -- ++ ++ ++ ME -- ME MM ++ ++
-- -- -- -- MB ME -- Me ++ ME ++ ++
-- -- Me -- -- -- -- __ -- MS -- ME
-- -- -- MS -- -- ME -- -- -- MM --
@ -69,6 +69,8 @@ class Campaign(CampaignBase):
ENEMY_FILTER = '1L > 1M > 1E > 1C > 2L > 2M > 2E > 2C > 3L > 3M > 3E > 3C'
def battle_0(self):
self.clear_all_mystery()
if self.clear_siren():
return True
if self.clear_filter_enemy(self.ENEMY_FILTER, preserve=0):

View File

@ -10,7 +10,7 @@ MAP.shape = 'L9'
MAP.camera_data = ['D2', 'D6', 'D7', 'I2', 'I6', 'I7']
MAP.camera_data_spawn_point = ['D7']
MAP.map_data = """
-- -- -- ++ ++ ++ ME -- ME -- ++ ++
-- -- -- ++ ++ ++ ME -- ME MM ++ ++
-- -- -- -- MB ME -- Me ++ ME ++ ++
-- -- Me -- -- -- -- __ -- MS -- ME
-- -- -- MS -- -- ME -- -- -- MM --
@ -70,6 +70,8 @@ class Campaign(CampaignBase):
ENEMY_FILTER = '1L > 1M > 1E > 1C > 2L > 2M > 2E > 2C > 3L > 3M > 3E > 3C'
def battle_0(self):
self.clear_all_mystery()
if self.clear_siren():
return True
if self.clear_filter_enemy(self.ENEMY_FILTER, preserve=1):
@ -78,6 +80,8 @@ class Campaign(CampaignBase):
return self.battle_default()
def battle_5(self):
self.clear_all_mystery()
if self.clear_siren():
return True
if self.clear_filter_enemy(self.ENEMY_FILTER, preserve=0):