Pineapple: Difference between revisions

From PZwiki
(Adjusted formatting, -TOC, +nutritional info (needs verification) + ver reference, reconfirmed info, added verify request, added relevant categories, added description)
(Redesigned Pineapple Page + Nav Bar, +Description, +updated info, +categories, +nutrition info/values, corrected evolved.)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages}}
{{languages|Pineapple}}
<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:Perishable_Food|Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
{{Consumables
|image = Pineapple.png
|image = Pineapple.png
|hunger = -15
|hunger = -25
|weight = 0.3
|weight = 0.3
}}
}}
 
Pineapples are [[Food#Perishable|perishable]] food items that go bad as time passes, when outside of a [[refrigerator]]. Pineapples are often found within houses, inside of refrigerators, and in produce bins. Pineapples take six in-game days to go stale, and fourteen days to rot.
A perishable food item that goes bad as time passes, when outside of a [[refrigerator]]. Pineapples are often found within houses, inside of refrigerators, and in produce bins. Pineapples take six in-game days to go stale, and two in-game weeks to rot.


== Nutritional Information ==
== Nutritional Information ==
{{Notice|Verify}}
{| border=0 align=left
{| border=0 align=left
|
|
{{Consumables2
{{Consumables2
|image = Pineapple.png
|image = Pineapple.png
|hunger = -15
|hunger = -25
|thirst = 0
|thirst = 0
|unrotten hunger = -11
|unrotten hunger = -19
|unrotten boredom = +10
|unrotten boredom = +10
|unrotten unhappiness = +10
|unrotten unhappiness = +10
|unrotten thirst = 0
|unrotten thirst = 0
|unrotten image = Pineapple.png
|unrotten image = Pineapple.png
|rotten hunger = -6
|rotten hunger = -11
|rotten boredom = +20
|rotten boredom = +20
|rotten unhappiness = +20
|rotten unhappiness = +20
Line 30: Line 31:
}}
}}
|}
|}
<br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br>
 
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 118.70 <br>
Proteins = 4.89 <br>
Lipids = 1.09 <br>
Calories = 452 <br><br>


== Evolved Recipes ==
== Evolved Recipes ==
{{EvolvedRecipesForItem
{{EvolvedRecipesForItem
|cake=8}}
|cake=10}}


== Code ==
== Code ==
  <nowiki>item Pineapple
  <nowiki>
 
    item Pineapple
         Type = Food,
         Type = Food,
         DisplayName = Pineapple,
         DisplayName = Pineapple,
         Icon = Pineapple,
         Icon = Pineapple,
         Weight = 0.3,
         Weight = 0.3,
         HungerChange = -15,
         HungerChange = -25,
         DaysFresh = 6,
         DaysFresh = 6,
         DaysTotallyRotten = 14,
         DaysTotallyRotten = 14,
         EvolvedRecipe      =       Cake:8,
         EvolvedRecipe      = Cake:10,
         FoodType           =       Fruits,
         FoodType           = Fruits,
        Carbohydrates = 118.7,
        Proteins = 4.89,
        Lipids = 1.09,
        Calories = 452,
</nowiki>
</nowiki>
== History ==
{| class="wikitable" width="550" style="text-align:center;"
|-
! Alpha || 
|-
| Ver31.9 || -
|}
==See Also==
* [[Recipe_Ingredients|Recipe Ingredients]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Food]]
[[Category:Perishable Food]]
[[Category:Perishable_Food]]
[[Category:Articles in Need of Improvement]]
[[Category:Version 34.28]]
[[Category:Version 32.20]]

Revision as of 19:46, 17 August 2016


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

Pineapples are perishable food items that go bad as time passes, when outside of a refrigerator. Pineapples are often found within houses, inside of refrigerators, and in produce bins. Pineapples take six in-game days to go stale, and fourteen days to rot.

Nutritional Information

Template:Consumables2













It's Nutritional Values are as follows:
Carbohydrates = 118.70
Proteins = 4.89
Lipids = 1.09
Calories = 452

Evolved Recipes

Product Nutrition
Cake
Cake
10

Code

	
    item Pineapple
        Type			= Food,
        DisplayName		= Pineapple,
        Icon			= Pineapple,
        Weight			= 0.3,
        HungerChange 		= -25,
        DaysFresh 		= 6,
        DaysTotallyRotten 	= 14,
        EvolvedRecipe       	= Cake:10,
        FoodType            	= Fruits,
        Carbohydrates 		= 118.7,
        Proteins 		= 4.89,
        Lipids 			= 1.09,
        Calories 		= 452,

Template:Navbox/Consumables