Corn

From PZwiki
Spiffo controlyourself.png
This page was last updated for an older version (41.73).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Corn
Corn Model.png
Corn (Rotten)
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 XP gained Skill(s) Recipe Ingredient 1
Corn.png
Corn x12
0 XP none Sandbag.png
Sack of Corn
(consumed)

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, grocery displays and wild corn crops.

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

Gallery

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,
	}