Pepper: Difference between revisions

From PZwiki
mNo edit summary
(Updated to build 41.51)
Line 1: Line 1:
{{languages|Pepper}}
{{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=Pepper
|display_name=Pepper
|name_colour=Food
|name_colour=Food
Line 17: Line 17:
<!--EFFECT-->
<!--EFFECT-->
|unhappy_change=20
|unhappy_change=20
|boredom_change=15
<!--COOKING-->
<!--COOKING-->
|spice=True
|spice=True
Line 32: Line 31:
==== Evolved recipes ====
==== Evolved recipes ====
Pepper is a spice when used in cooking recipes, therefore will not be included in the maximum number of ingredients.
Pepper 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|sandwich=1|burger=1|salad=1|roastedvegetables=1|ricepot=1|ricepan=1|pastapot=1|pastapan=1|}}


==Distribution==
==Distribution==
Line 39: Line 38:
== Code ==
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=7}}
{{Retrieved|version=41|incver=51}}
<pre> item Pepper
<pre>   item Pepper
                HungerChange = -10,
    {
                Weight = 0.2,
        HungerChange = -10,
                Type = Food,
        Weight = 0.2,
                DisplayName = Pepper,
        Type = Food,
                Icon = Pepper,
        DisplayName = Pepper,
                Spice = true,
        Icon = Pepper,
                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 = Pepper,
    }</pre>


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

Revision as of 11:08, 22 July 2021

Pepper
Pepper
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
Cooking
Spice True
Technical details
Item ID Base.Pepper

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

Usage

Pepper is used as an ingredient in cooking recipes.

Crafting

Cooking

Main article: Cooking

Evolved recipes

Pepper 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

Pepper can be found in kitchen counters.

Code

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

    item Pepper
    {
        HungerChange	=	-10,
        Weight	=	0.2,
        Type	=	Food,
        DisplayName	=	Pepper,
        Icon	=	Pepper,
        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 = Pepper,
    }

See also

Template:Navbox/Consumables