Tasty Soup: Difference between revisions

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

Revision as of 01:03, 2 April 2012


Effects

Moodles: -15
Hungry: -126
Unhappy: -20

Crafting

Name Recipe Description
























Code

item TastySoup
{
	Type = Food,
	DisplayName = Tasty Soup,
	Icon = PotFull,
	Weight = 7,
	IsCookable = true,
	MinutesToCook = 90,
	MinutesToBurn = 140,
	HungerChange = -126,
	BoredomChange = -15,
	UnhappyChange = -20,
	ReplaceOnUse = Pot
}

Template:Navbox/Consumables