Boring Bowl of Soup: Difference between revisions

From PZwiki
Boring Bowl of Soup
m (→‎Crafting: Replace PotFull image)
m (Minor cleanup)
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=Recipe Ingredients#Soup & Stew Ingredients}}{{Infobox food
{{Languages}}
{{Header|The Game World|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}
{{Notice|Obsolete|link=Recipe ingredients#Soup & Stew Ingredients}}
{{Infobox food
|display_name=Boring Bowl of Soup
|display_name=Boring Bowl of Soup
|name_colour=Food
|name_colour=Food
Line 22: Line 25:
|days_rotten=3
|days_rotten=3
|class_name=
|class_name=
}}The '''Boring Bowl of Soup''' was a previously craftable ingame item that has since been removed from Project Zomboid due to different crafting methods being introduced.
}}
The '''Boring Bowl of 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 Bowl of Soup on the wiki before removal.
The information below was the last recorded values of the Boring Bowl of Soup on the wiki before removal.


==Nutritional information==
==Nutritional information==
[[Boredom]]: -2
*[[Boredom]]: -2


==Crafting==
==Crafting==
{{Crafting header|ing=3}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2011 -->
{{Crafting header|ing=3}}
{{Crafting/core|ing=3
{{Crafting/core|ing=3
  | product_image = [[File:BowlFull.png|link=Boring Bowl of Soup|Boring Bowl of Soup]] | product_name = [[Boring Bowl of Soup]] | product_quantity = x4
  | product_image = [[File:BowlFull.png|link=Boring Bowl of Soup]]
| product_name = [[Boring Bowl of Soup]]
| product_quantity = x4
| rec =
  | xp = <!-- Not present in the old template. Please fill in manually. -->
  | xp = <!-- Not present in the old template. Please fill in manually. -->
| f1 = [[File:PotFull.png|link=Boring Soup|Boring Soup]]
| i1 = [[Boring Soup]]
| q1 =
| tag1 = (consumed)
| f2 = [[File:Bowl.png|link=Bowl]]
| i2 = [[Bowl]]
| q2 = x4
| tag2 = (consumed)
| f3 = [[File:Heat source.gif|link=Heat source]]
| i3 = [[Heat source]]
| q3 =
| tag3 = (cooked:13min burned:25min)
  | sl = ''none''
  | sl = ''none''
| req =
| 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)
| f3 = [[File:Heat source.gif|link=Heat Source|Heat Source]] | i3 = [[Heat Source]] | q3 =  | tag3 = (cooked:13min burned:25min) |opt3=1
}}
}}
|}
|}

Revision as of 11:25, 28 August 2023

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

The Boring Bowl of 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 Bowl of Soup on the wiki before removal.

Nutritional information

Crafting

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

Code

item BoringBowl4
	Type 			= Food,
	DisplayName 		= Boring Bowl of Soup,
	Icon 			= BowlFull,
	Weight 			= 3,
	IsCookable 		= true,
 	MinutesToCook 		= 13,
	MinutesToBurn 		= 25,
	Count 			= 4,
	HungerChange 		= -11,
	ReplaceOnUse 		= Bowl,
	BoredomChange 		= -2,
	UnhappyChange 		= -3,
	DaysFresh 		= 1,
	DaysTotallyRotten 	= 3,