1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-18 19:33:33 +08:00

Add: Azur Anthem Event maps

- Handle event animation after the 4th battle
- Add ensure_edge_insight configuration
This commit is contained in:
LmeSzinc
2021-07-23 18:26:24 +08:00
parent 7a56028cfb
commit 6d06346210
15 changed files with 476 additions and 3 deletions

View File

@@ -166,6 +166,8 @@ class CampaignRun(Reward):
"""
if folder == 'event_20201126_cn' and name == 'vsp':
name = 'sp'
if folder == 'event_20210723_cn' and name == 'vsp':
name = 'sp'
return name, folder