Module:BTD6 paragon stats: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 90: | Line 90: | ||
end | end | ||
prefix = ' +' | prefix = ' +' | ||
amount = ((amount + bd) * (1 + (math.floor(i/20)/4)) - amount | amount = ((amount + bd) * (1 + (math.floor(i/20)/4))) - amount | ||
end | end | ||
if amount > 999 then table.insert(ret, string.format('|%s%.8g%s', prefix, amount, suffix)) | if amount > 999 then table.insert(ret, string.format('|%s%.8g%s', prefix, amount, suffix)) | ||