• 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

How to display saving throws on statblock

panda

Well-known member
Drow Elite warrior and Prietress have modified saving throw, how can I display it on the statblocks ?
 
If you are talking about doing it scripting wise, the best way is to put a #situational bonus on the appropriate saves.
 
I have done a script like this on the race, adding a value to svMisc
hero.child[svDEX].Field[svMisc].value += 3
hero.child[svCON].Field[svMisc].value += 3
hero.child[svWIS].Field[svMisc].value += 3

in the statblock it should display like this:
Saving Throws Dex +7, Con +5, Wis +4
just above skills
 
Back
Top