Salt: Difference between revisions

From PZwiki
mNo edit summary
No edit summary
Line 11: Line 11:
Using this as a spice has no known effect.
Using this as a spice has no known effect.


== Crafting ==


 
{| class="wikitable sortable" style="text-align:center;"
 
|-
 
! Name
 
! class="unsortable" | Recipe
 
! class="unsortable" | Description
 
! class="unsortable" | Skill
 
{{RecipeLookup|2032}}
 
|}
 
 


== Code ==
== Code ==

Revision as of 11:46, 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.

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