优化部分萨米肉鸽关卡逻辑

This commit is contained in:
Lancarus
2023-09-04 23:45:19 +08:00
parent a5042c70b3
commit fb450dc800
2 changed files with 36 additions and 4 deletions

View File

@@ -171,14 +171,14 @@
{
"groups": [
"处决者",
"地面阻挡",
"地",
"其他地面"
],
"location": [
7,
6
3,
2
],
"direction": "right"
"direction": "left"
}
]
}

View File

@@ -177,5 +177,37 @@
],
"direction": "down"
}
],
"retreat_plan":[
{
"location": [
2,
6
],
"condition": [
2,
4
]
},
{
"location": [
2,
6
],
"condition": [
7,
10
]
},
{
"location": [
2,
6
],
"condition": [
13,
18
]
}
]
}