View Single Post
Fenris447
Senior Member
 
Join Date: Sep 2017
Posts: 600

Old October 20th, 2020, 09:25 AM
Pretty much the same thing, just a little simpler:

Code:
hero.childfound[ArmorClass].field[Bonus].value += #attrmod[aCHA]
As dungeonguru said, DEX is already included in AC calculations automatically. But if for some reason it isn't in this particular creature, you could do:

Code:
field[abValue].value = #attrmod[aCHA]
field[abValue].value += #attrmod[aDEX]
hero.childfound[ArmorClass].field[Bonus].value += field[abValue].value

Found an issue with or have a suggestion for the 5e Community Pack? Please post it here at our GitHub.

Feel free to stop by the Lone Wolf Development Subreddit, for discussion of any and all LWD products and community efforts!
Fenris447 is offline   #3 Reply With Quote