Corn: Difference between revisions

From PZwiki
No edit summary
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages|Corn}}
{{Languages}}{{Header|Project Zomboid|Items|Food|Perishable Food|Vegetables|type=Food|version=Version 41|incver=73}}{{Infobox food
{{header|Project Zomboid|Items|Food|Perishable Food|Vegetables|type=Food|version=Version 41|incver=73}}{{Infobox food
|display_name=Corn
|display_name=Corn
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Corn_120px.png
|image=Corn.png
|alternate_image=CornRotten.png
|alternate_image=CornRotten.png
|alternate_link=
|alternate_link=
Line 25: Line 24:


==Usage==
==Usage==
=== Consumable properties ===
 
===Consumable properties===
Corn can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish. There is also a rare chance that fresh corn will be capable of teleporting the player to another location. This chance increases the closer the corn is to stale, however stale telecorn will lose its effect.
Corn can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish. There is also a rare chance that fresh corn will be capable of teleporting the player to another location. This chance increases the closer the corn is to stale, however stale telecorn will lose its effect.


Line 47: Line 47:
==Crafting==
==Crafting==
{{Main|Cooking}}
{{Main|Cooking}}
=== Evolved recipes ===
 
===Evolved recipes===
Corn is a [[cooking]] [[Recipe Ingredients|ingredient]].
Corn is a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|Soup=14|Stew=14|StirFry=14|Burger=7|Salad=7|RoastedVegetables=14|Rice=14|Pasta=14|Burrito=7|Taco=7|}}
{{EvolvedRecipesForItem|Soup=14|Stew=14|StirFry=14|Burger=7|Salad=7|RoastedVegetables=14|Rice=14|Pasta=14|Burrito=7|Taco=7|}}
Line 60: Line 61:
</gallery>
</gallery>


== Code ==
==Code==
'''''From item_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From item_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=73}}
{{Retrieved|version=41|incver=73}}

Revision as of 23:41, 18 February 2023

Template:Infobox foodCorn is a perishable food item.

Usage

Consumable properties

Corn can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish. There is also a rare chance that fresh corn will be capable of teleporting the player to another location. This chance increases the closer the corn is to stale, however stale telecorn will lose its effect.

Template:Consumables2

Crafting

Main article: Cooking

Evolved recipes

Corn is a cooking ingredient.

Product Nutrition
Soup
Soup
14
Stew
Stew
14
Salad
Salad
7
Stir Fry
Stir Fry
14
Roasted Vegetables
Roasted Vegetables
14
Burger
Burger
7
Rice Pot/Saucepan
Rice Pot/Saucepan
14
Pasta Pot/Saucepan
Pasta Pot/Saucepan
14
Taco
Taco
7
Burrito
Burrito
7

Distribution

Corn is often found in refrigerators, grocery displays and wild corn crops.

Gallery

Code

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

	item Corn
		DisplayName = Corn,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = Corn,
		EvolvedRecipe = Soup:14;Stew:14;Stir fry Griddle Pan:14;Stir fry:14;Burger:7;Salad:7;Roasted Vegetables:14;RicePot:14;RicePan:14;PastaPot:14;PastaPan:14;Burrito:7;Taco:7,
		FoodType = Vegetables,
		DaysFresh = 5,
		DaysTotallyRotten = 8,
		HungerChange = -14,
		ThirstChange = -4,
		Calories = 88,
		Carbohydrates = 26.74,
		Lipids = 1.93,
		Proteins = 4.68,
		StaticModel = CylinderFood_Yellow,
		WorldStaticModel = Corn_Ground,

See also