• 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

Feat Picker Help

Grog

Well-known member
Is there a way I can restrict particular feat so is never selectable as a feat in the feat picker?

There are two ways I could conceivably implement this:
1.) If a user has levels in a particular class then feat A is not ever an option for him or her.
2.) If a user has feat B then feat A is never an option for him or her.

Either of those would work for me.

I tried right-clicking with Enable data file debugging but that doesn't help on pop-up the feat picker box.

Can feats be hidden in the feat picker box?

Grog
 
It is possible to restrict feats from being shown in the list, but it's generally only used when it's never possible to select that feat (it can only be obtained if you have something else). The cases you're describing are generally handled with requirements, just greying out that feat when it's not available.

To figure out how to do so, look up a feat that requires a certain number of levels in a specific class, and figure out how to change that to forbid levels in a specific class, and look up a feat that requires the presence of another feat, and figure out how to change that requirement to forbid the presence of a specific feat.
 
Back
Top