mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
feat: 支持全部主线关卡导航(仅 core 部分)
This commit is contained in:
@@ -52,6 +52,8 @@ TaskId ASSTAPI AsstAppendTask(AsstHandle handle, const char* type, const char* p
|
||||
{
|
||||
"enable": bool, // 是否启用本任务,可选,默认为 true
|
||||
"stage": string, // 关卡名,可选,默认为空,识别当前/上次的关卡。不支持运行中设置
|
||||
// 支持全部主线关卡,如 "1-7"、"S3-2"等
|
||||
// 另支持少部分资源关卡,如 "CE-6" 等(请参考 C# 集成示例)
|
||||
"medicine": int, // 最大使用理智药数量,可选,默认 0
|
||||
"stone": int, // 最大吃石头数量,可选,默认 0
|
||||
"times": int, // 指定次数,可选,默认无穷大
|
||||
|
||||
Reference in New Issue
Block a user