TheIronGolem
Well-known member
I am doing a class feature that grants the Weapon Focus and Specialization feats (including Greater versions) for a chosen weapon at specific class levels.
This works fine, but in the case of Greater Weapon Specialization I'm running afoul of the Eval Rule on that feat that checks for Fighter level 8. I am bootstrapping the feats with the "thing.skipprereq" tag of course, but I guess that doesn't affect eval rules. Is there any way of suppressing or circumventing this rule?
If not, I suppose I could make a copy of the GWS feat and bootstrap it instead of the "real" GWS. But if I do that I will want to hide it from the feat selector so that it can't be picked as a normal feat. Is there a way to do that?
This works fine, but in the case of Greater Weapon Specialization I'm running afoul of the Eval Rule on that feat that checks for Fighter level 8. I am bootstrapping the feats with the "thing.skipprereq" tag of course, but I guess that doesn't affect eval rules. Is there any way of suppressing or circumventing this rule?
If not, I suppose I could make a copy of the GWS feat and bootstrap it instead of the "real" GWS. But if I do that I will want to hide it from the feat selector so that it can't be picked as a normal feat. Is there a way to do that?