Bowl of Soup

From PZwiki
Revision as of 12:51, 10 August 2018 by Vaileasys (talk | contribs) (added new infobox and updated code. Still need to check where the nutritional values come from)
Bowl of Soup
Bowl of Soup
General
Category Food
Encumbrance
Heavy Load
1
Days until stale 1 days
Days until rotten 3 days
Nutrition
Hunger
Hunger
-15
Thirst
Thirst
-15 Template:Upcoming
Effect
Unhappiness
Unhappiness
-20
Boredom
Boredom
-10
Cooking
Time until cooked 15 minutes
Time until burned 25 minutes
Technical details
Item ID Base.SoupBowl
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

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