mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 10:00:44 +08:00
feat: 适配高规格分队开局 (#6436)
This commit is contained in:
@@ -20,7 +20,11 @@
|
||||
7,
|
||||
2
|
||||
],
|
||||
"direction": "left"
|
||||
"direction": "left",
|
||||
"condition": [
|
||||
0,
|
||||
5
|
||||
]
|
||||
},
|
||||
{
|
||||
"groups": [
|
||||
@@ -76,11 +80,26 @@
|
||||
],
|
||||
"direction": "down"
|
||||
},
|
||||
{
|
||||
"groups": [
|
||||
"处决者",
|
||||
"情报官"
|
||||
],
|
||||
"location": [
|
||||
3,
|
||||
2
|
||||
],
|
||||
"direction": "left",
|
||||
"condition": [
|
||||
12,
|
||||
16
|
||||
]
|
||||
},
|
||||
{
|
||||
"groups": [
|
||||
"奶",
|
||||
"高台输出",
|
||||
"狙击",
|
||||
"狙击",
|
||||
"辅助",
|
||||
"其他高台"
|
||||
],
|
||||
@@ -101,6 +120,16 @@
|
||||
],
|
||||
"direction": "left"
|
||||
},
|
||||
{
|
||||
"groups": [
|
||||
"补给站"
|
||||
],
|
||||
"location": [
|
||||
6,
|
||||
1
|
||||
],
|
||||
"direction": "down"
|
||||
},
|
||||
{
|
||||
"groups": [
|
||||
"处决者",
|
||||
@@ -110,7 +139,50 @@
|
||||
3,
|
||||
2
|
||||
],
|
||||
"direction": "left"
|
||||
"direction": "left",
|
||||
"condition": [
|
||||
21,
|
||||
25
|
||||
]
|
||||
},
|
||||
{
|
||||
"groups": [
|
||||
"无人机"
|
||||
],
|
||||
"location": [
|
||||
5,
|
||||
3
|
||||
],
|
||||
"direction": "down"
|
||||
},
|
||||
{
|
||||
"groups": [
|
||||
"支援陷阱"
|
||||
],
|
||||
"location": [
|
||||
5,
|
||||
3
|
||||
],
|
||||
"direction": "down",
|
||||
"condition": [
|
||||
21,
|
||||
30
|
||||
]
|
||||
},
|
||||
{
|
||||
"groups": [
|
||||
"处决者",
|
||||
"情报官"
|
||||
],
|
||||
"location": [
|
||||
3,
|
||||
2
|
||||
],
|
||||
"direction": "left",
|
||||
"condition": [
|
||||
31,
|
||||
35
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,7 +19,11 @@
|
||||
2,
|
||||
1
|
||||
],
|
||||
"direction": "down"
|
||||
"direction": "down",
|
||||
"condition": [
|
||||
0,
|
||||
5
|
||||
]
|
||||
},
|
||||
{
|
||||
"groups": [
|
||||
@@ -29,7 +33,11 @@
|
||||
2,
|
||||
5
|
||||
],
|
||||
"direction": "up"
|
||||
"direction": "up",
|
||||
"condition": [
|
||||
0,
|
||||
5
|
||||
]
|
||||
},
|
||||
{
|
||||
"groups": [
|
||||
@@ -156,7 +164,9 @@
|
||||
"groups": [
|
||||
"情报官",
|
||||
"处决者",
|
||||
"其他地面"
|
||||
"其他地面",
|
||||
"支援陷阱",
|
||||
"无人机"
|
||||
],
|
||||
"location": [
|
||||
7,
|
||||
|
||||
@@ -9146,9 +9146,9 @@
|
||||
"templThreshold": 0.6,
|
||||
"cache": false,
|
||||
"roi": [
|
||||
190,
|
||||
80,
|
||||
470,
|
||||
300,
|
||||
410,
|
||||
154
|
||||
],
|
||||
"next": [
|
||||
@@ -9162,9 +9162,9 @@
|
||||
"template": "empty.png",
|
||||
"baseTask": "Roguelike@RecruitMain",
|
||||
"roi": [
|
||||
190,
|
||||
80,
|
||||
470,
|
||||
900,
|
||||
1120,
|
||||
154
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user