• 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

Changeable Bonus Feat

AndrewD2

Well-known member
Cavalier Order I'm working on has an ability to gain a bonus feat from a specific list for the day, I would just add another bonus feat choice, but the Cavalier already uses both sets of bonus feats. Any suggestions to how to cover this? Right now I'm thinking since it changes just making a note that they need to add an extra feat and that they'll have too many, but obviously that isn't ideal.

Thanks,
Andrew
 
not sure if this would work but you should be able to use a custom expression to get a drop down of the list of select-able feats, then use a scrip to assign a tag/field based on the choice, then use a bootstrap w/ condition of the tag assigned from the script to boot the correct feat. sounds more complex than it is.
 
As drakahn99 said but you could use on the bootstrap condition "fieldval:abValue = X" where X is the number. This way you wouldn't have to deal with all the tags.

Another idea is to use a Configurable which has a Feat selection you can setup just like a class. Then at the right level you just have to set its value to number of feats allowed to 1.
 
Back
Top