Corn: Difference between revisions

From PZwiki
(Update of NavBar.)
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Corn}}
{{languages}}
<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 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: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
Line 8: Line 7:
|hunger = -14  
|hunger = -14  
|weight = 0.2
|weight = 0.2
}}
}}'''Corn''' is a [[Food#Perishable|perishable]] food [[item]].
 
Corn is a [[Food#Perishable|perishable]] item that goes bad as time passes, and is found within houses, inside of [[refrigerator]]s, and in produce bins. Corn takes five in-game days to go stale, and eight days in-game days to rot. Corn can be used in multiple recipes.


== Nutritional Information ==
==Usage==
{| border=0 align=left
=== Consumable properties ===
|
Carrots can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables2
{{Consumables2
|image = Corn.png
|image = Corn.png
Line 31: Line 28:
|rotten image = Item CornRotten.png
|rotten image = Item CornRotten.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br>
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 26.74 <br>
Proteins = 4.68 <br>
Lipids = 1.93 <br>
Calories = 88 <br><br>


== Evolved Recipes ==
==Crafting==
{{EvolvedRecipesForItem
=== Evolved recipes ===
|soup=14|stew=14|stirfry=14|burger=7|salad=14|roastedvegetables=14|ricepot=14|ricepan=14|pastapot=14|pastapan=14|}}
Corn is a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|soup=14|stew=14|stirfry=14|burger=7|salad=14|roastedvegetables=14|ricepot=14|ricepan=14|pastapot=14|pastapan=14|}}
 
==Distribution==
Corn is often found in [[refrigerator]]s, [[Containers#Displays|grocery displays]] and [[Containers#Plants|wild corn crops]].


== Code ==
== Code ==
<nowiki>
<pre> item Corn
    item Corn
HungerChange = -14,
HungerChange = -14,
Weight = 0.2,
Weight = 0.2,
Line 53: Line 46:
Icon = Corn,
Icon = Corn,
DaysFresh = 5,
DaysFresh = 5,
EvolvedRecipe = Soup:14;Stew:14;Stir fry:14;Burger:7;Salad:14;Roasted Vegetables:14;RicePot:14;RicePan:14;
EvolvedRecipe = Soup:14;Stew:14;Stir fry:14;Burger:7;Salad:14;Roasted Vegetables:14;RicePot:14;RicePan:14;PastaPot:14;PastaPan:14,
  PastaPot:14;PastaPan:14,
FoodType = Vegetables,
FoodType = Vegetables,
         Carbohydrates = 26.74,
         Carbohydrates = 26.74,
         Proteins = 4.68,
         Proteins = 4.68,
         Lipids = 1.93,
         Lipids = 1.93,
         Calories = 88,
         Calories = 88,</pre>
</nowiki>
 
==See also==


==See Also==
{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 08:33, 18 August 2018

Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Food -> Perishable Foods -> Corn   

Corn is a perishable food item.

Usage

Consumable properties

Carrots can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish. Template:Consumables2

Crafting

Evolved recipes

Corn is a cooking ingredient.

Product Nutrition
Soup
Soup
14
Stew
Stew
14
Salad
Salad
14
Stir Fry
Stir Fry
14
Roasted Vegetables
Roasted Vegetables
14
Burger
Burger
7
Rice Pot/Saucepan
Rice Pot/Saucepan
14
Pasta Pot/Saucepan
Pasta Pot/Saucepan
14

Distribution

Corn is often found in refrigerators, grocery displays and wild corn crops.

Code

	item Corn
		HungerChange		= -14,
		Weight			= 0.2,
		Type			= Food,
		DaysTotallyRotten	= 8,
		DisplayName		= Corn,
		Icon			= Corn,
		DaysFresh		= 5,
		EvolvedRecipe 		= Soup:14;Stew:14;Stir fry:14;Burger:7;Salad:14;Roasted Vegetables:14;RicePot:14;RicePan:14;PastaPot:14;PastaPan:14,
		FoodType 		= Vegetables,
        	Carbohydrates 		= 26.74,
        	Proteins 		= 4.68,
        	Lipids 			= 1.93,
        	Calories 		= 88,

See also

Template:Navbox/Consumables