Server/project/assets/configs/weather.json
Dev 8cbc51d20e Revert "Merge branch '3.9.0-DEV' into 3.8.1-DEV"
This reverts commit 6121e65b4e, reversing
changes made to 10b1b2b3aa.
2024-04-15 09:00:52 +01:00

104 lines
1.9 KiB
JSON

{
"acceleration": 7,
"forceWinterEvent": false,
"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": [
4,
3,
2,
1
]
},
"windDirection": {
"values": [
1,
2,
3,
4,
5,
6,
7,
8
],
"weights": [
1,
1,
1,
1,
1,
1,
1,
1
]
},
"windGustiness": {
"min": 0,
"max": 1
},
"rain": {
"values": [
1,
2,
3
],
"weights": [
25,
1,
1
]
},
"rainIntensity": {
"min": 0,
"max": 1
},
"fog": {
"values": [
0.002,
0.004,
0.008,
0.012,
0.087
],
"weights": [
20,
8,
5,
5,
1
]
},
"temp": {
"min": 0,
"max": 24
},
"pressure": {
"min": 760,
"max": 764
}
}
}