Hearty Soup: Difference between revisions

From PZwiki
Hearty Soup
m (I didn't even read my old note, freaking dumb. Updated :-\)
m (Added obsolete notice box and category)
Line 1: Line 1:
{{languages}}
{{languages}}
{{Notice|Obsolete}}
{{Consumables
{{Consumables
|image = Pot of Soup.png
|image = Pot of Soup.png
Line 39: Line 40:


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Obsolete Items]]
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Food]]

Revision as of 15:31, 26 July 2014

BoxSmall.png
This feature has been removed from the game.
It has been replaced by something else.


Note: In recent builds (b26+) this item has been replaced by the Soup and Stew custom recipes.

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