• 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

Natural Finesse Claws (Dex)

Ellistar

New member
Hi, I am creating a new cat race with natural weapons claws and bite. the bite is fine, I have added it and put in the stats. it defaults to a strength weapon which is what I want.

But

the claws I want to behave as a dex based weapon. I can put in the natural weapon and stat it up doing 1d4 slashing etc but don't know how to make this a dex based weapon so that when it appears in the weapon list it defaults to the bonus from the characters dex.

any advice?
 
If you truly want the claws to have the Finesse property then you can add the tag: wProperty.Finesse.

If you just want DEX to be the modifier you can add the two tags:
DamageOpt.aDEX
MelAttOpt.aDEX
(Hint: for ranged attacks replace MelAttOpt with RanAttOpt)

It boils down to whether or not you want the claws to be able to be used in things like Sneak Attack or other abilities that use Finesse weapons.

You'll also want to think about adding the tag: IsWeapon.wUnarmed
That tag will let the damage scale properly if you decide to become a monk.
 
For more info, I recommend this page. It tells you most of the fields and tags that you can use to manipulate those natural attacks. Just adding the wProperty.Finesse tag will do most of the work for you, but dungeonguru is correct that it will also then include the attack in Finesse-related features like Sneak Attack.
 
Back
Top