Skip to content

Commit

Permalink
update "sleep_min" and "sleep_max" for 1s turn (CleverRaven#35465)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fris0uman authored and AMurkin committed Nov 13, 2019
1 parent 74eea12 commit 5c457cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/json/effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@
"str_mod": [ -1 ],
"dex_mod": [ -1 ],
"vomit_chance": [ 1000, 1200 ],
"sleep_min": [ 60, 30 ],
"sleep_min": [ 360, 180 ],
"sleep_chance": [ -102 ]
},
"scaling_mods": {
Expand All @@ -760,7 +760,7 @@
"str_mod": [ -1 ],
"dex_mod": [ -1 ],
"vomit_chance": [ 1000 ],
"sleep_min": [ 60 ],
"sleep_min": [ 360 ],
"sleep_chance": [ -102 ]
},
"scaling_mods": { "pain_max_val": [ 30 ], "str_mod": [ -1 ], "dex_mod": [ -1 ], "vomit_chance": [ -400 ], "sleep_chance": [ 101 ] }
Expand Down Expand Up @@ -1271,8 +1271,8 @@
"base_mods": {
"vomit_chance": [ -43 ],
"sleep_chance": [ -1003 ],
"sleep_min": [ 2500 ],
"sleep_max": [ 3500 ],
"sleep_min": [ 15000 ],
"sleep_max": [ 21000 ],
"pkill_amount": [ 3 ],
"pkill_max_val": [ 3 ],
"pkill_min": [ 1 ],
Expand Down

0 comments on commit 5c457cc

Please sign in to comment.