Canned Potato: Difference between revisions

From PZwiki
(New infobox + new layout)
mNo edit summary
Line 10: Line 10:
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=0.8
|weight=0.7
|days_fresh=3
|days_fresh=2
|days_rotten=5
|days_rotten=4
|packaged=True
|packaged=True
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-15
|hunger_change=-18
|thirst_change=
|thirst_change=-7
|calories=260
|calories=175
|lipids=7
|lipids=0
|proteins=16
|proteins=2.5
|carbohydrates=33
|carbohydrates=35
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.CannedPotato<br>Base.CannedPotatoOpen
|class_name=Base.CannedPotato<br>Base.CannedPotatoOpen

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