feat: 支持全部主线关卡导航(仅 core 部分)

This commit is contained in:
MistEO
2022-08-11 00:04:24 +08:00
parent eae1ce7a43
commit 028f55558e
8 changed files with 124 additions and 8 deletions

View File

@@ -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, // 指定次数,可选,默认无穷大