Grilled Cheese Sandwich

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

Grilled Cheese Sandwich


Effects

Moodles: -15
Hungry: -105

Code

item GrilledCheese
{
	Type 				=			Food,
	DisplayName 		= 			Grilled Cheese Sandwich,
	Icon 				= 			Sandwich_Cheese,
	Weight 				= 			1,
	IsCookable 			= 			true,
	MinutesToCook 		= 			5,
	MinutesToBurn 		= 			8,
	HungerChange 		= 			-105,
	BoredomChange 		= 			-15,
	DaysFresh 			= 			2,
	DaysTotallyRotten 	= 			4,
	DangerousUncooked 	= 			false
}

Template:Navbox/Consumables