Complicated Soup: Difference between revisions

From PZwiki
No edit summary
m (Update note added.)
Line 6: Line 6:
}}
}}


'''Note:''' In recent builds (b26+) this item has been replaced by the [[Soup Recipe|Soup]] and [[Stew Recipe|Stew]] custom recipes.
<br />
<br />


The best meal a survivor will ever make for the rest of the apocalypse. This meal is capable of feeding a survivor for days but requires 4 ingredients to make, but is always the most efficient use of the ingredients (unless made with meat or fish).
The best meal a survivor will ever make for the rest of the apocalypse. This meal is capable of feeding a survivor for days but requires 4 ingredients to make, but is always the most efficient use of the ingredients (unless made with meat or fish).

Revision as of 04:14, 26 July 2014


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

The best meal a survivor will ever make for the rest of the apocalypse. This meal is capable of feeding a survivor for days but requires 4 ingredients to make, but is always the most efficient use of the ingredients (unless made with meat or fish).

Effects

Moodles: -25
Hungry: -210
Unhappy: -30


Code

 item ComplexSoup
{
	Type = Food,
	DisplayName = Complicated Soup,
	Icon = PotFull,
	Weight = 8,
	IsCookable = true,
	MinutesToCook = 130,
	MinutesToBurn = 190,
	HungerChange = -210,
	BoredomChange = -25,
	UnhappyChange = -30,
	ReplaceOnUse = Pot
}

History

Alpha
RC 2.9 Added to the game.

See Also

Template:Navbox/Consumables