Boring Soup

From PZwiki
Revision as of 04:11, 26 July 2014 by Hemilash (talk | contribs)


Note: In recent builds (b26+) this item has been replaced by the Soup and Stew custom recipes.


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