• 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

Editor: New race with feats at certain level

mefet

Member
I'm trying to create a race that gains the feat skill focus multiple times at certain levels, but I'm having trouble doing it.
I added the feat sevral times with the condition " fieldval:anCompLev >= 8" and
" fieldval:anCompLev >= 16" but it either gives me an error or doesn't works.
Is there no way to do it or I'm doing something worng?
 
You're working with a normal race? Or are you working with an animal companion? anCompLev means "animal Companion Level" - the effective druid level of this animal's master.

Classes.? >= 8

Will get you total HD, and

(Classes.? - Classes.Race) >= 8

will get you class levels (excluding racial HD).
 
It's a variant dwarf race. It seems I copied the line in the tutorial without looking too much at it.
I found the racial trait focused study and copied it. Didn't knew that it existed.
It seems I have a lot to learn about using the editor.
 
Last edited:
Back
Top