aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--terrain_effects.json103
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"
+ ]
}
]