Skip to content

Commit

Permalink
adjusted volume for player fatigue
Browse files Browse the repository at this point in the history
  • Loading branch information
damalsk committed Jun 2, 2019
1 parent 6978e4b commit 9b312c5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions player.json
Expand Up @@ -134,7 +134,7 @@
"type": "sound_effect",
"id" : "plmove",
"variant" : "fatigue_m_high",
"volume" : 100,
"volume" : 30,
"files" : [
"player/fatigue_m/fatigue_high.ogg"
]
Expand All @@ -143,7 +143,7 @@
"type": "sound_effect",
"id" : "plmove",
"variant" : "fatigue_m_med",
"volume" : 100,
"volume" : 30,
"files" : [
"player/fatigue_m/fatigue_med.ogg"
]
Expand All @@ -152,7 +152,7 @@
"type": "sound_effect",
"id" : "plmove",
"variant" : "fatigue_m_low",
"volume" : 100,
"volume" : 30,
"files" : [
"player/fatigue_m/fatigue_low.ogg"
]
Expand All @@ -161,7 +161,7 @@
"type": "sound_effect",
"id" : "plmove",
"variant" : "fatigue_f_high",
"volume" : 100,
"volume" : 30,
"files" : [
"player/fatigue_f/fatigue_high.ogg"
]
Expand All @@ -170,7 +170,7 @@
"type": "sound_effect",
"id" : "plmove",
"variant" : "fatigue_f_med",
"volume" : 100,
"volume" : 30,
"files" : [
"player/fatigue_f/fatigue_med.ogg"
]
Expand All @@ -179,7 +179,7 @@
"type": "sound_effect",
"id" : "plmove",
"variant" : "fatigue_f_low",
"volume" : 100,
"volume" : 30,
"files" : [
"player/fatigue_f/fatigue_low.ogg"
]
Expand Down

0 comments on commit 9b312c5

Please sign in to comment.