mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 20:31:51 +09:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"identifier": "generic02",
|
|
"skyboxGradColourMap": "generic_skybox.tga",
|
|
"daylightClut": "clut_daylight.tga",
|
|
"classification": "generic2",
|
|
"cloudChance": 150,
|
|
"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.02,
|
|
"baseScale": 4.0, "scaleVariance": 0.3333333,
|
|
"altLow": 1080, "altHigh": 1120
|
|
},
|
|
"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.5,
|
|
"shaderVibrancy": [1.0, 1.0],
|
|
"__comment__": "Make a texture for altocumulus so that this weather can be realised with less than 1000 sprites"
|
|
} |