Mod: Modify Asset & Stage_increase of Empyreal Tagicomedy WarArchives

This commit is contained in:
julystone 2022-02-09 10:12:17 +08:00
parent b9fcb259d4
commit 9905253f80
2 changed files with 9 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

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