View Single Post
spannclann
Member
 
Join Date: Aug 2018
Location: Texas
Posts: 87

Old September 21st, 2021, 10:11 AM
I did find a bit of code that works, but it adds +2 to the Attack AND Damage. What needs to be done to it to only add +2 to damage?

hero.child[wUnarmed].field[Bonus].value += 2

******Edit******

It took a bit of searching, but I found it. The code is:

hero.child[wUnarmed].field[dmmBonus].value += 2

Last edited by spannclann; September 21st, 2021 at 10:33 AM.
spannclann is offline   #4 Reply With Quote