• 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

HP Per Level

I'm tying to figure out how to make a feat that would give a set amount of HP per class level. I tried copying and modifying the Improved Toughness Feat. However, I can't seem to figure it out as there are no numerical values in which I can alter. I'm fairly new to Hero Lab, so forgive me if it's blatantly obvious as to how to do this. All help is appreciated.

Phase is set to "Pre-Levels (Users)" and Priority "10000"

container.child[Totals].field[tHP].value =
container.child[Totals].field[tHP].value +
container.child[Totals].field[tHitDice].value
 
Back
Top