Update roguelike_copilot.json

添加了新字段支持,优化站位,尝试解决#1991问题
This commit is contained in:
nightofknife
2022-09-29 23:43:48 +08:00
committed by GitHub
parent 453b70e9f4
commit 0a6dd582c7

View File

@@ -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
]
]
},
{