Eggplant: Difference between revisions

From PZwiki
(Adjusted formatting to match other foods, +consumable detail, +evolved recipes, + history section, +recipe linkage, + categories, confirmed info)
(Reviewed Page, +navbox, +consumables, +nutritional +nutritional values, +jar preservation, +evolved corrected, +category, -history (redundant))
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages}}
{{languages|eggplant}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[Eggplant|Eggplant / Aubergine]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
{{Consumables
|image = Eggplant.png
|image = Eggplant.png
Line 6: Line 9:
|hunger = -15
|hunger = -15
}}
}}
 
Eggplants (or Aubergines) are [[Food#Perishable|perishable]] food items that goes bad as time passes. Eggplant is often inside of [[refrigerator]]s, [[containers#Kitchen_cupboard|kitchen cupboards]], and in produce bins. Eggplants take five in-game days to go stale, and eight in-game days to rot.
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 ==
Line 31: Line 33:
<br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br>


== Evolved Recipes ==
'''It's Nutritional Values are as follows:'''<br>
{{EvolvedRecipesForItem
Carbohydrates = 26.93 <br>
|soup=15|stew=15|salad=10|stirfry=15|roastedvegetables=15|sandwich=5|burger=0|pie=15|cake=0}}
Proteins = 4.49 <br>
Lipids = 0.82 <br>
Calories = 114 <br><br>


== History ==
== Crafting ==


{| class="wikitable" width="550" style="text-align:center;"
Peppers can be preserved for long periods using jars using the ingredients below.
|-
{| class="wikitable sortable" style="text-align:center;"  
! Alpha ||
|-  
|-
! Name
| Ver32.20 || -
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|2056}}
|}
|}
<br>


==See Also==
== Evolved Recipes ==
* [[Recipe_Ingredients|Recipe ingredients]]
{{EvolvedRecipesForItem
|soup=15|stew=15|pie=15|stirfry=15|sandwich=5|salad=10|roastedvegetables=15|ricepot=15|ricepan=15|pastapot=15|pastapan=15|}}


== 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;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
FoodType    =   Vegetables,
FoodType    = Vegetables,
</nowiki>
Carbohydrates = 26.93,
        Proteins = 4.49,
        Lipids = 0.82,
        Calories = 114,
</nowiki>


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Food]]
[[Category:Perishable Food]]
[[Category:Perishable_Food]]
[[Category:Version 32.20]]
[[Category:Version 34.28]]

Revision as of 02:55, 24 July 2016


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Perishable Foods -> Eggplant / Aubergine   

Eggplants (or Aubergines) are perishable food items that goes bad as time passes. Eggplant is often inside of refrigerators, kitchen cupboards, and in produce bins. Eggplants take five in-game days to go stale, and eight in-game days to rot.

Nutritional Information

Template:Consumables2












It's Nutritional Values are as follows:
Carbohydrates = 26.93
Proteins = 4.49
Lipids = 0.82
Calories = 114

Crafting

Peppers can be preserved for long periods using jars using the ingredients below.

Name Recipe Description













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
Pie (savory)
Pie (savory)
15
Rice Pot/Saucepan
Rice Pot/Saucepan
15
Pasta Pot/Saucepan
Pasta Pot/Saucepan
15

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;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
		FoodType    		= Vegetables,
		Carbohydrates 		= 26.93,
        	Proteins 		= 4.49,
        	Lipids 			= 0.82,
        	Calories 		= 114,

Template:Navbox/Consumables