Simple Bowl of Soup

From PZwiki
Project ZomboidItemsObsolete itemsSimple Bowl of 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.
Simple Bowl of Soup
Simple Bowl of Soup
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
1
Properties
Days fresh
1 days
Days until rotten
3 days
Nutrition
HungerMoodle Icon Hungry.png
-22
Effect
UnhappinessMoodle Icon Unhappy.png
-4
BoredomMoodle Icon Bored.png
-3
Cooking
Time until cooked
25 minutes
Time until burned
30 minutes

A simple bowl of soup was originally a perishable food in Project Zomboid that was removed due to an introduction of a better crafting system.

Former description

A classic bowl of satisfying soup. Can be crafted with Bowls and Simple Soup for portable use, but consumes less hunger.

Effects

Former crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
BowlFull.png
Simple Bowl of Soup x4
none PotFull.png
Simple Soup
(consumed)
Bowl.png
Bowl x4
(consumed)
Heat source.gif
Heat source
(cooked:24min burned:30min)

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 SimpleBowl4
	{
		Count	=	4,
		HungerChange	=	-14,
		Type	=	Food,
		DisplayName	=	Simple Bowl of Soup,
		MinutesToCook	=	24,
		Weight	=	1,
		IsCookable	=	TRUE,
		DaysTotallyRotten	=	3,
		UnhappyChange	=	-4,
		MinutesToBurn	=	30,
		Icon	=	BowlFull,
		ReplaceOnUse	=	Bowl,
		DaysFresh	=	1,
		BoredomChange	=	-3,
	}