diff options
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" - ] - } -] |