Salt

From PZwiki
Revision as of 11:46, 16 October 2014 by Proknifer (talk | contribs)

Template:Items

Salt can be used as a spice (in salads for example) or to craft pie- and bread dough.

Salt is mostly found in kitchen cupboards.

Using this as a spice has no known effect.

Crafting

Name Recipe Description Skill












Code

 
        item Salt
	{
		HungerChange	=	-10,
		Weight	=	0.2,
		Type	=	Food,
		DisplayName	=	Salt,
		Icon	=	Salt,
		Spice   =   true,
		ThirstChange	=	20,
		BoredomChange	=	15,
		UnhappyChange	=	20,
		EvolvedRecipe = Soup:1;Stew:1;Pie:1;Stir fry:1;Burger:1;Salad:1;Roasted Vegetables:1,
	}