Pot of Soup: Difference between revisions

From PZwiki
(fixed language bar and changed header to template)
mNo edit summary
Line 8: Line 8:
|boredom = -10
|boredom = -10
|weight = 4.0
|weight = 4.0
}}
}}{{About|soup created from [[Canned Soup|canned soup]]|soup created from ingredients|[[Recipe Ingredients#Soup & Stew Ingredients|soup (recipe)]]}}
A '''pot of soup''' is a [[Food#Perishable|perishable]] food item which is crafted from a [[Canned_Soup|canned tin of soup]] and a empty [[Cooking_Pot|cooking pot]]. <br>
A '''pot of soup''' is a [[Food#Perishable|perishable]] food item which is crafted from [[Canned_Soup|canned soup]] and an empty [[Cooking_Pot|cooking pot]]. <br>
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.
A pot of soup can be divided into 2 or 4 [[bowl]]s. A pot of soup takes three in-game days to go stale, and five in-game days to rot, which is longer than the open can of soup from which it is created. This process is slower when the item is in a refrigerator.


== Nutritional Information ==
== Nutritional information ==
{| border=0 align=left <!-- Table will be in middle of page without this line -->
{| border=0 align=left <!-- Table will be in middle of page without this line -->
|
|
Line 46: Line 46:
|}
|}
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
'''Its Nutritional Values are as follows:'''<br>
'''Its nutritional values are as follows:'''<br>
Carbohydrates = 20 <br>
Carbohydrates = 20 <br>
Proteins = 7.5 <br>
Proteins = 7.5 <br>
Line 52: Line 52:
Calories = 125 <br><br>
Calories = 125 <br><br>


== Evolved Recipes ==
== Evolved recipes ==


The below values represent a pot of cooked soup (fresh) being divided between bowls.  
The below values represent a pot of cooked soup (fresh) being divided among bowls.  
<br>
<br>
{| class="wikitable"
{| class="wikitable"
Line 62: Line 62:
! Name
! Name
! Hunger Added
! Hunger Added
! Unhappiness Bonus
! Boredom Bonus
! Boredom Bonus
! Unhappiness Bonus
|-
|-
|[[File:Full_Soup_bowl.png|centre]]2 Bowls of Soup
|[[File:Full_Soup_bowl.png|centre]]2 Bowls of Soup
| style="text-align: center;" |-15 hunger,
| style="text-align: center;" |-15
| style="text-align: center;" |-10 unhappiness,
| style="text-align: center;" |-20
| style="text-align: center;" |-5 boredom,
| style="text-align: center;" |-10
|-
|-
|[[File:Full_Soup_bowl.png|centre]]4 Bowls of Soup
|[[File:Full_Soup_bowl.png|centre]]4 Bowls of Soup
| style="text-align: center;" |-9 hunger, 
| style="text-align: center;" |-9
| style="text-align: center;" |-5 unhappiness,
| style="text-align: center;" |-20
| style="text-align: center;" |-2 boredom,
| style="text-align: center;" |-10
|-
|-
|}
|}

Revision as of 14:58, 10 August 2018


PlushSpiffo.pngThis article is about soup created from canned soup. For soup created from ingredients, see [[soup (recipe)]].

A pot of soup is a perishable food item which is crafted from canned soup and an empty cooking pot.
A pot of soup can be divided into 2 or 4 bowls. A pot of soup takes three in-game days to go stale, and five in-game days to rot, which is longer than the open can of soup from which it is created. This process is slower when the item is in a refrigerator.

Nutritional information

Template:Consumables2























Its 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 among bowls.

Evolved Recipes
Name Hunger Added Unhappiness Bonus Boredom Bonus
2 Bowls of Soup -15 -20 -10
4 Bowls of Soup -9 -20 -10

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