diff options
Diffstat (limited to 'guns')
-rw-r--r-- | guns/ups.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/guns/ups.json b/guns/ups.json index c7eb1df..2287556 100644 --- a/guns/ups.json +++ b/guns/ups.json @@ -22,7 +22,7 @@ { "type": "sound_effect", "id": "fire_gun", - "volume": 120, + "volume": 100, "variant": "gatling_mech_laser", "files": [ "guns/eweapons/gatling_mech_laser_1.ogg", @@ -35,7 +35,7 @@ { "type": "sound_effect", "id": "fire_gun_distant", - "volume": 60, + "volume": 70, "variant": "gatling_mech_laser", "files": [ "guns/eweapons/gatling_mech_laser_1.ogg", @@ -48,7 +48,7 @@ { "type": "sound_effect", "id": "fire_gun", - "volume": 120, + "volume": 100, "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": 60, + "volume": 70, "variant": "gatling_mech_laser_rebuilt", "files": [ "guns/eweapons/gatling_mech_laser_1.ogg", |