LlemonDuck / dps-calculator

RuneLite plugin for calculating DPS based on gear+target, or providing recommendations for best equipment to wear.
BSD 2-Clause "Simplified" License
6 stars 14 forks source link

[Question] Ring of Recoil / Suffering #95

Closed Nick2bad4u closed 1 year ago

Nick2bad4u commented 1 year ago

Hello -

I am trying to do some math on whats BiS for Tumeken's Shadow @ KQ.

With max mage and seer's ring (i) I get:

Max Mage Seer's Ring

With max mage and Ring of Suffering (ri) I get:

Max Mage Ring of Suffering

I'm wondering how the DPS calc works for calculating Ring of Suffering / Recoil effect?

I'm guessing that there is not any calc for recoil effect because I get the same DPS as picture #2 with no ring slot item at all.

-Typpi

brickinthewall4138 commented 1 year ago

I'm guessing that there is not any calc for recoil effect because I get the same DPS as picture https://github.com/LlemonDuck/dps-calculator/issues/2 with no ring slot item at all.

Generally speaking calculating recoil DPS would require calculating monster DPS as a prerequisite which the plugin doesn't do.

For KQ specifically though you can get a ballpark since some of its attacks have 100% accuracy, assuming

then it takes an average of 2.09375 recoil damage per successful hit. It attacks every 4 ticks and 1/4 of attacks are nullified by your protection prayer, so the added DPS of a ring of suffering will be between 0.218 and 0.654 depending on its accuracy with melee against you.

So yeah, suffering is going to be better than seers ring no matter what your melee defenses are because 0.218 > 0.055. Hope that helps.

Nick2bad4u commented 1 year ago

Thanks for the update and input. Appreciate it.