Complex Bowl of Soup

From PZwiki
Revision as of 05:04, 3 March 2024 by CalvyBot (talk | contribs) (Automated {{Languages}} removal.)

Complex Bowl of Soup

Template:Header/sandbox2

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.
Complex Bowl of Soup
Complicated Soup
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
3
Properties
Days fresh
1 days
Days until rotten
3 days
Nutrition
HungerMoodle Icon Hungry.png
-53
Effect
UnhappinessMoodle Icon Unhappy.png
-8
BoredomMoodle Icon Bored.png
-7
Cooking
Time until cooked
33 minutes
Time until burned
48 minutes
Technical
Item ID
Base.ComplexBowl4

A 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

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 ComplexBowl4
	{
		Count	=	4,
		HungerChange	=	-32,
		Type	=	Food,
		DisplayName	=	Complex Bowl of Soup,
		MinutesToCook	=	33,
		Weight	=	1,
		IsCookable	=	TRUE,
		DaysTotallyRotten	=	3,
		UnhappyChange	=	-8,
		MinutesToBurn	=	48,
		Icon	=	BowlFull,
		ReplaceOnUse	=	Bowl,
		DaysFresh	=	1,
		BoredomChange	=	-7,
	}