Files
SPT-Server-Build/Libraries/SPTarkov.Server.Assets/SPT_Data/configs/weather.json
T
2025-10-16 22:45:53 +01:00

336 lines
5.9 KiB
JSON

{
"acceleration": 7,
"weather": {
"generateWeatherAmountHours": 24,
"presetWeights": {
"SUNNY": {
"clouds": {
"-1": 5,
"-0.8": 2
},
"windSpeed": {
"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
},
"windGustiness": {
"min": 0,
"max": 1
},
"rain": {
"1": 1
},
"rainIntensity": {
"min": 0,
"max": 0
},
"fog": {
"0.0013": 30,
"0.0018": 6,
"0.002": 4,
"0.004": 3,
"0.006": 1
},
"temp": {
"day": {
"min": 9,
"max": 32
},
"night": {
"min": 2,
"max": 16
}
},
"pressure": {
"min": 760,
"max": 780
}
},
"RAINY": {
"clouds": {
"0.7": 2,
"0.9": 4,
"1": 4,
"1.2": 1
},
"windSpeed": {
"0": 3,
"1": 2,
"2": 2,
"3": 1,
"4": 1
},
"windDirection": {
"1": 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
},
"rainIntensity": {
"min": 0.1,
"max": 1
},
"fog": {
"0.0013": 35,
"0.0018": 6,
"0.002": 4,
"0.004": 3,
"0.006": 1
},
"temp": {
"day": {
"min": 9,
"max": 32
},
"night": {
"min": 2,
"max": 16
}
},
"pressure": {
"min": 760,
"max": 780
}
},
"CLOUDY": {
"clouds": {
"0.1": 10,
"0": 10,
"0.15": 10,
"0.4": 10,
"1": 10
},
"windSpeed": {
"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
},
"windGustiness": {
"min": 0,
"max": 1
},
"rain": {
"1": 1
},
"rainIntensity": {
"min": 0,
"max": 1
},
"fog": {
"0.0013": 35,
"0.0018": 6,
"0.002": 4,
"0.004": 3,
"0.006": 1
},
"temp": {
"day": {
"min": 9,
"max": 32
},
"night": {
"min": 2,
"max": 16
}
},
"pressure": {
"min": 760,
"max": 780
}
},
"WINTER": {
"clouds": {
"-1": 2,
"0.65": 1,
"1": 1
},
"windSpeed": {
"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
},
"windGustiness": {
"min": 0,
"max": 1
},
"rain": {
"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
},
"temp": {
"day": {
"min": -5,
"max": 3
},
"night": {
"min": -22,
"max": -5
}
},
"pressure": {
"min": 760,
"max": 780
}
}
},
"timePeriod": {
"values": [
15,
30
],
"weights": [
1,
2
]
},
"weatherPresetWeight": {
"WINTER_START": {
"SUNNY": 3,
"RAINY": 8,
"CLOUDY": 3
},
"WINTER_END": {
"SUNNY": 3,
"RAINY": 8,
"CLOUDY": 3
},
"default": {
"SUNNY": 13,
"RAINY": 7,
"CLOUDY": 7
}
}
},
"seasonDates": [
{
"seasonType": 0,
"name": "SUMMER",
"startDay": "23",
"startMonth": "6",
"endDay": "15",
"endMonth": "10"
},
{
"seasonType": 1,
"name": "AUTUMN",
"startDay": "15",
"startMonth": "10",
"endDay": "1",
"endMonth": "11"
},
{
"seasonType": 4,
"name": "AUTUMN_LATE",
"startDay": "1",
"startMonth": "11",
"endDay": "21",
"endMonth": "12"
},
{
"seasonType": 2,
"name": "WINTER_START",
"startDay": "21",
"startMonth": "12",
"endDay": "31",
"endMonth": "12"
},
{
"seasonType": 2,
"name": "WINTER_END",
"startDay": "1",
"startMonth": "1",
"endDay": "9",
"endMonth": "1"
},
{
"seasonType": 5,
"name": "SPRING_EARLY",
"startDay": "9",
"startMonth": "1",
"endDay": "20",
"endMonth": "3"
},
{
"seasonType": 3,
"name": "SPRING",
"startDay": "20",
"startMonth": "3",
"endDay": "23",
"endMonth": "6"
},
{
"seasonType": 4,
"name": "STORM",
"startDay": "24",
"startMonth": "10",
"endDay": "4",
"endMonth": "11"
}
],
"overrideSeason": null
}