fix.修复贸易站无人机用不完的问题

This commit is contained in:
MistEO
2021-11-11 21:58:36 +08:00
parent 6e8e5e80d2
commit 574ec830a0

View File

@@ -1,4 +1,4 @@
{
{
"SanityBegin": {
"algorithm": "justreturn",
"action": "doNothing",
@@ -800,7 +800,7 @@
},
"DroneConfirm": {
"action": "clickSelf",
"rearDelay": 3000,
"rearDelay": 2000,
"templThreshold": 0.8,
"next": [
"DeliverableOrder",
@@ -814,7 +814,8 @@
"next": [
"DeliverableOrder",
"DroneAssist-Trade"
]
],
"rearDelay": 2000
},
"DroneAssist-Trade-Stop": {
"Doc": "如果找到了“无人机加速”按钮却没有找到订单交付说明上一次无人机没有把一个订单加速完成也说明没有更多的无人机了所以直接stop",