• 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

How to code: Double Slice allows Full PA Bonus for Offhand Weapon

Tharmiones

Well-known member
Is there any way to code it that way that the Double Slice Feat allows you to add the Full Power Attack Bonus also to the Offhand.

I know per Rules this isn't the case but our DM made a House Rule that this is how it works, i'd like to have this in HL as well.
 
It'd be pretty complicated, but it's possible.

You'd have to foreach through all the weapons on the hero, see if they are benefitting from Double slice, and then add the difference between off hand power attack and normal power attack (calculated for each weapon, based on the weapon's BAB, thank the Warpriest for that bit) as an untyped bonus to damage.
 
It'd be pretty complicated, but it's possible.

You'd have to foreach through all the weapons on the hero, see if they are benefitting from Double slice, and then add the difference between off hand power attack and normal power attack (calculated for each weapon, based on the weapon's BAB, thank the Warpriest for that bit) as an untyped bonus to damage.
I agree with everything except to re-calculate the Power Attack bonus. I think its better to get the value directly from the Power Attack abValue instead. As things like Mythic Power Attack and stuff adjust that value upwards. Just my 2 cents. :D
 
Back
Top