diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-07-22 12:58:00 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-07-22 12:58:00 -0700 |
commit | c3ff620d92df00a34502262dd17b53677995bfa9 (patch) | |
tree | f93f9518474c33f091ef1c6570ba44e885ca0495 | |
parent | Add new furniture-industrial sounds (diff) | |
download | cataclysm-dda-soundpack_jcsoundpack-c3ff620d92df00a34502262dd17b53677995bfa9.tar.xz |
Add legacy alias for punching bag
-rw-r--r-- | furniture-recreation.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/furniture-recreation.json b/furniture-recreation.json index 72ebc55..9970118 100644 --- a/furniture-recreation.json +++ b/furniture-recreation.json @@ -362,6 +362,42 @@ { "type": "sound_effect", "id": "smash_fail", + "variant": "f_floor_canvas", + "volume": 50, + "files": [ + "terrain/cloth/hit_cloth_1.ogg", + "terrain/cloth/hit_cloth_2.ogg", + "terrain/cloth/hit_cloth_3.ogg", + "terrain/cloth/hit_cloth_4.ogg", + "terrain/cloth/hit_cloth_5.ogg", + "terrain/cloth/hit_cloth_6.ogg", + "terrain/cloth/hit_cloth_7.ogg", + "terrain/cloth/hit_cloth_8.ogg", + "terrain/cloth/hit_cloth_9.ogg", + "terrain/cloth/hit_cloth_10.ogg" + ] + }, + { + "type": "sound_effect", + "id": "smash_success", + "variant": "f_floor_canvas", + "volume": 50, + "files": [ + "terrain/cloth/smash_cloth_1.ogg", + "terrain/cloth/smash_cloth_2.ogg", + "terrain/cloth/smash_cloth_3.ogg", + "terrain/cloth/smash_cloth_4.ogg", + "terrain/cloth/smash_cloth_5.ogg", + "terrain/cloth/smash_cloth_6.ogg", + "terrain/cloth/smash_cloth_7.ogg", + "terrain/cloth/smash_cloth_8.ogg", + "terrain/cloth/smash_cloth_9.ogg", + "terrain/cloth/smash_cloth_10.ogg" + ] + }, + { + "type": "sound_effect", + "id": "smash_fail", "variant": "f_piano", "volume": 50, "files": [ |