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

Only War Character Sheet Question

Hi guys, quick question on the above: Does the character sheet take into account the Unnatural Strength Trait into account when rolling damage for melee weapons, or should I be adding this in? Thank you.
1548627463
vÍnce
Pro
Sheet Author
I'm not familiar with the sheet, but a quick look at the code shows that the melee damage macro being rolled as; /me does [[@{meleeweapondamage}+ @{MutS} +(floor(@{strength}/10))]] @{meleeweapontype} damage! (Pen: @{meleeweaponpen}) perhaps  @{MutS} is unnatural strength?  If so, it's being included with the damage.
That makes sense. Do you know if the Strength Bonus is also being included in the melee damage?
1548630171
vÍnce
Pro
Sheet Author
I don't know the system.. but it looks like  (floor(@{strength}/10)) is probably covering the strength bonus.