Canned Potato: Difference between revisions

From PZwiki
(Update of NavBar.)
m (fixed language and container links)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages}}
{{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 -->
<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 -->
<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 -->
<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 -->
Line 9: Line 9:
|weight = 0.7
|weight = 0.7
}}
}}
Canned Potato is a non-perishable food item which is often found in [[Containers#Kitchen_cupboard|kitchen cupboards]]. It is a [[Food#Non-Perishable|non-perishable]] item while it is sealed.<br>  
'''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>  
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.
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.


Line 33: Line 33:
|}
|}
<br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br>
'''It's Nutritional Values are as follows:'''<br>
'''Its Nutritional Values are as follows:'''<br>
Carbohydrates = 35 <br>
Carbohydrates = 35 <br>
Proteins = 2.5 <br>
Proteins = 2.5 <br>

Revision as of 12:21, 10 May 2018


Page Updated @ Version: 34.28

Canned potato is a non-perishable food item which is often found in kitchen counters. It is a non-perishable item while it is sealed.
Canned Peas can only be opened with a 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.


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