Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Grape Leaves

From PZwiki
Project ZomboidItemsFoodWild plantsGrape Leaves
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Grape Leaves
GrapeLeaves Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Nutrition
HungerUI Hunger.png
-4
CaloriesCalories
73
CarbohydratesCarbohydrates
11
ProteinsProteins
4
FatFat
2
Cooking
Spice
True
Custom recipe
Grape Leaf
Technical
Item ID
Base.GrapeLeaves

Grape leaves are a wild plant which can be used as a non-perishable food item.

Usage

Grape leaves can be consumed, fulfilling the player with a small amount of hunger.

Crafting

Main article: Cooking

Evolved recipes

Grape leaves can be used in cooking recipes.

Product Nutrition
PotFull.png
Stew
4
TZ CraftSalat.png
Salad
4
SandwichSandwich
Sandwich
4
PieWhole.png
Pie (savory)
4
Rice Pot/SaucepanRice Pot/Saucepan
Rice Pot/Saucepan
4

Location

Grape leaves can be found sitting on the ground as part of survivor stories. They do not spawn naturally inside containers.

Foraging

Main article: Foraging

Grape leaves are a wild plant that can be found at foraging level 2 in groups of 3-6.

GrapeLeaves distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.

Foraging
Amount Skill level Biome: chance Weather modifiers % Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
3-6 2 DeepForest: 10
Farm: 10
FarmLand: 10
Forest: 10
Vegitation: 10
- - - - March to November May to July March to April

History

Base.GrapeLeaves

Version Description
Build 41.72 EvolvedRecipeName added with value Grape Leaf.
EvolvedRecipe added with value {'Soup': '4', 'Stew': '4', 'Salad': '4', 'RicePot': '4', 'RicePan': '4', 'Pie': '4', 'Sandwich': '4', 'Sandwich Baguette': '4'}.
FoodType added with value Vegetables.
Build 41.65 DisplayCategory added with value Food.
Build 41.51 WorldStaticModel added with value GrapeLeaves.
Build 34.23 Calories added with value 73.
Nutrition added with value 11.
HungerChange changed from -2 to -4.
Nutrition added with value 2.
Proteins added with value 4.
Build 29.3 Released on this version.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item GrapeLeaves
	{
		DisplayName = Grape Leaves,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = GrapeLeaves,
		EvolvedRecipe = Soup:4;Stew:4;Salad:4;RicePot:4;RicePan:4;Pie:4;Sandwich:4;Sandwich Baguette:4,
		FoodType = Vegetables,
		HungerChange = -4,
		Calories = 73,
		Carbohydrates = 11,
		Lipids = 2,
		Proteins = 4,
		WorldStaticModel = GrapeLeaves,
		EvolvedRecipeName = Grape Leaf,
	}

See also