Salt: Difference between revisions

From PZwiki
mNo edit summary
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Salt}}
{{languages|Salt}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{languages|Cheese}}
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox food
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Non-Perishable_Food|Non Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|display_name=Salt
{{Consumables
|name_colour=Food
|image = Salt.png
|name_text_colour=Food
|hunger = -10
|image=Salt_120px.png
|thirst = +20
<!--GENERAL-->
|unhappiness = +20
|category=Food
|boredom = +15
|weight=0.2
|weight = 0.2
<!--NUTRITION-->
}}
|hunger_change=-10
'''Salt''' is a [[Food#Non-Perishable|non-perishable]] 'spice' food item which is found in [[Containers#Kitchen_Counter|kitchen counters]].
|thirst_change=20
|calories=0
|lipids=0
|proteins=0
|carbohydrates=0
<!--EFFECT-->
|unhappy_change=20
|boredom_change=15
<!--COOKING-->
|spice=True
<!--TECHNICAL DETAILS-->
|class_name=Base.Salt
}}'''Salt''' is a [[Food#Non-Perishable|non-perishable]] 'spice' food [[item]] used in [[cooking]].  


== Nutritional information ==
==Usage==
<br>
Salt is used as an ingredient to create [[Bread Dough|bread dough]] and [[Pie Dough|pie dough]].
'''Its nutritional values are as follows:'''<br>
Carbohydrates = 0 <br>
Proteins = 0 <br>
Lipids = 0 <br>
Calories = 0 <br><br>


== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
===Cooking===
|-
{{Main|Cooking}}
! Name
Salt is a cooking ingredient.
! class="unsortable" | Recipe
{{Cooking table header}}
! class="unsortable" | Description
! class="unsortable" | Skill Level
 
{{RecipeLookup|2032}}
{{RecipeLookup|2032}}
{{RecipeLookup|2033}}
{{RecipeLookup|2033}}
|}
{{Crafting table footer}}
== Evolved recipes ==
==== Evolved recipes ====
<!-- Information for template 'Evolved Recipes', used to explain how much of the food can be put into a meal. -->
Salt is a spice when used in cooking recipes, therefore will be included in the maximum number of ingredients.
{{EvolvedRecipesForItem
{{EvolvedRecipesForItem|soup=1|stew=1|pie=1|stirfry=1|burger=1|salad=1|roastedvegetables=1|ricepot=1|ricepan=1|pastapot=1|pastapan=1|}}
|soup=1|stew=1|pie=1|stirfry=1|burger=1|salad=1|roastedvegetables=1|ricepot=1|ricepan=1|pastapot=1|pastapan=1|}}


==Distribution==
Salt can be found in [[Containers#Kitchen_Counter|kitchen counters]].
== Code ==
== Code ==
== Code ==
<nowiki>
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
    item Salt
<pre> item Salt
HungerChange = -10,
HungerChange = -10,
Weight = 0.2,
Weight = 0.2,
Type = Food,
Type = Food,
DisplayName = Salt,
DisplayName = Salt,
Icon = Salt,
Icon = Salt,
Spice   = true,
Spice   = true,
ThirstChange = 20,
ThirstChange = 20,
BoredomChange = 15,
BoredomChange = 15,
UnhappyChange = 20,
UnhappyChange = 20,
EvolvedRecipe = Soup:1;Stew:1;Pie:1;Stir fry:1;Burger:1;Salad:1;Roasted Vegetables:1;RicePot:1;RicePan:1;PastaPot:1;PastaPan:1,
EvolvedRecipe = Soup:1;Stew:1;Pie:1;Stir fry:1;Burger:1;Salad:1;Roasted Vegetables:1;RicePot:1;RicePan:1;PastaPot:1;PastaPan:1,
CantBeFrozen = TRUE,
CantBeFrozen = TRUE,</pre>


</nowiki>
==See also==
* [[Pepper]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Non-Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 06:43, 21 August 2018


Salt
Salt
General
Category Food
Encumbrance
Heavy Load
0.2
Nutrition
Hunger
Hunger
-10
Thirst
Thirst
20
Calories
Calories
0
Carbohydrates
Carbohydrates
0
Proteins
Proteins
0
Fat
Fat
0
Effect
Unhappiness
Unhappiness
20
Boredom
Boredom
15
Cooking
Spice True
Technical details
Item ID Base.Salt

Salt is a non-perishable 'spice' food item used in cooking.

Usage

Salt is used as an ingredient to create bread dough and pie dough.

Crafting

Cooking

Main article: Cooking

Salt is a cooking ingredient. Template:Cooking table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Evolved recipes

Salt is a spice when used in cooking recipes, therefore will be included in the maximum number of ingredients.

Product Nutrition
Soup
Soup
1
Stew
Stew
1
Salad
Salad
1
Stir Fry
Stir Fry
1
Roasted Vegetables
Roasted Vegetables
1
Burger
Burger
1
Pie (savory)
Pie (savory)
1
Rice Pot/Saucepan
Rice Pot/Saucepan
1
Pasta Pot/Saucepan
Pasta Pot/Saucepan
1

Distribution

Salt can be found in kitchen counters.

Code

Code

From items.txt (Project Zomboid directory/media/scripts/)

	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;RicePot:1;RicePan:1;PastaPot:1;PastaPan:1,
		CantBeFrozen 	= TRUE,

See also

Template:Navbox/Consumables