Corn: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: fix infobox based on file, eid: c441bd8f))
m (Minor cleanups)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|Food|Perishable Food|Vegetables|type=Food|version=Version 41|incver=73}}{{Infobox food
{{Languages}}
{{Header|Project Zomboid|Items|Food|Perishable Food|Vegetables|type=Food|version=Version 41|incver=73}}
{{Infobox food
|display_name=Corn
|display_name=Corn
|name_colour=Food
|name_colour=Food
Line 21: Line 23:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Corn
|class_name=Base.Corn
}}'''Corn''' is a [[Food#Perishable|perishable]] food [[item]].
}}
'''Corn''' is a [[Food#Perishable|perishable]] food [[item]].


==Usage==
==Usage==
===Consumable properties===
===Consumable properties===
Corn can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
Corn can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.


 
{{Consumables
{{Consumables2
|image = Corn.png
|image = Corn.png
|hunger = -14
|hunger = -14
Line 58: Line 59:
==Gallery==
==Gallery==
<gallery>
<gallery>
File:Corn Model.png|Corn model when placed in the world.
Corn Model.png|Corn model when placed in the world.
File:CornRotten Model.png|Rotten corn model when placed in the world.
CornRotten Model.png|Rotten corn model when placed in the world.
</gallery>
</gallery>


Line 65: Line 66:
'''''From item_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From item_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=73}}
{{Retrieved|version=41|incver=73}}
<pre> item Corn
<pre>
item Corn
DisplayName = Corn,
DisplayName = Corn,
DisplayCategory = Food,
DisplayCategory = Food,
Line 82: Line 84:
Proteins = 4.68,
Proteins = 4.68,
StaticModel = CylinderFood_Yellow,
StaticModel = CylinderFood_Yellow,
WorldStaticModel = Corn_Ground,</pre>
WorldStaticModel = Corn_Ground,
 
</pre>
==See also==


{{Navbox food}}
{{Navbox food}}

Revision as of 22:46, 29 August 2023

Template:Infobox food Corn is a perishable food item.

Usage

Consumable properties

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


Fresh Stale Rotten

Corn.png
Hunger: -14


Corn.png
Hunger: -11
Boredom: +10
Unhappiness: +10

CornRotten.png
Hunger: -6
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Crafting

Main article: Cooking

Evolved recipes

Corn is a cooking ingredient.

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

Distribution

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

Gallery

Code

From item_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.73

	item Corn
		DisplayName = Corn,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = Corn,
		EvolvedRecipe = Soup:14;Stew:14;Stir fry Griddle Pan:14;Stir fry:14;Burger:7;Salad:7;Roasted Vegetables:14;RicePot:14;RicePan:14;PastaPot:14;PastaPan:14;Burrito:7;Taco:7,
		FoodType = Vegetables,
		DaysFresh = 5,
		DaysTotallyRotten = 8,
		HungerChange = -14,
		ThirstChange = -4,
		Calories = 88,
		Carbohydrates = 26.74,
		Lipids = 1.93,
		Proteins = 4.68,
		StaticModel = CylinderFood_Yellow,
		WorldStaticModel = Corn_Ground,