Simple Soup: Difference between revisions

From PZwiki
Simple Soup
m (clean up, replaced: wikitable → pztable (2))
mNo edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|Simple Soup}}
{{languages|Simple 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 = -84
|hunger = -84

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 Simple Soup was originally a non-perishable food in Project Zomboid that was removed due to a introduction of a better crafting system.

Former Description

Simple Soup is a tasty yet nutritious food item that is crafted with three units of water, a cooking pot and two soup ingredients, the soup relieves a large amount of hunger and a small amount of boredom and unhappiness.
It is not advised to eat simple soup if the 'hungry' moodle has not appeared, as a good amount of will go to waste. Cooking the soup will greatly increase its effectiveness.

Effects

Moodles: -10
Hungry: -84
Unhappy: -15

Crafting

Name Recipe Description Level












Code

item SimpleSoup
	Type		= Food,
	DisplayName	= Simple Soup,
	Icon		= PotFull,
	Weight		= 6.5,
	IsCookable	= true,
	MinutesToCook	= 70,
	MinutesToBurn	= 120,
	HungerChange	= -84,
	BoredomChange	= -10,
	UnhappyChange	= -15,
	ReplaceOnUse	= Pot

History

Alpha
RC 2.9.8a Soup. No longer in game. Replaced by Soup Recipe.

Template:Navbox/Consumables