Egg: Difference between revisions

From PZwiki
No edit summary
Line 20: Line 20:
|}
|}
==Wild Eggs==
==Wild Eggs==
Wild Eggs can be found via [[Foraging]]. They have all the same values and uses as regular eggs.
Wild Eggs can be found via [[Foraging]]. They have all the same values as regular eggs, but can't be used in recipes.
{{Consumables
{{Consumables
|image = Item_WildEggs.png
|image = Item_WildEggs.png

Revision as of 03:18, 8 January 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

Name Recipe Description
























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