From Dark and Darker Wiki

< DPS

No edit summary
 
No edit summary
Line 1: Line 1:
(Base * Attack1Power) + (Base * Attack2Power) + (Base * Attack3Power) / [Sum of all Speeds]
`(Base * Attack1Power) + (Base * Attack2Power) + (Base * Attack3Power) / [Sum of all Speeds]`


So for a 20 base damage Castillon Dagger it would be
So for a 20 base damage Castillon Dagger it would be
(20 * 1) + (20 * 1) + (20 * 1.5) / (0.579 + 0.131 + 0.569 + 0.180 + 0.943 + 0.200 + 1.061) = 19.11 DPS
(20 * 1) + (20 * 1) + (20 * 1.5) / (0.579 + 0.131 + 0.569 + 0.180 + 0.943 + 0.200 + 1.061) = 19.11 DPS

Revision as of 15:33, 3 January 2024

`(Base * Attack1Power) + (Base * Attack2Power) + (Base * Attack3Power) / [Sum of all Speeds]`

So for a 20 base damage Castillon Dagger it would be (20 * 1) + (20 * 1) + (20 * 1.5) / (0.579 + 0.131 + 0.569 + 0.180 + 0.943 + 0.200 + 1.061) = 19.11 DPS