Hearty Soup

From PZwiki
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 Soup
Hearty Soup
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
6.5
Nutrition
HungerMoodle Icon Hungry.png
-75
Effect
UnhappinessMoodle Icon Unhappy.png
-25
Cooking
Time until cooked
110 minutes
Time until burned
160 minutes
Technical
Item ID
Base.HeartySoup

Heart soup was originally a non-perishable food entry within the Project Zomboid code that was impossible to make and was replaced due to a introduction of a better crafting system.

Former description

The hearty soup is an item that is impossible to create because it uses so 4 ingredients and a bowl, and the crafting area is only able to manage 4 items total.

Effects

Boredom: -20
Unhappiness: -25

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 HeartySoup
	{
		HungerChange	=	-75,
		Weight	=	6.5,
		Type	=	Food,
		IsCookable	=	TRUE,
		UnhappyChange	=	-25,
		MinutesToBurn	=	160,
		DisplayName	=	Hearty Soup,
		ReplaceOnUse	=	Pot,
		Icon	=	PotFull,
		MinutesToCook	=	110,
		BoredomChange	=	-20,
	}