• 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

Racial Skill Bonuses

AWizardInDallas

Well-known member
Where are racial skill bonuses added in the editor? For example, I want to add aarakocra and phanatons from D&D 3.5 back into my game world and want to be able to reflect racial skills such as:

Skilled Aarakocra receive a +2 racial bonus on Craft (any one) checks, Knowledge (nature) checks, and Perception checks.

Jumpy Phanatons receive a +2 racial bonus on Acrobatics and Perception checks.

Sneaky Phanatons receive a +4 racial bonus on Stealth checks.
 
For permanently placed skills:
hero.child[skStealth].field[Racial].value += 4
For addable skills:
hero.childfound[skKnowNat].field[Racial].value += 2
childfound allows you to add without errors if the skill isn't present and it shouldn't be present every time you make a new portfolio.
 
Back
Top