### Meat
id=xx
name=Meat
icon=gfx\Anime meat.bmp
model=gfx\Anime meat.b3d
scale=2
mat=flesh
weight=500
info=out is crusty, in is juicy meat.
script=start
	on:eat {
		process "Eating",2000;
		eat 20,80,-10,0;
	}
script=end

### Meat
id=xx
name=Meat
icon=gfx\Anime meat2.bmp
model=gfx\Anime meat2.b3d
scale=2
mat=flesh
weight=500
info=out is crusty, in is juicy meat.
script=start
	on:eat {
		process "Eating",2000;
		eat 20,80,-10,0;
	}
script=end