Grapes: Difference between revisions

From PZwiki
mNo edit summary
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages|Grapes}}
{{Languages}}{{Header|Project Zomboid|Items|Food|Perishable Food|Fruit|type=Food|version=Version 41|incver=73}}{{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 120px.png
|image=Grapes.png
|alternate_image=GrapesRotten.png
|alternate_image=GrapesRotten.png
|alternate_link=
|alternate_link=
Line 25: Line 24:


==Usage==
==Usage==
===Consumable properties===
===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.  
Grapes can be eaten, providing the player with some positive effects, however these will become more negative the longer they're left to perish.  
Line 44: Line 44:
}}
}}


== Crafting ==
==Crafting==
{{Main|Cooking}}
{{Main|Cooking}}
=== Evolved recipes ===
=== Evolved recipes ===
{{EvolvedRecipesForItem|cake=15|fruitsalad=15|pancakes=15|waffles=15|muffin=15|salad=5}}
{{EvolvedRecipesForItem|cake=15|fruitsalad=15|pancakes=15|waffles=15|muffin=15|salad=5}}
Line 58: Line 59:
</gallery>
</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=73}}
{{Retrieved|version=41|incver=73}}
Line 87: Line 88:
*[[Cherry]]
*[[Cherry]]


{{Navbox_food}}
{{Navbox food}}

Revision as of 11:18, 19 February 2023

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

Main article: Cooking

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