Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Packaged Corn

From PZwiki
Project ZomboidItemsFoodVegetablesPackaged Corn
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Packaged Corn
CornFrozen Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.6
Properties
Packaged
True
Days fresh
3 days
Days until rotten
5 days
Nutrition
HungerUI Hunger.png
-20
ThirstUI Thristy.png
-5
CaloriesCalories
396
CarbohydratesCarbohydrates
94
ProteinsProteins
15
FatFat
5
Cooking
Custom recipe
Corn
Technical
Item ID
Base.CornFrozen

Packaged corn is a perishable food item.

Usage

Consumable properties

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

State Icon Hunger Boredom Unhappiness Sickness chance
Fresh Packaged Corn (Fresh) -20 - - -
Stale Packaged Corn (Stale) -15 +10 +10 -
Rotten Packaged Corn (Rotten) -9 +20 +20 100%

Crafting

Main article: Cooking

Evolved recipes

Packaged corn is a cooking ingredient.

Product Nutrition
PotFull.png
Soup
10
PotFull.png
Stew
10
Stir Fry
Stir Fry
10
RoastingpanFull.png
Roasted Vegetables
10
Rice Pot/SaucepanRice Pot/Saucepan
Rice Pot/Saucepan
10
PanFull.png
Omelette (crafted)
5

Location

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

CornFrozen distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
dinerkitchen freezer 23.67%
kitchen freezer 23.67%
livingroom freezer 23.67%
restaurantkitchen freezer 23.67%

Packaged corn is often found in refrigerators and grocery displays.

History

Base.CornFrozen

Version Description
Build 41.78 EvolvedRecipe changed from {'Soup': '10', 'Stew': '10', 'Stir fry Griddle Pan': '10', 'Stir fry': '10', 'Roasted Vegetables': '10', 'RicePot': '10', 'RicePan': '10', 'Omelette': '5'} to {'Soup': '10', 'Stew': '10', 'Stir fry Griddle Pan': '10', 'Stir fry': '10', 'Roasted Vegetables': '10', 'RicePot': '10', 'RicePan': '10', 'Omelette': '5', 'Burrito': '5', 'Taco': '5'}.
WorldStaticModel added with value CornFrozen_Ground.
Build 41.72 DisplayName changed from Corn to Packaged Corn.
EvolvedRecipeName added with value Corn.
EvolvedRecipe changed from {'Omelette': '10', 'Soup': '10', 'Stew': '10', 'Stir fry Griddle Pan': '10', 'Stir fry': '10', 'Roasted Vegetables': '10', 'RicePot': '10', 'RicePan': '10'} to {'Soup': '10', 'Stew': '10', 'Stir fry Griddle Pan': '10', 'Stir fry': '10', 'Roasted Vegetables': '10', 'RicePot': '10', 'RicePan': '10', 'Omelette': '5'}.
Build 41.70 Released on this version.

Code

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

Item

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

Retrieved: Build 41.78.16
item CornFrozen
	{
		DisplayName = Packaged Corn,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.6,
		Icon = Frozen_Corn,
		EvolvedRecipe = Soup:10;Stew:10;Stir fry Griddle Pan:10;Stir fry:10;Roasted Vegetables:10;RicePot:10;RicePan:10;Omelette:5;Burrito:5;Taco:5,
		FoodType = Vegetables,
		EvolvedRecipeName = Corn,
		Packaged = TRUE,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
		HungerChange = -20,
		ThirstChange = -5,
		Calories = 396,
		Carbohydrates = 94,
		Lipids = 5,
		Proteins = 15,
		WorldStaticModel = CornFrozen_Ground,
	}

See also