Boring Soup: Difference between revisions

From PZwiki
m (Update image link)
m (→‎Crafting: Replace PotFull image)
Line 37: Line 37:
{{Crafting header|ing=4}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2005 -->
{{Crafting header|ing=4}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2005 -->
{{Crafting/core|ing=4
{{Crafting/core|ing=4
  | product_image = [[File:Smallpotofsoup.png|link=Boring Soup|Boring Soup]] | product_name = [[Boring Soup]] | product_quantity = x1
  | product_image = [[File:PotFull.png|link=Boring Soup|Boring Soup]] | product_name = [[Boring Soup]] | product_quantity = x1
  | xp = <!-- Not present in the old template. Please fill in manually. -->
  | xp = <!-- Not present in the old template. Please fill in manually. -->
  | sl = ''none''
  | sl = ''none''
Line 43: Line 43:
  | f1 = [[File:Water drop.png|link=Water|Water]] | i1 = [[Water]] | q1 = x1 | tag1 = (consumed)
  | f1 = [[File:Water drop.png|link=Water|Water]] | i1 = [[Water]] | q1 = x1 | tag1 = (consumed)
  | f2 = [[File:Pot.png|link=Cooking Pot|Cooking Pot]] | i2 = [[Cooking Pot]] | q2 = x1
  | f2 = [[File:Pot.png|link=Cooking Pot|Cooking Pot]] | i2 = [[Cooking Pot]] | q2 = x1
  | f3 = [[File:Soup_Ingredients.png|link=Soup Ingredients|Soup Ingredients]] | i3 = [[Soup Ingredients]] | q3 = x1 | tag3 = (consumed)
  | f3 = [[File:Soup Ingredients.png|link=Soup Ingredients|Soup Ingredients]] | i3 = [[Soup Ingredients]] | q3 = x1 | tag3 = (consumed)
  | f4 = [[File:Heat_source.gif|link=Heat Source|Heat Source]] | i4 = [[Heat Source]] | q4 =  | tag4 = (cooked:50min burned:100min) |opt4=1
  | f4 = [[File:Heat source.gif|link=Heat Source|Heat Source]] | i4 = [[Heat Source]] | q4 =  | tag4 = (cooked:50min burned:100min) |opt4=1
}}
}}
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2011 -->
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2011 -->
Line 52: Line 52:
  | sl = ''none''
  | sl = ''none''
  | req =  
  | req =  
  | f1 = [[File:Smallpotofsoup.png|link=Boring Soup|Boring Soup]] | i1 = [[Boring Soup]] | q1 = x1 | tag1 = (consumed)
  | f1 = [[File:PotFull.png|link=Boring Soup|Boring Soup]] | i1 = [[Boring Soup]] | q1 = x1 | tag1 = (consumed)
  | f2 = [[File:Bowl.png|link=Bowl|Bowl]] | i2 = [[Bowl]] | q2 = x4 | tag2 = (consumed)
  | f2 = [[File:Bowl.png|link=Bowl|Bowl]] | i2 = [[Bowl]] | q2 = x4 | tag2 = (consumed)
  | f3 = [[File:Heat_source.gif|link=Heat Source|Heat Source]] | i3 = [[Heat Source]] | q3 =  | tag3 = (cooked:13min burned:25min) |opt3=1
  | f3 = [[File:Heat source.gif|link=Heat Source|Heat Source]] | i3 = [[Heat Source]] | q3 =  | tag3 = (cooked:13min burned:25min) |opt3=1
}}
}}
|}
|}

Revision as of 17:02, 20 July 2023

BoxSmall.png
This feature has been removed from the game.
It has been replaced by something else.
Boring Soup
Boring Soup
Boring Bowl of Soup
General
Category Food
Encumbrance
Heavy Load
6
Days until stale 1 days
Days until rotten 3 days
Nutrition
Hunger
Hunger
-42
Effect
Unhappiness
Unhappiness
-10
Technical details
Item ID

The Boring Soup was a previously craftable ingame 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 a 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

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
Boring Soup
Boring Soup x1
none Water
Water x1
(consumed)
Cooking Pot
Cooking Pot x1
Soup Ingredients
Recipe ingredients x1
(consumed)
Heat Source
Heat source
(cooked:50min burned:100min)
Boring Bowl of Soup
Boring Bowl of Soup x4
none Boring Soup
Boring Soup x1
(consumed)
Bowl
Bowl x4
(consumed)
Heat Source
Heat source
(cooked:13min burned:25min)

Code

item BoringSoup
	Type		= Food,
	DisplayName	= Boring Soup,
	Icon		= PotFull,
	Weight		= 6,
	IsCookable	= true,
	MinutesToCook	= 50,
	MinutesToBurn	= 100,
	HungerChange	= -42,
	BoredomChange	= -5,
	UnhappyChange	= -10,
	ReplaceOnUse	= Pot