Pepper: Difference between revisions

From PZwiki
mNo edit summary
m (Version bump)
(20 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{languages|Pepper}}
{{Header|Project Zomboid|Items|Food|Spices}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
{{Page version|41.78.16}}
|display_name=Pepper
{{Infobox item
|name_colour=Food
|name=Pepper
|name_text_colour=Food
|model=Pepper_Model.png
|image=Pepper_120px.png
|icon=Pepper.png
|icon_name=Pepper
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 18: Line 19:
|unhappy_change=+20
|unhappy_change=+20
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Pepper
|item_id=Base.Pepper
}}'''Pepper''' is a [[Food#Non-Perishable|non-perishable]] 'spice' food [[item]] used in [[cooking]].  
}}
 
'''Pepper''' is a [[Food#Non-Perishable|non-perishable]] 'spice' food [[Items|item]] used in [[cooking]].


==Usage==
==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.  
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 ==
==Crafting==
{{Main|Cooking}}
{{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.
====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}}
{{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==
==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]].
Pepper can be found in [[Containers#Kitchen_Counter|kitchen counters]].


==Gallery==
==Code==
<gallery>
{{CodeBox
File:Pepper Model.png|Pepper model when placed in the world.
| {{CodeSnip
</gallery>
  | lang = java
 
  | line = true
== Code ==
  | start = 4348
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
  | source = items_food.txt
{{Retrieved|version=41|incver=73}}
  | retrieved = true
<pre>    item Pepper
  | version = 41.78.16
  | code =
item Pepper
{
{
DisplayName = Pepper,
DisplayName = Pepper,
Line 57: Line 122:
FoodType = NoExplicit,
FoodType = NoExplicit,
Tags = MinorIngredient,
Tags = MinorIngredient,
}</pre>
}  
}}
}}


==See also==
==See also==
Line 65: Line 132:
*[[Vegetable Oil]]
*[[Vegetable Oil]]


{{Navbox_food}}
{{Navbox food}}
 
[[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