mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: STAGE_INCREASE in Dreamwakers Butterfly
This commit is contained in:
parent
b9bd5f0ab8
commit
c132e67d0b
@ -9,6 +9,12 @@ BALL = Button(area=(571, 283, 696, 387), color=(), button=(597, 274, 671, 343))
|
||||
|
||||
|
||||
class CampaignBase(CampaignBase_):
|
||||
STAGE_INCREASE = [
|
||||
'TS1 > T1 > T2 > T3 > T4 > TS2 > T5 > T6',
|
||||
'HTS1 > HT1 > HT2 > HT3',
|
||||
'HT4 > HTS2 > HT5 > HT6',
|
||||
]
|
||||
|
||||
def campaign_set_chapter(self, name, mode='normal'):
|
||||
"""
|
||||
Args:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user