Pineapple: Difference between revisions

From PZwiki
(new31.9)
(Adjusted formatting, -TOC, +nutritional info (needs verification) + ver reference, reconfirmed info, added verify request, added relevant categories, added description)
Line 1: Line 1:
{{languages}}{{Notice|Short}}
__NOTOC__
 
{{languages}}
{{Consumables
{{Consumables
|image = Pineapple.png
|image = Pineapple.png
Line 7: Line 7:
}}
}}


 
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
|
{{Consumables2
{{Consumables2
|image = Pineapple.png
|image = Pineapple.png
|hunger = -15  
|hunger = -15
|thirst = 0
|unrotten hunger = -11
|unrotten boredom = +10
|unrotten unhappiness = +10
|unrotten thirst = 0
|unrotten image = Pineapple.png
|rotten hunger = -6
|rotten boredom = +20
|rotten unhappiness = +20
|rotten thirst = 0
|perishable = 1
|perishable = 1
|cookable = 0
|dangerous uncooked = 0
|unhappiness = 0
|unrotten hunger = 0
|unrotten unhappiness = 0
|rotten hunger = 0
|rotten unhappiness = 0
|unrottencooked hunger = 0
|unrottencooked unhappiness = 0
|unrottencooked boredom = 0
|rottencooked hunger = 0
|rottencooked unhappiness = 0
|cooked hunger = 0
|cooked unhappiness = 0
|cooked boredom = 0
|burned hunger = 0
|burned boredom = 0
|burned unhappiness = 0
|burned image =
|rotten image = PineappleRotten.png
|rotten image = PineappleRotten.png
|cooked image =
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br>


== Evolved Recipes ==
== Evolved Recipes ==
Line 43: Line 38:
== 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 = -15,
         DaysFresh = 6,
         DaysFresh = 6,
         DaysTotallyRotten = 14,
         DaysTotallyRotten = 14,
         EvolvedRecipe       =      Cake:8,
         EvolvedRecipe       =      Cake:8,
         FoodType           =      Fruits,
         FoodType           =      Fruits,
    }</nowiki>
</nowiki>


== History ==
== History ==
Line 65: Line 60:


==See Also==
==See Also==
* [[Recipe_Ingredients]]
* [[Recipe_Ingredients|Recipe Ingredients]]




Line 71: Line 66:
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Food]]
[[Category:Perishable Food]]
[[Category:Articles in Need of Improvement]]
[[Category:Version 32.20]]

Revision as of 18:16, 13 August 2015



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

CandleLit.png
This article may have claims which require verification.
Editors should verify the article's current content and, while adding content, check new information.

Template:Consumables2












Evolved Recipes

Product Nutrition
Cake
Cake
8

Code

item Pineapple
   
        Type			=	Food,
        DisplayName		=	Pineapple,
        Icon			=	Pineapple,
        Weight			=	0.3,
        HungerChange 		=	-15,
        DaysFresh 		=	6,
        DaysTotallyRotten 	=	14,
        EvolvedRecipe       	=       Cake:8,
        FoodType           	=       Fruits,

History

Alpha
Ver31.9 -

See Also


Template:Navbox/Consumables