Hearty Bowl of Soup

From PZwiki
Revision as of 16:14, 21 June 2018 by Vaileasys (talk | contribs) (Added new navbar template with the notice colour. Changed categories slightly.)


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.

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.



The Complex Bowl of Soup originally according to code went stale after 1 day and rotted after 3.

Effects

Moodles: -5
Hungry: -43
Unhappy: -7




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,

Template:Navbox/Consumables