I am trying to get this feat to max out the AC bonus to a +4
You gain an augmentation to your Dexterity bonus to Armor Class. This bonus is equal to half your base attack bonus, to a maximum of +4.
This augmentation does not stack with any bonus to AC that does not work in medium or heavy armor (including class- or feat-based abilities).
field[abValue].value = hero.child[Attack].field[tAtkBase].value
#applybonus[tACDeflect, hero.child[ArmorClass], field[abValue].value /2 += maximum(#applybonus, 4)]
You gain an augmentation to your Dexterity bonus to Armor Class. This bonus is equal to half your base attack bonus, to a maximum of +4.
This augmentation does not stack with any bonus to AC that does not work in medium or heavy armor (including class- or feat-based abilities).
field[abValue].value = hero.child[Attack].field[tAtkBase].value
#applybonus[tACDeflect, hero.child[ArmorClass], field[abValue].value /2 += maximum(#applybonus, 4)]