Salt

From PZwiki
Revision as of 20:25, 15 October 2014 by Proknifer (talk | contribs) (Created page with "{{Items |image=salt.png |weight=0,2 }} Salt is used as a spice (in salads for example), or to craft pie- and bread dough. Salt is mostly found in [...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:Items

Salt is 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.







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,
	}