Skip to content

Commit

Permalink
feat(balance): sanity-check fatigue gain from infections (cataclysmbn…
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt authored Jan 20, 2025
1 parent 143f02b commit e419b15
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions data/json/effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -1008,8 +1008,9 @@
"str_mod": [ -1 ],
"dex_mod": [ -1 ],
"vomit_chance": [ 1000, 1200 ],
"fatigue_min": [ 360, 180 ],
"fatigue_chance": [ -102 ]
"fatigue_min": [ 2, 1 ],
"fatigue_chance": [ -102 ],
"fatigue_tick": [ 6 ]
},
"scaling_mods": {
"pain_max_val": [ 30, 20 ],
Expand All @@ -1035,7 +1036,7 @@
"str_mod": [ -1 ],
"dex_mod": [ -1 ],
"vomit_chance": [ 1000 ],
"fatigue_min": [ 360 ],
"fatigue_min": [ 2 ],
"fatigue_chance": [ -102 ],
"fatigue_tick": [ 6 ],
"pain_tick": [ 6 ],
Expand Down

0 comments on commit e419b15

Please sign in to comment.