Hearty Soup

From PZwiki
Revision as of 20:05, 28 March 2012 by Auchtor (talk | contribs) (Created page with "{{languages}} {{Consumables |image = potfull.png |hunger = -160 |weight = 7.5 }} == Effects == Moodles: -20<br> Hungry: -160<br> Unhappy: -25 == Code == <nowiki>item...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Hearty Soup


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