aboutsummaryrefslogtreecommitdiff
path: root/guns/chemical_spray.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/chemical_spray.json
parentFull gun revamp, part 5 (diff)
downloadcataclysm-dda-soundpack_jcsoundpack-c9ab85e03423d004f2d5d26d6d407b477e0a725b.tar.xz
Full gun revamp, part 6
Diffstat (limited to 'guns/chemical_spray.json')
-rw-r--r--guns/chemical_spray.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/guns/chemical_spray.json b/guns/chemical_spray.json
new file mode 100644
index 0000000..1abf782
--- /dev/null
+++ b/guns/chemical_spray.json
@@ -0,0 +1,30 @@
+[
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun",
+ "volume" : 100,
+ "variant" : "chemical_thrower",
+ "files" : [
+ "guns/others/chemical_thrower.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun_distant",
+ "volume" : 40,
+ "variant" : "chemical_thrower",
+ "files" : [
+ "guns/others/chemical_thrower.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "reload",
+ "volume" : 90,
+ "variant" : "chemical_thrower",
+ "files" : [
+ "guns/reload/flammable/flammable_1.ogg",
+ "guns/reload/flammable/flammable_2.ogg"
+ ]
+ }
+]