aboutsummaryrefslogtreecommitdiff
path: root/Mods/Blazemod/terrain_effects .json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-12-09 20:57:59 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-12-09 20:57:59 -0800
commit00f08684e80ba2abe80401fc7c42944313b98c5a (patch)
tree7224d34a4af1f068f080bbaa38ba9c53294f6eb2 /Mods/Blazemod/terrain_effects .json
parentFix typo in f_grave_monument smash_fail path. (diff)
downloadcataclysm-dda-soundpack_jcsoundpack-00f08684e80ba2abe80401fc7c42944313b98c5a.tar.xz
Clean up formatting on many json files.
Also move unused mods to a subfolder.
Diffstat (limited to 'Mods/Blazemod/terrain_effects .json')
-rw-r--r--Mods/Blazemod/terrain_effects .json54
1 files changed, 0 insertions, 54 deletions
diff --git a/Mods/Blazemod/terrain_effects .json b/Mods/Blazemod/terrain_effects .json
deleted file mode 100644
index 280d418..0000000
--- a/Mods/Blazemod/terrain_effects .json
+++ /dev/null
@@ -1,54 +0,0 @@
-[
- {
- "type": "sound_effect",
- "id" : "smash_success",
- "variant" : "blob_pit",
- "volume" : 50,
- "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" : 50,
- "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" : 50,
- "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" : 50,
- "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"
- ]
- }
-]