From 61a469aeb8f5962f1d6b4cf69d42b215d760b14b Mon Sep 17 00:00:00 2001 From: MihailRis Date: Wed, 26 Feb 2025 03:03:14 +0300 Subject: [PATCH] add rain preset --- res/presets/weather/rain.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 res/presets/weather/rain.json 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 + } +}