Salt: Difference between revisions

From PZwiki
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{languages|Salt}}
{{Items
{{Items
|image=salt.png
|image=salt.png

Revision as of 11:15, 16 October 2014

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.







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