diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-07-22 05:49:35 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-07-22 05:49:35 -0700 |
commit | 745e9c1ebf15860200c06e6cf2add1c6d28beff3 (patch) | |
tree | f08da06ac4772673cf348dfb846793963827ac2b | |
parent | Fix accidently using 10 plastic smash sounds, when there are actually only 5 (diff) | |
download | cataclysm-dda-soundpack_jcsoundpack-745e9c1ebf15860200c06e6cf2add1c6d28beff3.tar.xz |
Add cardboard fort smash sounds
-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": [ |