Complicated Soup: Difference between revisions

From PZwiki
m (pztable -> wikitable theme-red)
m (→‎top: category project: "The Game World")
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}{{Obsolete||Recipe Ingredients#Soup & Stew Ingredients}}
{{Languages}}{{Header|Project Zomboid|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}{{Obsolete||Recipe Ingredients#Soup & Stew Ingredients}}
{{Infobox food
{{Infobox food
|display_name=Complicated Soup
|display_name=Complicated Soup

Revision as of 10:48, 9 January 2024

BoxSmall.png
This feature has been removed from the game.
It has been replaced by Recipe ingredients.
Complicated Soup
Complicated Soup
Complex Bowl of Soup
General
Category Food
Encumbrance
Heavy Load
8
Nutrition
Hunger
Hunger
-210
Effect
Unhappiness
Unhappiness
-30
Technical details
Item ID

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

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