Boring Bowl of Soup: Difference between revisions

From PZwiki
Boring Bowl of Soup
(→‎top: New infobox upgrade - Food)
(infobox updates & added CodeBox)
Line 5: Line 5:
{{Infobox item
{{Infobox item
|name=Boring Bowl of Soup
|name=Boring Bowl of Soup
|model=BowlFull.png
|icon=BowlFull.png
|image_width=128px
|image_width=128px
|icon=PotFull.png
|icon_name=Boring Soup
|alternate_link=Boring Soup
|weight=3
|weight=3
|category=Food
|category=Food
|hunger_change=-11
|hunger_change=-11
|thirst_change=
|thirst_change=
|calories=
|carbohydrates=
|proteins=
|lipids=
|unhappy_change=-3
|unhappy_change=-3
|cook_minutes=
|boredom_change=-2
|burn_minutes=
|cook_minutes=13
|burn_minutes=25
|days_fresh=1
|days_fresh=1
|days_rotten=3
|days_rotten=3
|item_id=
|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 '''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.
Line 30: Line 24:


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


==Crafting==
==Crafting==
Line 57: Line 52:


==Code==
==Code==
<pre>
{{CodeBox
item BoringBowl4
| {{CodeSnip
Type = Food,
  | lang = java
DisplayName = Boring Bowl of Soup,
  | line = true
Icon = BowlFull,
  | start = 553
Weight = 3,
  | source = items.txt
IsCookable = true,
  | retrieved = true
MinutesToCook = 13,
  | version = 2.9.7
MinutesToBurn = 25,
  | version_link = RC 2.9.7
Count = 4,
  | hidecat = true
HungerChange = -11,
  | code =
ReplaceOnUse = Bowl,
item BoringBowl4
BoredomChange = -2,
{
UnhappyChange = -3,
Count = 4,
DaysFresh = 1,
HungerChange = -8,
DaysTotallyRotten = 3,
Type = Food,
</pre>
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==
*[[Broccoli Chicken Casserole]]


{{Navbox food}}
{{Navbox food}}

Revision as of 11:06, 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
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