diff options
-rw-r--r-- | furniture_effects.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/furniture_effects.json b/furniture_effects.json index eee8f0e..5ed3c80 100644 --- a/furniture_effects.json +++ b/furniture_effects.json @@ -38,6 +38,32 @@ { "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", "variant": "f_leather_tarp", "volume": 50, "files": [ |