• 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

Conditional Ability Bonus

Matt Droz

Well-known member
I'm looking at creating a race in Pathfinder that has a -2 CHA modifier, but if they choose Sorcerer as their class, their Charisma is considered two points higher for spellcasting purposes (but not for skills & such). Any ideas/suggestions on how to do this?
 
Try this. I am using this in the Post-Levels (Users) phase at around 100. Seems to do the trick for me.

Code:
hero.childfound[cHelpSor].field[cSplAttVal].value += 2
 
Back
Top