• 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

Can text be appended to a value field.

jjashley

Well-known member
An example stat block entry of what I would like to try and do in Hero Lab.

Melee Weapon Attack: +4 to hit (with disadvantage against a target within 5 ft.)

How can the text in the parenthesis be appended to the weapon attack field?
 
I don't think there is a field for the attack text, I could be wrong but I don't see one that works to do it the way you want.

Why couldn't you rephrase how the statblock works and use the wAttackEff field in a script on the item?

I.E.
field[wAttackEff].text &= "This weapon attack is made at disadvantage if the target is closer than 5 feet."

This would make the statblock look something like:

WeaponX Melee Weapon Attack: +4 to hit Hit: 1d6 piercing damage. This weapon attack is made at disadvantage if the target is closer than 5 feet.
 
That is actually what I ended up doing. I was just curious if there was a way to do it the other way. Thanks Dungeon.
 
Back
Top