Tasty Bowl of Soup: Difference between revisions

From PZwiki
Tasty Bowl of Soup
(Changed to match game build 21)
m (added a sentence or two)
Line 5: Line 5:
|weight = 1.0
|weight = 1.0
}}
}}
A bowl of tasty soup. Fills up four [[bowl]]s when crafted with [[Tasty Soup]] for portable use, but consumes less hunger.
== Effects ==
== Effects ==
[[Boredom]]: -4<br>
[[Boredom]]: -4<br>

Revision as of 17:36, 3 February 2014


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