Egg: Difference between revisions

From PZwiki
Line 11: Line 11:
[[Hunger]]: -10
[[Hunger]]: -10
== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
 
|-
There is currently no way to cook a Egg.
! Name
 
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|2006}}
{{RecipeLookup|2007}}
|}
==Wild Eggs==
==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.
Wild Eggs can be found via [[Foraging]]. They have all the same values as regular eggs, but can't be used in recipes.

Revision as of 11:26, 5 March 2015

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