forked from MaaAssistantArknights/MaaAssistantArknights
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.json
84 lines (84 loc) · 1.68 KB
/
test.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"minimum_required": "v4.0",
"doc": {
"title": "Hello World",
"details": "第一份测试作业",
"requirements": ""
},
"stage_name": "切尔诺伯格",
"opers": [
{
"name": "能天使"
},
{
"name": "澄闪"
},
{
"name": "临光"
}
],
"groups": [
{
"name": "投降先锋",
"opers": [
{
"name": "桃金娘",
"skill": 1,
"skill_usage": 1
},
{
"name": "琴柳",
"skill": 1,
"skill_usage": 1
}
]
}
],
"actions": [
{
"name": "投降先锋",
"location": [
8,
4
],
"direction": "左"
},
{
"name": "能天使",
"location": [
8,
5
],
"direction": "左"
},
{
"name": "澄闪",
"location": [
7,
3
],
"direction": "下"
},
{
"type": "二倍速"
},
{
"name": "临光",
"location": [
7,
4
],
"direction": "左"
},
{
"kills": 25,
"type": "技能",
"name": "澄闪"
},
{
"kills": 30,
"type": "撤退",
"name": "投降先锋"
}
]
}