Boring Bowl of Soup: Difference between revisions

From PZwiki
Boring Bowl of Soup
m (→‎top: category & header updates)
(→‎top: New infobox upgrade - Food)
Line 3: Line 3:
{{page version|39.67.5}}
{{page version|39.67.5}}
{{Obsolete|item=true|2=Recipe ingredients#Soup & Stew Ingredients}}
{{Obsolete|item=true|2=Recipe ingredients#Soup & Stew Ingredients}}
{{Infobox food
{{Infobox item
|display_name=Boring Bowl of Soup
|name=Boring Bowl of Soup
|name_colour=Food
|model=BowlFull.png
|name_text_colour=Food
|image=BowlFull.png
|image_width=128px
|image_width=128px
|alternate_image=PotFull.png
|icon=PotFull.png
|alternate_name=Boring Soup
|icon_name=Boring Soup
|alternate_link=Boring Soup
|alternate_link=Boring Soup
|weight=3
|weight=3
Line 25: Line 23:
|days_fresh=1
|days_fresh=1
|days_rotten=3
|days_rotten=3
|class_name=
|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 '''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.

Revision as of 10:53, 29 January 2024

Template:Header/sandbox2

Spiffo controlyourself.png
This page was last updated for an older version (39.67.5).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
BoxSmall.png
This item has been removed from the game.
It has been replaced by Recipe ingredients.
Boring Bowl of Soup
BowlFull.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
3
Properties
Days fresh
1 days
Days until rotten
3 days
Nutrition
HungerMoodle Icon Hungry.png
-11
Effect
UnhappinessMoodle Icon Unhappy.png
-3

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,