feat: 通信塔定点停车及其他动作优化

This commit is contained in:
bmy
2024-06-14 11:18:50 +08:00
parent 21ac0f773e
commit 2a3993ea62
4 changed files with 113 additions and 89 deletions

View File

@@ -4,19 +4,19 @@ logger_format = "{time} {level} {message}"
[task]
GetBlock_enable = true # 人员施救使能
PutBlock_enable = false # 紧急转移使能
GetBBall_enable = false # 整装上阵使能
UpTower_enable = false # 通信抢修使能
PutBlock_enable = true # 紧急转移使能
GetBBall_enable = true # 整装上阵使能
UpTower_enable = true # 通信抢修使能
GetRBall_enable = true # 高空排险使能
PutBBall_enable = false # 派发物资使能
PutHanoi_enable = false # 物资盘点使能
MoveArea_enable = false # 应急避险使能
KickAss_enable = false # 扫黑除暴使能
PutBBall_enable = true # 派发物资使能
PutHanoi_enable = true # 物资盘点使能
MoveArea_enable = true # 应急避险使能
KickAss_enable = true # 扫黑除暴使能
[find_counts]
GetBlock_counts = 5 # 人员施救计数
GetBlock_counts = 10 # 人员施救计数
PutBlock_counts = 5 # 紧急转移计数
GetBBall_counts = 5 # 整装上阵计数
GetBBall_counts = 1 # 整装上阵计数
UpTower_counts = 3 # 通信抢修计数
GetRBall_counts = 10 # 高空排险计数
@@ -27,4 +27,4 @@ PutHanoi2_counts = 2 # 物资盘点计数
PutHanoi3_counts = 2 # 物资盘点计数
MoveArea1_counts = 6 # 应急避险计数
MoveArea2_counts = 1700 # 应急避险第二阶段计数
KickAss_counts = 20 # 扫黑除暴计数
KickAss_counts = 10 # 扫黑除暴计数