1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-23 10:42:34 +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

@@ -39,6 +39,8 @@ A5, B5, C5, D5, E5, F5, G5, H5, I5, J5, \
A6, B6, C6, D6, E6, F6, G6, H6, I6, J6, \
= MAP.flatten()
mechanism = SelectedGrids([C6, E2, G5])
class Config:
# ===== Start of generated config =====
@@ -53,4 +55,6 @@ class Campaign(CampaignBase):
MAP = MAP
def battle_0(self):
self.clear_mechanism(mechanism)
return self.clear_boss()