From 3ccc301c421dd6d0cf5c0be36c14d91d25c4a1da Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Fri, 5 Jan 2024 15:37:40 -0800
Subject: Slightly raise the volume of cmes lasers. Slightly reduce it for a7
 laser.

---
 guns/ups.json | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/guns/ups.json b/guns/ups.json
index f1bb73c..c7eb1df 100644
--- a/guns/ups.json
+++ b/guns/ups.json
@@ -22,7 +22,7 @@
   {
     "type": "sound_effect",
     "id": "fire_gun",
-    "volume": 100,
+    "volume": 120,
     "variant": "gatling_mech_laser",
     "files": [
       "guns/eweapons/gatling_mech_laser_1.ogg",
@@ -35,7 +35,7 @@
   {
     "type": "sound_effect",
     "id": "fire_gun_distant",
-    "volume": 40,
+    "volume": 60,
     "variant": "gatling_mech_laser",
     "files": [
       "guns/eweapons/gatling_mech_laser_1.ogg",
@@ -48,7 +48,7 @@
   {
     "type": "sound_effect",
     "id": "fire_gun",
-    "volume": 100,
+    "volume": 120,
     "variant": "gatling_mech_laser_rebuilt",
     "files": [
       "guns/eweapons/gatling_mech_laser_1.ogg",
@@ -61,7 +61,7 @@
   {
     "type": "sound_effect",
     "id": "fire_gun_distant",
-    "volume": 40,
+    "volume": 60,
     "variant": "gatling_mech_laser_rebuilt",
     "files": [
       "guns/eweapons/gatling_mech_laser_1.ogg",
@@ -150,7 +150,7 @@
     {
         "type": "sound_effect",
         "id" : "fire_gun",
-        "volume" : 75,
+        "volume" : 65,
         "variant" : "laser_rifle",
         "files" : [
             "guns/eweapons/laser_rifle_1.ogg",
@@ -161,7 +161,7 @@
     {
         "type": "sound_effect",
         "id" : "fire_gun_distant",
-        "volume" : 40,
+        "volume" : 30,
         "variant" : "laser_rifle",
         "files" : [
             "guns/eweapons/laser_rifle_1.ogg",
@@ -172,7 +172,7 @@
     {
         "type": "sound_effect",
         "id" : "fire_gun",
-        "volume" : 75,
+        "volume" : 65,
         "variant" : "laser_rifle_cheap",
         "files" : [
             "guns/eweapons/laser_rifle_1.ogg",
@@ -183,7 +183,7 @@
     {
         "type": "sound_effect",
         "id" : "fire_gun_distant",
-        "volume" : 40,
+        "volume" : 30,
         "variant" : "laser_rifle_cheap",
         "files" : [
             "guns/eweapons/laser_rifle_1.ogg",
-- 
cgit v1.2.1