Grilled Cheese Sandwich: Difference between revisions

From PZwiki
Grilled Cheese Sandwich
No edit summary
Line 15: Line 15:
! class="unsortable" | Description
! class="unsortable" | Description
{{RecipeLookup|22}}
{{RecipeLookup|22}}
{{RecipeLookup|30}}
|}
|}
== Code ==
== Code ==
  <nowiki>item GrilledCheese
  <nowiki>item GrilledCheese

Revision as of 15:30, 29 March 2012


Effects

Moodles: -15
Hungry: -105

Crafting

Name Recipe Description
























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