• 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

Preventing Eval Rules from firing

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?
 
Hmm, why the thing.skipprereq isn't working I'm not sure, but you can assign Helper.Helper to the new one so it doesn't show as selectable.
 
Also upon looking at the eval rules, I'm not sure why there is an eval rule of Fighter Level 12 and a pre-req of Fighter Level 12 on it ... they could porbably remove the eval rule
 
Back
Top