Eggplant: Difference between revisions

From PZwiki
No edit summary
(Adjusted formatting to match other foods, +consumable detail, +evolved recipes, + history section, +recipe linkage, + categories, confirmed info)
Line 1: Line 1:
__NOTOC__
{{languages}}
{{languages}}
{{Consumables
{{Consumables
|image = Eggplant.png
|image = Eggplant.png
|weight = 0.2
|weight = 0.2
|hunger = -15
}}
}}
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.  
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 ==
== Nutritional Information ==
{| border=0 align=left
|
{{Consumables2
{{Consumables2
|image = Eggplant.png
|image = Eggplant.png
Line 23: Line 28:
|rotten image = EggplantRotten.png
|rotten image = EggplantRotten.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br>
== Evolved Recipes ==
{{EvolvedRecipesForItem
|soup=15|stew=15|salad=10|stirfry=15|roastedvegetables=15|sandwich=5|burger=0|pie=15|cake=0}}
== History ==
{| class="wikitable" width="550" style="text-align:center;"
|-
! Alpha || 
|-
| Ver32.20 || -
|}
==See Also==
* [[Recipe_Ingredients|Recipe ingredients]]


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


{{Navbox/Consumables}}
{{Navbox/Consumables}}
Line 42: Line 65:
[[Category:Food]]
[[Category:Food]]
[[Category:Perishable Food]]
[[Category:Perishable Food]]
[[Category:Version 2.9.9.17]]
[[Category:Version 32.20]]

Revision as of 00:07, 18 August 2015



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












Evolved Recipes

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

History

Alpha
Ver32.20 -

See Also

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