1
0
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:
LmeSzinc
2020-08-21 04:35:50 +08:00
parent 9a784caeeb
commit 1895d298dd
9 changed files with 203 additions and 26 deletions

View File

@@ -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