From ba9d5d03d77e27068d06cad7467c8ecce62a8f72 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 31 Jul 2023 07:09:02 -0700 Subject: Add references for new salvaged mech suit weapons. --- guns/ups.json | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/guns/ups.json b/guns/ups.json index f53dd6e..5cee723 100644 --- a/guns/ups.json +++ b/guns/ups.json @@ -45,6 +45,32 @@ "guns/eweapons/gatling_mech_laser_5.ogg" ] }, + { + "type": "sound_effect", + "id": "fire_gun", + "volume": 100, + "variant": "gatling_mech_laser_rebuilt", + "files": [ + "guns/eweapons/gatling_mech_laser_1.ogg", + "guns/eweapons/gatling_mech_laser_2.ogg", + "guns/eweapons/gatling_mech_laser_3.ogg", + "guns/eweapons/gatling_mech_laser_4.ogg", + "guns/eweapons/gatling_mech_laser_5.ogg" + ] + }, + { + "type": "sound_effect", + "id": "fire_gun_distant", + "volume": 40, + "variant": "gatling_mech_laser_rebuilt", + "files": [ + "guns/eweapons/gatling_mech_laser_1.ogg", + "guns/eweapons/gatling_mech_laser_2.ogg", + "guns/eweapons/gatling_mech_laser_3.ogg", + "guns/eweapons/gatling_mech_laser_4.ogg", + "guns/eweapons/gatling_mech_laser_5.ogg" + ] + }, { "type": "sound_effect", "id": "fire_gun", @@ -66,6 +92,28 @@ "guns/eweapons/recon_mech_laser_2.ogg.ogg", "guns/eweapons/recon_mech_laser_3.ogg.ogg" ] + }, + { + "type": "sound_effect", + "id": "fire_gun", + "volume": 100, + "variant": "recon_mech_laser_rebuilt", + "files": [ + "guns/eweapons/recon_mech_laser_1.ogg.ogg", + "guns/eweapons/recon_mech_laser_2.ogg.ogg", + "guns/eweapons/recon_mech_laser_3.ogg.ogg" + ] + }, + { + "type": "sound_effect", + "id": "fire_gun_distant", + "volume": 40, + "variant": "recon_mech_laser_rebuilt", + "files": [ + "guns/eweapons/recon_mech_laser_1.ogg.ogg", + "guns/eweapons/recon_mech_laser_2.ogg.ogg", + "guns/eweapons/recon_mech_laser_3.ogg.ogg" + ] }, { "type": "sound_effect", -- cgit v1.2.1