﻿function BeginBattle()    
	--掛上「西狂」稱號ICON
    unit.AddBuff("nick605buff")
end
function StoneGet(e)
	if math.random() <= 1 then
		e.Count = e.Count * 2
	end
end