diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-09-25 15:56:18 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-09-25 15:56:18 -0700 |
commit | 1ce571a09724c617215c5a7f8984751c260fd9e2 (patch) | |
tree | a86e723dca4390457703bb40c1660eb54941e2c3 | |
parent | Add some migo terrain sounds (diff) | |
download | cataclysm-dda-soundpack_jcsoundpack-1ce571a09724c617215c5a7f8984751c260fd9e2.tar.xz |
Add beaded door open/close/hit/smash sounds
-rw-r--r-- | terrain_effects.json | 103 |
1 files changed, 103 insertions, 0 deletions
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" + ] } ] |