Complex 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)

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



Effects

Moodles: -7
Hungry: -53
Unhappy: -8




Code

item ComplexBowl4
{
	Type = Food,
	DisplayName = Complex Bowl of Soup,
	Icon = BowlFull,
	Weight = 3,
	IsCookable = true,
	MinutesToCook = 33,
	MinutesToBurn = 48,
	Count = 4,	
	HungerChange = -53,
	ReplaceOnUse = Bowl,
	BoredomChange = -7,
	UnhappyChange = -8,
	DaysFresh = 1,
	DaysTotallyRotten = 3,
}

Template:Navbox/Consumables