Cornbread

From PZwiki
Project ZomboidItemsFoodGrainsCornbread
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D Variant Model (Rotten)
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Cornbread
Cornbread Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Days fresh
3 days
Days until rotten
5 days
Nutrition
HungerMoodle Icon Hungry.png
-15
CaloriesCalories
300
CarbohydratesCarbohydrates
54
ProteinsProteins
7
FatFat
10
Technical
Item ID
Base.Cornbread

Cornbread is a perishable food item.

Usage

Consumable properties

Cornbread 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

Cornbread.png
Hunger: -10


Cornbread.png
Hunger: -7
Boredom: +10
Unhappiness: +10

Cornbread.png
Hunger: -4
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Crafting

Main article: Cooking

Evolved recipes

Product Nutrition
Soup
Soup
5
Stew
Stew
5

Distribution

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

Containers
Building/Room Container Rolls Chance
deepfry_kitchen restaurantdisplay 4 1
restaurantdisplay 4 1
restaurantdisplay 4 2
restaurantdisplay 4 2

Cornbread can often be found inside displays in restaurants.

Code

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

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item Cornbread
	{
		DisplayName = Cornbread,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Cornbread,
		EvolvedRecipe = Soup:5;Stew:5,
		FoodType = NoExplicit,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
		HungerChange = -10,
		Calories = 300,
		Carbohydrates = 54,
		Lipids = 10,
		Proteins = 7,
		CustomEatSound = EatingCrispy,
		WorldStaticModel = Cornbread_Ground,
		Tags = FitsToaster,
	}

See also