Bowl of Soup: Difference between revisions

From PZwiki
(Brought into Navigation Table (How was this page missed?), updated info to current version. Removed old formatting (effects etc). Corrected consumable stats. Added improve notice (don't know rot times or effects on soup))
mNo edit summary
Line 3: Line 3:
|image = Full_Soup_bowl.png
|image = Full_Soup_bowl.png
|hunger = -15
|hunger = -15
|weight = 1
|weight = 1}}
}}{{Notice|Improve}}
{{About|soup created from [[Canned Soup|canned soup]]|soup created from ingredients|[[Recipe Ingredients#Soup & Stew Ingredients|soup (recipe)]]}}
A bowl of soup created by dividing soup created in a pot. It is crafted by putting a pot of soup and 4 bowls in the crafting area, and this recipe will yield 4 bowls of soup.
A '''bowl of soup''' is a [[Food#Perishable|perishable]] food item which is created from a [[Pot of Soup|pot of soup]] divided among 2 or 4 [[bowl]]s. A bowl of soup takes one in-game day to go stale, and 3 in-game days to rot. This process is slower when the item is in a refrigerator.
The amount of soup hunger depends on the soup made and the parts put in. -15 hunger is the maximum for each bowl.


== Crafting ==
== Crafting ==

Revision as of 19:39, 7 August 2018

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

A bowl of soup is a perishable food item which is created from a pot of soup divided among 2 or 4 bowls. A bowl of soup takes one in-game day to go stale, and 3 in-game days to rot. This process is slower when the item is in a refrigerator.

Crafting

Name Recipe Description












Code

	item SoupBowl
		HungerChange		= -15,
		Type			= Food,
		DisplayName		= Bowl of Soup,
		MinutesToCook		= 15,
		Weight			= 1,
		IsCookable		= TRUE,
		DaysTotallyRotten	= 3,
		UnhappyChange		= -20,
		MinutesToBurn		= 25,
		Icon			= BowlFull,
		ReplaceOnUse		= Bowl,
		DaysFresh		= 1,
		BoredomChange		= -10,
		CustomContextMenu 	= Drink,
		CustomEatSound 		= PZ_DrinkingFromBottle,
}

Template:Navbox/Consumables