Pot of Soup

From PZwiki
Revision as of 15:00, 12 June 2012 by Pandrodox (talk | contribs)


Pot of Soup it's item which eat.Combine Pot + Canned Vegetable Soup + Can Opener is formed Pot of Soup.

Effects

Moodles: -10
Hungry: -40
Unhappy: -20

Crafting

Name Recipe Description

























Code

item PotOfSoup
{
	Type				=			Food,
	DisplayName			=			Pot of Soup,
	Icon				=			PotFull,
	Weight				=			6,
	IsCookable			= 			true,
	MinutesToCook   	= 			50,
	MinutesToBurn   	= 			100,
	HungerChange 		=			-40,
	BoredomChange 		=			-10,
	UnhappyChange 		=			-20,
	ReplaceOnUse		=			Pot
}

Template:Navbox/Consumables