Boring Soup

From PZwiki
Revision as of 10:47, 6 February 2014 by Rorschach (talk | contribs)


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