Peach: Difference between revisions

From PZwiki
m (Automated capitalisation)
m (Version bump)
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Items|Food|Fruit}}
{{Header/sandbox2|Project Zomboid|Items|Food|Fruit}}
{{Page version|41.78.16}}
{{Page version|41.73}}
{{Infobox item
{{Infobox item
|name=Peach
|name=Peach
Line 25: Line 24:
|item_id=Base.Peach
|item_id=Base.Peach
}}
}}
'''Peach''' is a [[Food#Perishable|perishable]] food [[item]].  
 
'''Peach''' is a perishable [[food]] [[Items|item]].


==Usage==
==Usage==
Line 33: Line 33:


===Consumable properties===
===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.  
Peach can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables
{{Consumables
|image = Peach.png
|image = Peach.png
Line 63: Line 63:
|}
|}


{{clear}}
==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
The loot distributions can be found in the table(s) below.
Line 70: Line 69:
! colspan="4" | Containers
! colspan="4" | Containers
|-
|-
!Building/Room
! Building/Room
!Container
! Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" |Chance
! style="width: 3.2em;" | Chance
|-
|-
| rowspan="2"|all  
|rowspan="2"|all  
| [[fridge]]  
|[[fridge]]  
| 4  
|4  
| 2
|2
|-
|-
|[[fridge]]
|[[fridge]]  
|4
|4  
|2
|2
|-
|-
| bakery  
|bakery  
| [[fridge]]  
|[[fridge]]  
| 4  
|4  
| 8
|8
|-
|-
| breakroom  
|breakroom  
| [[fridge]]  
|[[fridge]]  
| 4  
|4  
| 8
|8
|-
|-
| cafe  
|cafe  
| [[fridge]]  
|[[fridge]]  
| 4  
|4  
| 8
|8
|-
|-
| rowspan="2"|gigamart  
|rowspan="2"|gigamart  
| [[grocerstand]]  
|[[grocerstand]]  
| 4  
|4  
| 1
|1
|-
|-
|[[grocerstand]]
|[[grocerstand]]  
|4
|4  
|2
|2
|-
|-
| kitchen_crepe  
|kitchen_crepe  
| [[fridge]]  
|[[fridge]]  
| 4  
|4  
| 8
|8
|}
|}
Peach is often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].
Peach is often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].
Line 133: Line 132:
   | version = 41.78.16
   | version = 41.78.16
   | code =
   | code =
item Peach
item Peach
{
{
DisplayName = Peach,
DisplayName = Peach,
Line 153: Line 152:
StaticModel = RoundFood_Peach,
StaticModel = RoundFood_Peach,
WorldStaticModel = Peach_Ground,
WorldStaticModel = Peach_Ground,
}
}  
}}
}}


Line 165: Line 164:
   | version = 41.78.16
   | version = 41.78.16
   | code =
   | code =
item SackProduce_Peach
item SackProduce_Peach
{
{
DisplayName = Sack of Peaches,
DisplayName = Sack of Peaches,
Line 176: Line 175:
DaysTotallyRotten = 8,
DaysTotallyRotten = 8,
WorldStaticModel = SandBag,
WorldStaticModel = SandBag,
}
}  
}}
}}
}}
}}
Line 185: Line 184:


{{Navbox food}}
{{Navbox food}}
[[Category:Perishable food]]
[[Category:Perishable food]]

Revision as of 02:46, 28 March 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Peach
Peach Model.png
Peach (Rotten)
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Properties
Days fresh
5 days
Days until rotten
8 days
Nutrition
HungerMoodle Icon Hungry.png
-12
ThirstMoodle Icon Thirsty.png
-5
CaloriesCalories
58
CarbohydratesCarbohydrates
14.31
ProteinsProteins
1.36
FatFat
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

Peach.png
Hunger: -12


Peach.png
Hunger: -9
Boredom: +10
Unhappiness: +10

PeachRotten.png
Hunger: -5
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Crafting

Main article: Cooking

Evolved recipes

Peach is a cooking ingredient.

Product Nutrition
Fruit Salad
Fruit Salad
6
Pie (sweet)
Pie (sweet)
12
Cake
Cake
12
Muffin
Muffin
6
Pancakes
Pancakes
6
Waffles
Waffles
6
Oatmeal
Oatmeal
5

Sack of Peach

Product XP gained Skill(s) Recipe Ingredient 1
Peach.png
Peach x12
0 XP none Sandbag.png
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

Peach.png 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,
	}

Sandbag.png 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