Potato: Difference between revisions

From PZwiki
m (Typo. Left Carrot text in Recipe description.)
m (Automated Formatting)
(41 intermediate revisions by 12 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Food|Vegetables}}
{{languages}}
{{Page version|41.78.16}}
{{Consumables
{{Infobox item
|image = Potato.png
|name=Potato
|weight = 0.2
|model=Potato_Model.png
|hunger = -30
|icon=Potato.png
|icon_name=Potato
|model2=PotatoRotten_Model.png
|icon2=PotatoRotten.png
|icon_name2=Potato (Rotten)
<!--GENERAL-->
|category=Food
|weight=0.2
|days_fresh=14
|days_rotten=14
<!--NUTRITION-->
|hunger_change=-18
|thirst_change=-7
|calories=70
|lipids=0.15
|proteins=2.88
|carbohydrates=14.52
<!--TECHNICAL DETAILS-->
|item_id=farming.Potato
}}
}}
A perishable food item that goes bad as time passes, when outside of a powered [[refrigerator]]. Potatoes are often found inside of refrigerators, and in produce bins. Can be grown through [[Farming]] with [[Potato Seeds]]. Potatoes take seven in-game days to go stale, and two in-game weeks to rot.
{{About|vegetable|crop|Potatoes}}
'''Potato''' is a perishable [[food]] [[Items|item]].


== Nutritional Information ==
==Usage==
{| border=0 align=left
===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.
{{Consumables2
{{Consumables
|image = Potato.png
|image = Potato.png
|hunger = -30
|hunger = -18
|thirst = 0
|thirst = 0
|unrotten hunger = -23
|unrotten hunger = -13
|unrotten boredom = +10
|unrotten boredom = +10
|unrotten unhappiness = +10
|unrotten unhappiness = +10
|unrotten thirst = 0
|unrotten thirst = 0
|unrotten image = Potato.png
|unrotten image = Potato.png
|rotten hunger = -13
|rotten hunger = -8
|rotten boredom = +20
|rotten boredom = +20
|rotten unhappiness = +20
|rotten unhappiness = +20
|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
}}
 
===Evolved recipes===
Potato is a [[cooking]] [[Recipe ingredients|ingredient]].
{{EvolvedRecipesForItem|omelette=18|soup=18|stew=18|pie=18|stirfry=18|salad=18|roastedvegetables=18}}
 
===Sack of Potato===
{{Crafting/sandbox2
|potato
}}
 
==Distribution==
Potato is often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].
 
Sacks of potato can be found in grocery stores and warehouses.
 
===Farming===
Potato can be grown by [[farming]] with [[Potato Seeds|potato seeds]].
{{Crafting/sandbox2
|potatoes
}}
}}
|}
 
<br><br><br><br><br><br><br><br><br><br><br>
==Code==
== Crafting ==
{{CodeBox|[[File:Potato.png]] {{ID|Base.Potato}}<br>
Potatoes can be used as Recipe Ingredients in many recipes.
{{CodeSnip
{| class="wikitable sortable" style="text-align:center;"
  | lang = java
|-
  | line = true
! Name
  | start = 97
! class="unsortable" | Recipe
  | source = farming.txt
! class="unsortable" | Description
  | retrieved = true
! Crafting Level
  | version = 41.78.16
{{RecipeLookup|2029}}
  | code =
{{RecipeLookup|2030}}
item Potato
{{RecipeLookup|2031}}
{{RecipeLookup|2045}}
{{RecipeLookup|2046}}
|}
== Farming ==
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
! Crafting Level
{{RecipeLookup|5015}}
|}
== Code ==
<nowiki>item Potato
{
{
    DisplayCategory = Food,
Type = Food,
Type = Food,
DisplayName = Potato,
DisplayName = Potato,
Icon = Potato,
Icon = Potato,
Weight = 0.2,
Weight = 0.2,
HungerChange = -30,
HungerChange = -18,
DaysFresh = 7,
DaysFresh = 14,
DaysTotallyRotten = 14,
DaysTotallyRotten = 28,
         EvolvedRecipe      =      Soup:15;Stew:15;Pie:15;Stir fry:15;Salad:10;Roasted Vegetables:15,
         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,
         FoodType    =  Vegetables,
}</nowiki>
        Carbohydrates = 14.52,
        Proteins = 2.88,
        Lipids = 0.15,
        Calories = 70,
        WorldStaticModel = Potato_Ground,
}
}}
 
[[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,
}
}}
}}


== History ==
==See also==
*[[Potato Seeds]]


{| class="wikitable" width="550" style="text-align:center;"
{{Navbox items|plants}}
|-
! Alpha || 
|-
| RC 2.9.8a || Can be grown as a crop.
|}


==See Also==
* [[Farming]]


{{Navbox/Consumables}}
[[Category:Perishable food]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Perishable Food]]
[[Category:Version 2.9.9.17]]

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