Salt: Difference between revisions

From PZwiki
mNo edit summary
(Updated to build 41.51)
Line 1: Line 1:
{{languages|Salt}}
{{languages}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox food
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=51}}{{Infobox food
|display_name=Salt
|display_name=Salt
|name_colour=Food
|name_colour=Food
Line 31: Line 31:
{{Main|Cooking}}
{{Main|Cooking}}
Salt is a cooking ingredient.
Salt is a cooking ingredient.
{{Cooking table header}}
{{Crafting header|ing=5}}
{{RecipeLookup|2032}}
{{Crafting cooking|107|ing=5}}
{{RecipeLookup|2033}}
{{Crafting cooking|110|ing=5}}
{{Crafting table footer}}
|}
==== Evolved recipes ====
==== Evolved recipes ====
Salt is a spice when used in cooking recipes, therefore will not be included in the maximum number of ingredients.
Salt is a spice when used in cooking recipes, therefore will not be included in the maximum number of ingredients.
{{EvolvedRecipesForItem|soup=1|stew=1|pie=1|stirfry=1|burger=1|salad=1|roastedvegetables=1|ricepot=1|ricepan=1|pastapot=1|pastapan=1|}}
{{EvolvedRecipesForItem|soup=1|stew=1|pie=1|stirfry=1|burger=1|sandwich=1|salad=1|roastedvegetables=1|ricepot=1|ricepan=1|pastapot=1|pastapan=1|}}


==Distribution==
==Distribution==
Line 43: Line 43:


== Code ==
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=7}}
{{Retrieved|version=41|incver=51}}
<pre> item Salt
<pre>   item Salt
HungerChange = -10,
    {
Weight = 0.2,
        HungerChange = -10,
Type = Food,
        Weight = 0.2,
DisplayName = Salt,
        Type = Food,
Icon = Salt,
        DisplayName = Salt,
Spice   = true,
        Icon = Salt,
ThirstChange = 20,
        Spice   =   true,
BoredomChange = 15,
        ThirstChange = 20,
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 Griddle Pan:1;Stir fry:1;Burger:1;Salad:1;Roasted Vegetables:1;RicePot:1;RicePan:1;PastaPot:1;PastaPan:1;Sandwich:1,
CantBeFrozen = TRUE,</pre>
        CantBeFrozen = TRUE,
        WorldStaticModel = Salt,
    }</pre>


==See also==
==See also==

Revision as of 10:04, 22 July 2021

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.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4 Ingredient 5
Dough.png
Bread (dough)
2.5 Cooking none Chef
OR
Cook (trait)
OR
Good Cooking Magazine Vol. 2
RollingPin.png
Rolling Pin
(keep)
Bowl.png
Empty Bowl
(keep)

(keep)
WaterDrop.png
Water
(1 unit)

(consumed)

(1 unit)

(consumed)
Dough.png
Pie Dough
2.5 Cooking none Chef
OR
Cook (trait)
OR
Good Cooking Magazine Vol. 1
Bowl.png
Bowl
(keep)

(keep)
WaterDrop.png
Water
(2 units)

(consumed)
One of:
Cornflour.png Corn Flour x2
Flour.png Flour x2

(consumed)

(consumed)

Evolved recipes

Salt is a spice when used in cooking recipes, therefore will not 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
Sandwich
Sandwich
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

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.51

    item Salt
    {
        HungerChange	=	-10,
        Weight	=	0.2,
        Type	=	Food,
        DisplayName	=	Salt,
        Icon	=	Salt,
        Spice   =   true,
        ThirstChange	=	20,
        UnhappyChange	=	20,
        EvolvedRecipe = Soup:1;Stew:1;Pie:1;Stir fry Griddle Pan:1;Stir fry:1;Burger:1;Salad:1;Roasted Vegetables:1;RicePot:1;RicePan:1;PastaPot:1;PastaPan:1;Sandwich:1,
        CantBeFrozen = TRUE,
        WorldStaticModel = Salt,
    }

See also

Template:Navbox/Consumables