I am trying to create two custom abilities. The first one adds damage reduction the second adds acid resistance. I don't get any errors but neither adds the DR or acid resistance to the character. Any suggestions would be hot. Thanks in advance.
final phase/10500
post-attributes/10000
final phase/10500
Code:
~These calculations should only happen for the first copy
doneif (tagis[Helper.FirstCopy] = 0)
~ If we're not shown, just get out now
doneif (tagis[Helper.ShowSpec] = 0)
field[abValue].value += field[xCount].value
#applydr[xDamRd, field[abValue].value]
post-attributes/10000
Code:
#applydr[xDamRsAcid, hero.child[aCON].field[aModBonus].value]