Grapes: Difference between revisions

From PZwiki
mNo edit summary
(updated to 41.68 + added model + navbox)
Line 1: Line 1:
{{languages|Grapes}}
{{languages}}
{{header|Project Zomboid|Items|Food|Perishable Food|Fruit|type=Food|version=Version 40|incver=6}}{{Infobox food
{{header|Project Zomboid|Items|Food|Perishable Food|Fruit|type=Food|version=Version 41|incver=68}}{{Infobox food
|display_name=Grapes
|display_name=Grapes
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Grapes_120px.png
|image=Grapes_Model.png
|alternate_image=GrapesRotten.png
|image_width=150px
|alternate_image=Grapes.png
|alternate_link=
|alternate_link=
|alternate_name=Grapes (Rotten)
|alternate_name=Grapes
|alternate_image2=GrapesRotten.png
|alternate_link2=
|alternate_name2=Grapes (Rotten)
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 46: Line 50:
== Crafting ==
== Crafting ==
=== Evolved recipes ===
=== Evolved recipes ===
{{EvolvedRecipesForItem|cake=15|fruitsalad=15}}
{{EvolvedRecipesForItem|cake=15|fruitsalad=15|pancakes=15|waffles=15|muffin=15}}


==Distribution==
==Distribution==
Line 52: Line 56:


== Code ==
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=6}}
{{Retrieved|version=41|incver=68}}
<pre> item Grapes
<pre>   item Grapes
        HungerChange = -15,
    {
        Weight = 0.2,
        DisplayCategory = Food,
        Type = Food,
        HungerChange = -15,
        DaysTotallyRotten = 8,
        Weight = 0.2,
        DisplayName = Grapes,
        Type = Food,
        Icon = Grapes,
        DaysTotallyRotten = 8,
        DaysFresh = 5,
        DisplayName = Grapes,
        EvolvedRecipe = Cake:15,
        Icon = Grapes,
        FoodType   = Fruits,
        DaysFresh = 5,
Carbohydrates = 15.78,
        EvolvedRecipe = Cake:15;FruitSalad:15;Pancakes:15;Waffles:15;Muffin:15,
        Proteins = 0.58,
        FoodType   =   Fruits,
        Lipids = 0.32,
        ThirstChange = -5,
        Calories = 62,</pre>
        Carbohydrates = 15.78,
        Proteins = 0.58,
        Lipids = 0.32,
        Calories = 62,
        WorldStaticModel = Grapes_Ground,
        CustomEatSound = EatingFruit,
    }</pre>


==See also==
==See also==
Line 73: Line 83:
*[[Cherry]]
*[[Cherry]]


{{Navbox/Consumables}}
{{Navbox_food}}

Revision as of 15:12, 13 March 2022

Grapes
Grapes
Grapes Grapes (Rotten)
General
Category Food
Encumbrance
Heavy Load
0.2
Days until stale 5 days
Days until rotten 8 days
Nutrition
Hunger
Hunger
-15
Thirst
Thirst
-5
Calories
Calories
62
Carbohydrates
Carbohydrates
15.78
Proteins
Proteins
0.58
Fat
Fat
0.32
Technical details
Item ID Base.Grapes

Grapes are a perishable food item.

Usage

Consumable properties

Grapes can be eaten, providing the player with some positive effects, however these will become more negative the longer they're left to perish. Template:Consumables2

Crafting

Evolved recipes

Product Nutrition
Fruit Salad
Fruit Salad
15
Cake
Cake
15
Muffin
Muffin
15
Pancakes
Pancakes
15
Waffles
Waffles
15

Distribution

Grapes are often found in refrigerators and grocery displays.

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.68

    item Grapes
    {
        DisplayCategory = Food,
        HungerChange	=	-15,
        Weight	=	0.2,
        Type	=	Food,
        DaysTotallyRotten	=	8,
        DisplayName	=	Grapes,
        Icon	=	Grapes,
        DaysFresh	=	5,
        EvolvedRecipe = Cake:15;FruitSalad:15;Pancakes:15;Waffles:15;Muffin:15,
        FoodType    =   Fruits,
        ThirstChange	=	-5,
        Carbohydrates = 15.78,
        Proteins = 0.58,
        Lipids = 0.32,
        Calories = 62,
        WorldStaticModel = Grapes_Ground,
        CustomEatSound = EatingFruit,
    }

See also