• 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

Weapon Damage

Provos

Well-known member
Does anyone know of a way to add weapon hit points? I would like to add something to the in play tab to track weapon damage and armor damage.

I would also like when the weapon hits a certain damage it gets penalities to hit/damage.

Thanks
 
You would probably have to bootstrap a Special to each weapon with the ability to track Charges. Of course, this would mean copying each weapon and replacing it with the new one with damage tracking. Alot of work if you want to implement that.
 
I does seem like a lot of work but it will add the damage to weapon rules that are used by some of us.

Anyone know a easy way to copy all the weapons and have them replace the original?
 
Last edited:
An idea would be to create a condition (like flank or higher ground), since these are automatically added to all characters.

Then bootstrap a special or 3 to it that would allow user text to be entered (so the user could type in which weapon/thing this one tracks) and would show up on the charges tab to track damage sustained.

The community files have a similar thing (in that it needs to be on all heroes) bootstrapped to the Haste Condition, which is where I first got this idea.
 
I am trying to get damaged weapons to work like this.

1st "break": -2 damage on all critical hits, 2nd "break": -1 to attack and damage, 3rd "break": unusable. Repairing the weapon eliminates all the penalties.

Is there a way to "attach" this to a weapon? Like on weapon specicialization to choose from a drop down. When a player selects this weapon for use the adjustments are made.
 
This seems an old topic but did anyone ever do this (what the thread is about)?
Also, maybe it might have made it as a general feature into a current Hero Lab update?
I hope the devs put this into the actual program code instead of leaving it only to content creators to superimpose everything from original stats :-\
 
No, unfortunately per item Hp tracking has not been added. I think the best way to track something like that at this point would probably be an adjustment that has an incrementer to set the current number of HP, and a selector to associate it with a certain item.
 
No, unfortunately per item Hp tracking has not been added. I think the best way to track something like that at this point would probably be an adjustment that has an incrementer to set the current number of HP, and a selector to associate it with a certain item.
Yeah agree. Even if I got around to this at some point it would BE WAY down the list of things to do. Its a very situational requirement in most games and if it was needed its easy to calculate in the one game its actually needed. Way more important are deities and custom wands and monsters and extra damage and situational text and etc.....
 
Back
Top