Canned Potato

From PZwiki
Revision as of 22:55, 24 July 2018 by Simian (talk | contribs)


Page Updated @ Version: 34.28

Canned potato is a non-perishable food item which is often found in kitchen counters.
Canned potato can only be opened with a can opener, and once opened becomes a perishable item. An opened can of potato takes two in-game days to go stale, and four in-game days to rot.


Nutritional information

Template:Consumables2












Its nutritional values are as follows:
Carbohydrates = 35
Proteins = 2.5
Lipids = 0
Calories = 175

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

Code


Sealed can

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

Opened can

    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,
    

Template:Navbox/Consumables