• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

abValue question

Kaleb

Well-known member
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
 
You'd want to modify the value on the Sneak Attack ability that stores the die size. (I think it's abValue2). You don't need an abValue field on the item.

To answer your question though, no, adding abValue in the field section will just give you an error.
 
Or you could use ShadowChemosh's community pack. I'm pretty sure the die size for sneak attacks can be sized up or down as desired.
 
Back
Top