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/monster_gun.json | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 guns/monster_gun.json (limited to 'guns/monster_gun.json') diff --git a/guns/monster_gun.json b/guns/monster_gun.json new file mode 100644 index 0000000..d388b69 --- /dev/null +++ b/guns/monster_gun.json @@ -0,0 +1,48 @@ +[ + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "barb_launcher", + "files" : [ + "guns/archery/archery_1.ogg", + "guns/archery/archery_2.ogg", + "guns/archery/archery_3.ogg", + "guns/archery/archery_4.ogg", + "guns/archery/archery_5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "barb_launcher", + "files" : [ + "guns/archery/archery_1.ogg", + "guns/archery/archery_2.ogg", + "guns/archery/archery_3.ogg", + "guns/archery/archery_4.ogg", + "guns/archery/archery_5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "emp_frond", + "files" : [ + "guns/eweapons/bio_blaster_gun_1.ogg", + "guns/eweapons/bio_blaster_gun_2.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "emp_frond", + "files" : [ + "guns/eweapons/bio_blaster_gun_1.ogg", + "guns/eweapons/bio_blaster_gun_2.ogg" + ] + } +] -- cgit v1.2.1