Grapes: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: fix infobox based on file, eid: a8dbee48))
m (Minor)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|Food|Perishable Food|Fruit|type=Food|version=Version 41|incver=73}}{{Infobox food
{{Languages}}
{{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
Line 23: Line 25:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Grapes
|class_name=Base.Grapes
}}'''Grapes''' are a [[Food#Perishable|perishable]] food [[item]].
}}
'''Grapes''' are a [[Food#Perishable|perishable]] food [[item]].


==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 57: Line 59:
==Gallery==
==Gallery==
<gallery>
<gallery>
File:Grapes Model.png|Grapes model when placed in the world.
Grapes Model.png|Grapes model when placed in the world.
File:GrapesRotten Model.png|Rotten grapes model when placed in the world.
GrapesRotten Model.png|Rotten grapes model when placed in the world.
</gallery>
</gallery>



Revision as of 10:23, 23 July 2023

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

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