From 900d2d1773cd30831b2a63a3435d108bd9efd024 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 22 Jul 2021 12:28:47 -0700 Subject: Added many furniture-medical sounds Moved furniture-medical to seperate json Fix beaded curtain to use curtain opening sounds --- furniture_effects.json | 109 +------------------------------------------------ 1 file changed, 1 insertion(+), 108 deletions(-) (limited to 'furniture_effects.json') diff --git a/furniture_effects.json b/furniture_effects.json index 947875f..32172b6 100644 --- a/furniture_effects.json +++ b/furniture_effects.json @@ -1,76 +1,5 @@ [ - { - "type": "sound_effect", - "id": "smash_fail", - "variant": "f_autodoc_couch", - "volume": 50, - "files": [ - "terrain/wood/hit_wooden_1.ogg", - "terrain/wood/hit_wooden_2.ogg", - "terrain/wood/hit_wooden_3.ogg", - "terrain/wood/hit_wooden_4.ogg", - "terrain/wood/hit_wooden_5.ogg", - "terrain/wood/hit_wooden_6.ogg", - "terrain/wood/hit_wooden_7.ogg", - "terrain/wood/hit_wooden_8.ogg", - "terrain/wood/hit_wooden_9.ogg", - "terrain/wood/hit_wooden_10.ogg" - ] - }, - { - "type": "sound_effect", - "id": "smash_success", - "variant": "f_autodoc_couch", - "volume": 50, - "files": [ - "terrain/wood/crash_wooden_1.ogg", - "terrain/wood/crash_wooden_2.ogg", - "terrain/wood/crash_wooden_3.ogg", - "terrain/wood/crash_wooden_4.ogg", - "terrain/wood/crash_wooden_5.ogg", - "terrain/wood/crash_wooden_6.ogg", - "terrain/wood/crash_wooden_7.ogg", - "terrain/wood/crash_wooden_8.ogg", - "terrain/wood/crash_wooden_9.ogg", - "terrain/wood/crash_wooden_10.ogg" - ] - }, - { - "type": "sound_effect", - "id": "smash_fail", - "variant": "f_autodoc", - "volume": 50, - "files": [ - "terrain/plastic/hit_plastic_1.ogg", - "terrain/plastic/hit_plastic_2.ogg", - "terrain/plastic/hit_plastic_3.ogg", - "terrain/plastic/hit_plastic_4.ogg", - "terrain/plastic/hit_plastic_5.ogg", - "terrain/plastic/hit_plastic_6.ogg", - "terrain/plastic/hit_plastic_7.ogg", - "terrain/plastic/hit_plastic_8.ogg", - "terrain/plastic/hit_plastic_9.ogg", - "terrain/plastic/hit_plastic_10.ogg" - ] - }, - { - "type": "sound_effect", - "id": "smash_success", - "variant": "f_autodoc", - "volume": 50, - "files": [ - "terrain/console/smash_console_1.ogg", - "terrain/console/smash_console_2.ogg", - "terrain/console/smash_console_3.ogg", - "terrain/console/smash_console_4.ogg", - "terrain/console/smash_console_5.ogg", - "terrain/console/smash_console_6.ogg", - "terrain/console/smash_console_7.ogg", - "terrain/console/smash_console_8.ogg", - "terrain/console/smash_console_9.ogg", - "terrain/console/smash_console_10.ogg" - ] - }, + { "type": "sound_effect", "id": "smash_fail", @@ -2330,41 +2259,5 @@ "terrain/tree/hit_grass_9.ogg", "terrain/tree/hit_grass_10.ogg" ] - }, - { - "type": "sound_effect", - "id": "smash_fail", - "variant": "f_IV_pole", - "volume": 50, - "files": [ - "terrain/metal/hit_bar_1.ogg", - "terrain/metal/hit_bar_2.ogg", - "terrain/metal/hit_bar_3.ogg", - "terrain/metal/hit_bar_4.ogg", - "terrain/metal/hit_bar_5.ogg", - "terrain/metal/hit_bar_6.ogg", - "terrain/metal/hit_bar_7.ogg", - "terrain/metal/hit_bar_8.ogg", - "terrain/metal/hit_bar_9.ogg", - "terrain/metal/hit_bar_10.ogg" - ] - }, - { - "type": "sound_effect", - "id": "smash_success", - "variant": "f_IV_pole", - "volume": 50, - "files": [ - "terrain/metal/smash_metal_1.ogg", - "terrain/metal/smash_metal_2.ogg", - "terrain/metal/smash_metal_3.ogg", - "terrain/metal/smash_metal_4.ogg", - "terrain/metal/smash_metal_5.ogg", - "terrain/metal/smash_metal_6.ogg", - "terrain/metal/smash_metal_7.ogg", - "terrain/metal/smash_metal_8.ogg", - "terrain/metal/smash_metal_9.ogg", - "terrain/metal/smash_metal_10.ogg" - ] } ] -- cgit v1.2.1