Canned Peas: Difference between revisions

From PZwiki
(Update of NavBar.)
m (fixed language and container links)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages}}
{{languages|}}
<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 Peas are 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 peas''' are 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 = 52.5 <br>
Carbohydrates = 52.5 <br>
Proteins = 14 <br>
Proteins = 14 <br>

Revision as of 12:20, 10 May 2018


Page Updated @ Version: 34.28

Canned peas are 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 = 52.5
Proteins = 14
Lipids = 0
Calories = 280

Evolved Recipes

Product Nutrition
Soup
Soup
15
Stew
Stew
15
Stir Fry
Stir Fry
15
Roasted Vegetables
Roasted Vegetables
15
Rice Pot/Saucepan
Rice Pot/Saucepan
15

Code


Sealed Can

    item CannedPeas
        Weight		= 0.7,
        Type		= Food,
        DisplayName	= Canned Peas,
        Icon		= CannedPeas,
        Carbohydrates 	= 52.5,
        Proteins 	= 14,
        Lipids 		= 0,
        Calories 	= 280,
        Packaged 	= TRUE,
 

Opened Can

    item CannedPeasOpen
        Weight			= 0.7,
        Type			= Food,
        DisplayName		= Open Canned Peas,
        Icon			= CannedPeasOpen,
        HungerChange 		= -15,
        EvolvedRecipe 		= Soup:15;Stew:15;Stir fry:15;Roasted Vegetables:15;RicePot:15;RicePan:15,
        DaysFresh		= 2,
        DaysTotallyRotten	= 4,
        Carbohydrates 		= 52.5,
        Proteins 		= 14,
        Lipids			= 0,
        Calories		= 280,
        Packaged 		= TRUE,
        FoodType    		= Vegetables,
        EvolvedRecipeName 	= Canned Peas,
    

Template:Navbox/Consumables