Corn

From PZwiki
(Redirected from Corn)
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Corn
Corn Model.png
CornRotten Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Properties
Days fresh
5 days
Days until rotten
8 days
Nutrition
HungerMoodle Icon Hungry.png
-14
ThirstMoodle Icon Thirsty.png
-4
CaloriesCalories
88
CarbohydratesCarbohydrates
26.74
ProteinsProteins
4.68
FatFat
1.93
Technical
Item ID
Base.Corn

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

Sack of Corn

Product Ingredients Tools Requirements Workstation XP
Corn.png
Corn ×12
Sandbag.png Sack of Corn ×1 none none none none

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
all fridge 4 2
fridge 4 2
fridge 4 2
chinesekitchen fridge 4 8
dinerkitchen fridge 4 4
gigamart grocerstand 4 1
grocerstand 4 2
restaurantkitchen fridge 4 4

Corn is often found in refrigerators and grocery displays. Wild corn crops could be found in previous versions of the game, however they were removed as of build 41.

Sacks of corn can be found in grocery stores and warehouses.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Corn.png Base.Corn
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
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,
	}

Sandbag.png Base.SackProduce_Corn
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item SackProduce_Corn
	{
		DisplayName = Sack of Corn,
		DisplayCategory = Food,
		Type = Food,
		Weight = 2,
		Icon = Sandbag,
		CantEat = TRUE,
		DaysFresh = 5,
		DaysTotallyRotten = 8,
		WorldStaticModel = SandBag,
	}

See also