• 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

New Feat help

chava

Well-known member
Feat is called brusier (from Swashbuckling Adventures).

Take a -2 penalty to attack, double Strength for the damage roll.

for example:
Fighter A has an 18 Str, takes -2 to hit and his strength is considered 36 for the damage roll.

How (if possible) would you code that, and make it like Power Attack in that there is a toggle on the in-play tag to turn it on and off?
 
I'd take a New (Copy) of Power Attack
Where PA adds a set damage, instead loop on all weapons on the hero. Determine how the weapon is wielded, then depending on two handed or one handed (offhand) add 1.0, 1.5, or 0.5 STR. To do so you must calculate how much STR should be adding as 36, then subtract how much it is adding as 18. Then add this amount.
 
Back
Top