Complex Bowl of Soup: Difference between revisions

From PZwiki
Complex Bowl of Soup
(Added new navbar template with the notice colour. Changed categories slightly.)
mNo edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|Complex Bowl of Soup}}
{{languages|Complex Bowl of Soup}}
{{header|The Game World|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}{{Notice|Obsolete}}{{Consumables
{{header|The Game World|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}{{Notice|Obsolete|link=Soup}}{{Consumables
|image = Full_Soup_bowl.png
|image = Full_Soup_bowl.png
|hunger = -53
|hunger = -53

Revision as of 11:14, 1 June 2019


The Game WorldItemsObsolete ItemsRemoved FoodComplex Bowl of Soup
BoxSmall.png
This feature has been removed from the game.
It has been replaced by something else.

The Complex 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: -7
Hungry: -53
Unhappy: -8







Code

item ComplexBowl4
	Type 		= Food,
	DisplayName 	= Complex Bowl of Soup,
	Icon 		= BowlFull,
	Weight 		= 3,
	IsCookable 	= true,
	MinutesToCook 	= 33,
	MinutesToBurn 	= 48,
	Count 		= 4,	
	HungerChange 	= -53,
	ReplaceOnUse 	= Bowl,
	BoredomChange 	= -7,
	UnhappyChange 	= -8,
	DaysFresh 	= 1,
	DaysTotallyRotten = 3,

Template:Navbox/Consumables