Format Style Fixes

This commit is contained in:
sp-tarkov-bot
2025-09-30 12:24:35 +00:00
parent 836112dc50
commit 9dd246cbb0
@@ -5,43 +5,43 @@
"presetWeights": {
"SUNNY": {
"clouds": {
"-1": 5,
"-0.8": 2
"-1": 5,
"-0.8": 2
},
"windSpeed": {
"0": 6,
"1": 3,
"2": 2,
"3": 1,
"4": 1
"0": 6,
"1": 3,
"2": 2,
"3": 1,
"4": 1
},
"windDirection": {
"1": 1,
"2": 1,
"3": 1,
"4": 1,
"5": 1,
"6": 1,
"7": 1,
"8": 1
"1": 1,
"2": 1,
"3": 1,
"4": 1,
"5": 1,
"6": 1,
"7": 1,
"8": 1
},
"windGustiness": {
"min": 0,
"max": 1
},
"rain": {
"1": 1
"1": 1
},
"rainIntensity": {
"min": 0,
"max": 0
},
"fog": {
"0.0013": 35,
"0.0018": 6,
"0.002": 4,
"0.004": 3,
"0.006": 1
"0.0013": 35,
"0.0018": 6,
"0.002": 4,
"0.004": 3,
"0.006": 1
},
"temp": {
"day": {
@@ -58,48 +58,48 @@
"max": 780
}
},
"RAINY": {
"RAINY": {
"clouds": {
"0.4": 5,
"1": 4
},
"windSpeed": {
"0": 6,
"1": 3,
"2": 2,
"3": 1,
"4": 1
"0": 6,
"1": 3,
"2": 2,
"3": 1,
"4": 1
},
"windDirection": {
"1": 1,
"2": 1,
"3": 1,
"4": 1,
"5": 1,
"6": 1,
"7": 1,
"8": 1
"2": 1,
"3": 1,
"4": 1,
"5": 1,
"6": 1,
"7": 1,
"8": 1
},
"windGustiness": {
"min": 0,
"max": 1
},
"rain": {
"2": 5,
"3": 5,
"4": 5,
"5": 5
"2": 5,
"3": 5,
"4": 5,
"5": 5
},
"rainIntensity": {
"min": 0.1,
"max": 1
},
"fog": {
"0.0013": 35,
"0.0018": 6,
"0.002": 4,
"0.004": 3,
"0.006": 1
"0.0013": 35,
"0.0018": 6,
"0.002": 4,
"0.004": 3,
"0.006": 1
},
"temp": {
"day": {
@@ -116,37 +116,37 @@
"max": 780
}
},
"CLOUDY": {
"CLOUDY": {
"clouds": {
"0.1": 10,
"0": 10,
"0.15": 10,
"0.4": 10,
"1": 10
"0": 10,
"0.15": 10,
"0.4": 10,
"1": 10
},
"windSpeed": {
"0": 6,
"1": 3,
"2": 2,
"3": 1,
"4": 1
"1": 3,
"2": 2,
"3": 1,
"4": 1
},
"windDirection": {
"1": 1,
"2": 1,
"3": 1,
"4": 1,
"5": 1,
"6": 1,
"7": 1,
"8": 1
"2": 1,
"3": 1,
"4": 1,
"5": 1,
"6": 1,
"7": 1,
"8": 1
},
"windGustiness": {
"min": 0,
"max": 1
},
"rain": {
"1": 1
"1": 1
},
"rainIntensity": {
"min": 0,
@@ -154,10 +154,10 @@
},
"fog": {
"0.0013": 35,
"0.0018": 6,
"0.002": 4,
"0.004": 3,
"0.006": 1
"0.0018": 6,
"0.002": 4,
"0.004": 3,
"0.006": 1
},
"temp": {
"day": {
@@ -177,47 +177,47 @@
"WINTER": {
"clouds": {
"-1": 2,
"0.65": 1,
"1": 1
"0.65": 1,
"1": 1
},
"windSpeed": {
"0": 6,
"1": 3,
"2": 2,
"3": 1,
"4": 1
"1": 3,
"2": 2,
"3": 1,
"4": 1
},
"windDirection": {
"1": 1,
"2": 1,
"3": 1,
"4": 1,
"5": 1,
"6": 1,
"7": 1,
"8": 1
"2": 1,
"3": 1,
"4": 1,
"5": 1,
"6": 1,
"7": 1,
"8": 1
},
"windGustiness": {
"min": 0,
"max": 1
},
"rain": {
"1": 0,
"2": 1,
"3": 1,
"4": 1,
"5": 1
"1": 0,
"2": 1,
"3": 1,
"4": 1,
"5": 1
},
"rainIntensity": {
"min": 0,
"max": 1
},
"fog": {
"0.0013": 5,
"0.0018": 4,
"0.002": 1,
"0.004": 3,
"0.012": 2
"0.0013": 5,
"0.0018": 4,
"0.002": 1,
"0.004": 3,
"0.012": 2
},
"temp": {
"day": {
@@ -245,23 +245,23 @@
2
]
},
"weatherPresetWeight": {
"WINTER_START": {
"SUNNY": 3,
"RAINY": 8,
"CLOUDY": 3
},
"WINTER_END": {
"SUNNY": 3,
"RAINY": 8,
"CLOUDY": 3
},
"default": {
"SUNNY": 7,
"RAINY": 7,
"CLOUDY": 7
}
}
"weatherPresetWeight": {
"WINTER_START": {
"SUNNY": 3,
"RAINY": 8,
"CLOUDY": 3
},
"WINTER_END": {
"SUNNY": 3,
"RAINY": 8,
"CLOUDY": 3
},
"default": {
"SUNNY": 7,
"RAINY": 7,
"CLOUDY": 7
}
}
},
"seasonDates": [
{