TV Dinner

From PZwiki
Revision as of 20:42, 28 March 2012 by Auchtor (talk | contribs) (Created page with "{{languages}} {{Consumables |image = Sandwich_Cheese.png |hunger = -30 |weight = 2 }} == Effects == Moodles: 30<br> Hungry: -30<br> Unhappy: 25 == Code == <nowiki>it...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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