TV Dinner

From PZwiki
Revision as of 11:20, 10 February 2016 by Faalagorn (talk | contribs) (Updated to the latest version)


The T.V dinner is a nonperishable item found in many kitchen drawers. Although it manages to reduce hunger, it makes you character feel more bored and unhappy. It can be enhanced by cooking it, but as with all cookables, it can be burnt.

Effects

Moodles: 30
Hungry: -20
Unhappy: 25

Code

	item TVDinner
	{
		HungerChange	=	-20,
		Weight	=	0.4,
		Type	=	Food,
		IsCookable	=	TRUE,
		DangerousUncooked	=	TRUE,
		UnhappyChange	=	25,
		MinutesToBurn	=	15,
		DisplayName	=	TV Dinner,
		Icon	=	TVDinner,
		MinutesToCook	=	10,
		BoredomChange	=	30,
	}

Template:Navbox/Consumables