Bowl of Soup: Difference between revisions

From PZwiki
(added new infobox and updated code. Still need to check where the nutritional values come from)
mNo edit summary
Line 16: Line 16:
|class_name=Base.SoupBowl
|class_name=Base.SoupBowl
}}{{About|soup created from [[Canned Soup|canned soup]]|soup created from ingredients|[[Recipe Ingredients#Soup & Stew Ingredients|soup (recipe)]]}}
}}{{About|soup created from [[Canned Soup|canned soup]]|soup created from ingredients|[[Recipe Ingredients#Soup & Stew Ingredients|soup (recipe)]]}}
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.
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 three in-game days to rot. This process is slower when the item is in a refrigerator.


== Crafting ==
== Crafting ==

Revision as of 14:47, 10 August 2018

Template:Infobox food

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 three in-game days to rot. This process is slower when the item is in a refrigerator.

Crafting

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Code

Retrieved: Build 40.6

	item SoupBowl
		HungerChange		= -15,
		ThirstChange		= -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