Page 1 of 1

GWF

Posted: Mon Nov 06, 2017 5:24 pm
by tabs
Tometips wrote: Concentrate on your blows; for X turns, each strike you land on your target in melee range has a X% chance to trigger another, similar strike.

This works for all blows, even those from other talents and from shield bashes, but you can gain no more than one extra blow with each weapon during a turn.

The chance increases with your Dexterity.
So my question: will GWF apply if you make a ranged weapon attack at point-blank range?

Re: GWF

Posted: Mon Nov 06, 2017 5:55 pm
by Erenion
Sadly, no.

Code: Select all

callbackOnMeleeAttack = function(self, eff, target, hitted, crit, weapon, damtype, mult, dam, hd)
The buff uses callbackOnMeleeAttack to trigger the secondary attack.