diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-04-09 14:48:24 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-04-09 14:48:24 -0700 |
commit | b42c0359ee2eaece657eefa1f722512863b3334c (patch) | |
tree | 3e57fc195ec8a288f5c6ca9d476dc584eb842fd3 /guns | |
parent | Slightly raise the volume of cmes lasers. (diff) | |
download | cataclysm-dda-soundpack_jcsoundpack-b42c0359ee2eaece657eefa1f722512863b3334c.tar.xz |
Add sound references for several new tiles added in 0.6.0
Also fix the rebuild mech lasers.
-Sound values cap at 100, so 120 is invalid.
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", |