-
Notifications
You must be signed in to change notification settings - Fork 12
How Hypothermia Works
Vadim Gromov edited this page Dec 30, 2020
·
4 revisions
Hypothermia is a disease that appears when player is beyond some warmth level.
Disease itself does not contain any treatment procedures, and is totally controlled from the HypothermiaMonitor.
Hypothermia affects player's body temperature, heart rate, blood pressure, fatigue and stamina. Can also result in a food disgust and inability to run
Hypothermia starts when player's warmth level goes below the HypothermiaWarmthLevelThreshold.
To start curing hypothermia:
- If initial stage is active -- warmth level must go above
HypothermiaWarmthLevelThreshold + 6f
and stay there until disease is gone. - If worrying stage is active -- warmth level must go above
HypothermiaWarmthLevelThreshold + 12f
and stay there until disease is gone. - If critical stage is active -- warmth level must go above
HypothermiaWarmthLevelThreshold + 15f
and stay there until disease is gone.
If during the curing time player's warmth level becomes lower than the according value, disease chain will be inverted back.
For worrying and critical stages there is a chance of death. On a critical stage, chance of death is increased during the sleep.