Tasty Bowl of Soup: Difference between revisions

From PZwiki
Tasty Bowl of Soup
m (Added obsolete notice box and category)
m (Removed obsolete items category - included in notice box now)
Line 43: Line 43:


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Obsolete Items]]
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Food]]

Revision as of 21:36, 28 July 2014

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