Canned Mushroom Soup: Difference between revisions

From PZwiki
(new31.9)
 
(Updated page, +nutritional info, description, +navigation, +info,)
Line 1: Line 1:
{{languages}}{{Notice|Short}}
__NOTOC__
 
{{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 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: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Non-Perishable_Food|Non Perishable Foods]] -> [[Canned_Mushroom_Soup|Canned Mushroom Soup]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
{{Consumables
|image = CannedMushroomSoup.png
|image = CannedMushroomSoup.png
|hunger = -20
|hunger = -10
|weight = 0.7
|weight = 0.7
}}
}}
Canned Mushroom Soup<br>
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.
[[File:CannedMushroomSoup.png]]:Non-Perishable Food<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.  
Open Canned Mushroom Soup<br>
[[File:CannedMushroomSoupOpen.png]]:Perishable Food<br>
 


== Nutritional Information ==
== Nutritional Information ==
{{Consumables2
|image = CannedMushroomSoupOpen.png
|hunger = -20
|perishable = 1
|cookable = 0
|dangerous uncooked = 0
|unhappiness = 0
|unrotten hunger = 0
|unrotten unhappiness = 0
|rotten hunger = 0
|rotten unhappiness = 0
|unrottencooked hunger = 0
|unrottencooked unhappiness = 0
|unrottencooked boredom = 0
|rottencooked hunger = 0
|rottencooked unhappiness = 0
|cooked hunger = 0
|cooked unhappiness = 0
|cooked boredom = 0
|burned hunger = 0
|burned boredom = 0
|burned unhappiness = 0
|burned image =
|rotten image = CannedMushroomSoupOpen.png
|cooked image =
}}


== Crafting ==
'''It's Nutritional Values are as follows:'''<br>
{| class="wikitable sortable" style="text-align:center;"
Carbohydrates = 19 <br>
|-
Proteins = 3 <br>
! Name
Lipids = 8 <br>
! class="unsortable" | Recipe
Calories = 160 <br><br>
! class="unsortable" | Description
! Crafting Level
{{RecipeLookup|2067}}
|}


== Code ==
== Code ==
  <nowiki>item CannedMushroomSoup
<br>
    {
''Sealed Can''
         Weight = 0.7,
  <nowiki>  
         Type = Normal,
item CannedMushroomSoup
         DisplayName = Canned Mushroom Soup,
         Weight = 0.7,
         Icon = CannedMushroomSoup,
         Type = Food,
    }</nowiki>
         DisplayName = Canned Mushroom Soup,
open
         Icon = CannedMushroomSoup,
  <nowiki>item CannedMushroomSoupOpen
        Carbohydrates = 19,
    {
        Proteins = 3,
         Weight = 0.7,
        Lipids = 8,
         Type = Food,
        Calories = 160,
         DisplayName = Open Canned Mushroom Soup,
        Packaged = TRUE,
         Icon = CannedMushroomSoupOpen,
</nowiki>
         HungerChange = -20,
''Opened Can''
         DaysFresh = 2,
  <nowiki>  
         DaysTotallyRotten = 4,
item CannedMushroomSoupOpen
    }</nowiki>
         Weight = 0.7,
 
         Type = Food,
== History ==
         DisplayName = Open Canned Mushroom Soup,
 
         Icon = CannedMushroomSoupOpen,
{| class="wikitable" width="550" style="text-align:center;"
         HungerChange = -10,
|-
         DaysFresh = 2,
! Alpha || 
         DaysTotallyRotten = 4,
|-
        Carbohydrates = 19,
| Ver31.9 || -
        Proteins = 3,
|}
        Lipids = 8,
 
        Calories = 160,
==See Also==
        Packaged = TRUE,
 
    </nowiki>
 


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Food]]
[[Category:Non-Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 05:54, 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 carrots takes two in-game days to go stale, and four in-game days to rot.

Nutritional Information

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