Salt: Difference between revisions

From PZwiki
(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 [...")
 
mNo edit summary
Line 4: Line 4:
}}
}}


Salt is used as a spice (in [[Salad Ingredients|salads]] for example), or to craft pie- and [[bread dough]].
Salt is used as a spice (in [[Salad Ingredients|salads]] for example) or to craft pie- and [[bread dough]].


Salt is mostly found in [[Containers|kitchen cupboards]].
Salt is mostly found in [[Containers|kitchen cupboards]].

Revision as of 20:26, 15 October 2014

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