Egg

From PZwiki
AppleRotten.png
This article may be outdated.
Editors are encouraged to update this article with new information.


An egg is a perishable food item found in many refrigerators of many houses. It can be eaten without modification, however, it does little against hunger and there is a chance to become ill. A more efficient use is to use it in a recipe. Egg can be added to a stir fry or sandwich when raw, a burger, salad or roast vegetables when cooked.

Effects

Hungry: -10

Crafting

There is currently no way to cook a Egg.

Wild Eggs

Wild Eggs can be found via Foraging. They have all the same values as regular eggs, but can't be used in recipes.


Code

item Egg
{
	HungerChange	=	-10,
	Weight	=	0.1,
	Type	=	Food,
	DangerousUncooked	=	TRUE,
	DaysTotallyRotten	=	21,
	DisplayName	=	Egg,
	Icon	=	Egg,
	DaysFresh	=	14,
	EvolvedRecipe = Stir fry:10;Sandwich:10|Cooked;Burger:10;Salad:10|Cooked;Roasted Vegetables:10,
	FoodType    =   Meat,
}	

Template:Navbox/Consumables