Complicated Soup: Difference between revisions

From PZwiki
(Added new navbar template with the notice colour. Changed categories slightly.)
m (clean up, replaced: wikitable → pztable)
Line 36: Line 36:
== History ==
== History ==


{| class="wikitable" width="550" style="text-align:center;"
{| class="pztable" width="550" style="text-align:center;"
|-
|-
! Alpha ||   
! Alpha ||   
Line 43: Line 43:
|}
|}


==See Also==
==See also==


{{Navbox/Consumables}}
{{Navbox/Consumables}}


[[Category:Food]]
[[Category:Food]]

Revision as of 15:46, 11 May 2019


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

The Complicated Soup was removed in Project Zomboid due to a better crafting system being implemented.

Originally, with perhaps not the designers intention, this soup was a non-perishable and did not rot. creating a way for survivors to have a reserve of food.

Former Description

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