Wounderous items do not have a Generic Ability value abvalue can I enter an abvalue in the fields and have function the same?
What I am trying to do is increase the sneak attack die type from a d6 to a d8
I have eval scripts that I copied from the greater sneak attack class ability.
eval 1 finial phase 10000
field[abValue].value += field[xCount].value
Eval 2 Render 10000
field[listname].text = "Greater Sneak Attack " & signed(field[xIndex].value) & "d8"
eval 3 render 11000
hero.child[cGRSnAttk].field[livename].text = "Greater " & hero.child[cGRSnAttk].field[livename].text
What I am trying to do is increase the sneak attack die type from a d6 to a d8
I have eval scripts that I copied from the greater sneak attack class ability.
eval 1 finial phase 10000
field[abValue].value += field[xCount].value
Eval 2 Render 10000
field[listname].text = "Greater Sneak Attack " & signed(field[xIndex].value) & "d8"
eval 3 render 11000
hero.child[cGRSnAttk].field[livename].text = "Greater " & hero.child[cGRSnAttk].field[livename].text