Hearty Soup: Difference between revisions

From PZwiki
Hearty Soup
m (Added antiquiation note)
m (corrected name of future page)
Line 7: Line 7:
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.  
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.  


'''Note:''' This item has been replaced by the custom [[soup]] & [[Pot of Stew|stew]] recipes.  Though the code still exists in the game, there is no longer a mechanism to create hearty soup.   
'''Note:''' This item has been replaced by the custom [[Soup Recipe|soup]] & [[Pot of Stew|stew]] recipes.  Though the code still exists in the game, there is no longer a mechanism to create hearty soup.   


== Effects ==
== Effects ==

Revision as of 04:44, 28 June 2014


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.

Note: This item has been replaced by the custom soup & stew recipes. Though the code still exists in the game, there is no longer a mechanism to create hearty soup.

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