Tasty Bowl of Soup

From PZwiki
Revision as of 21:36, 28 July 2014 by Pat Bren (talk | contribs) (Removed obsolete items category - included in notice box now)

Tasty Bowl of Soup
BoxSmall.png
This feature has been removed from the game.
It has been replaced by something else.


A bowl of tasty soup. Fills up four bowls when crafted with Soup for portable use, but consumes less hunger.

Effects

Moodles: -4
Hungry: -20
Unhappy: -5

Crafting

Name Recipe Description












Code

	item TastyBowl
	{
		HungerChange	=	-20,
		Type	=	Food,
		DisplayName	=	Tasty Bowl of Soup,
		MinutesToCook	=	23,
		Weight	=	1,
		IsCookable	=	TRUE,
		DaysTotallyRotten	=	3,
		UnhappyChange	=	-5,
		MinutesToBurn	=	35,
		Icon	=	BowlFull,
		ReplaceOnUse	=	Bowl,
		DaysFresh	=	1,
		BoredomChange	=	-4,
		CustomContextMenu = Drink,
	}
}

Template:Navbox/Consumables