Complicated Soup

From PZwiki
Revision as of 11:57, 29 January 2024 by Vaileasys (talk | contribs) (infobox updates & added CodeBox)

Template:Header/sandbox2

Spiffo controlyourself.png
This page was last updated for an older version (39.67.5).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
BoxSmall.png
This item has been removed from the game.
It has been replaced by Recipe ingredients.
Complicated Soup
PotFull.png
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