2,875
edits
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 .. "+" .. | 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) |
edits