• 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

Bootstrap a Bonus feat

Quintain

Well-known member
Is there any way to bootstrap a specific feat so that the "Bonus Feats ignore Pre-requisites" checkbox in the Secondary Class Bonus feats is triggered and validation checks get bypassed for that feat?
 
if you just want to bootstrap a feat ignoring prereqs give it the tag "thing.skipprereq"

If you're talking about selecting from a table it's a bit different.
 
in the editor just click the "Tag" button on the bootstrapped feat and enter "thing" in the left box and "skipprerep" in the right.

"thing" is the group and "skipprereq" is the tag. The only reason you'd need to use the assign function would be if you needed to assign it via a script, but that is really rare for that specific tag.
 
Back
Top