Complicated Soup

From PZwiki
Project ZomboidItemsObsolete itemsComplicated Soup
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
BoxSmall.png
This item has been removed from the game.
It has been replaced by Recipe ingredients.
Complicated Soup
Complicated Soup
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
6.5
Nutrition
HungerMoodle Icon Hungry.png
-95
Effect
UnhappinessMoodle Icon Unhappy.png
-30
BoredomMoodle Icon Bored.png
-25
Cooking
Time until cooked
130 minutes
Time until burned
190 minutes
Technical
Item ID
Base.ComplexSoup

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

Originally, with perhaps not the developer's intention, this soup was non-perishable therefore 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

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items.txt

Retrieved: RC 2.9.7
item ComplexSoup
	{
		HungerChange	=	-95,
		Weight	=	6.5,
		Type	=	Food,
		IsCookable	=	TRUE,
		UnhappyChange	=	-30,
		MinutesToBurn	=	190,
		DisplayName	=	Complicated Soup,
		ReplaceOnUse	=	Pot,
		Icon	=	PotFull,
		MinutesToCook	=	130,
		BoredomChange	=	-25,
	}

History

Alpha
RC 2.9 Added to the game.

See also