TV Dinner

From PZwiki
Revision as of 19:35, 26 June 2015 by Bonlime (talk | contribs)


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: -30
Unhappy: 25



Code

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

Template:Navbox/Consumables