Cornbread: Difference between revisions

From PZwiki
mNo edit summary
mNo edit summary
Line 43: Line 43:


==Distribution==
==Distribution==
Cornbread is often found inside [[Containers#Displays|displays]] in restaurant.
Cornbread can often be found inside [[Containers#Displays|displays]] in restaurant.


==Gallery==
==Gallery==

Revision as of 17:12, 7 October 2022

Template:Infobox foodCornbread 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. Template:Consumables2

Crafting

Main article: Cooking

Evolved recipes

Product Nutrition
Soup
Soup
5
Stew
Stew
5

Distribution

Cornbread can often be found inside displays in restaurant.

Gallery

Code

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

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