Module:WeaponDPS: Difference between revisions
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
if not ticks then return "No speed" end | if not ticks then return "No speed" end | ||
local effectiveStr = str + (acc / | local effectiveStr = str + (acc / 8) | ||
local maxHit = effectiveStr / 8 | local maxHit = effectiveStr / 8 | ||
local seconds = ticks * 0.6 | local seconds = ticks * 0.6 |