17,101
edits
Falterfire (talk | contribs) (Slight formatting tweak to getBonesTable) |
(_getPrayerEffect: Amend prayer XP values for 0.19.x) |
||
Line 98: | Line 98: | ||
if prayer.pointsPerPlayer > 0 then | if prayer.pointsPerPlayer > 0 then | ||
local val = 0. | local val = 0.1 * prayer.pointsPerPlayer | ||
table.insert(bonusLines, chr.."+"..Shared.round(val, 1, 1).." Prayer XP per damage done") | table.insert(bonusLines, chr.."+"..Shared.round(val, 1, 1).." Prayer XP per damage done") | ||
end | end |