diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-05-26 23:03:34 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-05-26 23:03:34 -0700 |
commit | c9ab85e03423d004f2d5d26d6d407b477e0a725b (patch) | |
tree | a0504d2f2bc1ec372346bdd2f8b80c3bdfe9a419 /Mods | |
parent | Full gun revamp, part 5 (diff) | |
download | cataclysm-dda-soundpack_jcsoundpack-c9ab85e03423d004f2d5d26d6d407b477e0a725b.tar.xz |
Full gun revamp, part 6
Diffstat (limited to 'Mods')
-rw-r--r-- | Mods/Tanks/guns.json | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/Mods/Tanks/guns.json b/Mods/Tanks/guns.json index 0054e9e..20e7144 100644 --- a/Mods/Tanks/guns.json +++ b/Mods/Tanks/guns.json @@ -188,41 +188,6 @@ "type": "sound_effect", "id" : "fire_gun", "volume" : 100, - "variant" : "atgm_launcher", - "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" : "atgm_launcher", - "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" : 90, - "variant" : "atgm_launcher", - "files" : [ - "guns/reload/launcher/rocket.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "fire_gun", - "volume" : 100, "variant" : "atgm_turret", "files" : [ "guns/others/Rocket_1.ogg", |