• 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

Fist Wraps

spannclann

Well-known member
I need some help with Fist Wraps. It is my understanding that they are for our Unarmed Fighting style heroes to use without being considered "armed". The issue is that when they are equipped it drops the unarmed damage of the hero and does not populate the unarmed damage onto the printed character sheet. Any ideas on how to solve this?

Possibly some sort of check (with code) to see if it is fist wraps and not to ignore or not apply the damage drop?
 
Wow....57 views and crickets.....


I know if I use the Eval Script:

field[wDamExtra].text = " + 3d6 piercing"

for a weapon, it will add + 3d6 piercing to the weapons damage when printed out.

Is there a way for me to just alter the code to print the characters current unarmed damage? possibly with hero.printunarm?
 
I think all you need to do is make sure that the weapon has wCategory.Unarmed on it or mark it as a monk/martial arts weapon.
 
Back
Top