Module:BTD6 stats: Difference between revisions
No edit summary |
new thrash rate, waiting for the stat page update |
||
| Line 164: | Line 164: | ||
-- thrash cooldown | -- thrash cooldown | ||
local insertThrashRate = function(amt, thrashRate) | local insertThrashRate = function(amt, thrashRate) | ||
ret[#ret+1] = sformat("| %.4gs", ( | ret[#ret+1] = sformat("| %.4gs", (1 - data.cooldownScaleRange*scale/amt) * thrashRate) | ||
end | end | ||