Canned Vegetable Soup

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


Page Updated @ Version: 34.28

Canned soup is a non-perishable food item which is often found in kitchen counters.
Canned soup can only be opened with a can opener, and once opened becomes a perishable item. An opened can of soup takes two in-game days to go stale, and four in-game days to rot.

Cooking


Canned soup can be further enhanced by using an empty cooking pot and a can opener to make a pot of soup.

Fresh uncooked pots of soup provide -30 hunger, -10 unhappiness, and -20 boredom.
Fresh cooked pots of soup provide -39 hunger, -10 unhappiness, and -20 boredom.


Nutritional information

Template:Consumables2












Its nutritional values are as follows:
Carbohydrates = 20
Proteins = 7.5
Lipids = 2.5
Calories = 125

Evolved recipes

Name Recipe Description












Code


Sealed can

	item TinnedSoup
        	Weight		= 0.8,
        	Type		= Food,
        	DisplayName	= Canned Soup,
        	Icon		= Soup,
        	Carbohydrates 	= 20,
        	Proteins 	= 7.5,
        	Lipids 		= 2.5,
        	Calories 	= 125,
       		Packaged 	= TRUE,
 

Opened can

	item TinnedSoupOpen
		HungerChange		= -25,
		Weight			= 0.8,
		Type			= Food,
		DisplayName		= Open Canned Soup,
		Icon			= SoupOpen,
		CustomContextMenu 	= Drink,
		CustomEatSound 		= PZ_DrinkingFromBottle,
		DaysTotallyRotten	= 4,
        	DaysFresh 		= 2,
        	Carbohydrates 		= 20,
        	Proteins 		= 7.5,
        	Lipids 			= 2.5,
        	Calories 		= 125,
        	Packaged 		= TRUE,
    

Template:Navbox/Consumables