Pot of Soup: Difference between revisions

From PZwiki
m (Corrected error in Nav.Bar)
(Update of NavBar.)
Line 3: Line 3:
<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 -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[Pot_of_soup|Pot of Soup]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[{{PAGENAME}}|Pot of Soup]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
{{Consumables
|image = Potofsoup.png
|image = Potofsoup.png

Revision as of 19:37, 29 August 2016


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Food -> Perishable Foods -> Pot of Soup   

A Pot of Soup is perishable food item which is crafted from a canned tin of soup and a empty cooking pot.
A Pot of Soup can be divided into 4 bowls, and takes three in-game days to go stale, and five in-game days to rot, which is longer than a open can of soup from which it is created.

Nutritional Information

Template:Consumables2























It's Nutritional Values are as follows:
Carbohydrates = 20
Proteins = 7.5
Lipids = 2.5
Calories = 125

Evolved Recipes

The below values represent a pot of cooked soup (fresh) being divided between bowls.

Evolved Recipes
Name Hunger Added Boredom Bonus Unhappiness Bonus
2 Bowls of Soup -15 hunger, -10 unhappiness, -5 boredom,
4 Bowls of Soup -9 hunger, -5 unhappiness, -2 boredom,

Code


	item PotOfSoup
		HungerChange	=	-30,
		Weight	=	4,
		Type	=	Food,
		IsCookable	=	TRUE,
		UnhappyChange	=	-20,
		MinutesToBurn	=	100,
		DisplayName	=	Pot of Soup,
		ReplaceOnUse	=	Pot,
		Icon	=	PotFull,
		MinutesToCook	=	50,
		BoredomChange	=	-10,
        	DaysTotallyRotten	=	5,
        	DaysFresh = 3,
        	CustomContextMenu = Drink,
        	CustomEatSound = PZ_DrinkingFromBottle,
        	Carbohydrates = 20,
        	Proteins = 7.5,
        	Lipids = 2.5,
        	Calories = 125,
    

Template:Navbox/Consumables