mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
feat.支持肉鸽干员技能选择字段
This commit is contained in:
@@ -127,8 +127,9 @@ TaskId ASSTAPI AsstAppendTask(AsstHandle handle, const char* type, const char* p
|
||||
"opers": [ // 会去选择的干员,必选项。数组有序
|
||||
{
|
||||
"name": string, // 干员名,必选项
|
||||
"fullMatch": bool, // 干员名是否需要全字匹配,可选项。默认 false
|
||||
"skill": int, // 使用哪个技能,取值范围 [1, 3],可选项,默认 1
|
||||
// 若设置为 3, 当 3 技能不可用时,会选择 2 技能
|
||||
// 同理若设置为 2, 当 2 技能不可用时,会选择 1 技能(好像没有这种 case?)
|
||||
},
|
||||
...
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user