Boring Bowl of Soup: Difference between revisions

From PZwiki
Boring Bowl of Soup
m (Automated capitalisation)
m (Automated Formatting)
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Items|Obsolete items}}
{{Header/sandbox2|Project Zomboid|Items|Obsolete items}}
{{Page version|41.78.16}}
{{Page version|41.78.16}}
{{Obsolete|item=true|2=Recipe ingredients#Soup & Stew Ingredients}}
{{Obsolete|item=true|2=Recipe ingredients#Soup & Stew Ingredients}}
Line 6: Line 5:
|name=Boring Bowl of Soup
|name=Boring Bowl of Soup
|icon=BowlFull.png
|icon=BowlFull.png
|image_width=128px
|weight=3
|weight=3
|category=Food
|category=Food
|hunger_change=-11
|hunger_change=-11
|thirst_change=
|unhappy_change=-3
|unhappy_change=-3
|boredom_change=-2
|boredom_change=-2
Line 24: Line 21:


==Nutritional information==
==Nutritional information==
*[[Moodles#Bored|Boredom]]: -2
*[[Bored|Boredom]]: -2
*[[Moodles#Unhappy|Unhappiness]]: -3
*[[Unhappy|Unhappiness]]: -3


==Crafting==
==Crafting==
Line 33: Line 30:
  | product_name = [[Boring Bowl of Soup]]
  | product_name = [[Boring Bowl of Soup]]
  | product_quantity = x4
  | product_quantity = x4
  | rec =  
  | 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]]
  | f1 = [[File:PotFull.png|link=Boring Soup|Boring Soup]]
  | i1 = [[Boring Soup]]
  | i1 = [[Boring Soup]]
  | q1 =  
  | q1 =
  | tag1 = (consumed)
  | tag1 = (consumed)
  | f2 = [[File:Bowl.png|link=Bowl]]
  | f2 = [[File:Bowl.png|link=Bowl]]
Line 45: Line 42:
  | f3 = [[File:Heat source.gif|link=Heat source]]
  | f3 = [[File:Heat source.gif|link=Heat source]]
  | i3 = [[Heat source]]
  | i3 = [[Heat source]]
  | q3 =  
  | q3 =
  | tag3 = (cooked:13min burned:25min)
  | tag3 = (cooked:13min burned:25min)
  | sl = ''none''
  | sl = ''none''
Line 85: Line 82:
*[[Broccoli Chicken Casserole]]
*[[Broccoli Chicken Casserole]]


{{Navbox food}}
{{Navbox items|food}}

Revision as of 06:42, 14 April 2024

Project ZomboidItemsObsolete itemsBoring 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.
Boring Bowl of Soup
Boring Bowl of Soup
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
BoredomMoodle Icon Bored.png
-2
Cooking
Time until cooked
13 minutes
Time until burned
25 minutes
Technical
Item ID
Base.BoringBowl4

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

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 BoringBowl4
	{
		Count	=	4,
		HungerChange	=	-8,
		Type	=	Food,
		DisplayName	=	Boring Bowl of Soup,
		MinutesToCook	=	13,
		Weight	=	1,
		IsCookable	=	TRUE,
		DaysTotallyRotten	=	3,
		UnhappyChange	=	-3,
		MinutesToBurn	=	25,
		Icon	=	BowlFull,
		ReplaceOnUse	=	Bowl,
		DaysFresh	=	1,
		BoredomChange	=	-2,
	}

See also