引航者conf
All checks were successful
ci/woodpecker/push/check_format Pipeline was successful

This commit is contained in:
Elaina 2025-07-04 16:00:47 +08:00
parent 6805f6f439
commit 0ce8c63594

View file

@ -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
"矢量突破刷满后停止"