Hello,
I'm looking to add Deadly Aim into 3.5. In summary, Deadly Aim is the equivalent of Power Attack for ranged players. I copied the data from Power Attack and modified some of it to work with ranged attack bonus instead of melee attack bonus. However, I'm having difficulty transfering the damage to ranged weapons. Any thoughts?
Here is the Power Attack code
I can't find tDamPowOne in the "Find Thing..." menu. I've tried pWedDam, Damage, and pDamBon but non of them work.
Any thoughts?
-S
I'm looking to add Deadly Aim into 3.5. In summary, Deadly Aim is the equivalent of Power Attack for ranged players. I copied the data from Power Attack and modified some of it to work with ranged attack bonus instead of melee attack bonus. However, I'm having difficulty transfering the damage to ranged weapons. Any thoughts?
Here is the Power Attack code
Code:
hero.child[Attack].field[tAtkMelee].value -= field[hUsed].value
hero.child[Damage].field[tDamPowOne].value += field[hUsed].value
hero.child[Damage].field[tDamPowTwo].value += 2 * field[hUsed].value
I can't find tDamPowOne in the "Find Thing..." menu. I've tried pWedDam, Damage, and pDamBon but non of them work.
Any thoughts?
-S