Complex Bowl of Soup: Difference between revisions

From PZwiki
Complex Bowl of Soup
(Cleanup)
m (Fix name)
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=Soup}}{{Infobox food
{{Languages}}{{Header|The Game World|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}{{Notice|Obsolete|link=Soup}}{{Infobox food
|display_name=Boring Bowl of Soup
|display_name=Complex Bowl of Soup
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food

Revision as of 13:44, 8 April 2023

The Game WorldItemsObsolete ItemsRemoved FoodComplex Bowl of Soup
BoxSmall.png
This feature has been removed from the game.
It has been replaced by something else.
Complex Bowl of Soup
Complex Bowl of Soup
Complicated Soup
General
Category Food
Encumbrance
Heavy Load
3
Days until stale 1 days
Days until rotten 3 days
Nutrition
Hunger
Hunger
-53
Effect
Unhappiness
Unhappiness
-8
Technical details
Item ID

The Complex Bowl of Soup was originally a perishable food in Project Zomboid that was removed due to a introduction of a better crafting system.

Nutritional information

Moodles: -7

Code

item ComplexBowl4
	Type 		= Food,
	DisplayName 	= Complex Bowl of Soup,
	Icon 		= BowlFull,
	Weight 		= 3,
	IsCookable 	= true,
	MinutesToCook 	= 33,
	MinutesToBurn 	= 48,
	Count 		= 4,	
	HungerChange 	= -53,
	ReplaceOnUse 	= Bowl,
	BoredomChange 	= -7,
	UnhappyChange 	= -8,
	DaysFresh 	= 1,
	DaysTotallyRotten = 3,