diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-01-05 15:37:40 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-01-05 15:37:40 -0800 |
commit | 3ccc301c421dd6d0cf5c0be36c14d91d25c4a1da (patch) | |
tree | 9e75bb817b3e26b250e62b40c260c6402139760f | |
parent | Fix incorrect path to rip_paper sounds. (diff) | |
download | cataclysm-dda-soundpack_jcsoundpack-3ccc301c421dd6d0cf5c0be36c14d91d25c4a1da.tar.xz |
Slightly raise the volume of cmes lasers.
Slightly reduce it for a7 laser.
-rw-r--r-- | guns/ups.json | 16 |
1 files 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", |