From 0382a83a3b00c4a3913d4013c72100689438370a Mon Sep 17 00:00:00 2001 From: Bomjojuk <140758643+Bomjojuk@users.noreply.github.com> Date: Sat, 9 Nov 2024 02:44:13 +0300 Subject: [PATCH] Dice sounds tweak (#2216) --- .../Prototypes/Entities/Objects/Fun/dice.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Fun/dice.yml b/Resources/Prototypes/Entities/Objects/Fun/dice.yml index 433a4ebac35b0f..e549cc07547050 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/dice.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/dice.yml @@ -4,6 +4,23 @@ id: BaseDice components: - type: Dice +# SS220 dice sound tweak + sound: + collection: Dice + params: + variation: 0.050 + volume: 2 + - type: EmitSoundOnCollide + sound: + collection: Dice + params: + variation: 0.050 + - type: EmitSoundOnLand + sound: + path: /Audio/Effects/drop.ogg + params: + volume: -100 +# SS220 dice sound tweak end - type: UseDelay - type: Sprite sprite: Objects/Fun/dice.rsi