diff --git a/Resources/Prototypes/weather.yml b/Resources/Prototypes/weather.yml index a71e59354af..8ac4caeb46b 100644 --- a/Resources/Prototypes/weather.yml +++ b/Resources/Prototypes/weather.yml @@ -63,7 +63,7 @@ collection: Rain params: loop: true - volume: -6 + volume: -10 - type: soundCollection id: Rain @@ -102,7 +102,7 @@ path: /Audio/Effects/Weather/snowstorm_weak.ogg params: loop: true - volume: -6 + volume: -12 # Corvax - type: weather id: SnowfallMedium @@ -113,7 +113,7 @@ path: /Audio/Effects/Weather/snowstorm_weak.ogg params: loop: true - volume: -6 + volume: -10 # Corvax - type: weather id: SnowfallHeavy diff --git a/Resources/Textures/Effects/weather.rsi/meta.json b/Resources/Textures/Effects/weather.rsi/meta.json index 896786c11ba..3609ab6f9eb 100644 --- a/Resources/Textures/Effects/weather.rsi/meta.json +++ b/Resources/Textures/Effects/weather.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "copyright": "https://github.com/Citadel-Station-13/Citadel-Station-13-RP/tree/5781addfa1193c2811408f64d15176139395d670", + "copyright": "https://github.com/Citadel-Station-13/Citadel-Station-13-RP/tree/5781addfa1193c2811408f64d15176139395d670, [snowfall_light, snowfall_med, rain] modified by Ko4erga (discord)", "license": "CC-BY-SA-3.0", "size": { "x": 32, @@ -11,14 +11,38 @@ "name": "snowfall_light", "delays": [ [ - 0.2, - 0.2, - 0.2, - 0.2, - 0.2, - 0.2, - 0.2, - 0.2 + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05 ] ] }, @@ -26,14 +50,38 @@ "name": "snowfall_med", "delays": [ [ - 0.2, - 0.2, - 0.2, - 0.2, - 0.2, - 0.2, - 0.2, - 0.2 + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05 ] ] }, diff --git a/Resources/Textures/Effects/weather.rsi/rain.png b/Resources/Textures/Effects/weather.rsi/rain.png index e4d340da294..58e58552811 100644 Binary files a/Resources/Textures/Effects/weather.rsi/rain.png and b/Resources/Textures/Effects/weather.rsi/rain.png differ diff --git a/Resources/Textures/Effects/weather.rsi/snowfall_light.png b/Resources/Textures/Effects/weather.rsi/snowfall_light.png index a7aefbe9a3d..e5c85c86cc8 100644 Binary files a/Resources/Textures/Effects/weather.rsi/snowfall_light.png and b/Resources/Textures/Effects/weather.rsi/snowfall_light.png differ diff --git a/Resources/Textures/Effects/weather.rsi/snowfall_med.png b/Resources/Textures/Effects/weather.rsi/snowfall_med.png index 25ef53032e0..174d3655800 100644 Binary files a/Resources/Textures/Effects/weather.rsi/snowfall_med.png and b/Resources/Textures/Effects/weather.rsi/snowfall_med.png differ