diff options
Diffstat (limited to 'Mods/Earlygame Progression Mod')
-rw-r--r-- | Mods/Earlygame Progression Mod/furniture_effects.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Mods/Earlygame Progression Mod/furniture_effects.json b/Mods/Earlygame Progression Mod/furniture_effects.json index 0d945cc..7c71486 100644 --- a/Mods/Earlygame Progression Mod/furniture_effects.json +++ b/Mods/Earlygame Progression Mod/furniture_effects.json @@ -3,7 +3,7 @@ "type": "sound_effect", "id" : "smash_fail", "variant" : "f_boulder_anvil", - "volume" : 100, + "volume" : 50, "files" : [ "terrain/metal/hit_metal_1.ogg", "terrain/metal/hit_metal_2.ogg", @@ -21,7 +21,7 @@ "type": "sound_effect", "id" : "smash_success", "variant" : "f_boulder_anvil", - "volume" : 100, + "volume" : 50, "files" : [ "terrain/rock/smash_rock_1.ogg", "terrain/rock/smash_rock_2.ogg", @@ -39,7 +39,7 @@ "type": "sound_effect", "id" : "smash_success", "variant" : "f_bog_iron", - "volume" : 100, + "volume" : 50, "files" : [ "terrain/rock/smash_rock_1.ogg", "terrain/rock/smash_rock_2.ogg", @@ -57,7 +57,7 @@ "type": "sound_effect", "id" : "smash_fail", "variant" : "f_bog_iron", - "volume" : 100, + "volume" : 50, "files" : [ "terrain/rock/hit_rock_1.ogg", "terrain/rock/hit_rock_2.ogg", |