Boring Soup: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 1: Line 1:
{{languages}}
{{languages}}
{{Consumables
{{Consumables
|image = potfull.png
|image = Pot of Soup.png
|hunger = -42
|hunger = -42
|weight = 6
|weight = 6

Revision as of 01:06, 2 April 2012


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