• 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

Adding a specific bonus feat at a specific level

Lawful_g

Well-known member
I'm working on the Fist of Raziel prestige class from Book of Exalted Deeds and they get Sanctify Martial Strike at 4th level. How do I make it so that they recieve this specific feat at that specific level? I've managed to make it so that they get a selectable special ability at 4th level only and the only ability available is called "Sanctify Martial Strike", but it is not the custom feat I made and doesn't show on the feats tab. Since it is a special ability it does show on the specials tab, which is how I would like it to stay.

How do I make it so that it adds a certain feat at a specific level?
 
Lawful_g wrote:
>
>
> I'm working on the Fist of Raziel prestige class from Book of Exalted
> Deeds and they get Sanctify Martial Strike at 4th level. How do I make
> it so that they recieve this specific feat at that specific level? I've
> managed to make it so that they get a selectable special ability at 4th
> level only and the only ability available is called "Sanctify Martial
> Strike", but it is not the custom feat I made and doesn't show on the
> feats tab. Since it is a special ability it does show on the specials
> tab, which is how I would like it to stay.
>
> How do I make it so that it adds a certain feat at a specific level?

When you're bootstrapping the feat, specify a condition tag expression like:

count:Classes.Fighter >= 4

Where "Fighter" is replaced with the tag for your class. That way the
bootstrap won't happen unless you're a 4th level Fist of Raziel or above.
 
Back
Top