Hearty Bowl of Soup

From PZwiki
Project ZomboidItemsObsolete itemsHearty 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.
Hearty Bowl of Soup
Hearty 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
-43
Effect
UnhappinessMoodle Icon Unhappy.png
-7
Cooking
Time until cooked
28 minutes
Time until burned
40 minutes
Technical
Item ID
Base.HeartyBowl4

A hearty bowl of soup was originally a perishable food in Project Zomboid that was removed due to an introduction of a better crafting system.

Effects

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 HeartyBowl4
	{
		Count	=	4,
		HungerChange	=	-26,
		Type	=	Food,
		DisplayName	=	Hearty Bowl of Soup,
		MinutesToCook	=	28,
		Weight	=	1,
		IsCookable	=	TRUE,
		DaysTotallyRotten	=	3,
		UnhappyChange	=	-7,
		MinutesToBurn	=	40,
		Icon	=	BowlFull,
		ReplaceOnUse	=	Bowl,
		DaysFresh	=	1,
		BoredomChange	=	-5,
	}