perf: 优化傀影肉鸽雕匠与石像部署策略 (#10441)

* perf: 添加Phantom肉鸽雕匠与石像部署坐标黑名单

* perf: 优化replacehome
This commit is contained in:
晓丶梦丶仁
2024-09-07 09:02:17 +08:00
committed by GitHub
parent aa55e51b2c
commit a82e162957

View File

@@ -1,8 +1,16 @@
{
"stage_name": "雕匠与石像",
"blacklist_location": [
[4, 2],
[4, 3],
[4, 4],
[8, 2],
[8, 3],
[8, 4]
],
"replacement_home": [
{
"location": [9, 2],
"location": [9, 4],
"direction": "left"
},
{
@@ -10,7 +18,7 @@
"direction": "left"
},
{
"location": [9, 4],
"location": [9, 2],
"direction": "left"
}
],