Boring Bowl of Soup

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

Boring Bowl of Soup



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