mr-ice / maptool-macros

place for maptool macros
2 stars 3 forks source link

Armor formula is wrong; DNDBeyond inputs it wrong; Somehow with their powers combined, it was right. #298

Closed trey-kirk-sp closed 3 years ago

trey-kirk-sp commented 3 years ago

AC is currently defined as:

{armor.ac + shield.ac + bonus.ac + armor.dexBonus}

It should be:

{10 + armor.ac + shield.ac + bonus.ac + armor.dexBonus}

We haven't noticed it, yet, because DNDBeyond overcompensated for us and based armor.ac from 10; it should not be doing that.

image

trey-kirk-sp commented 3 years ago

living in the 3.x days, dummy!