Bell Pepper

From PZwiki
Project ZomboidItemsFoodVegetablesBell Pepper
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Bell Pepper
BellPepperModel.png
Bell Pepper (Rotten)
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Properties
Days fresh
5 days
Days until rotten
8 days
Nutrition
HungerMoodle Icon Hungry.png
-8
ThirstMoodle Icon Thirsty.png
-2
CaloriesCalories
30
CarbohydratesCarbohydrates
7
ProteinsProteins
1
FatFat
0
Technical
Item ID
Base.BellPepper

Bell pepper is a perishable food item.

Usage

Trapping

Main article: Trapping

Bell pepper can be used as bait in traps to capture rabbits and squirrels.

Consumable properties

Bell pepper can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.

Fresh Stale Rotten
BellPepper.png
Hunger: -8
BellPepper.png
Hunger: -6
Boredom: +10
Unhappiness: +10
BellPepperRotten.png
Hunger: -3
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Crafting

Main article: Cooking

What it can make

Bell pepper can be preserved to extend its lifespan by using a jar.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4 Ingredient 5 Ingredient 6
JarBrown.png
Jar of Bell Peppers
2.5 Cooking none JarEmpty2.png
Jar
(consumed)
Jar Lid
Jar Lid
(consumed)
BellPepper.png
Bell Pepper x5
(consumed)
WaterDrop.png
Water
(10 units)

(consumed)
Vinegar.png
Vinegar
(2 units)

(consumed)

(1 unit)

(consumed)

Evolved recipes

Bell pepper is a cooking ingredient.

Product Nutrition
Soup
Soup
8
Stew
Stew
8
Salad
Salad
8
Stir Fry
Stir Fry
8
Roasted Vegetables
Roasted Vegetables
8
Sandwich
Sandwich
8
Burger
Burger
8
Pie (savory)
Pie (savory)
8
Rice Pot/Saucepan
Rice Pot/Saucepan
8
Pasta Pot/Saucepan
Pasta Pot/Saucepan
8
Taco
Taco
8
Burrito
Burrito
8
Omelette
Omelette
8
Pizza
Pizza
8

Sack of Bell Peppers

Product XP gained Skill(s) Recipe Ingredient 1
BellPepper.png
Bell Pepper x12
0 XP none Sandbag.png
Sack of Bell Peppers
(consumed)

Distribution

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

Containers
Building/Room Container Rolls Chance
all fridge 4 1
fridge 4 2
dinerkitchen fridge 4 1
mexicankitchen fridge 4 8
restaurantkitchen fridge 4 1
sushikitchen fridge 4 8
westernkitchen fridge 4 8
fridge 4 8

Bell pepper can often be found in refrigerators and grocery displays.

Sacks of Bell Peppers can be found in grocery stores and warehouses.

Gallery

Code

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

BellPepper.png Base.BellPepper
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item BellPepper
	{
		DisplayName = Bell Pepper,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = BellPepper,
		EvolvedRecipe = Pizza:8;Omelette:4;Soup:8;Stew:8;Pie:8;Stir fry Griddle Pan:8;Stir fry:8;Sandwich:2;Sandwich Baguette:2;Burger:2;Salad:4;Roasted Vegetables:8;RicePot:8;RicePan:8;PastaPot:8;PastaPan:8;Taco:2;Burrito:4,
		FoodType = Vegetables,
		DaysFresh = 5,
		DaysTotallyRotten = 8,
		HungerChange = -8,
		ThirstChange = -2,
		Calories = 30,
		Carbohydrates = 7,
		Lipids = 0,
		Proteins = 1,
		StaticModel = RoundFood_Red,
		WorldStaticModel = BellPepper_Ground,
		EvolvedRecipeName = Pepper,
	}

Sandbag.png Base.SackProduce_BellPepper
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item SackProduce_BellPepper
	{
		DisplayName = Sack of Bell Peppers,
		DisplayCategory = Food,
		Type = Food,
		Weight = 2,
		Icon = Sandbag,
		CantEat = TRUE,
		DaysFresh = 5,
		DaysTotallyRotten = 8,
		WorldStaticModel = SandBag,
	}