From 745e9c1ebf15860200c06e6cf2add1c6d28beff3 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 22 Jul 2021 05:49:35 -0700 Subject: Add cardboard fort smash sounds --- furniture_effects.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/furniture_effects.json b/furniture_effects.json index eee8f0e..5ed3c80 100644 --- a/furniture_effects.json +++ b/furniture_effects.json @@ -35,6 +35,32 @@ "terrain/cloth/smash_cloth_10.ogg" ] }, + { + "type": "sound_effect", + "id": "smash_fail", + "variant": "f_cardboard_fort", + "volume": 50, + "files": [ + "terrain/cloth/hit_paper_1.ogg", + "terrain/cloth/hit_paper_2.ogg", + "terrain/cloth/hit_paper_3.ogg", + "terrain/cloth/hit_paper_4.ogg", + "terrain/cloth/hit_paper_5.ogg" + ] + }, + { + "type": "sound_effect", + "id": "smash_success", + "variant": "f_cardboard_fort", + "volume": 50, + "files": [ + "terrain/cloth/rip_paper_1.ogg", + "terrain/cloth/rip_paper_2.ogg", + "terrain/cloth/rip_paper_3.ogg", + "terrain/cloth/rip_paper_4.ogg", + "terrain/cloth/rip_paper_5.ogg" + ] + }, { "type": "sound_effect", "id": "smash_fail", -- cgit v1.2.1