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!