Grapes: Difference between revisions

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


==Distribution==
==Distribution==
Grapes are often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].  
Grapes are often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].  
==Gallery==
<gallery>
File:Grapes Model.png|Grapes model when placed in the world.
File:GrapesRotten Model.png|Rotten grapes model when placed in the world.
</gallery>


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


==See also==
==See also==

Revision as of 19:38, 28 September 2022

Grapes
Grapes
Grapes (Rotten)
General
Category Food
Encumbrance
Heavy Load
0.2
Days until stale 5 days
Days until rotten 3 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
Salad
Salad
5
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.

Gallery

Code

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

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

See also