• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Stamina cap loss..

Greymantle

New member
Any way to slow down the stamina cap loss? With the latest patch, it goes down way to fast. I have to eat all the time and makes for bad game play.

 
Last edited by a moderator:
In entityclasses under playerMale, they doubled the rate pretty much since B221

Code:
<passive_effect name="StaminaLossMaxMult" operation="base_set" [color="#FF8C00"]value="0.011"[/color]/> <!-- regening stamina costs food, blacks out the stamina bar -->
and it was

Code:
<passive_effect name="StaminaLossMaxMult" operation="base_set" [color="#FF8C00"]value="0.0054"[/color]/>
 
Back
Top