feat.支持肉鸽干员技能选择字段

This commit is contained in:
MistEO
2022-03-13 19:19:19 +08:00
parent 92c27fcaa3
commit cd007ee786
23 changed files with 364 additions and 33 deletions

View File

@@ -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
},
...
]