Eggplant: Difference between revisions

From PZwiki
(Redirecting to items.)
 
No edit summary
Line 1: Line 1:
#REDIRECT [[Items]]
{{languages}}
{{Consumables
|image = Eggplant.png
|weight = 0.2
}}
A perishable food item that goes bad as time passes. Eggplant is often inside of [[refrigerator]]s, [[containers#Kitchen_cupboard|kitchen cupboards]], and in produce bins. Eggplant takes five in-game days to go stale, and eight in-game days to become rotten.
 
== Nutritional Information ==
{{Consumables2
|image = Eggplant.png
|hunger = -15
|thirst = 0
|unrotten hunger = -11
|unrotten boredom = +10
|unrotten unhappiness = +10
|unrotten thirst = 0
|unrotten image = Eggplant.png
|rotten hunger = -6
|rotten boredom = +20
|rotten unhappiness = +20
|rotten thirst = 0
|perishable = 1
|rotten image = EggplantRotten.png
}}
 
== Code ==
<nowiki>item Eggplant
{
HungerChange = -15,
Weight = 0.2,
Type = Food,
DaysTotallyRotten = 8,
DisplayName = Eggplant,
Icon = Eggplant,
DaysFresh = 5,
EvolvedRecipe = Soup:15;Stew:15;Pie:15;Stir fry:15;Sandwich:5;Salad:10;Roasted Vegetables:15,
FoodType    =  Vegetables,
}</nowiki>
 
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Perishable Food]]
[[Category:Version 2.9.9.17]]

Revision as of 20:59, 29 June 2014


A perishable food item that goes bad as time passes. Eggplant is often inside of refrigerators, kitchen cupboards, and in produce bins. Eggplant takes five in-game days to go stale, and eight in-game days to become rotten.

Nutritional Information

Template:Consumables2

Code

item Eggplant
	{
		HungerChange	=	-15,
		Weight	=	0.2,
		Type	=	Food,
		DaysTotallyRotten	=	8,
		DisplayName	=	Eggplant,
		Icon	=	Eggplant,
		DaysFresh	=	5,
		EvolvedRecipe = Soup:15;Stew:15;Pie:15;Stir fry:15;Sandwich:5;Salad:10;Roasted Vegetables:15,
		FoodType    =   Vegetables,
	}

Template:Navbox/Consumables