Cornbread: Difference between revisions

From PZwiki
(Created page with "{{languages|Cornbread}} {{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food |display_name=Cornbread |name_colour=Food |n...")
 
mNo edit summary
Line 36: Line 36:
|rotten image = Cornbread.png
|rotten image = Cornbread.png
}}
}}
== Crafting ==
{{Main|Cooking}}
=== Evolved recipes ===
{{EvolvedRecipesForItem|Soup=5|Stew=5}}


==Distribution==
==Distribution==

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