Simple Soup: Difference between revisions

From PZwiki
Simple Soup
No edit summary
m (moved Simple Soup to Simple Soup: fixing capitalization)
(No difference)

Revision as of 17:29, 2 August 2013


The simple soup is a nonperishable food item that is made by putting a pot of water along with 2 soup ingredients. The simple soup takes out a large amount of hunger, and a small amount of unhappiness. When cooked, the hunger reduction is greatly increased.

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