Potato: Difference between revisions

From PZwiki
m (Updated potato)
m (Automated Formatting)
(29 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{languages|Potato}}
{{Header|Project Zomboid|Items|Food|Vegetables}}
{{header|Project Zomboid|Items|Food|Perishable Food|Vegetables|type=Food|version=Version 41|incver=73}}{{Infobox food
{{Page version|41.78.16}}
|display_name=Potato
{{Infobox item
|name_colour=Food
|name=Potato
|name_text_colour=Food
|model=Potato_Model.png
|image=Potato_120px.png
|icon=Potato.png
|alternate_image=PotatoRotten.png
|icon_name=Potato
|alternate_link=
|model2=PotatoRotten_Model.png
|alternate_name=Potato (Rotten)
|icon2=PotatoRotten.png
|icon_name2=Potato (Rotten)
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 21: Line 22:
|carbohydrates=14.52
|carbohydrates=14.52
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=farming.Potato
|item_id=farming.Potato
}}'''Potato''' is a [[Food#Perishable|perishable]] food [[item]].
}}
{{About|vegetable|crop|Potatoes}}
'''Potato''' is a perishable [[food]] [[Items|item]].


==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
{{Consumables
|image = Potato.png
|image = Potato.png
|hunger = -18
|hunger = -18
Line 41: Line 44:
|rotten thirst = 0
|rotten thirst = 0
|perishable = 1
|perishable = 1
|rotten image = Potato rotten.png
|rotten image = PotatoRotten.png
}}
 
==Crafting==
Potato can be preserved to extend its lifespan by using a [[Empty Jar|jar]].
{{Crafting/sandbox2
|jar_of_potatoes
}}
}}


== Crafting ==
===Evolved recipes===
Potato can be preserved to extend its lifespan by using a [[Empty_Jar|jar]].
Potato is a [[cooking]] [[Recipe ingredients|ingredient]].
{{Crafting header|ing=6}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2055 -->
{{EvolvedRecipesForItem|omelette=18|soup=18|stew=18|pie=18|stirfry=18|salad=18|roastedvegetables=18}}
{{Crafting cooking|028|ing=6}}
|}


=== Evolved recipes ===
===Sack of Potato===
Potato is a [[cooking]] [[Recipe Ingredients|ingredient]].
{{Crafting/sandbox2
{{EvolvedRecipesForItem|Omelette=9|Soup=18|Stew=18|Pie=18|StirFry=18|Salad=9|RoastedVegetables=18}}
|potato
}}


==Distribution==
==Distribution==
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 ===
Sacks of potato can be found in grocery stores and warehouses.
 
===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/sandbox2
{{Crafting/core|ing=1
|potatoes
| product_image = [[File:Potato.png|link=Potato|Potato]] | product_name = [[Potato]] | product_quantity = x1-?
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:Potato CropG.png|link=Potato Crop|Potato Crop]] | i1 = [[Farming|Potato Crop]] | q1 = x1
}}
}}
|}


