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/Generic_Guns/grenade.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/Generic_Guns/grenade.json')
-rw-r--r-- | Mods/zz_old-mods/Generic_Guns/grenade.json | 150 |
1 files changed, 0 insertions, 150 deletions
diff --git a/Mods/zz_old-mods/Generic_Guns/grenade.json b/Mods/zz_old-mods/Generic_Guns/grenade.json deleted file mode 100644 index cfdc555..0000000 --- a/Mods/zz_old-mods/Generic_Guns/grenade.json +++ /dev/null @@ -1,150 +0,0 @@ -[ - { - "type": "sound_effect", - "id" : "fire_gun", - "volume" : 75, - "variant" : "grenade_blooper", - "files" : [ - "guns/40mm/40mm_1.ogg", - "guns/40mm/40mm_2.ogg", - "guns/40mm/40mm_3.ogg", - "guns/40mm/40mm_4.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "fire_gun_distant", - "volume" : 60, - "variant" : "grenade_blooper", - "files" : [ - "guns/40mm/40mm_1.ogg", - "guns/40mm/40mm_2.ogg", - "guns/40mm/40mm_3.ogg", - "guns/40mm/40mm_4.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "reload", - "volume" : 70, - "variant" : "grenade_blooper", - "files" : [ - "guns/reload/launcher/launcher_1.ogg", - "guns/reload/launcher/launcher_2.ogg", - "guns/reload/launcher/launcher_3.ogg", - "guns/reload/launcher/launcher_4.ogg", - "guns/reload/launcher/launcher_5.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "fire_gun", - "volume" : 75, - "variant" : "grenade_hmg", - "files" : [ - "guns/40mm/40mm_1.ogg", - "guns/40mm/40mm_2.ogg", - "guns/40mm/40mm_3.ogg", - "guns/40mm/40mm_4.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "fire_gun_distant", - "volume" : 60, - "variant" : "grenade_hmg", - "files" : [ - "guns/40mm/40mm_1.ogg", - "guns/40mm/40mm_2.ogg", - "guns/40mm/40mm_3.ogg", - "guns/40mm/40mm_4.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "reload", - "volume" : 70, - "variant" : "grenade_hmg", - "files" : [ - "guns/reload/launcher/launcher_1.ogg", - "guns/reload/launcher/launcher_2.ogg", - "guns/reload/launcher/launcher_3.ogg", - "guns/reload/launcher/launcher_4.ogg", - "guns/reload/launcher/launcher_5.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "fire_gun", - "volume" : 75, - "variant" : "grenade_pistol", - "files" : [ - "guns/40mm/40mm_1.ogg", - "guns/40mm/40mm_2.ogg", - "guns/40mm/40mm_3.ogg", - "guns/40mm/40mm_4.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "fire_gun_distant", - "volume" : 60, - "variant" : "grenade_pistol", - "files" : [ - "guns/40mm/40mm_1.ogg", - "guns/40mm/40mm_2.ogg", - "guns/40mm/40mm_3.ogg", - "guns/40mm/40mm_4.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "reload", - "volume" : 70, - "variant" : "grenade_pistol", - "files" : [ - "guns/reload/launcher/launcher_1.ogg", - "guns/reload/launcher/launcher_2.ogg", - "guns/reload/launcher/launcher_3.ogg", - "guns/reload/launcher/launcher_4.ogg", - "guns/reload/launcher/launcher_5.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "fire_gun", - "volume" : 75, - "variant" : "grenade_revolver", - "files" : [ - "guns/40mm/40mm_1.ogg", - "guns/40mm/40mm_2.ogg", - "guns/40mm/40mm_3.ogg", - "guns/40mm/40mm_4.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "fire_gun_distant", - "volume" : 60, - "variant" : "grenade_revolver", - "files" : [ - "guns/40mm/40mm_1.ogg", - "guns/40mm/40mm_2.ogg", - "guns/40mm/40mm_3.ogg", - "guns/40mm/40mm_4.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "reload", - "volume" : 70, - "variant" : "grenade_revolver", - "files" : [ - "guns/reload/launcher/launcher_1.ogg", - "guns/reload/launcher/launcher_2.ogg", - "guns/reload/launcher/launcher_3.ogg", - "guns/reload/launcher/launcher_4.ogg", - "guns/reload/launcher/launcher_5.ogg" - ] - } -] |