Canned Mushroom Soup: Difference between revisions

From PZwiki
(Updated page, +nutritional info, description, +navigation, +info,)
m (Correction to pay, added nutritional info.)
Line 9: Line 9:
|weight = 0.7
|weight = 0.7
}}
}}
Canned Mushroom Soup is a non-perishable food item which is often found in kitchen cupboards. It is a non-perishable item while it is sealed.
Canned Mushroom Soup 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 Mushroom Soup can only be opened with a can opener, and once opened it becomes a perishable item. A opened can of canned carrots takes two in-game days to go stale, and four in-game days to rot.  
Canned Mushroom Soup can only be opened with a [[Can Opener#|can opener]], and once opened it becomes a perishable item. A opened can of Canned Mushroom Soup takes two in-game days to go stale, and four in-game days to rot.


== Nutritional Information ==
== Nutritional Information ==
 
{| border=0 align=left <!-- Table will be in middle of page without this line -->
|
{{Consumables2
|image = CannedCarrotsOpen.png
|hunger = -10
|thirst = 0
|unrotten hunger = -7
|unrotten boredom = +10
|unrotten unhappiness = +10
|unrotten thirst = 0
|rotten hunger = -4
|rotten boredom = +20
|rotten unhappiness = +20
|rotten thirst = 0
|perishable = 1
|rotten image = CannedCarrotsOpen.png
}}
|}
<br><br><br><br><br><br><br><br><br><br><br>
'''It's Nutritional Values are as follows:'''<br>
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 19 <br>
Carbohydrates = 19 <br>

Revision as of 05:57, 3 July 2016


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Non Perishable Foods -> Canned Mushroom Soup   

Canned Mushroom Soup is a non-perishable food item which is often found in kitchen cupboards. It is a non-perishable item while it is sealed.
Canned Mushroom Soup can only be opened with a can opener, and once opened it becomes a perishable item. A opened can of Canned Mushroom Soup takes two in-game days to go stale, and four in-game days to rot.

Nutritional Information

Template:Consumables2












It's Nutritional Values are as follows:
Carbohydrates = 19
Proteins = 3
Lipids = 8
Calories = 160

Code


Sealed Can

   
 item CannedMushroomSoup
        Weight		= 0.7,
        Type		= Food,
        DisplayName	= Canned Mushroom Soup,
        Icon		= CannedMushroomSoup,
        Carbohydrates 	= 19,
        Proteins 	= 3,
        Lipids 		= 8,
        Calories 	= 160,
        Packaged 	= TRUE,
 

Opened Can

   
item CannedMushroomSoupOpen
        Weight			= 0.7,
        Type			= Food,
        DisplayName		= Open Canned Mushroom Soup,
        Icon			= CannedMushroomSoupOpen,
        HungerChange 		= -10,
        DaysFresh		= 2,
        DaysTotallyRotten	= 4,
        Carbohydrates 		= 19,
        Proteins 		= 3,
        Lipids 			= 8,
        Calories 		= 160,
        Packaged 		= TRUE,
    

Template:Navbox/Consumables