diff --git a/project/assets/configs/btr.json b/project/assets/configs/btr.json index d0774eaf..15d337ea 100644 --- a/project/assets/configs/btr.json +++ b/project/assets/configs/btr.json @@ -5,5 +5,14 @@ "min": 60, "max": 90 }, - "taxiWaitTime": 15 + "taxiWaitTime": 15, + "machineGunAimDelay": 0.4, + "machineGunBurstCount": { + "min": 3, + "max": 5 + }, + "machineGunRecoveryTime": { + "min": 1.2, + "max": 1.7 + } } \ No newline at end of file