Pepper: Difference between revisions

From PZwiki
mNo edit summary
m (Version bump)
(27 intermediate revisions by 7 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Food|Spices}}
{{languages|Pepper}}
{{Page version|41.78.16}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{Infobox item
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|name=Pepper
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Non-Perishable_Food|Non Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|model=Pepper_Model.png
{{Consumables
|icon=Pepper.png
|image = Pepper.png
|icon_name=Pepper
|hunger = -10
<!--GENERAL-->
|thirst = +20
|category=Food
|unhappiness = +20
|weight=0.2
|boredom = +15
<!--NUTRITION-->
|weight = 0.2
|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 item which is found in [[Containers#Kitchen_Counter|kitchen counters]].


== Nutritional information ==
'''Pepper''' is a [[Food#Non-Perishable|non-perishable]] 'spice' food [[Items|item]] used in [[cooking]].
<br>
'''Its nutritional values are as follows:'''<br>
Carbohydrates = 0 <br>
Proteins = 0 <br>
Lipids = 0 <br>
Calories = 0 <br><br>


== Evolved recipes ==
==Usage==
<!-- Information for template 'Evolved Recipes', used to explain how much of the food can be put into a meal. -->
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.
{{EvolvedRecipesForItem
|soup=1|stew=1|pie=1|stirfry=1|burger=1|salad=1|roastedvegetables=1|ricepot=1|ricepan=1|pastapot=1|pastapan=1|}}


== Code ==
==Crafting==
<br>
{{Main|Cooking}}
<nowiki>
item Pepper
                HungerChange         = -10,
                Weight                 = 0.2,
                Type                 = Food,
                DisplayName         = Pepper,
                Icon                 = Pepper,
                Spice                  = true,
                ThirstChange         = 20,
                BoredomChange         = 15,
                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,
                CantBeFrozen            = TRUE,
</nowiki>


{{Navbox/Consumables}}
====Evolved recipes====
[[Category:Consumables]]
Pepper is a spice when used in [[cooking]] [[Recipe ingredients|recipes]], therefore will not be included in the maximum number of ingredients.
[[Category:Food]]
{{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}}
[[Category:Non-Perishable_Food]]
 
[[Category:Version 34.28]]
==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]].
 
==Code==
{{CodeBox
| {{CodeSnip
  | 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,
}
}}
}}
 
==See also==
*[[Brown Sugar]]
*[[Rice Vinegar]]
*[[Salt]]
*[[Vegetable Oil]]
 
{{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