• 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

Need help about weapons config

panda

Well-known member
Questions about Natural Weapons:
I have problems implementing a natural weapon:

1) I can't find a way to remove the reach in the statblock
2) I would like to change change "one creature" target to "one creature directly underneath the ..."
 
If i put 0 in wReach it still display reach 0 ft in the statblock.
If i change the wTarget it is ignored because the tag is set to onecreature. If I remove the tag and set wTarget it give a compilation error :
Hero Lab was forced to stop compilation after the following errors were detected:
Thing 'r5CMMPierc' - Undefined field 'wField' referenced in bootstrap

What I have:

Drop. Melee Weapon Attack: +3 to hit, reach 0 ft., one creature.
Hit: 3 (1d6) piercing damage per 10 feet fallen, up to 21 (6d6) damage. Miss: The piercer takes half the normal falling damage for the distance fallen.

What is should be:

Drop. Melee Weapon Attack: +3 to hit, one creature directly underneath the piercer.
Hit: 3 (1d6) piercing damage per 10 feet fallen, up to 21 (6d6) damage. Miss: The piercer takes half the normal falling damage for the distance fallen.
 
Back
Top