Peach

From PZwiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Error creating thumbnail: Unable to save thumbnail to destination
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Peach
Peach Model.png
Error creating thumbnail: Unable to save thumbnail to destination
General
Category
Food
Encumbrance
Error creating thumbnail: Unable to save thumbnail to destination
0.2
Properties
Days fresh
5 days
Days until rotten
8 days
Nutrition
Hunger
Error creating thumbnail: Unable to save thumbnail to destination
-12
Thirst
Error creating thumbnail: Unable to save thumbnail to destination
-5
Calories
Error creating thumbnail: Unable to save thumbnail to destination
58
Carbohydrates
Error creating thumbnail: Unable to save thumbnail to destination
14.31
Proteins
Error creating thumbnail: Unable to save thumbnail to destination
1.36
Fat
Error creating thumbnail: Unable to save thumbnail to destination
0.38
Technical
Item ID
Base.Peach

Peach is a perishable food item.

Usage

Trapping

Main article: Trapping

Peach can be used as bait in traps to capture rabbits.

Consumable properties

Peach can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.

Fresh Stale Rotten
Error creating thumbnail: Unable to save thumbnail to destination
Hunger: -12
Error creating thumbnail: Unable to save thumbnail to destination
Hunger: -9
Boredom: +10
Unhappiness: +10
Error creating thumbnail: Unable to save thumbnail to destination
Hunger: -5
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Crafting

Main article: Cooking

Evolved recipes

Peach is a cooking ingredient.

Product Nutrition
Error creating thumbnail: Unable to save thumbnail to destination

Fruit Salad
6
Error creating thumbnail: Unable to save thumbnail to destination

Pie (sweet)
12
Error creating thumbnail: Unable to save thumbnail to destination

Cake
12
Error creating thumbnail: Unable to save thumbnail to destination

Muffin
6
Error creating thumbnail: Unable to save thumbnail to destination

Pancakes
6
Error creating thumbnail: Unable to save thumbnail to destination

Waffles
6
Error creating thumbnail: Unable to save thumbnail to destination

Oatmeal
5

Sack of Peach

Product XP gained Skill(s) Recipe Ingredient 1
Error creating thumbnail: Unable to save thumbnail to destination

Peach x12
0 XP none
Error creating thumbnail: Unable to save thumbnail to destination

Sack of Peach
(consumed)

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
all fridge 4 2
fridge 4 2
bakery fridge 4 8
breakroom fridge 4 8
cafe fridge 4 8
gigamart grocerstand 4 1
grocerstand 4 2
kitchen_crepe fridge 4 8

Peach is often found in refrigerators and grocery displays.

Sacks of peaches can be found in grocery stores and warehouses.

Gallery

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide
Error creating thumbnail: Unable to save thumbnail to destination
Base.Peach

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item Peach
	{
		DisplayName = Peach,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = Peach,
		EvolvedRecipe = Cake:12;FruitSalad:6;Pancakes:6;Waffles:6;Muffin:6;PieSweet:12;Oatmeal:5,
		FoodType = Fruits,
		DaysFresh = 5,
		DaysTotallyRotten = 8,
		HungerChange = -12,
		ThirstChange = -5,
		Calories = 58,
		Carbohydrates = 14.31,
		Lipids = 0.38,
		Proteins = 1.36,
		CustomEatSound = EatingFruit,
		StaticModel = RoundFood_Peach,
		WorldStaticModel = Peach_Ground,
	}
Error creating thumbnail: Unable to save thumbnail to destination
Base.SackProduce_Peach

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item SackProduce_Peach
	{
		DisplayName = Sack of Peaches,
		DisplayCategory = Food,
		Type = Food,
		Weight = 2,
		Icon = Sandbag,
		CantEat = TRUE,
		DaysFresh = 5,
		DaysTotallyRotten = 8,
		WorldStaticModel = SandBag,
	}

See also