Simple Bowl of Soup: Difference between revisions

From PZwiki
Simple Bowl of Soup
m (128px)
m (→‎Crafting: Replace PotFull image)
Line 37: Line 37:
  | sl = ''none''
  | sl = ''none''
  | req =  
  | req =  
  | f1 = [[File:Smallpotofsoup.png|link=Simple Soup|Simple Soup]] | i1 = [[Simple Soup]] | q1 = x1 | tag1 = (consumed)
  | f1 = [[File:PotFull.png|link=Simple Soup|Simple Soup]] | i1 = [[Simple Soup]] | q1 = x1 | tag1 = (consumed)
  | f2 = [[File:Bowl.png|link=Bowl|Bowl]] | i2 = [[Bowl]] | q2 = x4 | tag2 = (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:24min burned:30min) |opt3=1
  | f3 = [[File:Heat source.gif|link=Heat Source|Heat Source]] | i3 = [[Heat Source]] | q3 =  | tag3 = (cooked:24min burned:30min) |opt3=1
}}
}}
|}
|}

Revision as of 17:02, 20 July 2023

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

The Simple 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 classic bowl of satisfying soup. Can be crafted with Bowls and Soup for portable use, but consumes less hunger.

Effects

Moodles: -3

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
Simple Bowl of Soup
Simple Bowl of Soup x4
none Simple Soup
Soup x1
(consumed)
Bowl
Bowl x4
(consumed)
Heat Source
Heat source
(cooked:24min burned:30min)

Code

item SimpleBowl4
	Type = Food,
	DisplayName = Simple Bowl of Soup,
	Icon = BowlFull,
	Weight = 3,
	IsCookable = true,
	MinutesToCook = 24,
	MinutesToBurn = 30,
	Count = 4,
	HungerChange = -22,
	ReplaceOnUse = Bowl,
	BoredomChange = -3,
	UnhappyChange = -4,
	DaysFresh = 1,
	DaysTotallyRotten = 3,