-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinterface.json
More file actions
52 lines (52 loc) · 884 Bytes
/
Copy pathinterface.json
File metadata and controls
52 lines (52 loc) · 884 Bytes
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
{
"interface_version": 2,
"name": "Commander-AI",
"description": "MaaFramework-based NIKKE automation, maintained by an anonymous AI",
"version": "0.1.0",
"controller": [
{
"name": "NIKKE",
"type": "Win32"
}
],
"resource": [
{
"name": "default",
"path": ["{PROJECT_DIR}/assets/resource"]
}
],
"task": [
{
"name": "Daily",
"entry": "Daily"
},
{
"name": "Shop",
"entry": "Shop"
},
{
"name": "SimulationRoom",
"entry": "SimulationRoom"
},
{
"name": "Arena",
"entry": "Arena"
},
{
"name": "Tower",
"entry": "Tower"
},
{
"name": "Interception",
"entry": "Interception"
},
{
"name": "RegularReward",
"entry": "RegularReward"
},
{
"name": "Tools",
"entry": "Tools"
}
]
}