mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 02:55:38 +08:00
优化部分萨米肉鸽关卡逻辑
This commit is contained in:
@@ -171,14 +171,14 @@
|
||||
{
|
||||
"groups": [
|
||||
"处决者",
|
||||
"地面阻挡",
|
||||
"地刺",
|
||||
"其他地面"
|
||||
],
|
||||
"location": [
|
||||
7,
|
||||
6
|
||||
3,
|
||||
2
|
||||
],
|
||||
"direction": "right"
|
||||
"direction": "left"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user