PDA

View Full Version : Feat Picker Help


Grog
July 12th, 2010, 12:47 PM
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

Mathias
July 12th, 2010, 01:14 PM
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.