Canned Potato: Difference between revisions

From PZwiki
m (fixed language and container links)
mNo edit summary
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
{{languages|Canned Potato}}
{{languages|Canned Potato}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{header|Project Zomboid|Items|Food|Non-Perishable Food|Canned Food|type=Food|version=Version 40|incver=14}}{{Infobox food
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|display_name=Canned Potato
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Non-Perishable_Food|Non Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_colour=Food
{{Consumables
|name_text_colour=Food
|image = CannedPotato2.png
|image=CannedPotato_120px.png
|hunger = -18
|alternate_image=CannedPotatoOpen.png
|weight = 0.7
|alternate_link=
}}
|alternate_name=Opened Canned Potato
'''Canned potato''' is a non-perishable food item which is often found in [[Containers#Kitchen_Counter|kitchen counters]]. It is a [[Food#Non-Perishable|non-perishable]] item while it is sealed.<br>
<!--GENERAL-->
Canned Peas can only be opened with a [[Can Opener#|can opener]], and once opened it becomes a perishable item. A opened can of canned peas takes two in-game days to go stale, and four in-game days to rot.
|category=Food
 
|weight=0.7
|days_fresh=2
|days_rotten=4
|packaged=True
<!--NUTRITION-->
|hunger_change=-18
|thirst_change=-7
|calories=175
|lipids=0
|proteins=2.5
|carbohydrates=35
<!--TECHNICAL DETAILS-->
|class_name=Base.CannedPotato<br>Base.CannedPotatoOpen
}}'''Canned potato''' is a [[Food#Non-Perishable|non-perishable]] food [[item]].  


== Nutritional Information ==
==Usage==
{| border=0 align=left <!-- Table will be in middle of page without this line -->
Canned potato can only be opened with a [[Can Opener|can opener]], and once opened become [[Food#Perishable|perishable]].
|
===Consumable properties===
Opened canned 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 = CannedPotatoOpen.png
|image = CannedPotatoOpen.png
Line 31: Line 44:
|rotten image = CannedPotatoOpen.png
|rotten image = CannedPotatoOpen.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br>
'''Its Nutritional Values are as follows:'''<br>
Carbohydrates = 35 <br>
Proteins = 2.5 <br>
Lipids = 0 <br>
Calories = 175 <br><br>


== Evolved Recipes ==
==Crafting==
<!-- Information for template 'Evolved Recipes', used to explain how much of the food can be put into a meal. -->
===Cooking===
{{EvolvedRecipesForItem
{{Main|Cooking}}
|soup=18|stew=18|pie=18|stirfry=18|salad=9|roastedvegetables=18|}}
Canned potato can be used in various cooking recipes.
====Evolved recipes====
{{EvolvedRecipesForItem|soup=18|stew=18|pie=18|stirfry=18|salad=9|roastedvegetables=18}}
 
==Distribution==
Canned potato is often found in [[Containers#Kitchen Counter|kitchen counters]].


== Code ==
== Code ==
<br>
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
''Sealed Can''
 
<nowiki>
''Canned Potato'' [[File:CannedPotato.png|32px]]
    item CannedPotato2
{{Retrieved|version=40|incver=14}}
<pre> item CannedPotato2
         Weight = 0.7,
         Weight = 0.7,
         Type = Food,
         Type = Food,
Line 57: Line 69:
         Lipids = 0,
         Lipids = 0,
         Calories = 175,
         Calories = 175,
         Packaged = TRUE,
         Packaged = TRUE,</pre>
</nowiki>
 
''Opened Can''
''Opened Canned Potato'' [[File:CannedPotatoOpen.png|32px]]
<nowiki>
{{Retrieved|version=40|incver=14}}
    item CannedPotatoOpen
<pre> item CannedPotatoOpen
        Weight = 0.7,
        Weight = 0.7,
        Type = Food,
        Type = Food,
        DisplayName = Open Canned Potato,
        DisplayName = Open Canned Potato,
        Icon = CannedPotatoOpen,
        Icon = CannedPotatoOpen,
        HungerChange = -18,
        HungerChange = -18,
        EvolvedRecipe  = Soup:18;Stew:18;Pie:18;Stir fry:18;Salad:9;Roasted Vegetables:18,
        EvolvedRecipe  = Soup:18;Stew:18;Pie:18;Stir fry:18;Salad:9;Roasted Vegetables:18,
        DaysFresh = 2,
        DaysFresh = 2,
        DaysTotallyRotten = 4,
        DaysTotallyRotten = 4,
        Carbohydrates = 35,
        Carbohydrates = 35,
        Proteins = 2.5,
        Proteins = 2.5,
        Lipids = 0,
        Lipids = 0,
        Calories = 175,
        Calories = 175,
        Packaged = TRUE,
        Packaged = TRUE,
        FoodType    = Vegetables,
        FoodType    = Vegetables,
        EvolvedRecipeName = Canned Potato,
        EvolvedRecipeName = Canned Potato,
    </nowiki>
        ReplaceOnUse    = TinCanEmpty,</pre>
 
==See also==
*[[Canned Carrots]]
*[[Canned Chili]]
*[[Canned Corn]]
*[[Canned Peas]]
*[[Canned Tomato]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Non-Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 16:07, 9 September 2018

Canned Potato
Canned Potato
Opened Canned Potato
General
Category Food
Encumbrance
Heavy Load
0.7
Days until stale 2 days
Days until rotten 4 days
Packaged True
Nutrition
Hunger
Hunger
-18
Thirst
Thirst
-7
Calories
Calories
175
Carbohydrates
Carbohydrates
35
Proteins
Proteins
2.5
Fat
Fat
0
Technical details
Item ID Base.CannedPotato
Base.CannedPotatoOpen

Canned potato is a non-perishable food item.

Usage

Canned potato can only be opened with a can opener, and once opened become perishable.

Consumable properties

Opened canned 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

Cooking

Main article: Cooking

Canned potato can be used in various cooking recipes.

Evolved recipes

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

Distribution

Canned potato is often found in kitchen counters.

Code

From newitems.txt (Project Zomboid directory/media/scripts/)

Canned Potato CannedPotato.png Retrieved: Build 40.14

	item CannedPotato2
        Weight		= 0.7,
        Type		= Food,
        DisplayName	= Canned Potato,
        Icon		= CannedPotato,
        Carbohydrates 	= 35,
        Proteins 	= 2.5,
        Lipids 		= 0,
        Calories 	= 175,
        Packaged 	= TRUE,

Opened Canned Potato CannedPotatoOpen.png Retrieved: Build 40.14

	item CannedPotatoOpen
        	Weight			= 0.7,
        	Type			= Food,
        	DisplayName		= Open Canned Potato,
        	Icon			= CannedPotatoOpen,
        	HungerChange 		= -18,
        	EvolvedRecipe   	= Soup:18;Stew:18;Pie:18;Stir fry:18;Salad:9;Roasted Vegetables:18,
        	DaysFresh		= 2,
        	DaysTotallyRotten	= 4,
        	Carbohydrates 		= 35,
        	Proteins 		= 2.5,
        	Lipids 			= 0,
        	Calories 		= 175,
        	Packaged 		= TRUE,
        	FoodType    		= Vegetables,
        	EvolvedRecipeName 	= Canned Potato,
        	ReplaceOnUse    	= TinCanEmpty,

See also

Template:Navbox/Consumables