Canned Spaghetti Bolognese: Difference between revisions

From PZwiki
(Update of NavBar.)
m (fixed language and container links)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages}}
{{languages|Canned Bolognese}}
<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.8
|weight = 0.8
}}
}}
Canned Bolognese 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 bolognese''' 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 Bolognese can only be opened with a [[Can Opener#|can opener]], and once opened it becomes a perishable item. A opened can of canned bolognese takes three in-game days to go stale, and five in-game days to rot.
Canned bolognese can only be opened with a [[Can Opener#|can opener]], and once opened it becomes a perishable item. An opened can of canned bolognese takes three in-game days to go stale, and five 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 = 68 <br>
Carbohydrates = 68 <br>
Proteins = 18 <br>
Proteins = 18 <br>

Revision as of 12:50, 10 May 2018


Page Updated @ Version: 34.28

Canned bolognese is a non-perishable food item which is often found in kitchen counters. It is a non-perishable item while it is sealed.
Canned bolognese can only be opened with a can opener, and once opened it becomes a perishable item. An opened can of canned bolognese takes three in-game days to go stale, and five in-game days to rot.


Nutritional Information

Template:Consumables2












Its Nutritional Values are as follows:
Carbohydrates = 68
Proteins = 18
Lipids = 22
Calories = 540

Evolved Recipes

Product Nutrition
Stew
Stew
10
Stir Fry
Stir Fry
10
Roasted Vegetables
Roasted Vegetables
10
Rice Pot/Saucepan
Rice Pot/Saucepan
10
Pasta Pot/Saucepan
Pasta Pot/Saucepan
10

Code


Sealed Can

	
    item CannedBolognese
        Weight		= 0.8,
        Type		= Food,
        DisplayName	= Canned Bolognese,
        Icon		= CannedBolognese,
        Carbohydrates 	= 68,
        Proteins 	= 18,
        Lipids 		= 22,
        Calories 	= 540,
        Packaged 	= TRUE,
    

Opened Can

    item CannedBologneseOpen
        DisplayName		= Open Canned Spaghetti Bolognese,
        Icon			= CannedBologneseOpen,
        HungerChange 		= -25,
        DaysFresh		= 3,
        DaysTotallyRotten	= 5,
        EvolvedRecipe   	= Stew:10;Stir fry:10;Roasted Vegetables:10;RicePot:10;RicePan:10;PastaPot:10;PastaPan:10,
        FoodType 		= Meat,
        Weight			= 0.8,
        Type			= Food,
        Carbohydrates 		= 68,
        Proteins 		= 18,
        Lipids 			= 22,
        Calories 		= 540,
        Packaged 		= TRUE,
        EvolvedRecipeName 	= Canned Bolognese,
    

See Also

Template:Navbox/Consumables