Hearty Bowl of Soup: Difference between revisions

From PZwiki
Hearty Bowl of Soup
m (Update link)
m (128px)
Line 4: Line 4:
|name_text_colour=Food
|name_text_colour=Food
|image=BowlFull.png
|image=BowlFull.png
|image_width=120px
|image_width=128px
|alternate_image=PotFull.png
|alternate_image=PotFull.png
|alternate_name=Hearty Soup
|alternate_name=Hearty Soup

Revision as of 14:39, 25 June 2023

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

The Hearty Bowl of Soup was originally a perishable food in Project Zomboid that was removed due to a introduction of a better crafting system.

Effects

Moodles: -5

Code

item HeartyBowl4
	Type = Food,
	DisplayName = Hearty Bowl of Soup,
	Icon = BowlFull,
	Weight = 3,
	IsCookable = true,
	MinutesToCook = 28,
	MinutesToBurn = 40,
	Count = 4,
	HungerChange = -43,
	ReplaceOnUse = Bowl,
	BoredomChange = -5,
	UnhappyChange = -7,
	DaysFresh = 1,
	DaysTotallyRotten = 3,