• 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

Require feat for new race

ahermon

Member
In a homemade campaign I am running I am offering some custom races. For balance reasons I want to require a feat with some the races. What is the best way to do that with the editor? I am also good with the race automatically adding the feat, but not as a bonus feat, it would use the 1st level feat.

Thanks!
 
On your new race click "Bootstraps" blue button top right and add your new feat here. This way the feat always comes along with your race when picked.

Then on your race add a new script at First/1000:
Code:
      ~ Remove one feat
      #resmax[resFeat] += -1

The above will remove the 1st level feat the character normally gets.
 
Back
Top