mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
feat: modify the combat strategy for collapse
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
"deploy_plan": [
|
||||
{
|
||||
"groups": [
|
||||
"锏",
|
||||
"地面阻挡"
|
||||
],
|
||||
"location": [
|
||||
@@ -28,6 +27,17 @@
|
||||
"direction": "left",
|
||||
"condition": [ 1, 13 ]
|
||||
},
|
||||
{
|
||||
"groups": [
|
||||
"锏"
|
||||
],
|
||||
"location": [
|
||||
4,
|
||||
1
|
||||
],
|
||||
"direction": "left",
|
||||
"condition": [ 1, 13 ]
|
||||
},
|
||||
{
|
||||
"groups": [
|
||||
"地面阻挡"
|
||||
@@ -95,6 +105,17 @@
|
||||
"direction": "left",
|
||||
"condition": [ 3, 13 ]
|
||||
},
|
||||
{
|
||||
"groups": [
|
||||
"辅助"
|
||||
],
|
||||
"location": [
|
||||
6,
|
||||
2
|
||||
],
|
||||
"direction": "down",
|
||||
"condition": [ 3, 13 ]
|
||||
},
|
||||
{
|
||||
"groups": [
|
||||
"高台输出",
|
||||
|
||||
@@ -51,7 +51,8 @@
|
||||
"deploy_plan": [
|
||||
{
|
||||
"groups": [
|
||||
"回费"
|
||||
"回费",
|
||||
"地面阻挡"
|
||||
],
|
||||
"location": [
|
||||
5,
|
||||
|
||||
Reference in New Issue
Block a user