diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-12-09 20:57:59 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-12-09 20:57:59 -0800 |
commit | 00f08684e80ba2abe80401fc7c42944313b98c5a (patch) | |
tree | 7224d34a4af1f068f080bbaa38ba9c53294f6eb2 /Mods/zz_old-mods/Generic_Guns/rocket.json | |
parent | Fix typo in f_grave_monument smash_fail path. (diff) | |
download | cataclysm-dda-soundpack_jcsoundpack-00f08684e80ba2abe80401fc7c42944313b98c5a.tar.xz |
Clean up formatting on many json files.
Also move unused mods to a subfolder.
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, 72 insertions, 0 deletions
diff --git a/Mods/zz_old-mods/Generic_Guns/rocket.json b/Mods/zz_old-mods/Generic_Guns/rocket.json new file mode 100644 index 0000000..40470b5 --- /dev/null +++ b/Mods/zz_old-mods/Generic_Guns/rocket.json @@ -0,0 +1,72 @@ +[ + { + "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" + ] + } +] |