Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - Pathfinder Roleplaying Game (http://forums.wolflair.com/forumdisplay.php?f=62)
-   -   Alternate Damage Bonus Option? (http://forums.wolflair.com/showthread.php?t=19896)

2goth4U March 1st, 2012 03:16 PM

Alternate Damage Bonus Option?
 
Could you add an option to the Pathfinder data to calculate the weapon damage bonus for Offhand and Twohand weapons based on the following formula instead of the default calculation?

OffHand Damage Bonus Formula
{
if OneHandDmgBonus < 1
then
DmgAdj = - Max(1, RoundDown(Abs(OneHandDmgBonus/2)))
else
DmgAdj = - Max(1, Round(OneHandDmgBonus/2))
endif

OffHandDmgBonus = OneHandDmgBonus + DmgAdj
}

TwoHand Damage Bonus Formula
{
if OneHandDmgBonus < 1
then
DmgAdj = Max(1, Round(Abs(OneHandDmgBonus/2)))
else
DmgAdj = Max(1, RoundDown(OneHandDmgBonus/2))
endif

TwoHandDmgBonus = OneHandDmgBonus + DmgAdj
}


All times are GMT -8. The time now is 08:09 AM.

Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.