Bell Pepper: Difference between revisions

From PZwiki
(Created page with "{{languages}} {{Consumables |image = BellPepper.png |weight = 0.2 }} A perishable food item that goes bad as time passes. Bell Peppers are often found inside of refrigerator...")
 
(Adjusted formatting, added evolved recipe entry, added link to trapping, removed TOC)
Line 1: Line 1:
__NOTOC__
{{languages}}
{{languages}}
{{Consumables
{{Consumables
Line 7: Line 8:


== Nutritional Information ==
== Nutritional Information ==
{| border=0 align=left
|
{{Consumables2
{{Consumables2
|image = BellPepper.png
|image = BellPepper.png
Line 23: Line 26:
|rotten image = BellPepperRotten.png
|rotten image = BellPepperRotten.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br>
== Evolved Recipes ==
{{EvolvedRecipesForItem
|soup=15|pie=15|stirfry=15|sandwich=5|burger=5|salad=10|roastedvegetables=15}}
== 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>item BellPepper
  <nowiki>item BellPepper
{
{
HungerChange = -15,
HungerChange = -15,
         Weight = 0.2,
         Weight = 0.2,
         Type = Food,
         Type = Food,

Revision as of 22:27, 7 August 2015


A perishable food item that goes bad as time passes. Bell Peppers are often found inside of refrigerators, and in produce bins. Bell Peppers takes five in-game days to go stale, and eight in-game days to rot.

Nutritional Information

Template:Consumables2












Evolved Recipes

Product Nutrition
Soup
Soup
15
Salad
Salad
10
Stir Fry
Stir Fry
15
Roasted Vegetables
Roasted Vegetables
15
Sandwich
Sandwich
5
Burger
Burger
5
Pie (savory)
Pie (savory)
15

Trapping

Bell Peppers can also be used in traps to capture rabbits and squirrels.

Refer to trapping for further information.

Code

item BellPepper
	{
	HungerChange	=	-15,
        Weight	=	0.2,
        Type	=	Food,
        DaysTotallyRotten	=	8,
        DisplayName	=	Bell Pepper,
        Icon	=	BellPepper,
        DaysFresh	=	5,
        EvolvedRecipe = Soup:15;Pie:15;Stir fry:15;Sandwich:5;Burger:5;Salad:10;Roasted Vegetables:15,
        FoodType    =   Vegetables,
	}

Template:Navbox/Consumables