mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 02:55:38 +08:00
加了个控制条件
This commit is contained in:
@@ -786,7 +786,17 @@
|
||||
{
|
||||
"name": "预备干员-重装",
|
||||
"recruit_priority": 460,
|
||||
"is_alternate": true
|
||||
"is_alternate": true,
|
||||
"recruit_priority_offsets": [
|
||||
{
|
||||
"groups": [
|
||||
"凯尔希",
|
||||
"重装"
|
||||
],
|
||||
"threshold": 2,
|
||||
"offset": -140
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -792,7 +792,17 @@
|
||||
{
|
||||
"name": "预备干员-重装",
|
||||
"recruit_priority": 460,
|
||||
"is_alternate": true
|
||||
"is_alternate": true,
|
||||
"recruit_priority_offsets": [
|
||||
{
|
||||
"groups": [
|
||||
"凯尔希",
|
||||
"重装"
|
||||
],
|
||||
"threshold": 2,
|
||||
"offset": -140
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user