Hearty Soup: Difference between revisions

From PZwiki
Hearty Soup
No edit summary
No edit summary
Line 5: Line 5:
|weight = 7.5
|weight = 7.5
}}
}}
 
The hearty soup is an item that is impossible to create because it uses so 4 ingredients and a bowl, and the crafting area is only able to support 4 items total.
 
 


== Effects ==
== Effects ==

Revision as of 09:51, 6 June 2012


The hearty soup is an item that is impossible to create because it uses so 4 ingredients and a bowl, and the crafting area is only able to support 4 items total.

Effects

Moodles: -20
Hungry: -160
Unhappy: -25



Code

item HeartySoup
{
	Type = Food,
	DisplayName = Hearty Soup,
	Icon = PotFull,
	Weight = 7.5,
	IsCookable = true,
	MinutesToCook = 110,
	MinutesToBurn = 160,
	HungerChange = -168,
	BoredomChange = -20,
	UnhappyChange = -25,
	ReplaceOnUse = Pot
}

Template:Navbox/Consumables