Files
Terrarum/assets/mods/basegame/weathers/WeatherGeneric.json
2025-03-22 23:29:23 +09:00

26 lines
773 B
JSON

{
"identifier": "generic01",
"skyboxGradColourMap": "model:hosek",
"daylightClut": "lut:clut_daylight.tga",
"tags": "terrestrial,generic",
"cloudChance": 60,
"cloudGamma": [0.9, 2.4],
"cloudGammaVariance": [0.111, 0.0],
"windSpeed": 0.35,
"windSpeedVariance": 0.4,
"windSpeedDamping": 0.5,
"clouds": {
"cumulonimbus": {
"filename": "cloud_large.png", "tw": 2048, "th": 1024, "probability": 0.2,
"baseScale": 4.0, "scaleVariance": 0.3333333,
"altLow": 1080, "altHigh": 1120
},
"cumulus": {
"filename": "cloud_normal.png", "tw": 1024, "th": 512, "probability": 1.0,
"baseScale": 2.0, "scaleVariance": 0.6,
"altLow": 1080, "altHigh": 1800
}
},
"atmoTurbidity": 3.5,
"shaderVibrancy": [1.0, 1.0]
}