Egg: Difference between revisions

From PZwiki
No edit summary
Line 2: Line 2:
{{Consumables
{{Consumables
|image = Egg.png
|image = Egg.png
|hunger = -15
|hunger = -10
|weight = 0.25
|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 slight chance to become ill. A more efficient use is to put it into a pot of soup.
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.
== Effects ==
== Effects ==
[[Hunger]]: -15
[[Hunger]]: -10
== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
Line 21: Line 21:
  <nowiki>item Egg
  <nowiki>item Egg
{
{
Type = Food,
HungerChange = -10,
DisplayName = Egg,
Weight = 0.1,
Icon = Egg,
Type = Food,
Weight = 0.25,
DangerousUncooked = TRUE,
HungerChange = -15,
DaysTotallyRotten = 21,
DaysFresh = 2,
DisplayName = Egg,
DaysTotallyRotten = 3,
Icon = Egg,
DaysFresh = 14,
EvolvedRecipe = Stir fry:10;Sandwich:10|Cooked;Burger:10;Salad:10|Cooked;Roasted Vegetables:10,
FoodType    =   Meat,
} </nowiki>
} </nowiki>



Revision as of 15:44, 8 July 2014


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.

Effects

Hungry: -10

Crafting

Name Recipe Description
























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