Complicated Soup: Difference between revisions

From PZwiki
m (Update link)
m (Automatic formatting)
(15 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}{{Notice|Obsolete|link=Recipe Ingredients#Soup & Stew Ingredients}}{{Infobox food
{{Header|Project Zomboid|Items|Obsolete items}}
|display_name=Complicated Soup
{{Page version|41.78.16}}
|name_colour=Food
{{Obsolete|item=true|2=Recipe Ingredients#Soup & Stew Ingredients}}
|name_text_colour=Food
{{Infobox item
|image=PotFull.png
|name=Complicated Soup
|image_width=120px
|icon=PotFull.png
|alternate_image=BowlFull.png
|weight=6.5
|alternate_name=Complex Bowl of Soup
|alternate_link=Complex Bowl of Soup
|weight=8
|category=Food
|category=Food
|hunger_change=-210
|hunger_change=-95
|thirst_change=
|calories=
|carbohydrates=
|proteins=
|lipids=
|unhappy_change=-30
|unhappy_change=-30
|cook_minutes=
|boredom_change=-25
|burn_minutes=
|cook_minutes=130
|days_fresh=
|burn_minutes=190
|days_rotten=
|item_id=Base.ComplexSoup
|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.
'''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==
==Former description==
Line 30: Line 23:


==Effects==
==Effects==
[[Boredom]]: -25
*[[Moodles#Bored|Boredom]]: -25
*[[Moodles#Unhappy|Unhappiness]]: -25


==Code==
==Code==
<pre>
{{CodeBox
item ComplexSoup
| {{CodeSnip
 
  | lang = java
Type = Food,
  | line = true
DisplayName = Complicated Soup,
  | start = 383
Icon = PotFull,
  | source = items.txt
Weight = 8,
  | retrieved = true
IsCookable = true,
  | version = 2.9.7
MinutesToCook = 130,
  | version_link = RC 2.9.7
MinutesToBurn = 190,
  | hidecat = true
HungerChange = -210,
  | code =
BoredomChange = -25,
item ComplexSoup
UnhappyChange = -30,
{
ReplaceOnUse = Pot
HungerChange = -95,
</pre>
Weight = 6.5,
Type = Food,
IsCookable = TRUE,
UnhappyChange = -30,
MinutesToBurn = 190,
DisplayName = Complicated Soup,
ReplaceOnUse = Pot,
Icon = PotFull,
MinutesToCook = 130,
BoredomChange = -25,
}
}}}}


==History==
==History==
{| class="pztable" width="550" style="text-align:center;"
{| class="wikitable theme-red" width="550" style="text-align:center;"
|-
|-
! Alpha ||
! Alpha ||
|-
|-
| RC 2.9 || Added to the game.  
| RC 2.9 || Added to the game.
|}
|}



Revision as of 15:47, 25 March 2024

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