• 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

Specific (Bonus) Feats given via Class Specials

GodPole

Well-known member
Greetings all,

I am finally converting our whole campaign from 3.5 over to Pathfinder and I am running into a bit of a snag with one of the classes: Warmage from Complete Arcane.

At 7th, 10th, 15h, and 20th level, the Warmage gets a Class Special that is actually new metamagic feats provided in Complete Arcane: Sudden Empower, Sudden Enlarge, Sudden Widen, and Sudden Maximize.

I have everything defined correctly (I think) with each of the Class Specials being associated with the correct level and pointing at the correct feat, which I added into my .user file as well.
However, my problem is that when I go to build a hero with this class, it gives her ALL of the 4 new feats, regardless of what level she is; It doesn't appear to be considering the level requirement associated with the class special.

Anyone have any idea what I am doing wrong?

Thanks.

-GP
 
You need to add a bootstrap condition to the bootstrapped feats that requires the minimum class level.
 
It is the condition button to the right of your bootstrap. Click it and do like so:

Phase: First Priority: 500
Classes.Warmage >= 7

Replace the number with appropriate level and the tag with whatever you named your warmage class tag.
 
Back
Top