Tasty Bowl of Soup

From PZwiki
Revision as of 18:39, 25 March 2024 by CalvyBot (talk | contribs) (Automatic formatting)
Project ZomboidItemsObsolete itemsTasty 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.
Tasty Bowl of Soup
BowlFull.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
1
Nutrition
HungerMoodle Icon Hungry.png
-20
Effect
UnhappinessMoodle Icon Unhappy.png
-5

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
Tasty 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,