diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-12-09 20:59:27 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-12-09 20:59:27 -0800 |
commit | feade443d6cca15fd3fca380c32995f86d633cc3 (patch) | |
tree | dd32b238e4e2c0a13f36bcbf495cb181534e3c2b /Mods/zz_old-mods/Blazemod/terrain_effects .json | |
parent | Clean up formatting on many json files. (diff) | |
download | cataclysm-dda-soundpack_jcsoundpack-feade443d6cca15fd3fca380c32995f86d633cc3.tar.xz |
Delete the old mods.
Diffstat (limited to 'Mods/zz_old-mods/Blazemod/terrain_effects .json')
-rw-r--r-- | Mods/zz_old-mods/Blazemod/terrain_effects .json | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/Mods/zz_old-mods/Blazemod/terrain_effects .json b/Mods/zz_old-mods/Blazemod/terrain_effects .json deleted file mode 100644 index 280d418..0000000 --- a/Mods/zz_old-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" - ] - } -] |