From 1ce571a09724c617215c5a7f8984751c260fd9e2 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Fri, 25 Sep 2020 15:56:18 -0700
Subject: Add beaded door open/close/hit/smash sounds

---
 terrain_effects.json | 103 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 103 insertions(+)

diff --git a/terrain_effects.json b/terrain_effects.json
index e51451e..8d02c82 100644
--- a/terrain_effects.json
+++ b/terrain_effects.json
@@ -14339,5 +14339,108 @@
       "terrain/plastic/hit_plastic_9.ogg",
       "terrain/plastic/hit_plastic_10.ogg"
     ]
+  },
+  {
+    "type": "sound_effect",
+    "id": "open_door",
+    "variant": "f_beaded_door",
+    "volume": 50,
+    "files": [
+      "env/open_close/window/window/open_1.ogg",
+      "env/open_close/window/window/open_2.ogg",
+      "env/open_close/window/window/open_3.ogg",
+      "env/open_close/window/window/open_4.ogg",
+      "env/open_close/window/window/open_5.ogg",
+      "env/open_close/window/window/open_6.ogg",
+      "env/open_close/window/window/open_7.ogg",
+      "env/open_close/window/window/open_8.ogg",
+      "env/open_close/window/window/open_9.ogg",
+      "env/open_close/window/window/open_10.ogg"
+    ]
+  },
+  {
+    "type": "sound_effect",
+    "id": "smash_success",
+    "variant": "f_beaded_door",
+    "volume": 50,
+    "files": [
+      "terrain/plastic/smash_plastic_1.ogg",
+      "terrain/plastic/smash_plastic_2.ogg",
+      "terrain/plastic/smash_plastic_3.ogg",
+      "terrain/plastic/smash_plastic_4.ogg",
+      "terrain/plastic/smash_plastic_5.ogg",
+      "terrain/plastic/smash_plastic_6.ogg",
+      "terrain/plastic/smash_plastic_7.ogg",
+      "terrain/plastic/smash_plastic_8.ogg",
+      "terrain/plastic/smash_plastic_9.ogg",
+      "terrain/plastic/smash_plastic_10.ogg"
+    ]
+  },
+  {
+    "type": "sound_effect",
+    "id": "smash_fail",
+    "variant": "f_beaded_door",
+    "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": "close_door",
+    "variant": "f_beaded_door_o",
+    "volume": 50,
+    "files": [
+      "env/open_close/window/curtain/close_1.ogg",
+      "env/open_close/window/curtain/close_2.ogg",
+      "env/open_close/window/curtain/close_3.ogg",
+      "env/open_close/window/curtain/close_4.ogg",
+      "env/open_close/window/curtain/close_5.ogg"
+    ]
+  },
+  {
+    "type": "sound_effect",
+    "id": "smash_success",
+    "variant": "f_beaded_door_o",
+    "volume": 50,
+    "files": [
+      "terrain/plastic/smash_plastic_1.ogg",
+      "terrain/plastic/smash_plastic_2.ogg",
+      "terrain/plastic/smash_plastic_3.ogg",
+      "terrain/plastic/smash_plastic_4.ogg",
+      "terrain/plastic/smash_plastic_5.ogg",
+      "terrain/plastic/smash_plastic_6.ogg",
+      "terrain/plastic/smash_plastic_7.ogg",
+      "terrain/plastic/smash_plastic_8.ogg",
+      "terrain/plastic/smash_plastic_9.ogg",
+      "terrain/plastic/smash_plastic_10.ogg"
+    ]
+  },
+  {
+    "type": "sound_effect",
+    "id": "smash_fail",
+    "variant": "f_beaded_door_o",
+    "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"
+    ]
   }
 ]
-- 
cgit v1.2.1