• 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

Custom ability count

JeffSandmeier

Active member
I'm trying to convert Dragonmech to Pathfinder, and one of the classes (Coglayer) has a special ability called Steam Powers. The Coglayer gets 2 Steam Powers at first level, plus Intelligence bonus, and gains 1 Steam Power every level. How do I do this in Hero Lab? I've got the Custom Ability count set in the Class tab of the editor, but I can't figure out how to add additional abilities to the count. Any help would be greatly appreciated.
 
so set the automatic number using the array grid in the editor and then on class helper add this post-attributes: 1000

Code:
field[cGiveSpec].value += #attrbonus[aINT]
 
Back
Top