==Gallery==
==Code==
<gallery>
{{CodeBox|[[File:Potato.png]] {{ID|Base.Potato}}<br>
File:Potato Model.png|Potato model when placed in the world.
{{CodeSnip
File:PotatoRotten Model.png|Rotten potato model when placed in the world.
  | lang = java
</gallery>
  | line = true
 
  | start = 97
== Code ==
  | source = farming.txt
'''''From farming.txt (Project Zomboid directory/media/scripts/)'''''
  | retrieved = true
{{Retrieved|version=41|incver=73}}
  | version = 41.78.16
<pre> item Potato
  | code =
item Potato
{
{
DisplayCategory = Food,
    DisplayCategory = Food,
Type = Food,
Type = Food,
DisplayName = Potato,
DisplayName = Potato,
Icon = Potato,
Icon = Potato,
Weight = 0.2,
Weight = 0.2,
HungerChange = -18,
HungerChange = -18,
DaysFresh = 14,
DaysFresh = 14,
DaysTotallyRotten = 28,
DaysTotallyRotten = 28,
         EvolvedRecipe = Omelette:9;Soup:18;Stew:18;Pie:18;Stir fry Griddle Pan:18;Stir fry:18;Salad:9;Roasted Vegetables:18,
         EvolvedRecipe       =       Omelette:9;Soup:18;Stew:18;Pie:18;Stir fry Griddle Pan:18;Stir fry:18;Salad:9;Roasted Vegetables:18,
         ThirstChange = -7,
         ThirstChange = -7,
         FoodType = Vegetables,
         FoodType   =   Vegetables,
         Carbohydrates = 14.52,
         Carbohydrates = 14.52,
         Proteins = 2.88,
         Proteins = 2.88,
Line 96: Line 101:
         Calories = 70,
         Calories = 70,
         WorldStaticModel = Potato_Ground,
         WorldStaticModel = Potato_Ground,
}</pre>
}
}}
 
[[File:Sandbag.png]] {{ID|Base.SackProduce_Potato}}<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 8200
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item SackProduce_Potato
{
DisplayName = Sack of Potatoes,
DisplayCategory = Food,
Type = Food,
Weight = 2,
Icon = Sandbag,
CantEat = TRUE,
DaysFresh = 14,
DaysTotallyRotten = 28,
WorldStaticModel = SandBag,
}
}}
}}
 
==See also==
*[[Potato Seeds]]
 
{{Navbox items|plants}}
 


{{Navbox food}}
[[Category:Perishable food]]

Revision as of 11:14, 14 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Potato
Potato Model.png
PotatoRotten Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Properties
Days fresh
14 days
Days until rotten
14 days
Nutrition
HungerMoodle Icon Hungry.png
-18
ThirstMoodle Icon Thirsty.png
-7
CaloriesCalories
70
CarbohydratesCarbohydrates
14.52
ProteinsProteins
2.88
FatFat
0.15
Technical
Item ID
farming.Potato
PlushSpiffo.pngThis article is about vegetable. For crop, see Potatoes.

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.

Fresh Stale Rotten

Potato.png
Hunger: -18


Potato.png
Hunger: -13
Boredom: +10
Unhappiness: +10

PotatoRotten.png
Hunger: -8
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Crafting

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

Product Ingredients Tools Requirements Workstation XP
JarWhite.png
Jar of Potatoes
One of:
SugarBrown.png Brown Sugar ×1
Sugar.png Sugar ×1
SugarPacket.png Sugar Packet ×1
Each of:
JarEmpty2.png Jar ×1
JarLid.png Jar Lid ×1
Potato.png Potato ×5
WaterDrop.png Water ×10 unit(s)
Vinegar.png Vinegar ×2 unit(s)
none none none 2.5 Cooking

Evolved recipes

Potato is a cooking ingredient.

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

Sack of Potato

Product Ingredients Tools Requirements Workstation XP
Potato.png
Potato ×12
Sandbag.png Sack of Potato ×1 none none none none

Distribution

Potato is often found in refrigerators and grocery displays.

Sacks of potato can be found in grocery stores and warehouses.

Farming

Potato can be grown by farming with potato seeds.

Product Ingredients Tools Requirements Workstation XP
Potato CropB.png
Potatoes
Plowed land.png Plowed Land ×1
TZ PotatoSeeds.png Potato Seeds ×4
WaterDrop.png Water ×65 unit(s)
none none none none

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Potato.png Base.Potato
Source: ProjectZomboid\media\scripts\farming.txt

Retrieved: Build 41.78.16
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,
	}

Sandbag.png Base.SackProduce_Potato
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item SackProduce_Potato
	{
		DisplayName = Sack of Potatoes,
		DisplayCategory = Food,
		Type = Food,
		Weight = 2,
		Icon = Sandbag,
		CantEat = TRUE,
		DaysFresh = 14,
		DaysTotallyRotten = 28,
		WorldStaticModel = SandBag,
	}

See also