BloodAngel099
Well-known member
I figured out a way to have the spell-like abilities of Mage Armor and Shield show up under the Activated Abilities secion of Hero Lab, I am however having a difficult time getting it to apply to touch ac, and don't know how to look up what the specific tag would be for it. Can anyone help me with this? This is the Eval Script I am using for Mage Armor:
Phase: Pre-levels Priority: 5000
doneif (field[gIsEquip].value = 0)
if (field[abilActive].value <> 0) then
hero.child[ArmorClass].field[tACArmor].value = maximum(hero.child[ArmorClass].field[tACArmor].value, 4)
endif
Phase: Pre-levels Priority: 5000
doneif (field[gIsEquip].value = 0)
if (field[abilActive].value <> 0) then
hero.child[ArmorClass].field[tACArmor].value = maximum(hero.child[ArmorClass].field[tACArmor].value, 4)
endif