mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-09 05:47:30 +08:00
Mod: Modify Asset & Stage_increase of Empyreal Tagicomedy WarArchives
This commit is contained in:
parent
b9fcb259d4
commit
9905253f80
Binary file not shown.
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 17 KiB |
@ -3,6 +3,15 @@ from module.logger import logger
|
||||
from module.exception import CampaignNameError
|
||||
|
||||
class CampaignBase(CampaignBase_):
|
||||
STAGE_INCREASE = [
|
||||
'A1 > AS1 > A2 > AS2 > A3',
|
||||
'B1 > B2 > B3',
|
||||
'C1 > CS1 > C2 > CS2 > C3',
|
||||
'D1 > D2 > D3',
|
||||
'SP1 > SP2 > SP3 > SP4',
|
||||
'T1 > T2 > T3 > T4',
|
||||
]
|
||||
|
||||
def campaign_set_chapter(self, name, mode='normal'):
|
||||
"""
|
||||
Args:
|
||||
|
Loading…
Reference in New Issue
Block a user