Phase: Setup Priority:1001 Index:1
Script
~+2 shield bonus to AC
#traitmodify[defAC,trtShield,2,""]
NOTE 2 is the bonus you want to add change this number for the correct amount.
Adding it to items that only impact AC when equipped in offhand is done like this
doneif (parent.tagis[Helper.EqpOff] = 0 )
#traitmodify[defAC,trtShield,1,""]