Potato: Difference between revisions

From PZwiki
m (Updated potato)
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages|Potato}}
{{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=Potato
|display_name=Potato
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Potato_120px.png
|image=Potato.png
|alternate_image=PotatoRotten.png
|alternate_image=PotatoRotten.png
|alternate_link=
|alternate_link=
Line 25: Line 24:


==Usage==
==Usage==
=== Consumable properties ===
 
===Consumable properties===
Potato can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
Potato can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables2
{{Consumables2
Line 44: Line 44:
}}
}}


== Crafting ==
==Crafting==
Potato can be preserved to extend its lifespan by using a [[Empty_Jar|jar]].
Potato can be preserved to extend its lifespan by using a [[Empty_Jar|jar]].
{{Crafting header|ing=6}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2055 -->
{{Crafting header|ing=6}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2055 -->
Line 50: Line 50:
|}
|}


=== Evolved recipes ===
===Evolved recipes===
Potato is a [[cooking]] [[Recipe Ingredients|ingredient]].
Potato is a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|Omelette=9|Soup=18|Stew=18|Pie=18|StirFry=18|Salad=9|RoastedVegetables=18}}
{{EvolvedRecipesForItem|Omelette=9|Soup=18|Stew=18|Pie=18|StirFry=18|Salad=9|RoastedVegetables=18}}
Line 57: Line 57:
Potato is often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].
Potato is often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].


=== Farming ===
===Farming===
Potato can be grown by [[farming]] with [[Potato Seeds|potato seeds]].
Potato can be grown by [[farming]] with [[Potato Seeds|potato seeds]].
{{Crafting header|ing=1}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 5015 -->
{{Crafting header|ing=1}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 5015 -->
Line 75: Line 75:
</gallery>
</gallery>


== Code ==
==Code==
'''''From farming.txt (Project Zomboid directory/media/scripts/)'''''
'''''From farming.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=73}}
{{Retrieved|version=41|incver=73}}
<pre> item Potato
<pre>
item Potato
{
{
DisplayCategory = Food,
DisplayCategory = Food,
Line 96: Line 97:
         Calories = 70,
         Calories = 70,
         WorldStaticModel = Potato_Ground,
         WorldStaticModel = Potato_Ground,
}</pre>
}
</pre>


{{Navbox food}}
{{Navbox food}}

Revision as of 01:22, 26 February 2023

Potato
Potato
Potato (Rotten)
General
Category Food
Encumbrance
Heavy Load
0.2
Days until stale 14 days
Days until rotten 14 days
Nutrition
Hunger
Hunger
-18
Thirst
Thirst
-7
Calories
Calories
70
Carbohydrates
Carbohydrates
14.52
Proteins
Proteins
2.88
Fat
Fat
0.15
Technical details
Item ID farming.Potato

Potato is a perishable food item.

Usage

Consumable properties

Potato 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

Potato can be preserved to extend its lifespan by using a jar.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4 Ingredient 5 Ingredient 6
JarWhite.png
Jar of Potatoes
2.5 Cooking none JarEmpty2.png
Jar
(consumed)
Jar Lid
Jar Lid
(consumed)
Potato.png
Potato x5
(consumed)
WaterDrop.png
Water
(10 units)

(consumed)
Vinegar.png
Vinegar
(2 units)

(consumed)

(1 unit)

(consumed)

Evolved recipes

Potato is a cooking ingredient.

Product Nutrition
Soup
Soup
18
Stew
Stew
18
Salad
Salad
9
Stir Fry
Stir Fry
18
Roasted Vegetables
Roasted Vegetables
18
Pie (savory)
Pie (savory)
18
Omelette
Omelette
9

Distribution

Potato is often found in refrigerators and grocery displays.

Farming

Potato can be grown by farming with potato seeds.

Product XP gained Skill(s) Recipe Ingredient 1
Potato
Potato x1-?
none Potato Crop
Potato Crop x1

Gallery

Code

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

	item Potato
	{
	DisplayCategory = Food,
	Type = Food,
	DisplayName = Potato,
	Icon = Potato,
	Weight = 0.2,
	HungerChange = -18,
	DaysFresh = 14,
	DaysTotallyRotten = 28,
        EvolvedRecipe = Omelette:9;Soup:18;Stew:18;Pie:18;Stir fry Griddle Pan:18;Stir fry:18;Salad:9;Roasted Vegetables:18,
        ThirstChange = -7,
        FoodType = Vegetables,
        Carbohydrates = 14.52,
        Proteins = 2.88,
        Lipids = 0.15,
        Calories = 70,
        WorldStaticModel = Potato_Ground,
	}