Skip to content

Commit

Permalink
Replaced sleep effects for fatigue effects (#35499)
Browse files Browse the repository at this point in the history
for infected and recover status effects.
  • Loading branch information
arijust authored and kevingranade committed Nov 14, 2019
1 parent b670426 commit bb3648e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/json/effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -734,15 +734,15 @@
"str_mod": [ -1 ],
"dex_mod": [ -1 ],
"vomit_chance": [ 1000, 1200 ],
"sleep_min": [ 360, 180 ],
"sleep_chance": [ -102 ]
"fatigue_min": [ 360, 180 ],
"fatigue_chance": [ -102 ]
},
"scaling_mods": {
"pain_max_val": [ 30, 20 ],
"str_mod": [ -1, -0.5 ],
"dex_mod": [ -1, -0.5 ],
"vomit_chance": [ -400 ],
"sleep_chance": [ 101 ]
"fatigue_chance": [ 101 ]
}
},
{
Expand All @@ -760,10 +760,10 @@
"str_mod": [ -1 ],
"dex_mod": [ -1 ],
"vomit_chance": [ 1000 ],
"sleep_min": [ 360 ],
"sleep_chance": [ -102 ]
"fatigue_min": [ 360 ],
"fatigue_chance": [ -102 ]
},
"scaling_mods": { "pain_max_val": [ 30 ], "str_mod": [ -1 ], "dex_mod": [ -1 ], "vomit_chance": [ -400 ], "sleep_chance": [ 101 ] }
"scaling_mods": { "pain_max_val": [ 30 ], "str_mod": [ -1 ], "dex_mod": [ -1 ], "vomit_chance": [ -400 ], "fatigue_chance": [ 101 ] }
},
{
"type": "effect_type",
Expand Down

0 comments on commit bb3648e

Please sign in to comment.