Complicated Soup: Difference between revisions

From PZwiki
mNo edit summary
m (Cleanup)
Line 1: Line 1:
__NOTOC__
{{Languages}}{{Header|The Game World|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}{{Notice|Obsolete|link=Soup}}{{Infobox food
{{languages|Complicated Soup}}
|display_name=Complicated Soup
{{header|The Game World|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}{{Notice|Obsolete|link=Soup}}{{Consumables
|name_colour=Food
|image = Pot of Soup.png
|name_text_colour=Food
|hunger = -210
|image=PotFull.png
|weight = 8
|image_width=120px
}}The '''Complicated Soup''' was removed in Project Zomboid due to a better crafting system being implemented.
|alternate_image=BowlFull.png
|alternate_name=Complex Bowl of Soup
|alternate_link=Complex Bowl of Soup
|weight=8
|category=Food
|hunger_change=-210
|thirst_change=
|calories=
|carbohydrates=
|proteins=
|lipids=
|unhappy_change=-30
|cook_minutes=
|burn_minutes=
|days_fresh=
|days_rotten=
|class_name=
}}}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.
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 ==
==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).
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 ==
==Effects==
[[Boredom]]: -25<br>
[[Boredom]]: -25
[[Hunger]]: -210<br>
[[Unhappy]]: -30


 
==Code==
== Code ==
<pre>
<nowiki> item ComplexSoup
item ComplexSoup


Type = Food,
Type = Food,
Line 32: Line 47:
UnhappyChange = -30,
UnhappyChange = -30,
ReplaceOnUse = Pot
ReplaceOnUse = Pot
</nowiki>
</pre>
 
== History ==


==History==
{| class="pztable" width="550" style="text-align:center;"
{| class="pztable" width="550" style="text-align:center;"
|-
|-
Line 45: Line 59:
==See also==
==See also==


{{Navbox/Consumables}}
{{Navbox food}}
 
[[Category:Food]]

Revision as of 13:49, 8 April 2023

BoxSmall.png
This feature has been removed from the game.
It has been replaced by something else.
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