Pepper: Difference between revisions

From PZwiki
(added "languages", icon link)
m (Version bump)
(32 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{Notice|Improve}}
{{Header|Project Zomboid|Items|Food|Spices}}
{{Page version|41.78.16}}
{{Infobox item
|name=Pepper
|model=Pepper_Model.png
|icon=Pepper.png
|icon_name=Pepper
<!--GENERAL-->
|category=Food
|weight=0.2
<!--NUTRITION-->
|hunger_change=-10
|thirst_change=+20
|calories=0
|lipids=0
|proteins=0
|carbohydrates=0
<!--EFFECT-->
|unhappy_change=+20
<!--TECHNICAL DETAILS-->
|item_id=Base.Pepper
}}
 
'''Pepper''' is a [[Food#Non-Perishable|non-perishable]] 'spice' food [[Items|item]] used in [[cooking]].
 
==Usage==
Pepper can be eaten raw, providing the player with some positive and negative effects. Pepper is more effective when used as [[cooking]] [[Recipe ingredients|ingredient]], as all negative effects are removed.
 
==Crafting==
{{Main|Cooking}}
 
====Evolved recipes====
Pepper is a spice when used in [[cooking]] [[Recipe ingredients|recipes]], therefore will not be included in the maximum number of ingredients.
{{EvolvedRecipesForItem|spice=true|soup=1|stew=1|pie=1|stirfry=1|sandwich=1|burger=1|salad=1|roastedvegetables=1|rice=1|pasta=1|taco=1|burrito=1|Beverage=1|Pizza=1}}
 
==Distribution==
The loot distributions can be found in the table(s) below.
 
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|burgerkitchen
|[[counter]]
|4
|8
|-
|cafeteriakitchen
|[[counter]]
|4
|8
|-
|chinesekitchen
|[[counter]]
|4
|8
|-
|rowspan="2"|deepfry_kitchen
|[[counter]]
|4
|8
|-
|[[counter]]
|4
|8
|-
|italiankitchen
|[[counter]]
|4
|8
|-
|kitchen
|[[counter]]
|4
|8
|-
|mexicankitchen
|[[counter]]
|4
|8
|-
|seafoodkitchen
|[[counter]]
|4
|8
|-
|westernkitchen
|[[counter]]
|4
|8
|}
Pepper can be found in [[Containers#Kitchen_Counter|kitchen counters]].


{{languages|Pepper}}
==Code==
{{Items
{{CodeBox
|image = CONDIMENTPepper.png
| {{CodeSnip
|weight = 0.2
  | lang = java
  | line = true
  | start = 4348
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Pepper
{
DisplayName = Pepper,
DisplayCategory = Food,
Type = Food,
Weight = 0.2,
Icon = Pepper,
CantBeFrozen = TRUE,
EvolvedRecipe = Pizza:1;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;Sandwich Baguette:1;Taco:1;Burrito:1;Beverage:1;Beverage2:1;Beer:1;Beer2:1,
Spice = true,
HungerChange = -10,
ThirstChange = 20,
UnhappyChange = 20,
WorldStaticModel = Pepper,
FoodType = NoExplicit,
Tags = MinorIngredient,
}
}}
}}
}}


[[Pepper]] is a consumable item which can be found in kitchens. It can be consumed on its own, or added as a spice to several food recipes.
==See also==
*[[Brown Sugar]]
*[[Rice Vinegar]]
*[[Salt]]
*[[Vegetable Oil]]


When consumed by itself, it negatively impacts the player's [[Thirst|thirst]], [[Boredom|boredom]] and [[Unhappiness|unhappiness]], while only slightly reducing their [[Hunger|hunger]].
{{Navbox food}}
Currently it has no effect when added to other recipes.


[[Category: Consumables]]
[[Category:Non-perishable food]]

Revision as of 02:47, 28 March 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Pepper
Pepper Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Nutrition
HungerMoodle Icon Hungry.png
-10
ThirstMoodle Icon Thirsty.png
+20
CaloriesCalories
0
CarbohydratesCarbohydrates
0
ProteinsProteins
0
FatFat
0
Effect
UnhappinessMoodle Icon Unhappy.png
+20
Technical
Item ID
Base.Pepper

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

Usage

Pepper can be eaten raw, providing the player with some positive and negative effects. Pepper is more effective when used as cooking ingredient, as all negative effects are removed.

Crafting

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
Pizza
Pizza
1
Beverage
Beverage
1

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
burgerkitchen counter 4 8
cafeteriakitchen counter 4 8
chinesekitchen counter 4 8
deepfry_kitchen counter 4 8
counter 4 8
italiankitchen counter 4 8
kitchen counter 4 8
mexicankitchen counter 4 8
seafoodkitchen counter 4 8
westernkitchen counter 4 8

Pepper can be found in kitchen counters.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item Pepper
	{
		DisplayName = Pepper,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = Pepper,
		CantBeFrozen = TRUE,
		EvolvedRecipe = Pizza:1;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;Sandwich Baguette:1;Taco:1;Burrito:1;Beverage:1;Beverage2:1;Beer:1;Beer2:1,
		Spice = true,
		HungerChange = -10,
		ThirstChange = 20,
		UnhappyChange = 20,
		WorldStaticModel = Pepper,
		FoodType = NoExplicit,
		Tags = MinorIngredient,
	}

See also