Module:WeaponDPS: Difference between revisions
No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
local dps = maxHit / seconds | local dps = maxHit / seconds | ||
return '<abbr title="Estimated damage per second">' .. string.format('%.2f', | return '<abbr title="Estimated damage per second">' .. string.format('%.2f', dps) .. '</abbr>' | ||
end | end | ||
return p | return p |