Rend, Dual Strike, etc ignore offhand multiplier

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Jules
Halfling
Posts: 117
Joined: Tue Jun 24, 2003 2:40 pm

Rend, Dual Strike, etc ignore offhand multiplier

#1 Post by Jules »

Many of the dual-weapon talents directly apply a modifier to the offhand attack, ignoring the 'standard' multiplier.

For example if you are a Reaver with 5/5 Rend but only 1/5 Reaving combat your 'normal' offhand multiplier is around 58%. Rend is giving you around 170%. The effect of this is that your 'onhand' does 1.7x normal damage on a rend, but your offhand does nearly 3x as much.

Code: Select all

local speed2, hit2 = self:attackTargetWith(target, offweapon.combat, nil, self:combatTalentWeaponDamage(t, 0.8, 1.6))
Using attackTargetWith directly like that bypasses the offhand multipler which is normally put in by 'attackTarget' (which itself calls attackTargetWith).

I think all the fancy double strike talents are affected by this except for Flurry, which just calls attackTarget 3 times with an overriding multiplier (which is multiplied in).

You can argue about whether this is a bug or a feature but it surprised me and the behaviour is at least inconsistent with Flurry.

tiger_eye
Perspiring Physicist
Posts: 889
Joined: Thu Feb 17, 2011 5:20 am

Re: Rend, Dual Strike, etc ignore offhand multiplier

#2 Post by tiger_eye »

Just to clarify, this only affects the following talents:

technique/dualweapon-attack:
Dual Strike

corruption/scourge:
Rend
Acid Strike
Dark Surprise

darkgod
Master of Eyal
Posts: 10751
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Rend, Dual Strike, etc ignore offhand multiplier

#3 Post by darkgod »

fixed
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Post Reply