Tasty Bowl of Soup

From PZwiki
Revision as of 14:27, 8 April 2023 by Faalagorn (talk | contribs) (Cleanup)
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

Moodles: -4

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
Tasty Bowl of Soup
Tasty Bowl of Soup x4
none Tasty Soup
Tasty Soup x1
(consumed)
Bowl
Bowl x4
(consumed)
Heat Source
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,