diff --git a/res/presets/weather/rain.json b/res/presets/weather/rain.json new file mode 100644 index 00000000..f386b20f --- /dev/null +++ b/res/presets/weather/rain.json @@ -0,0 +1,20 @@ +{ + "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" + ] + }, + "fog_opacity": 0.8, + "fog_dencity": 2.0, + "clouds": 0.5 + } +}