Module:WeaponDPS: Difference between revisions
No edit summary |
No edit summary |
||
Line 29: | Line 29: | ||
-- Scaled DPS calculation | -- Scaled DPS calculation | ||
local dps = weightedStat * attacksPerSecond * 0. | local dps = weightedStat * attacksPerSecond * 0.2 | ||
return string.format("%.2f", dps) | return string.format("%.2f", dps) |