diff options
-rw-r--r-- | guns/ups.json | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/guns/ups.json b/guns/ups.json index f53dd6e..5cee723 100644 --- a/guns/ups.json +++ b/guns/ups.json @@ -49,6 +49,32 @@ "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", + "volume": 100, "variant": "recon_mech_laser", "files": [ "guns/eweapons/recon_mech_laser_1.ogg.ogg", @@ -67,6 +93,28 @@ "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", "id" : "fire_gun", |