function Stealing (e)
	e.Count = 100
end

function HerbsGet(e)
	if math.random() <= 1 then
		e.Count = e.Count * 10
	end
end

function StoneGet(e)
	if math.random() <= 1 then
		e.Count = e.Count * 10
	end
end