Bowl of Soup

From PZwiki
Revision as of 00:59, 17 November 2013 by Minic90 (talk | contribs) (→‎Code)


A bowl of soup is a more effective way to consume soup. 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.

Effects

Moodles: -10
Hungry: -15
Unhappy: -20



Crafting

Name Recipe Description












Code

item SoupBowl4
{
	Type			=			Food,
	DisplayName		=			Bowl of Soup,
	Icon			=			BowlFull,
	Weight			=			3,
	IsCookable		= 			true,
	MinutesToCook   	= 			15,
	MinutesToBurn   	= 			25,
	Count			=			4,
	HungerChange 		=			-15,
	ReplaceOnUse		=			Bowl,
	BoredomChange 		=			-10,
	UnhappyChange 		=			-20,
	DaysFresh 		=			1,
	DaysTotallyRotten 	=	 		3,
}

Template:Navbox/Consumables