Egg: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 6: Line 6:
|weight = 0.1
|weight = 0.1
}}
}}
An egg is a mediocre 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.
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 ==
== Effects ==
[[Hunger]]: -10
[[Hunger]]: -10
Line 18: Line 19:
{{RecipeLookup|2007}}
{{RecipeLookup|2007}}
|}
|}
==Wild Eggs==
Wild Eggs can be found via [[Foraging]]. They have all the same values and uses as regular eggs.
{{Consumables
|image = Item_WildEggs.png
|hunger = -10
|weight = 0.1
}}


== Code ==
== Code ==

Revision as of 21:15, 7 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

Moodles: -10

Crafting

Name Recipe Description
























Wild Eggs

Wild Eggs can be found via Foraging. They have all the same values and uses as regular eggs.


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