This commit is contained in:
parent
6805f6f439
commit
0ce8c63594
1 changed files with 8 additions and 0 deletions
|
@ -316,6 +316,12 @@ class LongTaskPart(ConfModel):
|
|||
ope_limit_stage: int = 6
|
||||
"使用代理卡最低层数要求"
|
||||
|
||||
class TrialsConf(ConfModel):
|
||||
level: Literal["TN-1", "TN-2", "TN-3", "TN-4"] = "TN-1"
|
||||
"试炼关卡"
|
||||
mode: Literal["init", "direct", "grand"] = "init"
|
||||
"难度:初始试炼/定向试炼/恢宏试炼"
|
||||
|
||||
maa_long_task_type: str = "rogue"
|
||||
"大型任务类型"
|
||||
maa_rg_theme: Literal["Phantom", "Mizuki", "Sami", "Sarkaz"] = "Sarkaz"
|
||||
|
@ -328,6 +334,8 @@ class LongTaskPart(ConfModel):
|
|||
"隐秘战线"
|
||||
sss: SSSConf
|
||||
"保全派驻"
|
||||
trials: TrialsConf
|
||||
"引航者试炼"
|
||||
vb_full_stop: bool = True
|
||||
"矢量突破刷满后停止"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue