0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 09:50:43 -05:00

Added new BTR config settings (!207)

Reviewed-on: SPT-AKI/Server#207
Co-authored-by: Arys <arys@noreply.dev.sp-tarkov.com>
Co-committed-by: Arys <arys@noreply.dev.sp-tarkov.com>
This commit is contained in:
Arys 2024-01-25 08:52:10 +00:00 committed by chomp
parent 2a51d13b91
commit 5c077dc99b

View File

@ -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
}
}