Boring Soup

From PZwiki
Revision as of 15:21, 26 July 2014 by Pat Bren (talk | contribs) (Added obsolete notice box and category)
BoxSmall.png
This feature has been removed from the game.
It has been replaced by something else.


Although not the tastiest food item, Boring Soup is very nutritious. Crafted with three units of water, a Cooking Pot and one soup ingredient, it relieves a good amount of hunger, unhappiness, and boredom. Cooking the soup will greatly increase its effectiveness.

Effects

Moodles: -5
Hungry: -42
Unhappy: -10

Crafting

Name Recipe Description
























Code

item BoringSoup
{
	Type		= Food,
	DisplayName	= Boring Soup,
	Icon		= PotFull,
	Weight		= 6,
	IsCookable	= true,
	MinutesToCook	= 50,
	MinutesToBurn	= 100,
	HungerChange	= -42,
	BoredomChange	= -5,
	UnhappyChange	= -10,
	ReplaceOnUse	= Pot
}

Template:Navbox/Consumables