• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Extra Fatigue

Gumbytie

Well-known member
Okay, so you can increase Wounds by this code:

Code:
Setup/10000
herofield[acMaxWound].value += 1

I have an edge that gives an extra level of Fatigue with a -1 penalty. So there is no "acMaxFatigue" but is "acFatigue".

Code:
Setup/10000
herofield[acFatigue].value += 1

So the Fatigue code gives no errors, but not sure if it actually does anything. When I export to a character sheet it is NOT reflected. So, am I doing it wrong or is a character sheet issue?
 
I'll take a look. You have a point, there is really no max Fatigue. All it does is create a negative modifier on Trait rolls like being Wounded does, but there is no value set to force Incapacitation once a limit is reached.
 
Back
Top