Tasty Bowl of Soup

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


Effects

Moodles: -4
Hungry: -32
Unhappy: -5

Code

item TastyBowl4
{
	Type = Food,
	DisplayName = Tasty Bowl of Soup,
	Icon = BowlFull,
	Weight = 3,
	IsCookable = true,
	MinutesToCook = 23,
	MinutesToBurn = 35,
	Count = 4,
	HungerChange = -32,
	ReplaceOnUse = Bowl,
	BoredomChange = -4,
	UnhappyChange = -5,
	DaysFresh = 1,
	DaysTotallyRotten = 3,
}

Template:Navbox/Consumables