Bowl of Soup

From PZwiki
Revision as of 01:08, 13 June 2018 by MalonyJenkins (talk | contribs) (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))
WhiskeyHalf.png
This article may be in need of improvement.
Editors are encouraged to add any missing information to the article, while verifying that the article's current content is correct.

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. The amount of soup hunger depends on the soup made and the parts put in. -15 hunger is the maximum for each bowl.

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