diff options
Diffstat (limited to 'Mods/More_Survival_Tools')
| -rw-r--r-- | Mods/More_Survival_Tools/furniture_effects.json | 4 | ||||
| -rw-r--r-- | Mods/More_Survival_Tools/terrain_effects.json | 24 | 
2 files changed, 14 insertions, 14 deletions
| diff --git a/Mods/More_Survival_Tools/furniture_effects.json b/Mods/More_Survival_Tools/furniture_effects.json index 5ef2e8e..27f7a4b 100644 --- a/Mods/More_Survival_Tools/furniture_effects.json +++ b/Mods/More_Survival_Tools/furniture_effects.json @@ -3,7 +3,7 @@          "type": "sound_effect",          "id" : "smash_fail",          "variant" : "f_firering", -        "volume" : 100, +        "volume" : 50,          "files" : [              "terrain/rock/hit_rock_1.ogg",  			"terrain/rock/hit_rock_2.ogg", @@ -21,7 +21,7 @@          "type": "sound_effect",          "id" : "smash_success",          "variant" : "f_firering", -        "volume" : 100, +        "volume" : 50,          "files" : [              "terrain/rock/smash_rock_1.ogg",  			"terrain/rock/smash_rock_2.ogg", diff --git a/Mods/More_Survival_Tools/terrain_effects.json b/Mods/More_Survival_Tools/terrain_effects.json index 05e3555..9560d2e 100644 --- a/Mods/More_Survival_Tools/terrain_effects.json +++ b/Mods/More_Survival_Tools/terrain_effects.json @@ -3,7 +3,7 @@          "type": "sound_effect",          "id" : "smash_fail",          "variant" : "t_leanto", -        "volume" : 100, +        "volume" : 50,          "files" : [              "terrain/wood/hit_wooden_1.ogg",  			"terrain/wood/hit_wooden_2.ogg", @@ -21,7 +21,7 @@          "type": "sound_effect",          "id" : "smash_success",          "variant" : "t_leanto", -        "volume" : 100, +        "volume" : 50,          "files" : [              "terrain/wood/smash_wooden_1.ogg",  			"terrain/wood/smash_wooden_2.ogg", @@ -39,7 +39,7 @@          "type": "sound_effect",          "id" : "smash_fail",          "variant" : "t_tarptent", -        "volume" : 100, +        "volume" : 50,          "files" : [              "terrain/plastic/hit_plastic_1.ogg",  			"terrain/plastic/hit_plastic_2.ogg", @@ -57,7 +57,7 @@          "type": "sound_effect",          "id" : "smash_success",          "variant" : "t_tarptent", -        "volume" : 100, +        "volume" : 50,          "files" : [              "terrain/wood/crash_wooden_1.ogg",  			"terrain/wood/crash_wooden_2.ogg", @@ -75,7 +75,7 @@          "type": "sound_effect",          "id" : "smash_fail",          "variant" : "t_wall_wattle_half", -        "volume" : 100, +        "volume" : 50,          "files" : [              "terrain/wood/hit_wooden_1.ogg",  			"terrain/wood/hit_wooden_2.ogg", @@ -93,7 +93,7 @@          "type": "sound_effect",          "id" : "smash_success",          "variant" : "t_wall_wattle_half", -        "volume" : 100, +        "volume" : 50,          "files" : [              "terrain/wood/crash_wooden_1.ogg",  			"terrain/wood/crash_wooden_2.ogg", @@ -111,7 +111,7 @@          "type": "sound_effect",          "id" : "smash_fail",          "variant" : "t_wall_wattle", -        "volume" : 100, +        "volume" : 50,          "files" : [              "terrain/wood/hit_wooden_1.ogg",  			"terrain/wood/hit_wooden_2.ogg", @@ -129,7 +129,7 @@          "type": "sound_effect",          "id" : "smash_success",          "variant" : "t_wall_wattle", -        "volume" : 100, +        "volume" : 50,          "files" : [              "terrain/wood/crash_wooden_1.ogg",  			"terrain/wood/crash_wooden_2.ogg", @@ -147,7 +147,7 @@          "type": "sound_effect",          "id" : "smash_fail",          "variant" : "t_wall_wattle_broken", -        "volume" : 100, +        "volume" : 50,          "files" : [              "terrain/wood/hit_wooden_1.ogg",  			"terrain/wood/hit_wooden_2.ogg", @@ -165,7 +165,7 @@          "type": "sound_effect",          "id" : "smash_success",          "variant" : "t_wall_wattle_broken", -        "volume" : 100, +        "volume" : 50,          "files" : [              "terrain/wood/smash_wooden_1.ogg",  			"terrain/wood/smash_wooden_2.ogg", @@ -183,7 +183,7 @@          "type": "sound_effect",          "id" : "smash_fail",          "variant" : "t_raincatcher", -        "volume" : 100, +        "volume" : 50,          "files" : [              "terrain/plastic/hit_plastic_1.ogg",  			"terrain/plastic/hit_plastic_2.ogg", @@ -201,7 +201,7 @@          "type": "sound_effect",          "id" : "smash_success",          "variant" : "t_raincatcher", -        "volume" : 100, +        "volume" : 50,          "files" : [              "terrain/wood/crash_wooden_1.ogg",  			"terrain/wood/crash_wooden_2.ogg", | 
