Packaged Corn

From PZwiki
Revision as of 11:13, 19 February 2023 by Faalagorn (talk | contribs) (Remove 120px, minor fixes)
Packaged corn
Packaged corn
General
Category Food
Encumbrance
Heavy Load
0.6
Days until stale 3 days
Days until rotten 2 days
Packaged Yes
Nutrition
Hunger
Hunger
-20
Thirst
Thirst
-5
Calories
Calories
396
Carbohydrates
Carbohydrates
94
Proteins
Proteins
15
Fat
Fat
5
Technical details
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. Template:Consumables2

Crafting

Main article: Cooking

Evolved recipes

Packaged corn is a cooking ingredient.

Product Nutrition
Soup
Soup
10
Stew
Stew
10
Stir Fry
Stir Fry
10
Roasted Vegetables
Roasted Vegetables
10
Rice Pot/Saucepan
Rice Pot/Saucepan
10
Omelette
Omelette
5

Distribution

Packaged corn is often found in refrigerators and grocery displays.

Code

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

    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,
		FoodType = Vegetables,
		EvolvedRecipeName = Corn,
		Packaged = TRUE,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
		HungerChange = -20,
		ThirstChange = -5,
		Calories = 396,
		Carbohydrates = 94,
		Lipids = 5,
		Proteins = 15,
	}