Boring Bowl of Soup

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

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


Effects

Moodles: -2
Hungry: -11
Unhappy: -3



Crafting

Name Recipe Description












Code

item BoringBowl4
{
	Type 			= 			Food,
	DisplayName 		= 			Boring Bowl of Soup,
	Icon 			=	 		BowlFull,
	Weight 			= 			3,
	IsCookable 		= 			true,
	MinutesToCook 		= 			13,
	MinutesToBurn 		= 			25,
	Count 			= 			4,
	HungerChange 		=			 -11,
	ReplaceOnUse 		= 			Bowl,
	BoredomChange 		= 			-2,
	UnhappyChange 		=			-3,
	DaysFresh 		= 			1,
	DaysTotallyRotten 	= 			3,
}

Template:Navbox/Consumables