Module:WeaponDPS: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 29: Line 29:


-- Scaled DPS calculation
-- Scaled DPS calculation
local dps = weightedStat * attacksPerSecond * 0.5
local dps = weightedStat * attacksPerSecond * 0.2


return string.format("%.2f", dps)
return string.format("%.2f", dps)