Grilled Cheese Sandwich: Difference between revisions

From PZwiki
Grilled Cheese Sandwich
No edit summary
Line 1: Line 1:
{{languages}}
{{languages}}
{{Consumables
{{Consumables
|image = Sandwich_Cheese.png
|image = Grilled Cheese Sandwich.png
|hunger = -105
|hunger = -105
|weight = 1
|weight = 1

Revision as of 15:40, 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