aboutsummaryrefslogtreecommitdiff
path: root/Mods/Blazemod/terrain_effects .json
diff options
context:
space:
mode:
Diffstat (limited to 'Mods/Blazemod/terrain_effects .json')
-rw-r--r--Mods/Blazemod/terrain_effects .json54
1 files changed, 54 insertions, 0 deletions
diff --git a/Mods/Blazemod/terrain_effects .json b/Mods/Blazemod/terrain_effects .json
new file mode 100644
index 0000000..7a0c96c
--- /dev/null
+++ b/Mods/Blazemod/terrain_effects .json
@@ -0,0 +1,54 @@
+[
+ {
+ "type": "sound_effect",
+ "id" : "smash_success",
+ "variant" : "blob_pit",
+ "volume" : 100,
+ "files" : [
+ "terrain/other/smash_flesh_1.ogg",
+ "terrain/other/smash_flesh_2.ogg",
+ "terrain/other/smash_flesh_3.ogg",
+ "terrain/other/smash_flesh_4.ogg",
+ "terrain/other/smash_flesh_5.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "smash_fail",
+ "variant" : "blob_pit",
+ "volume" : 100,
+ "files" : [
+ "terrain/other/hit_flesh_1.ogg",
+ "terrain/other/hit_flesh_2.ogg",
+ "terrain/other/hit_flesh_3.ogg",
+ "terrain/other/hit_flesh_4.ogg",
+ "terrain/other/hit_flesh_5.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "smash_success",
+ "variant" : "blob_pit_slime",
+ "volume" : 100,
+ "files" : [
+ "terrain/other/smash_flesh_1.ogg",
+ "terrain/other/smash_flesh_2.ogg",
+ "terrain/other/smash_flesh_3.ogg",
+ "terrain/other/smash_flesh_4.ogg",
+ "terrain/other/smash_flesh_5.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "smash_fail",
+ "variant" : "blob_pit_slime",
+ "volume" : 100,
+ "files" : [
+ "terrain/other/hit_flesh_1.ogg",
+ "terrain/other/hit_flesh_2.ogg",
+ "terrain/other/hit_flesh_3.ogg",
+ "terrain/other/hit_flesh_4.ogg",
+ "terrain/other/hit_flesh_5.ogg"
+ ]
+ }
+]