View Single Post
KataH
Junior Member
 
Join Date: Mar 2017
Posts: 27

Old September 9th, 2017, 03:26 AM
DMM
I just tried to use the Feat: Deft Defense = Adds INT to AC as Dodge bonus
According to the description it is supposed to stack with other items that give a Dodge bonus to AC but it does not.
Opening the item using the Editor, the Eval Scripts show:
hero.child[ArmorClass].field[tACDodge].value = #attrmod[aINT]
Shouldn't that be:
hero.child[ArmorClass].field[tACDodge].value += #attrmod[aINT]
The "+" seems to be missing. I could be wrong as I am just starting to learn how to do some of these items myself.
In either case, the stacking is not working..

Update: I made that modification myself using the Editor and it now stacks. So I am pretty sure that was/is the issue.

KataH

"Follow me if I advance! Kill me if I retreat! Avenge me if I die!"

Last edited by KataH; September 9th, 2017 at 03:32 AM.
KataH is offline   #13 Reply With Quote