Simple Soup: Difference between revisions

From PZwiki
Simple Soup
m (→‎Code: fixed alignment)
m (Added obsolete notice box and category)
Line 1: Line 1:
{{languages}}
{{languages}}
{{Notice|Obsolete}}
{{Consumables
{{Consumables
|image = Pot of Soup.png
|image = Pot of Soup.png
Line 51: Line 52:


{{Navbox/Consumables}}
{{Navbox/Consumables}}
 
[[Category:Obsolete Items]]
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Items]]
[[Category:Items]]

Revision as of 15:29, 26 July 2014

BoxSmall.png
This feature has been removed from the game.
It has been replaced by something else.

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
























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 Add history here.

See Also

Template:Navbox/Consumables