Egg: Difference between revisions

From PZwiki
(→‎Wild Eggs: Added how wild eggs can be cooked and eaten)
(Redesigned Egg page, New Code for both eggs, + nutritional info, reorganised description, removed old info, corrected evolved recipes, + categories.)
Line 1: Line 1:
{{languages}}
__NOTOC__
{{languages|Egg}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
{{Consumables
|image = Egg.png
|image = Egg.png
Line 5: Line 9:
|weight = 0.1
|weight = 0.1
}}
}}
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, a burger or roasted vegetables when raw, a sandwich or salad when cooked.  
An egg is a [[Food#Perishable|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|foraging]]. They have all the same values as regular eggs. [[File:Item_WildEggs.png|32px|A small picture of a wild egg.]]
 
== Nutritional Information ==
 
'''It's Nutritional Values are as follows:'''<br>
 
Carbohydrates = 0.32 <br>
Proteins = 5.55 <br>
Lipids = 4.18 <br>
Calories = 63


==Evolved recipes==
==Evolved recipes==
<span style="background-color:#C2FFC2;">'''Uncooked'''</span>
<span style="background-color:#C2FFC2;">'''Uncooked'''</span>
{{EvolvedRecipesForItem
{{EvolvedRecipesForItem
|soup=0|stew=0|salad=0|stirfry=10|roastedvegetables=10|sandwich=0|burger=10|pie=0|cake=0}}
|soup=0|stew=0|salad=0|stirfry=10|roastedvegetables=10|sandwich=0|burger=10|pie=0|cake=0|ricepot=10|ricepan=10|pastapot=10|pastapan=10|}}
<span style="background-color:#EDA5A5;">'''Cooked'''</span>
<span style="background-color:#EDA5A5;">'''Cooked'''</span>
{{EvolvedRecipesForItem
{{EvolvedRecipesForItem
|soup=0|stew=0|salad=10|stirfry=10|roastedvegetables=10|sandwich=10|burger=10|pie=0|cake=0}}
|soup=0|stew=0|salad=10|sandwich=10|pie=0|cake=0}}
 
==Crafting==
==Crafting==
{{Crafting table header}}
{{Crafting table header}}
{{RecipeLookup|2039}}
{{RecipeLookup|2039}}
{{Crafting table footer}}
{{Crafting table footer}}
==Wild Eggs==
Wild Eggs can be found via [[Foraging|foraging]]. They have all the same values as regular eggs, but can't be used in recipes. They can, however, be cooked and eaten without being put in a recipe, unlike regular eggs.
{{Consumables
|image = Item_WildEggs.png
|hunger = -10
|weight = 0.1
}}


== Code ==
== Code ==
  <nowiki>item Egg
''Egg'' [[File:Egg.png|32px|A small picture of egg.]]
{
  <nowiki>
HungerChange = -10,
    item Egg
Weight = 0.1,
HungerChange = -10,
Type = Food,
Weight = 0.1,
DangerousUncooked = TRUE,
Type = Food,
DaysTotallyRotten = 21,
DangerousUncooked = TRUE,
DisplayName = Egg,
DaysFresh = 14,
Icon = Egg,
DaysTotallyRotten = 21,
DaysFresh = 14,
DisplayName = Egg,
EvolvedRecipe = Stir fry:10;Sandwich:10|Cooked;Burger:10;Salad:10|Cooked;Roasted Vegetables:10,
Icon = Egg,
FoodType   =   Meat,
EvolvedRecipe = Stir fry:10;Sandwich:10|Cooked;Burger:10;Salad:10|Cooked;Roasted Vegetables:10;RicePot:10;RicePan:10;PastaPot:10;PastaPan:10,
} </nowiki>
FoodType   = Egg,
  <nowiki>   item WildEggs
        Carbohydrates = 0.32,
{
        Proteins = 5.55,
        HungerChange = -10,
        Lipids = 4.18,
        Weight = 0.1,
        Calories = 63,
        Type = Food,
        CantBeFrozen = TRUE,
        DisplayName = Wild Eggs,
</nowiki>
        Icon = WildEggs,
''Wild Eggs'' [[File:Item_WildEggs.png|32px|A small picture of a wild egg.]]
        IsCookable = TRUE,
  <nowiki>
        MinutesToBurn = 30,
      item WildEggs
        MinutesToCook = 10,
        HungerChange = -10,
        DangerousUncooked = TRUE,
        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,
</nowiki>
</nowiki>
==See Also==
==See Also==
*[[Foraging]]
* [[Foraging]]
 
{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Food]]
[[Category:Perishable Food]]
[[Category:Perishable_Food]]
[[Category:Version 0.2.0p]]
[[Category:Version 34.28]]

Revision as of 22:07, 2 September 2016


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