Hearty Soup: Difference between revisions

From PZwiki
Hearty Soup
(Added new navbar template with the notice colour. Changed categories slightly.)
mNo edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|Hearty Soup}}
{{languages|Hearty 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 = Pot of Soup.png
|image = Pot of Soup.png
|hunger = -160
|hunger = -160

Revision as of 11:16, 1 June 2019


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

Moodles: -20
Hungry: -160
Unhappy: -25




Code

item HeartySoup
	Type = Food,
	DisplayName = Hearty Soup,
	Icon = PotFull,
	Weight 	= 7.5,
	IsCookable = true,
	MinutesToCook = 110,
	MinutesToBurn = 160,
	HungerChange = -168,
	BoredomChange = -20,
	UnhappyChange = -25,
	ReplaceOnUse = Pot

Template:Navbox/Consumables