aboutsummaryrefslogtreecommitdiff
path: root/Mods/BrightNights/terrain_effects.json
diff options
context:
space:
mode:
Diffstat (limited to 'Mods/BrightNights/terrain_effects.json')
-rw-r--r--Mods/BrightNights/terrain_effects.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/Mods/BrightNights/terrain_effects.json b/Mods/BrightNights/terrain_effects.json
new file mode 100644
index 0000000..bada1fd
--- /dev/null
+++ b/Mods/BrightNights/terrain_effects.json
@@ -0,0 +1,38 @@
+[
+ {
+ "type": "sound_effect",
+ "id" : "smash_fail",
+ "variant" : "t_nuclear_reactor",
+ "volume" : 50,
+ "files" : [
+ "terrain/metal/hit_metal_1.ogg",
+ "terrain/metal/hit_metal_2.ogg",
+ "terrain/metal/hit_metal_3.ogg",
+ "terrain/metal/hit_metal_4.ogg",
+ "terrain/metal/hit_metal_5.ogg",
+ "terrain/metal/hit_metal_6.ogg",
+ "terrain/metal/hit_metal_7.ogg",
+ "terrain/metal/hit_metal_8.ogg",
+ "terrain/metal/hit_metal_9.ogg",
+ "terrain/metal/hit_metal_10.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "smash_success",
+ "variant" : "t_nuclear_reactor",
+ "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"
+ ]
+ }
+]