View Single Post
  #6  
Old 06-12-2012, 08:56 PM
Treats Treats is offline
Fire Giant


Join Date: Feb 2010
Posts: 981
Default

Quote:
Originally Posted by Tasslehofp99 [You must be logged in to view images. Log in or Register.]
It procs just as much as an Adamantite club, but does more damage. To be honest I prefer Imbued Fighters staff over RFS/Tstaff at 50+. Any weapon over 40 delay seems to have a substantially higher damage bonus and at 40 delay with max haste at lvl 60 you're talking about some serious dps. I'll prolly get flamed for saying this but 29/30 with 100 dd/stun is nice for soloing but for all out DPS I almost always parse higher with IFS or AC/SoS.
At any level the damage bonus differential between a T Staff and an Imbued Fighters Staff is 1.

The Tranquil Staff is simply better because of the lower delay and the damage bonus being applied more often.

I'm unsure how you could be parsing higher with the Imbued Fighters Staff -- The only advantage it has over a Tranquil Staff is the + 1 (No Proc, Slightly worse ratio).

Code:
(MEDIUM) IF WeaponDelay >= 28 AND <= 39 
1.) DamageBonus = One Handed DamageBonus + (Level - 27) / 4

(SLOW) IF WeaponDelay >= 40 AND <= 42
1.) DamageBonus = One Handed DamageBonus + ((Level - 27) / 4) + 1