mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 18:20:39 +08:00
61 lines
1.1 KiB
JSON
61 lines
1.1 KiB
JSON
{
|
|
"minimum_required": "v4.0",
|
|
"desc": {
|
|
"title": "Hello World",
|
|
"details": "第一份测试作业",
|
|
"requirements": ""
|
|
},
|
|
"stage_name": "切尔诺伯格",
|
|
"opers": [
|
|
{
|
|
"name": "能天使"
|
|
},
|
|
{
|
|
"name": "嵯峨"
|
|
},
|
|
{
|
|
"name": "澄闪"
|
|
},
|
|
{
|
|
"name": "临光"
|
|
}
|
|
],
|
|
"actions": [
|
|
{
|
|
"name": "嵯峨",
|
|
"location": [
|
|
8,
|
|
4
|
|
],
|
|
"direction": 2
|
|
},
|
|
{
|
|
"name": "能天使",
|
|
"location": [
|
|
8,
|
|
5
|
|
],
|
|
"direction": 2
|
|
},
|
|
{
|
|
"name": "澄闪",
|
|
"location": [
|
|
7,
|
|
3
|
|
],
|
|
"direction": 1
|
|
},
|
|
{
|
|
"type": 100
|
|
},
|
|
{
|
|
"name": "临光",
|
|
"location": [
|
|
7,
|
|
4
|
|
],
|
|
"direction": 2
|
|
}
|
|
]
|
|
}
|