Hearty Soup: Difference between revisions

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

Revision as of 01:10, 2 April 2012


Effects

Moodles: -20
Hungry: -160
Unhappy: -25

Code

item HeartySoup
{
	Type = Food,
	DisplayName = Hearty Soup,
	Icon = PotFull,
	Weight = 7.5,
	IsCookable = true,
	MinutesToCook = 110,
	MinutesToBurn = 160,
	HungerChange = -168,
	BoredomChange = -20,
	UnhappyChange = -25,
	ReplaceOnUse = Pot
}

Template:Navbox/Consumables