Complicated Soup: Difference between revisions

From PZwiki
(Movement of Page to Removed Foods Category, modernised layout, + navbar, + brief descrip. corrected consumables as per page code, removed relevant categories.)
m (Automatic formatting)
(21 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Obsolete items}}
{{languages}}
{{Page version|41.78.16}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{Obsolete|item=true|2=Recipe Ingredients#Soup & Stew Ingredients}}
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
{{Infobox item
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Removed_Food|Removed Foods]] -> [[Complicated_Soup|Complicated Soup]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name=Complicated Soup
 
|icon=PotFull.png
{{Notice|Obsolete}}
|weight=6.5
{{Consumables
|category=Food
|image = Pot of Soup.png
|hunger_change=-95
|hunger = -210
|unhappy_change=-30
|weight = 8
|boredom_change=-25
|cook_minutes=130
|burn_minutes=190
|item_id=Base.ComplexSoup
}}
}}


The '''Complicated Soup''' was removed in Project Zomboid due to a better crafting system being implemented.
'''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 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==
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 ==
<nowiki> 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
</nowiki>


== History ==
==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,
}
}}}}


{| class="wikitable" width="550" style="text-align:center;"
==History==
{| 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.
|}
|}


==See Also==
==See also==


{{Navbox/Consumables}}
{{Navbox food}}
[[Category:Consumables]]
[[Category:Removed Food]]
[[Category:Version 34.28]]

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