Canned Corn: Difference between revisions

From PZwiki
m (Category Project: Canned food)
m (→‎Evolved recipes: Update link - avoid redirect)
Line 60: Line 60:


====Evolved recipes====
====Evolved recipes====
Canned corn is a [[cooking]] [[Recipe Ingredients|ingredient]].
Canned corn is a [[cooking]] [[Recipe ingredients|ingredient]].
{{EvolvedRecipesForItem|Soup=16|Stew=16|StirFry=16|Burger=8|Salad=16|RoastedVegetables=16|Rice=16|Pasta=16|Omelette=8|Taco=8|Burrito=8}}
{{EvolvedRecipesForItem|Soup=16|Stew=16|StirFry=16|Burger=8|Salad=16|RoastedVegetables=16|Rice=16|Pasta=16|Omelette=8|Taco=8|Burrito=8}}



Revision as of 03:13, 28 January 2024

Template:Header/sandbox2

Spiffo controlyourself.png
This page was last updated for an older version (41.73).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Canned Corn
Canned Corn
Canned Corn Opened Canned Corn
General
Category Food
Encumbrance
Heavy Load
0.8
Days until stale 2 days
Days until rotten 4 days
Packaged Yes
Nutrition
Hunger
Hunger
-16
Calories
Calories
315
Carbohydrates
Carbohydrates
70
Proteins
Proteins
7
Fat
Fat
1.75
Technical details
Item ID Base.CannedCorn
Base.CannedCornOpen

Canned corn (called "Sweet corn" on the model) is a non-perishable food item.

Usage

Canned corn can only be opened with a can opener, and once opened become perishable. Despite rumors, consuming canned corn will no longer teleport you to another location. Instead, see corn.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Opened Canned Corn
Opened Canned Corn
0 XP none CannedCorn.png
Canned Corn
(consumed)
CanOpener.png
Can Opener
(keep)

Consumable properties

Opened canned corn 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

CannedCornOpen.png
Hunger: -16


CannedCornOpen.png
Hunger: -12
Boredom: +10
Unhappiness: +10

CannedCornOpen.png
Hunger: -7
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Crafting

Main article: Cooking

Evolved recipes

Canned corn is a cooking ingredient.

Product Nutrition
Soup
Soup
16
Stew
Stew
16
Salad
Salad
16
Stir Fry
Stir Fry
16
Roasted Vegetables
Roasted Vegetables
16
Burger
Burger
8
Rice Pot/Saucepan
Rice Pot/Saucepan
16
Pasta Pot/Saucepan
Pasta Pot/Saucepan
16
Taco
Taco
8
Burrito
Burrito
8
Omelette
Omelette
8

Distribution

Canned corn can often be found in kitchen counters.

Gallery

Code

From items_food.txt (Project Zomboid directory/media/scripts/)

Canned Corn CannedCorn.png Retrieved: Build 41.73

    item CannedCorn
	{
		DisplayName = Canned Corn,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.8,
		Icon = CannedCorn,
		CannedFood = TRUE,
		CantEat = TRUE,
		Packaged = TRUE,
		Calories = 315,
		Carbohydrates = 70,
		Lipids = 1.75,
		Proteins = 7,
		StaticModel = CanClosed,
		WorldStaticModel = CanClosedCorn,
	}

Opened Canned Corn CannedCornOpen.png Retrieved: Build 41.73

    item CannedCornOpen
	{
		DisplayName = Opened Canned Corn,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.8,
		Icon = CannedCornOpen,
		CannedFood = TRUE,
		EatType = can,
		EvolvedRecipe = Soup:16;Stew:16;Stir fry Griddle Pan:16;Stir fry:16;Burger:8;Salad:16;Roasted Vegetables:16;RicePot:16;RicePan:16;PastaPot:16;PastaPan:16;Omelette:8;Taco:8;Burrito:8,
		/*EvolvedRecipeName = Canned Corn,*/
		EvolvedRecipeName = Corn,
		FoodType = Vegetables,
		Packaged = TRUE,
		ReplaceOnUse = TinCanEmpty,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
		HungerChange = -16,
		ThirstChange = -4,
		Calories = 315,
		Carbohydrates = 70,
		Lipids = 1.75,
		Proteins = 7,
		StaticModel = CanOpen,
		WorldStaticModel = CanOpenCorn,
	}

See also