diff options
| -rw-r--r-- | player.json | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/player.json b/player.json index d002c3a..f5652b7 100644 --- a/player.json +++ b/player.json @@ -147,7 +147,7 @@          "type": "sound_effect",          "id" : "plmove",          "variant" : "fatigue_m_high", -        "volume" : 30, +        "volume" : 25,          "files" : [              "player/fatigue_m/fatigue_high.ogg"          ] @@ -156,7 +156,7 @@          "type": "sound_effect",          "id" : "plmove",          "variant" : "fatigue_m_med", -        "volume" : 30, +        "volume" : 25,          "files" : [              "player/fatigue_m/fatigue_med.ogg"          ] @@ -165,7 +165,7 @@          "type": "sound_effect",          "id" : "plmove",          "variant" : "fatigue_m_low", -        "volume" : 30, +        "volume" : 25,          "files" : [              "player/fatigue_m/fatigue_low.ogg"          ] @@ -174,7 +174,7 @@          "type": "sound_effect",          "id" : "plmove",          "variant" : "fatigue_f_high", -        "volume" : 30, +        "volume" : 25,          "files" : [              "player/fatigue_f/fatigue_high.ogg"          ] @@ -183,7 +183,7 @@          "type": "sound_effect",          "id" : "plmove",          "variant" : "fatigue_f_med", -        "volume" : 30, +        "volume" : 25,          "files" : [              "player/fatigue_f/fatigue_med.ogg"          ] @@ -192,7 +192,7 @@          "type": "sound_effect",          "id" : "plmove",          "variant" : "fatigue_f_low", -        "volume" : 30, +        "volume" : 25,          "files" : [              "player/fatigue_f/fatigue_low.ogg"          ] | 
