### Lunch plate
id=xx
name=Lunch plate
group=food
icon=gfx\Lunchplate.bmp
model=gfx\Lunchplate.b3d
scale=1.15
mat=dust
weight=1250
info=a half loaf bread, two drumstick, brown mushroom and berries... what a wonderful plate.
script=start
	on:eat {
		process "eating",5000;
		eat 30,100,20,0;
	}
script=end