mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 12:21:52 +09:00
31 lines
959 B
JSON
31 lines
959 B
JSON
{
|
|
"identifier": "overcast01",
|
|
"skyboxGradColourMap": "generic_skybox.tga",
|
|
"daylightClut": "clut_daylight.tga",
|
|
"tags": "overcast",
|
|
"cloudChance": 200,
|
|
"cloudGamma": [1.45, 1.0],
|
|
"cloudGammaVariance": [0.0, 0.0],
|
|
"windSpeed": 10.45,
|
|
"windSpeedVariance": 0.5,
|
|
"windSpeedDamping": 0.5,
|
|
"clouds": {
|
|
"cumulus": {
|
|
"filename": "cloud_normal.png", "tw": 1024, "th": 512, "probability": 0.1,
|
|
"baseScale": 1.6, "scaleVariance": 0.6,
|
|
"altLow": 580, "altHigh": 1300
|
|
},
|
|
"cumulonimbus": {
|
|
"filename": "cloud_large.png", "tw": 2048, "th": 1024, "probability": 0.4,
|
|
"baseScale": 4.0, "scaleVariance": 0.3333333,
|
|
"altLow": 1080, "altHigh":1800
|
|
},
|
|
"nimbostratus": {
|
|
"filename": "cloud_wide.png", "tw": 4096, "th": 1024, "probability": 1.0,
|
|
"baseScale": 8.0, "scaleVariance": 0.1,
|
|
"altLow": 1100, "altHigh": 1500
|
|
}
|
|
},
|
|
"atmoTurbidity": 9.5,
|
|
"shaderVibrancy": [0.93, 0.9]
|
|
} |