Home
last modified time | relevance | path

Searched refs:max_breath_loss (Results 1 – 1 of 1) sorted by relevance

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Strategic/
H A DAssignments.cc1942 INT8 max_breath_loss = 50 / divisor; in FatigueCharacter() local
1943 if (max_breath_loss < 2) max_breath_loss = 2; in FatigueCharacter()
1953 INT32 const breath_loss = max_breath_loss * percent_encumbrance / 100; in FatigueCharacter()
1954 max_breath_loss = MIN(breath_loss, 127); in FatigueCharacter()
1962 max_breath_loss = max_breath_loss * 3 / 2; in FatigueCharacter()
1965 breath_max -= max_breath_loss; in FatigueCharacter()