Complex Bowl of Soup

From PZwiki
Revision as of 01:19, 2 April 2012 by Pianoman (talk | contribs)

Complex Bowl of Soup




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