• 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

Coding question

asvaldson

Well-known member
I'm trying to add an alternate class feature to Hero Labs as a Custom Ability, and the feature gives the choice between two different feats.

Essentially, when you obtain the feature at level 8, you get a choice between Feat A or Feat B, if you already have one of those feats, you automatically receive the OTHER feat. What would be the best way to create this feature?
 
Probably easiest would be an archetype that adds a bonus feat/secondary bonus feat table that allows only those 2 specific feats.

If both of those are already in used, you could have a custom ability table (secondary, tertiary, or whatever the class isn't already using) with 1 selection at the appropriate level. Make 2 custom abilities, each of which bootstraps a different feat.

Finally, you could set it up as a class ability that selected the feat, and set an abValue field which would trigger a bootstrap condition for the correct feat.
 
Back
Top