diff options
Diffstat (limited to 'Mods/zz_old-mods/Generic_Guns/rocket.json')
-rw-r--r-- | Mods/zz_old-mods/Generic_Guns/rocket.json | 72 |
1 files changed, 0 insertions, 72 deletions
diff --git a/Mods/zz_old-mods/Generic_Guns/rocket.json b/Mods/zz_old-mods/Generic_Guns/rocket.json deleted file mode 100644 index 40470b5..0000000 --- a/Mods/zz_old-mods/Generic_Guns/rocket.json +++ /dev/null @@ -1,72 +0,0 @@ -[ - { - "type": "sound_effect", - "id" : "fire_gun", - "volume" : 75, - "variant" : "rocket_disposable", - "files" : [ - "guns/others/Rocket_1.ogg", - "guns/others/Rocket_2.ogg", - "guns/others/Rocket_3.ogg", - "guns/others/Rocket_4.ogg", - "guns/others/Rocket_5.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "fire_gun_distant", - "volume" : 40, - "variant" : "rocket_disposable", - "files" : [ - "guns/others/Rocket_1.ogg", - "guns/others/Rocket_2.ogg", - "guns/others/Rocket_3.ogg", - "guns/others/Rocket_4.ogg", - "guns/others/Rocket_5.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "reload", - "volume" : 70, - "variant" : "rocket_disposable", - "files" : [ - "guns/reload/launcher/rocket.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "fire_gun", - "volume" : 75, - "variant" : "rocket_recoilless", - "files" : [ - "guns/others/Rocket_1.ogg", - "guns/others/Rocket_2.ogg", - "guns/others/Rocket_3.ogg", - "guns/others/Rocket_4.ogg", - "guns/others/Rocket_5.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "fire_gun_distant", - "volume" : 40, - "variant" : "rocket_recoilless", - "files" : [ - "guns/others/Rocket_1.ogg", - "guns/others/Rocket_2.ogg", - "guns/others/Rocket_3.ogg", - "guns/others/Rocket_4.ogg", - "guns/others/Rocket_5.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "reload", - "volume" : 70, - "variant" : "rocket_recoilless", - "files" : [ - "guns/reload/launcher/rocket.ogg" - ] - } -] |