Egg: Difference between revisions

From PZwiki
mNo edit summary
Line 14: Line 14:
! class="unsortable" | Recipe  
! class="unsortable" | Recipe  
! class="unsortable" | Description
! class="unsortable" | Description
{{RecipeLookup|20}}
{{RecipeLookup|2006}}
{{RecipeLookup|21}}
{{RecipeLookup|2007}}
|}
|}
== Code ==
== Code ==
  <nowiki>item Egg
  <nowiki>item Egg

Revision as of 22:22, 16 November 2013


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.

Effects

Hungry: -15

Crafting

Name Recipe Description
























Code

item Egg
{
	Type				=			Food,
	DisplayName			=			Egg,
	Icon				=			Egg,
	Weight				=			0.25,
	HungerChange 		=			-15,
	DaysFresh 			=			2,
	DaysTotallyRotten 	= 			3,
}	

Template:Navbox/Consumables