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/Bionsynthetic_Robot_Mod_jm | |
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/Bionsynthetic_Robot_Mod_jm')
-rw-r--r-- | Mods/zz_old-mods/Bionsynthetic_Robot_Mod_jm/Biosynthetic_Robot_Mod_jm.json | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/Mods/zz_old-mods/Bionsynthetic_Robot_Mod_jm/Biosynthetic_Robot_Mod_jm.json b/Mods/zz_old-mods/Bionsynthetic_Robot_Mod_jm/Biosynthetic_Robot_Mod_jm.json deleted file mode 100644 index 38771eb..0000000 --- a/Mods/zz_old-mods/Bionsynthetic_Robot_Mod_jm/Biosynthetic_Robot_Mod_jm.json +++ /dev/null @@ -1,42 +0,0 @@ -[ - { - "type": "sound_effect", - "id" : "fire_gun", - "volume" : 75, - "variant" : "gkb_xedra_ar", - "files" : [ - "guns/eweapons/laser_rifle_1.ogg", - "guns/eweapons/laser_rifle_2.ogg", - "guns/eweapons/laser_rifle_3.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "fire_gun_distant", - "volume" : 40, - "variant" : "gkb_xedra_ar", - "files" : [ - "guns/eweapons/laser_rifle_1.ogg", - "guns/eweapons/laser_rifle_2.ogg", - "guns/eweapons/laser_rifle_3.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "fire_gun", - "volume" : 70, - "variant" : "gkb_xedra_magnum", - "files" : [ - "guns/eweapons/laser_cannon.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "fire_gun_distant", - "volume" : 70, - "variant" : "gkb_xedra_magnum", - "files" : [ - "guns/eweapons/laser_cannon.ogg" - ] - } -] |