Anonymous

Module:Sandbox/Monsters: Difference between revisions

From Melvor Idle
Added dustVal to total value
(Added Barrier Dust drops)
(Added dustVal to total value)
 
(One intermediate revision by the same user not shown)
Line 1,079: Line 1,079:
result = result..' and bones'
result = result..' and bones'
end
end
result = result..', the average kill is worth '..Icons.GP(Shared.round(avgGp + lootValue + boneVal, 2, 0))..'.'
if dustVal > 0 then
result = result..' and barrier dust'
end
result = result..', the average kill is worth '..Icons.GP(Shared.round(avgGp + lootValue + boneVal + dustVal, 2, 0))..'.'
end
end
end
end