Pickles: Difference between revisions

From PZwiki
(Created page with "{{Notice|Improve}} {{languages}} {{Consumables |image = SNACKPickles.png |weight = 0.1 }} == Effects == Hungry: -5 == Code == <nowiki>item Pickles { Hung...")
 
(Renovated page, +navbar, + consumable info, +description, +evolved recipe, +info code +categories)
Line 1: Line 1:
{{Notice|Improve}}
__NOTOC__
{{languages}}
{{languages|Pickles}}
<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 -->
<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 -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Non-Perishable_Food|Non Perishable Foods]] -> [[Pickles|Pickles]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
{{Consumables
|image = SNACKPickles.png
|image = SNACKPickles.png  
|hunger = -5
|weight = 0.1
|weight = 0.1
}}
}}
Pickles are an [[Food#Non-Perishable|non-perishable]] item that is often found inside refrigerators although it does not need to be refrigerated. Pickles reduces hunger by a total of 5 points.<br>
== Nutritional Information ==
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 1 <br>
Proteins = 0 <br>
Lipids = 0 <br>
Calories = 5 <br><br>


 
== Evolved Recipes ==
 
{{EvolvedRecipesForItem
 
|sandwich=5|burger=5|salad=5|ricepot=5|ricepan=5|pastapot=5|pastapan=5}}
== Effects ==
[[Hunger]]: -5


== Code ==
== Code ==
  <nowiki>item Pickles
  <nowiki>
    {
    item Pickles
         HungerChange = -5,
         HungerChange = -5,
         Weight = 0.1,
         Weight = 0.1,
         AlwaysWelcomeGift = true,
         AlwaysWelcomeGift = true,
         Type = Food,
         Type = Food,
         DisplayName = Pickles,
         DisplayName = Pickles,
         Icon = Pickles,
         Icon = Pickles,
         EvolvedRecipe = Sandwich:5;Burger:5;Salad:5,
         EvolvedRecipe = Sandwich:5;Burger:5;Salad:5;RicePot:5;RicePan:5;PastaPot:5;PastaPan:5,
         FoodType   =   NoExplicit,
         FoodType   = NoExplicit,
    }</nowiki>
        Carbohydrates = 1,
 
        Proteins = 0,
        Lipids = 0,
        Calories = 5,
</nowiki>
<br>
== See Also ==
== See Also ==
[[Recipe_Ingredients]]<br>
[[Recipe Ingredients#Sandwich & Burger Ingredients|Sandwich & Burger Ingredients]]<br>
[[Recipe Ingredients#Sandwich & Burger Ingredients|Sandwich & Burger Ingredients]]<br>
[[Recipe Ingredients#Salad Ingredients|Salad Ingredients]]
[[Recipe Ingredients#Salad Ingredients|Salad Ingredients]]<br>
 
{{Navbox/Consumables}}
<!-- {{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Food]]
[[Category:Non-Perishable Food]]
[[Category:Non-Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 21:34, 23 July 2016


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Non Perishable Foods -> Pickles   

Pickles are an non-perishable item that is often found inside refrigerators although it does not need to be refrigerated. Pickles reduces hunger by a total of 5 points.

Nutritional Information

It's Nutritional Values are as follows:
Carbohydrates = 1
Proteins = 0
Lipids = 0
Calories = 5

Evolved Recipes

Product Nutrition
Salad
Salad
5
Sandwich
Sandwich
5
Burger
Burger
5
Rice Pot/Saucepan
Rice Pot/Saucepan
5
Pasta Pot/Saucepan
Pasta Pot/Saucepan
5

Code

    item Pickles
        HungerChange		= -5,
        Weight			= 0.1,
        AlwaysWelcomeGift	= true,
        Type			= Food,
        DisplayName		= Pickles,
        Icon			= Pickles,
        EvolvedRecipe 		= Sandwich:5;Burger:5;Salad:5;RicePot:5;RicePan:5;PastaPot:5;PastaPan:5,
        FoodType    		= NoExplicit,
        Carbohydrates 		= 1,
        Proteins 		= 0,
        Lipids 			= 0,
        Calories 		= 5,
	


See Also

Sandwich & Burger Ingredients
Salad Ingredients
Template:Navbox/Consumables