Boring Soup

From PZwiki
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.
Boring Soup
Boring Soup
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
6
Properties
Days fresh
1 days
Days until rotten
3 days
Nutrition
HungerMoodle Icon Hungry.png
-35
Effect
UnhappinessMoodle Icon Unhappy.png
-10
BoredomMoodle Icon Bored.png
-5
Cooking
Time until cooked
50 minutes
Time until burned
100 minutes
Technical
Item ID
Base.BoringSoup

Boring soup was a previously craftable item that has since been removed from Project Zomboid due to different crafting methods being introduced.

The information below was the last recorded values of the Boring Soup on the wiki before removal.

Originally the soup was a non-perishable, which was an omitted error, and it did not rot, leading to many players making piles of soup to conserve food supplies that were about to rot. The Boring Bowl of Soup which was 4 bowls of this pot of soup was however a perishable, meaning once it was divided it began to rot.

Former description

Although not the tastiest food item, Boring Soup is very nutritious. Crafted with one unit of water, a Cooking Pot and one soup ingredient, it relieves a good amount of hunger, unhappiness, and boredom. Cooking the soup will greatly increase its effectiveness.

Nutritional information

Moodles: -5

Former crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
PotFull.png
Boring Soup
none Water drop.png
Water
(consumed)
Pot.png
Cooking Pot
Soup Ingredients.png
Soup Ingredients
(consumed)
Heat source.gif
Heat source
(cooked:50min burned:100min)
BowlFull.png
Boring Bowl of Soup x4
none PotFull.png
Boring Soup
(consumed)
Bowl.png
Bowl x4
(consumed)
Heat source.gif
Heat source
(cooked:13min burned:25min)

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 BoringSoup
	{
		HungerChange	=	-35,
		Weight	=	5,
		Type	=	Food,
		IsCookable	=	TRUE,
		UnhappyChange	=	-10,
		MinutesToBurn	=	100,
		DisplayName	=	Boring Soup,
		ReplaceOnUse	=	Pot,
		Icon	=	PotFull,
		MinutesToCook	=	50,
		BoredomChange	=	-5,
	}