Egg

From PZwiki
Revision as of 21:07, 2 September 2016 by MalonyJenkins (talk | contribs) (Redesigned Egg page, New Code for both eggs, + nutritional info, reorganised description, removed old info, corrected evolved recipes, + categories.)


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Food -> Perishable Foods -> Egg   

An egg is a perishable food item found in many refrigerators of many houses. It is dangerous to consume uncooked and will make the player ill. Eggs are more efficient use is to use it in a recipe. Eggs are required to be pre-cooked before being used in salads or made into sandwiches. Eggs take fourteen in-game days to go stale, and twenty one in-game days to rot.

Wild Eggs

Wild Eggs can be found via foraging. They have all the same values as regular eggs. A small picture of a wild egg.

Nutritional Information

It's Nutritional Values are as follows:

Carbohydrates = 0.32
Proteins = 5.55
Lipids = 4.18
Calories = 63

Evolved recipes

Uncooked

Product Nutrition
Soup
Soup
0
Stew
Stew
0
Salad
Salad
0
Stir Fry
Stir Fry
10
Roasted Vegetables
Roasted Vegetables
10
Sandwich
Sandwich
0
Burger
Burger
10
Pie (savory)
Pie (savory)
0
Cake
Cake
0
Rice Pot/Saucepan
Rice Pot/Saucepan
10
Pasta Pot/Saucepan
Pasta Pot/Saucepan
10

Cooked

Product Nutrition
Soup
Soup
0
Stew
Stew
0
Salad
Salad
10
Sandwich
Sandwich
10
Pie (savory)
Pie (savory)
0
Cake
Cake
0

Crafting

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Code

Egg A small picture of egg.

	    item Egg
		HungerChange		= -10,
		Weight			= 0.1,
		Type			= Food,
		DangerousUncooked	= TRUE,
		DaysFresh		= 14,
		DaysTotallyRotten	= 21,
		DisplayName		= Egg,
		Icon			= Egg,
		EvolvedRecipe 		= Stir fry:10;Sandwich:10|Cooked;Burger:10;Salad:10|Cooked;Roasted Vegetables:10;RicePot:10;RicePan:10;PastaPot:10;PastaPan:10,
		FoodType    		= Egg,
        	Carbohydrates 		= 0.32,
        	Proteins 		= 5.55,
        	Lipids 			= 4.18,
        	Calories 		= 63,
        	CantBeFrozen 		= TRUE,
 

Wild Eggs A small picture of a wild egg.

    	   item WildEggs
        	HungerChange		= -10,
        	Weight			= 0.1,
        	Type			= Food,
        	DisplayName		= Wild Eggs,
        	Icon			= WildEggs,
        	DaysFresh		= 14,
        	DaysTotallyRotten	= 21,
        	IsCookable		= TRUE,
        	EvolvedRecipe 		= Stir fry:10;Sandwich:10|Cooked;Burger:10;Salad:10|Cooked;Roasted Vegetables:10;RicePot:10;RicePan:10;PastaPot:10;PastaPan:10,
        	FoodType 		= Egg,
        	MinutesToBurn		= 30,
        	MinutesToCook		= 10,
        	DangerousUncooked	= TRUE,
        	Carbohydrates 		= 0.32,
        	Proteins 		= 5.55,
        	Lipids 			= 4.18,
        	Calories 		= 63,
        	CantBeFrozen 		= TRUE,

See Also

Template:Navbox/Consumables