aboutsummaryrefslogtreecommitdiff
path: root/guns/launchers.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-05-26 23:03:34 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-05-26 23:03:34 -0700
commitc9ab85e03423d004f2d5d26d6d407b477e0a725b (patch)
treea0504d2f2bc1ec372346bdd2f8b80c3bdfe9a419 /guns/launchers.json
parentFull gun revamp, part 5 (diff)
downloadcataclysm-dda-soundpack_jcsoundpack-c9ab85e03423d004f2d5d26d6d407b477e0a725b.tar.xz
Full gun revamp, part 6
Diffstat (limited to 'guns/launchers.json')
-rw-r--r--guns/launchers.json143
1 files changed, 143 insertions, 0 deletions
diff --git a/guns/launchers.json b/guns/launchers.json
new file mode 100644
index 0000000..f890475
--- /dev/null
+++ b/guns/launchers.json
@@ -0,0 +1,143 @@
+[
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun",
+ "volume" : 100,
+ "variant" : "LAW",
+ "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" : "LAW",
+ "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",
+ "volume" : 100,
+ "variant" : "mininuke_launcher",
+ "files" : [
+ "guns/others/mininuke_launcher.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun_distant",
+ "volume" : 40,
+ "variant" : "mininuke_launcher",
+ "files" : [
+ "guns/others/mininuke_launcher.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "reload",
+ "volume" : 90,
+ "variant" : "mininuke_launcher",
+ "files" : [
+ "guns/reload/others/mininuke_launcher.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun",
+ "volume" : 100,
+ "variant" : "RPG",
+ "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" : "RPG",
+ "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" : "RPG",
+ "files" : [
+ "guns/reload/launcher/rocket.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun",
+ "volume" : 100,
+ "variant" : "surv_rocket_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" : "surv_rocket_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" : "surv_rocket_launcher",
+ "files" : [
+ "guns/reload/launcher/rocket.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun",
+ "volume" : 100,
+ "variant" : "watercannon",
+ "files" : [
+ "guns/others/watercannon.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun_distant",
+ "volume" : 40,
+ "variant" : "watercannon",
+ "files" : [
+ "guns/others/watercannon.ogg"
+ ]
+ }
+]