Bell Pepper: Difference between revisions

From PZwiki
mNo edit summary
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Bell Pepper}}
{{languages|Bell Pepper}}
{{header|The Game World|Items|Consumables|Food|Perishable Food|type=Food|version=Version 38|incver=30}}{{Consumables
{{header|Project Zomboid|Items|Food|Perishable Food|Vegetables|type=Food|version=Version 40|incver=7}}{{Infobox food
|image = BellPepper.png
|display_name=Bell Pepper
|hunger = -8
|name_colour=Food
|thirst = -2
|name_text_colour=Food
|weight = 0.2}}
|image=BellPepper_120px.png
A '''bell pepper''' is a [[Food#Perishable|perishable]] food item which is often found in [[refrigerator]]s and produce bins. Bell peppers can be [[Empty Jar|jarred]] to increase their lifespan. Bell peppers take five in-game days to go stale, and eight in-game days to rot. This process is slower when the item is in a refrigerator.
<!--GENERAL-->
|category=Food
|weight=0.2
|days_fresh=5
|days_rotten=8
<!--NUTRITION-->
|hunger_change=-8
|thirst_change=-2
|calories=30
|lipids=0
|proteins=1
|carbohydrates=7
<!--TECHNICAL DETAILS-->
|class_name=Base.BellPepper
}}A '''bell pepper''' is a [[Food#Perishable|perishable]] food [[item]].
 
which is often found in [[refrigerator]]s and produce bins. Bell peppers can be [[Empty Jar|jarred]] to increase their lifespan. Bell peppers take five in-game days to go stale, and eight in-game days to rot. This process is slower when the item is in a refrigerator.


== Nutritional information ==
== Usage ==
{| border=0 align=left
===Trapping===
|
{{Main|Trapping}}
Bell peppers can be used as bait in [[Trapping|traps]] to capture [[Dead_Rabbit|rabbits]] and [[Dead_Squirrel|squirrels]].
=== Consumable properties ===
A bell pepper can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables2
{{Consumables2
|image = BellPepper.png
|image = BellPepper.png
Line 27: Line 45:
|rotten image = BellPepperRotten.png
|rotten image = BellPepperRotten.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br><br>
'''Its nutritional values are as follows:'''<br>
Carbohydrates = 7 <br>
Proteins = 1 <br>
Lipids = 0 <br>
Calories = 30 <br><br>


== Crafting ==
== Crafting ==
 
===What it can make===
{| class="wikitable sortable" style="text-align:center;"
{{Crafting table header}}
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|2059}}
{{RecipeLookup|2059}}
|}
{{Crafting table footer}}
<br>
=== Evolved recipes ===
== Evolved recipes ==
Bell peppers are a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem
{{EvolvedRecipesForItem|soup=8|pie=8|stirfry=8|sandwich=8|burger=8|salad=8|roastedvegetables=8|ricepot=8|ricepan=8|pastapot=8|pastapan=8|}}
|soup=8|pie=8|stirfry=8|sandwich=8|burger=8|salad=8|roastedvegetables=8|ricepot=8|ricepan=8|pastapot=8|pastapan=8|}}
 
== Trapping ==
 
Bell peppers can also be used in [[Trapping|traps]] to capture [[Dead_Rabbit|rabbits]] and [[Dead_Squirrel|squirrels]].
 
Refer to [[Trapping|trapping]] for further information.


== Code ==
== Code ==
<nowiki>
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
    item BellPepper
{{Retrieved|version=40|incver=7}}
<pre> item BellPepper
HungerChange = -8,
HungerChange = -8,
         Weight = 0.2,
         Weight = 0.2,
Line 72: Line 72:
         Proteins = 1,
         Proteins = 1,
         Lipids = 0,
         Lipids = 0,
         Calories = 30,
         Calories = 30,</pre>
</nowiki>


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

Revision as of 16:13, 17 August 2018

Bell Pepper
Bell Pepper
General
Category Food
Encumbrance
Heavy Load
0.2
Days until stale 5 days
Days until rotten 8 days
Nutrition
Hunger
Hunger
-8
Thirst
Thirst
-2
Calories
Calories
30
Carbohydrates
Carbohydrates
7
Proteins
Proteins
1
Fat
Fat
0
Technical details
Item ID Base.BellPepper

A bell pepper is a perishable food item.

which is often found in refrigerators and produce bins. Bell peppers can be jarred to increase their lifespan. Bell peppers take five in-game days to go stale, and eight in-game days to rot. This process is slower when the item is in a refrigerator.

Usage

Trapping

Main article: Trapping

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

Consumable properties

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

Crafting

What it can make

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Evolved recipes

Bell peppers are a cooking ingredient.

Product Nutrition
Soup
Soup
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

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.7

	item BellPepper
		HungerChange		= -8,
        	Weight			= 0.2,
        	Type			= Food,
        	DaysTotallyRotten	= 8,
        	DisplayName		= Bell Pepper,
        	Icon			= BellPepper,
        	DaysFresh		= 5,
        	EvolvedRecipe 		= Soup:8;Pie:8;Stir fry:8;Sandwich:8;Burger:8;Salad:8;Roasted Vegetables:8;RicePot:8;RicePan:8;PastaPot:8;PastaPan:8,
         	ThirstChange	 	= -2,
        	FoodType    		= Vegetables,
        	Carbohydrates 		= 7,
        	Proteins 		= 1,
        	Lipids 			= 0,
        	Calories 		= 30,

Template:Navbox/Consumables