From 8e7ad50411bca9a8c4c90066333d76f0be1ed570 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 23 Aug 2020 23:12:59 -0700 Subject: Add A7-M rifle --- guns/ups.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'guns') diff --git a/guns/ups.json b/guns/ups.json index ffade17..f292f95 100644 --- a/guns/ups.json +++ b/guns/ups.json @@ -95,6 +95,28 @@ "guns/eweapons/laser_rifle_3.ogg" ] }, + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "laser_rifle_a7m", + "files" : [ + "guns/eweapons/laser_rifle_1.ogg", + "guns/eweapons/laser_rifle_2.ogg", + "guns/eweapons/laser_rifle_3.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "laser_rifle_a7m", + "files" : [ + "guns/eweapons/laser_rifle_1.ogg", + "guns/eweapons/laser_rifle_2.ogg", + "guns/eweapons/laser_rifle_3.ogg" + ] + }, { "type": "sound_effect", "id" : "fire_gun", -- cgit v1.2.1