Module:WeaponDPS: Difference between revisions

No edit summary
No edit summary
Tag: Reverted
Line 18: Line 18:
     local dps = maxHit / seconds
     local dps = maxHit / seconds


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


return p
return p