Files
Terrarum/assets/mods/basegame/weathers/WeatherClear.json
2024-04-14 00:18:30 +09:00

26 lines
762 B
JSON

{
"identifier": "clear01",
"skyboxGradColourMap": "generic_skybox.tga",
"daylightClut": "clut_daylight.tga",
"tags": "generic,clear",
"cloudChance": 12,
"cloudGamma": [1.2, 2.4],
"cloudGammaVariance": [0.111, 0.0],
"windSpeed": 0.35,
"windSpeedVariance": 0.4,
"windSpeedDamping": 0.5,
"clouds": {
"cumulus": {
"filename": "cloud_normal.png", "tw": 1024, "th": 512, "probability": 0.05,
"baseScale": 2.0, "scaleVariance": 0.6,
"altLow": 1080, "altHigh": 2400
},
"altocumulus": {
"filename": "cloud_normal.png", "tw": 1024, "th": 512, "probability": 1.0,
"baseScale": 1.0, "scaleVariance": 0.1,
"altLow": 2600, "altHigh": 4800
}
},
"atmoTurbidity": 3.2,
"shaderVibrancy": [1.0, 1.0]
}