mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-24 12:29:03 +08:00
Fix: SP in Vacation Lane
- Add: siren template in SP
This commit is contained in:
@@ -5,12 +5,12 @@ from module.logger import logger
|
||||
|
||||
MAP = CampaignMap('VSP')
|
||||
MAP.shape = 'I6'
|
||||
MAP.camera_data = ['D2', 'D4', 'F2', 'F4']
|
||||
MAP.camera_data_spawn_point = ['D4', 'F4']
|
||||
MAP.camera_data = ['E4', 'E3']
|
||||
MAP.camera_data_spawn_point = ['E4']
|
||||
MAP.map_data = """
|
||||
++ ++ ++ ++ MB ++ ++ ++ ++
|
||||
++ -- ME -- -- -- ME -- ++
|
||||
-- ME -- -- -- -- -- ME --
|
||||
++ -- ME -- MS -- ME -- ++
|
||||
-- ME -- MS -- MS -- ME --
|
||||
++ -- ME -- __ -- ME -- ++
|
||||
-- ++ ++ -- -- -- ++ ++ --
|
||||
-- ++ ++ SP -- SP ++ ++ --
|
||||
@@ -24,7 +24,7 @@ MAP.weight_data = """
|
||||
50 50 50 50 50 50 50 50 50
|
||||
"""
|
||||
MAP.spawn_data = [
|
||||
{'battle': 0},
|
||||
{'battle': 0, 'siren': 3},
|
||||
{'battle': 1, 'enemy': 1},
|
||||
{'battle': 2, 'enemy': 1},
|
||||
{'battle': 3, 'enemy': 2},
|
||||
@@ -52,11 +52,17 @@ class Config:
|
||||
STAR_REQUIRE_3 = 0
|
||||
# ===== End of generated config =====
|
||||
|
||||
MAP_HAS_SIREN = True
|
||||
MAP_SIREN_TEMPLATE = ['KasumiDOA', 'NagisaDOA', 'NyotenguDOA']
|
||||
|
||||
|
||||
class Campaign(CampaignBase):
|
||||
MAP = MAP
|
||||
|
||||
def battle_0(self):
|
||||
if self.clear_siren():
|
||||
return True
|
||||
|
||||
return self.battle_default()
|
||||
|
||||
def battle_7(self):
|
||||
Reference in New Issue
Block a user