Tasty Soup

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

Tasty Soup


Effects

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

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