Complicated Soup: Difference between revisions

From PZwiki
m (→‎top: category & header updates)
(→‎top: New infobox upgrade - Food)
Line 3: Line 3:
{{page version|39.67.5}}
{{page version|39.67.5}}
{{Obsolete|item=true|2=Recipe Ingredients#Soup & Stew Ingredients}}
{{Obsolete|item=true|2=Recipe Ingredients#Soup & Stew Ingredients}}
{{Infobox food
{{Infobox item
|display_name=Complicated Soup
|name=Complicated Soup
|name_colour=Food
|model=PotFull.png
|name_text_colour=Food
|image=PotFull.png
|image_width=128px
|image_width=128px
|alternate_image=BowlFull.png
|icon=BowlFull.png
|alternate_name=Complex Bowl of Soup
|icon_name=Complex Bowl of Soup
|alternate_link=Complex Bowl of Soup
|alternate_link=Complex Bowl of Soup
|weight=8
|weight=8
Line 25: Line 23:
|days_fresh=
|days_fresh=
|days_rotten=
|days_rotten=
|class_name=
|item_id=
}}The '''Complicated Soup''' was removed in Project Zomboid due to a better crafting system being implemented.
}}The '''Complicated Soup''' was removed in Project Zomboid due to a better crafting system being implemented.



Revision as of 10:53, 29 January 2024

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
8
Nutrition
HungerMoodle Icon Hungry.png
-210
Effect
UnhappinessMoodle Icon Unhappy.png
-30

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