• 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

Has Trait Question

Thank you. I thought there must be, since I wasn't getting an error message. I must have the timing wrong, since it doesn't seem to be working. Thank you for the confirmation.
 
I'm not quite sure what is occurring. I have a customized Background that I am adding a racial special ability to utilizing the Bootstrap Conditions. So, in the Bootstrap Condition, I have "HasTrait.TraitID". The timing is First, 4500. I get no error messages, but the racial special ability isn't added. When I change the Bootstrap Condition to "HasFeat.FeatId" with the same timing, everything works perfectly. Both the feat I am testing this with and the Trait I am trying to get this to work with are added to the character.

I am using the First, 4500 timing, because when I had anything after First, 5000 I got an error message indicating that the timing needed to occur before First, 5000.
 
#hastrait does not apply to racial traits (aka racial abilities), only to the character traits (aka the semi-half-feats only PCs get). Might that be the problem?
 
The check is set up to see if the particular character trait is present, and if so, the background adds a particular racial trait. So, the Bootstrap is the racial trait, the Condition in the Bootstrap is if the character trait is present. So, I think I have that set up correctly.
 
I converted the Character Traits I was trying to use to Upbringing Feats, and everything is working perfectly with that structure. Thank you all for the inputs.
 
Back
Top