Pot of Soup

From PZwiki
Revision as of 14:58, 10 August 2018 by Simian (talk | contribs)


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