View Single Post
Sendric
Senior Member
 
Join Date: Jul 2010
Posts: 3,147

Old July 23rd, 2015, 05:37 AM
Quote:
Originally Posted by Aaron View Post
One point, I believe dodge bonuses do stack with themselves, so you wouldn't want to use the #applybonus macro here (that is for non stacking, use the highest type bonuses).
That's a good point. I always forget about that. Thanks. In that case, you could change the code to this:

Code:
if (hero.tagis[Hero.EquipShld] <> 0) then
 hero.child[ArmorClass].field[tACDodge].value += 1
endif
Sendric is offline   #4 Reply With Quote