Potato: Difference between revisions

From PZwiki
m (→‎Crafting: file fix (A-L), replaced: File:Empty Jar.png → File:JarEmpty2.png)
m (Updated potato)
Line 1: Line 1:
{{languages|Potato}}
{{languages|Potato}}
{{header|Project Zomboid|Items|Food|Perishable Food|Vegetables|type=Food|version=Version 40|incver=7}}{{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
Line 12: Line 12:
|weight=0.2
|weight=0.2
|days_fresh=14
|days_fresh=14
|days_rotten=28
|days_rotten=14
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-18
|hunger_change=-18
Line 22: Line 22:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=farming.Potato
|class_name=farming.Potato
}}A '''potato''' is a [[Food#Perishable|perishable]] food [[item]].
}}'''Potato''' is a [[Food#Perishable|perishable]] food [[item]].


==Usage==
==Usage==
=== Consumable properties ===
=== Consumable properties ===
Potatoes 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
|image = Potato.png
|image = Potato.png
Line 45: Line 45:


== Crafting ==
== Crafting ==
Potatoes 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 -->
{{Crafting/core|ing=6
{{Crafting cooking|028|ing=6}}
| product_image = [[File:JarWhite.png|link=Jar of Potatoes|Jar of Potatoes]] | product_name = [[Jar of Potatoes]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:JarEmpty2.png|link=Empty Jar|Empty Jar]] | i1 = [[Empty Jar]] | q1 = x1 | tag1 = (consumed)
| f2 = [[File:Jar Lid.png|link=Jar Lid|Jar Lid]] | i2 = [[Jar Lid]] | q2 = x1 | tag2 = (consumed)
| f3 = [[File:Potato.png|link=Potato|Potato]] | i3 = [[Potato]] | q3 = x5 | tag3 = (consumed)
| f4 = [[File:Water_drop.png|link=Water|Water]] | i4 = [[Water]] | q4 = (10 units)
| f5 = [[File:Vinegar.png|link=Vinegar|Vinegar]] | i5 = [[Vinegar]] | q5 = (2 units)
| f6 = [[File:Sugar.png|link=Sugar|Sugar]] | i6 = [[Sugar]] | q6 = (1 unit)
}}
|}
|}


=== Evolved recipes ===
=== Evolved recipes ===
Potatoes are a [[cooking]] [[Recipe Ingredients|ingredient]].
Potato is a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|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}}


==Distribution==
==Distribution==
Potatoes are often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].
Potato is often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].
 
=== Farming ===
=== Farming ===
Potatoes 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 -->
{{Crafting/core|ing=1
{{Crafting/core|ing=1
Line 79: Line 69:
|}
|}


==Gallery==
<gallery>
File:Potato Model.png|Potato model when placed in the world.
File:PotatoRotten Model.png|Rotten potato model when placed in the world.
</gallery>


== Code ==
== Code ==
'''''From farming.txt (Project Zomboid directory/media/scripts/)'''''
'''''From farming.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=7}}
{{Retrieved|version=41|incver=73}}
<pre> item Potato
<pre> item Potato
Type = Food,
{
DisplayName = Potato,
DisplayCategory = Food,
Icon = Potato,
Type = Food,
Weight = 0.2,
DisplayName = Potato,
HungerChange = -18,
Icon = Potato,
DaysFresh = 14,
Weight = 0.2,
DaysTotallyRotten = 28,
HungerChange = -18,
        EvolvedRecipe       = Soup:18;Stew:18;Pie:18;Stir fry:18;Salad:9;Roasted Vegetables:18,
DaysFresh = 14,
        FoodType   = Vegetables,
DaysTotallyRotten = 28,
        Carbohydrates = 14.52,
        EvolvedRecipe = Omelette:9;Soup:18;Stew:18;Pie:18;Stir fry Griddle Pan:18;Stir fry:18;Salad:9;Roasted Vegetables:18,
        Proteins = 2.88,
        ThirstChange = -7,
        Lipids = 0.15,
        FoodType = Vegetables,
        Calories = 70,</pre>
        Carbohydrates = 14.52,
        Proteins = 2.88,
        Lipids = 0.15,
        Calories = 70,
        WorldStaticModel = Potato_Ground,
}</pre>


{{Navbox/Consumables}}
{{Navbox food}}

Revision as of 17:11, 29 September 2022

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