Egg: Difference between revisions

From PZwiki
Line 12: Line 12:
== Crafting ==
== Crafting ==


There is currently no way to cook a Egg.
There is currently no way to cook Eggs. An egg is needed in the [[Cake Batter]] recipe


==Wild Eggs==
==Wild Eggs==

Revision as of 11:33, 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 Eggs. An egg is needed in the Cake Batter recipe

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