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/pistol_tiny.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/pistol_tiny.json')
-rw-r--r-- | Mods/zz_old-mods/Generic_Guns/pistol_tiny.json | 119 |
1 files changed, 0 insertions, 119 deletions
diff --git a/Mods/zz_old-mods/Generic_Guns/pistol_tiny.json b/Mods/zz_old-mods/Generic_Guns/pistol_tiny.json deleted file mode 100644 index 3f74b90..0000000 --- a/Mods/zz_old-mods/Generic_Guns/pistol_tiny.json +++ /dev/null @@ -1,119 +0,0 @@ -[ - { - "type": "sound_effect", - "id" : "fire_gun", - "volume" : 75, - "variant" : "pistol_tiny_rifle", - "files" : [ - "guns/22/22_1.ogg", - "guns/22/22_2.ogg", - "guns/22/22_3.ogg", - "guns/22/22_4.ogg", - "guns/22/22_5.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "fire_gun_distant", - "volume" : 60, - "variant" : "pistol_tiny_rifle", - "files" : [ - "guns/22/22_1.ogg", - "guns/22/22_2.ogg", - "guns/22/22_3.ogg", - "guns/22/22_4.ogg", - "guns/22/22_5.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "reload", - "volume" : 70, - "variant" : "pistol_tiny_rifle", - "files" : [ - "guns/reload/rifle_s/rifle_1.ogg", - "guns/reload/rifle_s/rifle_2.ogg", - "guns/reload/rifle_s/rifle_3.ogg", - "guns/reload/rifle_s/rifle_4.ogg", - "guns/reload/rifle_s/rifle_5.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "fire_gun", - "volume" : 75, - "variant" : "pistol_tiny_target", - "files" : [ - "guns/22/22_1.ogg", - "guns/22/22_2.ogg", - "guns/22/22_3.ogg", - "guns/22/22_4.ogg", - "guns/22/22_5.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "fire_gun_distant", - "volume" : 60, - "variant" : "pistol_tiny_target", - "files" : [ - "guns/22/22_1.ogg", - "guns/22/22_2.ogg", - "guns/22/22_3.ogg", - "guns/22/22_4.ogg", - "guns/22/22_5.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "reload", - "volume" : 70, - "variant" : "pistol_tiny_target", - "files" : [ - "guns/reload/pistol_l/pistol_1.ogg", - "guns/reload/pistol_l/pistol_2.ogg", - "guns/reload/pistol_l/pistol_3.ogg", - "guns/reload/pistol_l/pistol_4.ogg", - "guns/reload/pistol_l/pistol_5.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "fire_gun", - "volume" : 75, - "variant" : "pistol_tiny_zip", - "files" : [ - "guns/22/22_1.ogg", - "guns/22/22_2.ogg", - "guns/22/22_3.ogg", - "guns/22/22_4.ogg", - "guns/22/22_5.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "fire_gun_distant", - "volume" : 60, - "variant" : "pistol_tiny_zip", - "files" : [ - "guns/22/22_1.ogg", - "guns/22/22_2.ogg", - "guns/22/22_3.ogg", - "guns/22/22_4.ogg", - "guns/22/22_5.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "reload", - "volume" : 70, - "variant" : "pistol_tiny_zip", - "files" : [ - "guns/reload/revolver/revolver_1.ogg", - "guns/reload/revolver/revolver_2.ogg", - "guns/reload/revolver/revolver_3.ogg", - "guns/reload/revolver/revolver_4.ogg", - "guns/reload/revolver/revolver_5.ogg" - ] - } -] |