• 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

Making custom healing rates

ChaosZeus

Member
Hi everyone. I am working in Pathfinder, but I am looking to add a specific element of 4th edition to a "Gigantor fast healing" racial ability.

The flavor text would be like:

Gigantors heal faster than other races, healing at 3x the rate as normal humans(conX3) . In addition Gigantors gain con bonus +2 healing surges per day. A healing surge is the ability, once per combat, take a full round action and a deep breath, and regain 25% of your hit points.

Thank you for any guidance or suggestions you can give.
 
The increased healing rate isn't tracked in HL, so that'd just be a text entry. To track healing surges you'll have to make a tracker special and bootstrap it to something (class or race, most likely), and then add to it with an eval script.

#trkmax[XXXXXXXX] += 3

Where the XXXXXXX is the unique id of your tracker.
 
I'll give it a shot, thanks.

I guess the hp refresh if I want to calculate it would be #trkmax[XXXXXXXX] += ( #trkmax[XXXXXXXX]*.25)
 
Back
Top