mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-18 07:57:19 +08:00
Add: SP in Scherzo of Iron and Blood Rerun
- Opt: MAP_SWIPE_MULTIPLY in chapter BCD - Add: map_covered setting to MapBase - Add: Map logic fleet_2_protect - Opt: Map logic in D1D2D3SP
This commit is contained in:
@@ -23,7 +23,7 @@ MAP.weight_data = """
|
||||
10 10 10 10 10 10 10 10 10
|
||||
10 10 10 10 10 10 10 10 10
|
||||
10 10 10 10 10 10 10 10 10
|
||||
10 10 10 10 10 10 10 10 10
|
||||
05 04 10 10 10 10 10 10 10
|
||||
10 10 10 10 10 10 10 10 10
|
||||
"""
|
||||
MAP.spawn_data = [
|
||||
@@ -56,6 +56,9 @@ class Campaign(CampaignBase):
|
||||
MAP = MAP
|
||||
|
||||
def battle_0(self):
|
||||
if self.config.MAP_HAS_MOVABLE_ENEMY:
|
||||
self.fleet_2_push_forward()
|
||||
|
||||
if self.clear_siren():
|
||||
return True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user