Pepper: Difference between revisions

From PZwiki
(Updated to build 41.51)
(updated to 41.68 + added model + navbox)
Line 1: Line 1:
{{languages}}
{{languages}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=51}}{{Infobox food
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=68}}{{Infobox food
|display_name=Pepper
|display_name=Pepper
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Pepper_120px.png
|image=Pepper_Model.png
|image_width=200px
|alternate_image=Pepper.png
|alternate_name=Pepper
|alternate_link=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=0.2
|weight=0.2
|max_units=10
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-10
|hunger_change=-10
|thirst_change=20
|thirst_change=+20
|calories=0
|calories=0
|lipids=0
|lipids=0
Line 16: Line 21:
|carbohydrates=0
|carbohydrates=0
<!--EFFECT-->
<!--EFFECT-->
|unhappy_change=20
|unhappy_change=+20
<!--COOKING-->
<!--COOKING-->
|spice=True
|spice=True
Line 31: Line 36:
==== 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|sandwich=1|burger=1|salad=1|roastedvegetables=1|ricepot=1|ricepan=1|pastapot=1|pastapan=1|}}
{{EvolvedRecipesForItem|spice=true|soup=1|stew=1|pie=1|stirfry=1|sandwich=1|burger=1|salad=1|roastedvegetables=1|ricepot=1|ricepan=1|pastapot=1|pastapan=1|taco=1|burrito=1}}


==Distribution==
==Distribution==
Line 37: Line 42:


== Code ==
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=51}}
{{Retrieved|version=41|incver=68}}
<pre>    item Pepper
<pre>    item Pepper
     {
     {
Line 55: Line 60:


==See also==
==See also==
* [[Salt]]
*[[Brown Sugar]]
*[[Rice Vinegar]]
*[[Salt]]
*[[Vegetable Oil]]


{{Navbox/Consumables}}
{{Navbox_food}}

Revision as of 09:50, 14 March 2022

Pepper
Pepper
Pepper
General
Category Food
Encumbrance
Heavy Load
0.2
Capacity 10 units
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
Taco
Taco
1
Burrito
Burrito
1

Distribution

Pepper can be found in kitchen counters.

Code

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

    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