View Single Post
DeltaMasterMind
Senior Member
 
Join Date: Jul 2014
Posts: 412

Old September 9th, 2017, 01:28 PM
Quote:
Originally Posted by KataH View Post
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.
Good catch! Thanks for the post! I will get that fixed shortly.

Forum link for my content work:
Pathfinder Thread
Forum link for SU 5e content work:
5e Steven Universe Thread
This link is for my group, but feel free to play it with:
DMM 5e | "https://www.dropbox.com/s/vsd9w1eodlnwjq0/updatesDMM.xml?dl=1" Copy this link to your update manager to get updates when available.
This adds the Pisky subrace to elves from Berserk! and additional subraces for the Gem Race.
Please post comments in the provided threads above.
DeltaMasterMind is offline   #14 Reply With Quote