Hearty Bowl of Soup: Difference between revisions

From PZwiki
Hearty Bowl of Soup
m (→‎top: category & header updates)
m (→‎top: category & header updates)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{header/sandbox2|Project Zomboid|Items|Obsolete items|type=Notice|version=Version 41|incver=78.16}}
{{header/sandbox2|Project Zomboid|Items|Obsolete items}}
{{page version|41.78.16}}
{{Obsolete|item=true|2=Recipe Ingredients#Soup & Stew Ingredients}}
{{Obsolete|item=true|2=Recipe Ingredients#Soup & Stew Ingredients}}
{{Infobox food
{{Infobox food

Revision as of 12:18, 22 January 2024

Template:Header/sandbox2

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