TV Dinner: Difference between revisions

From PZwiki
m (-- code formatting)
No edit summary
Line 1: Line 1:
{{languages}}
{{languages|TV_Dinner}}
{{Consumables
{{Consumables
|image = TV Dinner.png
|image = TV Dinner.png

Revision as of 19:35, 26 June 2015


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