Cheese Sandwich: Difference between revisions

From PZwiki
No edit summary
Line 15: Line 15:
! class="unsortable" | Recipe  
! class="unsortable" | Recipe  
! class="unsortable" | Description
! class="unsortable" | Description
{{RecipeLookup|31}}
{{RecipeLookup|2012}}
{{RecipeLookup|30}}
{{RecipeLookup|2013}}
|}
|}
== Code ==
== Code ==
  <nowiki>item CheeseSandwich
  <nowiki>item CheeseSandwich

Revision as of 22:23, 16 November 2013


Made by putting a cheese and a piece of bread in the crafting area, the cheese sandwich reduces slightly more hunger than the two items combined and manages to reduce the boredom of the character. Can sometimes be found already made in kitchen drawers, but this is fairly rare.

Effects

Moodles: -10
Hungry: -63

Crafting

Name Recipe Description
























Code

item CheeseSandwich
{
	Type				=			Food,
	DisplayName			=			Cheese Sandwich,
	Icon				=			Sandwich_Cheese,
	Weight				=			1,
	HungerChange 		=			-63,
	BoredomChange		=			-10,
}

Template:Navbox/Consumables