From c9ab85e03423d004f2d5d26d6d407b477e0a725b Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 26 May 2020 23:03:34 -0700 Subject: Full gun revamp, part 6 --- guns/chemical_spray.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 guns/chemical_spray.json (limited to 'guns/chemical_spray.json') 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" + ] + } +] -- cgit v1.2.1