Simple Soup

From PZwiki
Revision as of 09:46, 6 June 2012 by 14.32.248.195 (talk)

Simple Soup


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
}

Template:Navbox/Consumables