Bowl of Soup

From PZwiki
Revision as of 07:49, 31 October 2018 by Vaileasys (talk | contribs) (b40 update)
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
Effect
Unhappiness
Unhappiness
-20
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 custom-made by a character, 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.30

	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,
		CustomContextMenu 	= Drink,
		CustomEatSound 		= DrinkingFromBottle,

Template:Navbox/Consumables