Grapes: Difference between revisions

From PZwiki
m (fixed one thing, broke another XD)
No edit summary
Line 1: Line 1:
{{Notice|Short}}
{{languages}}
<noinclude>{{languages}}</noinclude>
{{Consumables
|image = Item Grapes.png
|weight = 0.2
}}
A perishable food item that goes bad as time passes. Grapes are often inside of [[refrigerator]]s, [[containers#Kitchen_cupboard|kitchen cupboards]], and in produce bins. Grapes take five in-game days to go stale, and eight in-game days to become rotten.
 
== Nutritional Information ==
{{Consumables2
{{Consumables2
|name = Grapes
|image = Item Grapes.png
|image = Item_Grapes.png
|hunger = -15
|hunger = 0
|thirst = 0
|unrotten hunger = -11
|unrotten boredom = +10
|unrotten unhappiness = +10
|unrotten thirst = 0
|unrotten image = Grapes.png
|rotten hunger = -6
|rotten boredom = +20
|rotten unhappiness = +20
|rotten thirst = 0
|perishable = 1
|perishable = 1
|rotten image = Item_GrapesRotten.png
|rotten image = Item GrapesRotten.png
}}
}}
Grapes are a perishable food that can be found in fridges.
 
== Code ==
<nowiki>item Grapes
    {
        HungerChange = -15,
        Weight = 0.2,
        Type = Food,
        DaysTotallyRotten = 8,
        DisplayName = Grapes,
        Icon = Grapes,
        DaysFresh = 5,
        EvolvedRecipe = Cake:8,
        FoodType    =  Fruits,
    }</nowiki>


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Perishable Food]]
[[Category:Version 2.9.9.17]]

Revision as of 21:20, 29 June 2014


A perishable food item that goes bad as time passes. Grapes are often inside of refrigerators, kitchen cupboards, and in produce bins. Grapes take five in-game days to go stale, and eight in-game days to become rotten.

Nutritional Information

Template:Consumables2

Code

item Grapes
    {
        HungerChange	=	-15,
        Weight	=	0.2,
        Type	=	Food,
        DaysTotallyRotten	=	8,
        DisplayName	=	Grapes,
        Icon	=	Grapes,
        DaysFresh	=	5,
        EvolvedRecipe = Cake:8,
        FoodType    =   Fruits,
    }

Template:Navbox/Consumables