TV Dinner

From PZwiki
Revision as of 09:39, 6 June 2012 by 14.32.248.195 (talk)


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