I would like to change the bouns type from tacDodge to sacred as Mark Seifer said that it would not be a good idea to have a dodge bonus as they stack with one another.
~ If we're equipped, add an armor bonus
if (field[gIsEquip].value <> 0) then
hero.child[ArmorClass].field[tACDodge].value += field[abValue].value
Endif
would the bolded text for Sacred be tacSacred?
~ If we're equipped, add an armor bonus
if (field[gIsEquip].value <> 0) then
hero.child[ArmorClass].field[tACDodge].value += field[abValue].value
Endif
would the bolded text for Sacred be tacSacred?