Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Savage Worlds Character Sheet - Parry not calculating properly

This is my first time attempting the character sheets. When I add a modifier to parry (spear, shield, etc) it is not calculating. It would seem the formula forgot about it. <input type="number" name="attr_parry" value="((@{fighting}-((1 - @{fightingTrained}) * 4))/2)+2" disabled="true" data-formula="((@{fighting}-((1 - @{fightingTrained}) * 4))/2)+2"> Whereas the toughness formula works as expected <input type="number" name="attr_toughness" value="floor(((@{Vigor})/2)+2+@{ toughnessmod }+@{toughnessarmor})" disabled="true" data-formula="floor(((@{Vigor})/2)+2+@{ toughnessmod }+@{toughnessarmor})"> Great work with this character sheet it is amazing!
thanks for the catch! I will make sure it's in the nect round of updates.
The same situation is with Pace and Charisma. Not sure if working as intended. I do love the sheets though.