Egg: Difference between revisions

From PZwiki
(Evloved Recipes)
Line 1: Line 1:
{{Notice|outdated}}
{{languages}}
{{languages}}
{{Consumables
{{Consumables
Line 6: Line 5:
|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 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, a burger or roasted vegetables when raw, a sandwich or salad when cooked.  
 
== Effects ==
[[Hunger]]: -10
== Crafting ==
 
Eggs can be added to recipes like stirfry. An Egg is needed in the [[Cake Batter]] recipe


==Evolved recipes==
<span style="background-color:#C2FFC2;">'''Uncooked'''</span>
{{EvolvedRecipesForItem
|soup=0|stew=0|salad=0|stirfry=10|roastedvegetables=10|sandwich=0|burger=10|pie=0|cake=0}}
<span style="background-color:#EDA5A5;">'''Cooked'''</span>
{{EvolvedRecipesForItem
|soup=0|stew=0|salad=10|stirfry=10|roastedvegetables=10|sandwich=10|burger=10|pie=0|cake=0}}
==Crafting==
{{Crafting table header}}
{{RecipeLookup|2039}}
{{Crafting table footer}}
==Wild Eggs==
==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.
Wild Eggs can be found via [[Foraging|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
Line 36: Line 40:
FoodType    =  Meat,
FoodType    =  Meat,
} </nowiki>
} </nowiki>
 
<nowiki>    item WildEggs
{
        HungerChange = -10,
        Weight = 0.1,
        Type = Food,
        DisplayName = Wild Eggs,
        Icon = WildEggs,
        IsCookable = TRUE,
        MinutesToBurn = 30,
        MinutesToCook = 10,
        DangerousUncooked = TRUE,
}
</nowiki>
==See Also==
*[[Foraging]]
{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]

Revision as of 14:40, 6 January 2016


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.

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

Cooked

Product Nutrition
Soup
Soup
0
Stew
Stew
0
Salad
Salad
10
Stir Fry
Stir Fry
10
Roasted Vegetables
Roasted Vegetables
10
Sandwich
Sandwich
10
Burger
Burger
10
Pie (savory)
Pie (savory)
0
Cake
Cake
0

Crafting

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

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,
}	
    item WildEggs
{
        HungerChange	=	-10,
        Weight	=	0.1,
        Type	=	Food,
        DisplayName	=	Wild Eggs,
        Icon	=	WildEggs,
        IsCookable	=	TRUE,
        MinutesToBurn	=	30,
        MinutesToCook	=	10,
        DangerousUncooked	=	TRUE,
}

See Also

Template:Navbox/Consumables