Anonymous

Module:Prayer: Difference between revisions

From Melvor Idle
no edit summary
No edit summary
No edit summary
Line 78: Line 78:
local xpRatio = 1 / 30
local xpRatio = 1 / 30
local val = xpRatio * prayer.pointsPerPlayer
local val = xpRatio * prayer.pointsPerPlayer
table.insert(bonusLines, chr .. "+" .. Shared.round(val, 3, 3) .. " Prayer XP per damage done")
table.insert(bonusLines, chr .. "+" .. Num.round(val, 3, 3) .. " Prayer XP per damage done")
end
end
return table.concat(bonusLines, lineSep)
return table.concat(bonusLines, lineSep)
2,875

edits