
So I have a character in my campaign that took the Toughness feat, and the player doesn't want to have to remember to add it every level, so I thought I would try my hand at making it automatic. So, in the Max HP Formula bar, I've added an additional step for the extra point of HP to be added. However, the characters are level 1, so typing "+ @{level}" wouldn't work (For those of you who don't know the feat, it grants 3 additional HP at first level, and 1 additional HP every level after the 3rd). So my thought was to use "+ (3 + min(0, @{level} - 3))". However, "min(x, y)" isn't implemented. Any help is greatly appreciated. Thanks in advance, Dan