From c3ff620d92df00a34502262dd17b53677995bfa9 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 22 Jul 2021 12:58:00 -0700 Subject: Add legacy alias for punching bag --- furniture-recreation.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'furniture-recreation.json') diff --git a/furniture-recreation.json b/furniture-recreation.json index 72ebc55..9970118 100644 --- a/furniture-recreation.json +++ b/furniture-recreation.json @@ -359,6 +359,42 @@ "terrain/cloth/smash_cloth_10.ogg" ] }, + { + "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", -- cgit v1.2.1