Complicated Soup: Difference between revisions

From PZwiki
(Added new navbar template with the notice colour. Changed categories slightly.)
m (Automatic formatting)
(20 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Obsolete items}}
{{languages|Complicated Soup}}
{{Page version|41.78.16}}
{{header|The Game World|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}{{Notice|Obsolete}}{{Consumables
{{Obsolete|item=true|2=Recipe Ingredients#Soup & Stew Ingredients}}
|image = Pot of Soup.png
{{Infobox item
|hunger = -210
|name=Complicated Soup
|weight = 8
|icon=PotFull.png
}}The '''Complicated Soup''' was removed in Project Zomboid due to a better crafting system being implemented.
|weight=6.5
|category=Food
|hunger_change=-95
|unhappy_change=-30
|boredom_change=-25
|cook_minutes=130
|burn_minutes=190
|item_id=Base.ComplexSoup
}}


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.


== Former Description ==
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).
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>
*[[Moodles#Bored|Boredom]]: -25
[[Hunger]]: -210<br>
*[[Moodles#Unhappy|Unhappiness]]: -25
[[Unhappy]]: -30


==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 383
  | source = items.txt
  | retrieved = true
  | version = 2.9.7
  | version_link = RC 2.9.7
  | hidecat = true
  | code =
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,
}
}}}}


== Code ==
==History==
<nowiki> item ComplexSoup
{| class="wikitable theme-red" width="550" style="text-align:center;"
 
Type = Food,
DisplayName = Complicated Soup,
Icon = PotFull,
Weight = 8,
IsCookable = true,
MinutesToCook = 130,
MinutesToBurn = 190,
HungerChange = -210,
BoredomChange = -25,
UnhappyChange = -30,
ReplaceOnUse = Pot
</nowiki>
 
== History ==
 
{| class="wikitable" width="550" style="text-align:center;"
|-
|-
! Alpha ||
! Alpha ||
|-
|-
| RC 2.9 || Added to the game.  
| RC 2.9 || Added to the game.
|}
|}


==See Also==
==See also==
 
{{Navbox/Consumables}}


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

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