Add tests for frostbite threshold. #35860
Labels
[C++]
Changes (can be) made in C++. Previously named `Code`
Code: Tests
Measurement, self-control, statistics, balancing.
Game: Balance
Balancing of (existing) in-game features.
Mechanics: Temperature
Freezing, cooling, thawing, heating, etc. mechanics
Is your feature request related to a problem? Please describe.
A user pointed out a potential problem with how we handle frostbite, innthat frostbite evidently does not occur in ambient temperatures above 28F.
https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4923033/
Describe the solution you'd like
With such a clear threshold, I'd like to add a test that places a NPC in an environment either above or below this threshold (with various wind conditions) and assert they do or do nor develop frostbite.
If course, once this test is established code should be adjusted to make it pass.
The text was updated successfully, but these errors were encountered: