View Single Post
Sendric
Senior Member
 
Join Date: Jul 2010
Posts: 3,147

Old May 29th, 2019, 03:34 AM
Quote:
Originally Posted by Illyahr View Post
I created an elf with The Yuirwood trait. It allows you to select a bonus feat, which it then assigns via bootstrap. However, it also gives you an extra feat to select one of the listed feat
Ok, so for the Yuirwood trait, remove the line of code that says:

Code:
herofield[tFeats].value += 1
When bootstrapping bonus feats it's not necessary to increase feat totals. I'll look more closely at the traits to see if there's a conditional need to increase feats when taking this trait.

Edit: I see now why I wasn't seeing the problem before. The scripting requires the character to be of the appropriate race before filling in the feat options (which is kind of weird actually since the trait already requires a race). In addition, it appears taking a regional feat isn't required even if you choose a region. Ideally, this would be handled through a different mechanism but that's not possible through the d20 system at this time. I'll need to make some changes to these traits, but I'll try to do so with the least amount of impact possible.

Last edited by Sendric; May 29th, 2019 at 04:07 AM.
Sendric is offline   #84 Reply With Quote