Tasty Bowl of Soup: Difference between revisions

From PZwiki
Tasty Bowl of Soup
m (→‎Crafting: Replace PotFull image)
m (Minor cleanups)
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=Tasty Bowl of Soup
|display_name=Tasty Bowl of Soup
|name_colour=Food
|name_colour=Food
Line 28: Line 31:


==Effects==
==Effects==
[[Boredom]]: -4
*[[Boredom]]: -4


==Crafting==
==Former crafting==
{{Crafting header|ing=3}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2009 -->
{{Crafting header|ing=3}}
{{Crafting/core|ing=3
{{Crafting/core|ing=3
  | product_image = [[File:BowlFull.png|link=Tasty Bowl of Soup|Tasty Bowl of Soup]] | product_name = [[Tasty Bowl of Soup]] | product_quantity = x4
  | product_image = [[File:BowlFull.png|link=Tasty Bowl of Soup]]
| product_name = [[Tasty 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. -->
  | sl = ''none''
  | sl = ''none''
| req =
  | f1 = [[File:PotFull.png|link=Tasty Soup]]
  | f1 = [[File:PotFull.png|link=Tasty Soup|Tasty Soup]] | i1 = [[Tasty Soup]] | q1 = x1 | tag1 = (consumed)
| i1 = [[Tasty Soup]]
  | f2 = [[File:Bowl.png|link=Bowl|Bowl]] | i2 = [[Bowl]] | q2 = x4 | tag2 = (consumed)
| q1 =  
  | f3 = [[File:Heat source.gif|link=Heat Source|Heat Source]] | i3 = [[Heat Source]] | q3 =  | tag3 = (cooked:23min burned:35min) |opt3=1
| 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:23min burned:35min)
}}
}}
|}
|}

Revision as of 11:18, 28 August 2023

The Game WorldItemsObsolete ItemsRemoved FoodTasty Bowl of Soup
BoxSmall.png
This feature has been removed from the game.
It has been replaced by something else.
Tasty Bowl of Soup
Tasty Bowl of Soup
Tasty Soup
General
Category Food
Encumbrance
Heavy Load
1
Nutrition
Hunger
Hunger
-20
Effect
Unhappiness
Unhappiness
-5
Technical details
Item ID

The Tasty Bowl of Soup was originally a perishable food in Project Zomboid that was removed due to a introduction of a better crafting system.

Former description

A bowl of tasty soup. Fills up four bowls when crafted with tasty soup for portable use, but consumes less hunger.

Effects

Former crafting

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

Code

	item TastyBowl
		HungerChange		= -20,
		Type			= Food,
		DisplayName		= Tasty Bowl of Soup,
		MinutesToCook		= 23,
		Weight			= 1,
		IsCookable		= TRUE,
		DaysTotallyRotten	= 3,
		UnhappyChange		= -5,
		MinutesToBurn		= 35,
		Icon			= BowlFull,
		ReplaceOnUse		= Bowl,
		DaysFresh		= 1,
		BoredomChange		= -4,
		CustomContextMenu 	= Drink,