Server/project/assets/configs/weather.json
chomp 0b67a9a0e9 0.13.5.0 (!147)
Co-authored-by: Dev <dev@dev.sp-tarkov.com>
Co-authored-by: Terkoiz <terkoiz@noreply.dev.sp-tarkov.com>
Co-authored-by: TheSparta <thesparta@noreply.dev.sp-tarkov.com>
Co-authored-by: Refringe <refringe@noreply.dev.sp-tarkov.com>
Co-authored-by: Kaeno <e>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/147
2023-10-10 11:03:20 +00:00

41 lines
891 B
JSON

{
"acceleration": 7,
"weather": {
"clouds": {
"values": [-1.5, -1, 0, 0.5, 1, 1.5],
"weights": [60, 50, 15, 5, 4, 3]
},
"windSpeed": {
"values": [0, 1, 2, 3],
"weights": [20, 15, 10, 5]
},
"windDirection": {
"values": [1, 2, 3, 4, 5, 6, 7, 8],
"weights": [10, 10, 10, 10, 10, 10, 10, 10]
},
"windGustiness": {
"min": 0,
"max": 1
},
"rain": {
"values": [1, 2, 3],
"weights": [100, 10, 5]
},
"rainIntensity": {
"min": 0,
"max": 1
},
"fog": {
"values": [0.002, 0.006, 0.008, 0.012, 0.087],
"weights": [100, 40, 25, 25, 5]
},
"temp": {
"min": 0,
"max": 24
},
"pressure": {
"min": 760,
"max": 764
}
}
}