• 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

adding a bite attack with a condition

drakahn99

Well-known member
looking to add an ability that grants a bite attack however if the character already has a bite attack its damage dice is increased.

i see i can check the condition for the bootstrap, but don't know the code to check if the character has another bite attack.

any help would be appreciated
jay
 
It is a lot more in-depth than that. Having encountered this same scenario several times, it might be easier to add a selection for the player to pick if they have a bite attack or not, then adjust accordingly.

Otherwise, you have to check if you have a bite attack, and also check to see if there is a bite, was it added by the ability. So there is a lot of coding to try to get it to figure it out automatically. That is why I started using selection fields.
 
Back
Top