Boring Soup: Difference between revisions

From PZwiki
mNo edit summary
Line 16: Line 16:
! class="unsortable" | Recipe  
! class="unsortable" | Recipe  
! class="unsortable" | Description
! class="unsortable" | Description
{{RecipeLookup|19}}
{{RecipeLookup|2005}}
{{RecipeLookup|29}}
{{RecipeLookup|2011}}
|}
|}



Revision as of 22:19, 16 November 2013


Although not the tastiest food item, the boring soup is very nutritious. It takes out a good amount of hunger, unhappiness, and boredom. It is crafted with 3 units of Water, a Cooking Pot and one Recipe ingredients. Can be enhanced by cooking.

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