mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 10:10:45 +08:00
Update roguelike_copilot.json
添加了新字段支持,优化站位,尝试解决#1991问题
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
4
|
||||
],
|
||||
"direction_Doc1": "优先朝向,但并不代表绝对是这个方向(算法自行判断)",
|
||||
"direction_Doc2": "不填默认 none,即没有推荐方向,完全由算法自行判断",
|
||||
"Direction_Doc2": "不填默认 none,即没有推荐方向,完全由算法自行判断",
|
||||
"direction_Doc3": "none / left / right / up / down / 无 / 上 / 下 / 左 / 右",
|
||||
"direction": "left"
|
||||
}
|
||||
@@ -32,10 +32,66 @@
|
||||
"location": [
|
||||
4,
|
||||
4
|
||||
]
|
||||
],
|
||||
"direction": "up"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"stage_name": "海窟沙暴",
|
||||
"replacement_home": [
|
||||
{
|
||||
"location":[
|
||||
[
|
||||
3,
|
||||
4
|
||||
],
|
||||
[
|
||||
4,
|
||||
4
|
||||
]
|
||||
|
||||
],
|
||||
"direction": "up"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"stage_name": "纠错",
|
||||
"replacement_home": [
|
||||
{
|
||||
"location": [
|
||||
3,
|
||||
5
|
||||
],
|
||||
"direction": "right"
|
||||
}
|
||||
],
|
||||
"blacklist_location": [
|
||||
[
|
||||
5,
|
||||
5
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"stage_name": "订正",
|
||||
"replacement_home": [
|
||||
{
|
||||
"location": [
|
||||
3,
|
||||
5
|
||||
],
|
||||
"direction": "right"
|
||||
}
|
||||
],
|
||||
"blacklist_location": [
|
||||
[
|
||||
5,
|
||||
5
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"stage_name": "无声呼号",
|
||||
"replacement_home": [
|
||||
@@ -43,7 +99,8 @@
|
||||
"location": [
|
||||
3,
|
||||
2
|
||||
]
|
||||
],
|
||||
"direction": "right"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -54,7 +111,8 @@
|
||||
"location": [
|
||||
5,
|
||||
2
|
||||
]
|
||||
],
|
||||
"direction": "up"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -64,9 +122,10 @@
|
||||
{
|
||||
"location": [
|
||||
|
||||
3,
|
||||
4,
|
||||
3
|
||||
]
|
||||
],
|
||||
"direction": "right"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -77,8 +136,31 @@
|
||||
"location": [
|
||||
4,
|
||||
3
|
||||
]
|
||||
],
|
||||
"direction": "right"
|
||||
}
|
||||
],
|
||||
"blacklist_location": [
|
||||
[
|
||||
4,
|
||||
2
|
||||
],
|
||||
[
|
||||
1,
|
||||
3
|
||||
],
|
||||
[
|
||||
1,
|
||||
3
|
||||
],
|
||||
[
|
||||
2,
|
||||
3
|
||||
],
|
||||
[
|
||||
3,
|
||||
3
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user