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', (dps * | return '<abbr title="Estimated damage per second">' .. string.format('%.2f', (dps * 3)) .. '</abbr>' | ||
end | end | ||
return p | return p |