Peanut Butter Sandwich

From PZwiki
Revision as of 17:16, 28 July 2014 by Hemilash (talk | contribs) (Just found one in a restaurant. Updated info and code.)


A food item that is randomly found in kitchen drawers of a houses or restaurants. It is nonperishable, and it reduces a good amount of hunger, as well as unhappiness and boredom. As of 0.2.0q, it is impossible to make.

Effects

Hungry: -40
Unhappy: -10




Code

item PeanutButterSandwich
	{
		HungerChange	=	-40,
		Weight	=	0.4,
		Type	=	Food,
		UnhappyChange	=	-10,
		DisplayName	=	Peanut Butter Sandwich,
		Icon	=	Sandwich_peanut,
	}

Template:Navbox/Consumables