• 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

Bonus Feats in configurable

frumple

Well-known member
In the new configurable for a template I want the user to be able to select a specific # of bonus feats (set by the template), not # bonus feats/level (which is the field cfgMaxF1).

Ideas on how to achieve this?
 
I didn't think any thing on the Configurable was "calculated by level". So from what I have seen you just enter the static value of number of feats allowed (cfgMaxF1). I always had to write a script to get the number of feats or racial specials to be increased by levels before.
 
The one for bonus feats looks like it is. When I add a level or Additional HD to my test character with the template it allows additional feat selection from the configurable.
 
The one for bonus feats looks like it is. When I add a level or Additional HD to my test character with the template it allows additional feat selection from the configurable.
Add a script on the Configurable at say Final/10 to set cfgMaxF1 to 1 or what ever value you want. I would assume it calculates/adds at like Post-Level/10000.
 
*casts thread necromancy*

Yes, I'm trying to achieve a similar thing, and thought I'd just performa one-year bump on this thread rather than create a new one...

I have a group generating characters which will all get a free "Teamwork" feat upon creation (or at level 2 if that's possible).

I have a Configurable set. I popped it in the "Auto-Adds" of a Template (with nothing else in it) and all I get is a warning that the Teamwork feat is underspent. No drop down list or selectable feat anywhere. So what else do I have to do?

Or, is there an alternative way of awarding a feat like this (just once at level 1 or 2) that is neater, cleaner and tidy?
 
you should be able to add a single feat on the adjustments tab of the character portfolio. no need to use the editor for that. just add 1 feat then the feat tab will expect you to pick one more feat
 
you should be able to add a single feat on the adjustments tab of the character portfolio. no need to use the editor for that. just add 1 feat then the feat tab will expect you to pick one more feat

Yeah, thought so. I was just trying to get cute with it, so it would only let you pick teamwork feats specifically.

Thanks
 
Back
Top