fix weather interpolation & add 'fall.max_intensity' property

This commit is contained in:
MihailRis
2025-03-02 10:38:30 +03:00
parent 7fc226f70f
commit 8640730520
6 changed files with 40 additions and 10 deletions
+5 -5
View File
@@ -13,11 +13,11 @@
"particles:rain_splash_2"
]
},
"min_opacity": 0.8
"min_opacity": 0.8,
"max_intensity": 0.5
},
"fog_opacity": 0.8,
"fog_dencity": 2.0,
"fog_opacity": 0.5,
"fog_dencity": 1.7,
"fog_curve": 0.5,
"clouds": 0.5,
"thunder_rate": 0.1
"clouds": 0.9
}
+23
View File
@@ -0,0 +1,23 @@
{
"fall": {
"vspeed": 2.0,
"texture": "misc/rain",
"noise": "ambient/rain",
"splash": {
"lifetime": 0.2,
"spawn_interval": 0.0,
"size": [0.2, 0.2, 0.2],
"frames": [
"particles:rain_splash_0",
"particles:rain_splash_1",
"particles:rain_splash_2"
]
},
"min_opacity": 0.8
},
"fog_opacity": 0.8,
"fog_dencity": 2.0,
"fog_curve": 0.5,
"clouds": 0.7,
"thunder_rate": 0.1
}