### Watermelon
id=xx
name=Watermelon
icon=gfx\Watermelon.bmp
model=gfx\Watermelon.b3d
scale=0.75
mat=fruit
weight=500
info=large size watermelon, if i eat this, i can reload something.
script=start
	on:eat {
		process "Eating",2000;
		eat 5,30,80,0;
	}
script=end

### Ginseng
id=xx
name=Ginseng
icon=gfx\Ginseng.bmp
model=gfx\Ginseng.b3d
scale=0.25
mat=dust
weight=100
info=bitter, but it healty weed.
script=start
	on:eat {
		process "Eating",2000;
		eat 20,5,0,0;
	}
script=end


### Egam
id=xx
name=Especially Normally Egam
icon=gfx\Egam.bmp
model=gfx\Egam.b3d
scale=0.35
mat=dust
weight=200
info=it`s so nomally.
script=start
	on:eat {
		process "Eating",2000;
		eat 5,10,0,0;
	}
script=end