From b42c0359ee2eaece657eefa1f722512863b3334c Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 9 Apr 2024 14:48:24 -0700 Subject: 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. --- guns/ups.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'guns') 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", -- cgit v1.2.1