Sleep deprivation: Difference between revisions

From The Cataclysm: Dark Days Ahead Wiki
Jump to navigation Jump to search
(Created page with "Sleep deprivation is defined in minutes, and although most calculations scale linearly, penalties are bestowed only upon reaching a given tier: * SLEEP_DEPRIVATION_HARMLESS =...")
 
No edit summary
Line 6: Line 6:
* SLEEP_DEPRIVATION_MAJOR = 10  
* SLEEP_DEPRIVATION_MAJOR = 10  
* SLEEP_DEPRIVATION_MASSIVE = 14
* SLEEP_DEPRIVATION_MASSIVE = 14
== See Also ==
* [[Fatigue]]


[[Category:Stub]]
[[Category:Stub]]

Revision as of 22:09, 30 July 2020

Sleep deprivation is defined in minutes, and although most calculations scale linearly, penalties are bestowed only upon reaching a given tier:

  • SLEEP_DEPRIVATION_HARMLESS = 2 days
  • SLEEP_DEPRIVATION_MINOR = 4
  • SLEEP_DEPRIVATION_SERIOUS = 7
  • SLEEP_DEPRIVATION_MAJOR = 10
  • SLEEP_DEPRIVATION_MASSIVE = 14

See Also