Peach: Difference between revisions

From PZwiki
mNo edit summary
m (Updated peach)
Line 1: Line 1:
{{languages|Peach}}
{{languages|Peach}}
{{header|Project Zomboid|Items|Food|Perishable Food|Fruit|type=Food|version=Version 40|incver=6}}{{Infobox food
{{header|Project Zomboid|Items|Food|Perishable Food|Fruit|type=Food|version=Version 41|incver=73}}{{Infobox food
|display_name=Peach
|display_name=Peach
|name_colour=Food
|name_colour=Food
Line 12: Line 12:
|weight=0.2
|weight=0.2
|days_fresh=5
|days_fresh=5
|days_rotten=8
|days_rotten=3
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-12
|hunger_change=-12
Line 22: Line 22:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Peach
|class_name=Base.Peach
}}A '''peach''' is a [[Food#Perishable|perishable]] food [[item]].  
}}'''Peach''' is a [[Food#Perishable|perishable]] food [[item]].  


==Usage==
==Usage==
===Trapping===
===Trapping===
{{Main|Trapping}}
{{Main|Trapping}}
Peaches can be used as bait in [[Trapping|traps]] to capture [[Dead_Rabbit|rabbits]].
Peach can be used as bait in [[Trapping|traps]] to capture [[Dead_Rabbit|rabbits]].
 
===Consumable properties===
===Consumable properties===
A 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.  
{{Consumables2
{{Consumables2
|image = Peach.png
|image = Peach.png
Line 49: Line 50:
== Crafting ==
== Crafting ==
=== Evolved recipes ===
=== Evolved recipes ===
Peaches are a [[cooking]] [[Recipe Ingredients|ingredient]].
Peach is a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|cake=6|fruitsalad=6}}
{{EvolvedRecipesForItem|Cake=12|FruitSalad=6|Pancakes=6|Waffles=6|Muffin=6|PieSweet=12|Oatmeal=5}}


==Distribution==
==Distribution==
Peaches are often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].  
Peach is often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].
 
==Gallery==
<gallery>
File:Peach Model.png|Peach model when placed in the world.
File:PeachRotten Model.png|Rotten peach model when placed in the world.
</gallery>


== Code ==
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=6}}
{{Retrieved|version=41|incver=73}}
<pre> item Peach
<pre> item Peach
HungerChange = -12,
{
Weight = 0.2,
DisplayName = Peach,
Type = Food,
DisplayCategory = Food,
DaysTotallyRotten = 8,
Type = Food,
DisplayName = Peach,
Weight = 0.2,
Icon = Peach,
Icon = Peach,
DaysFresh = 5,
EvolvedRecipe = Cake:12;FruitSalad:6;Pancakes:6;Waffles:6;Muffin:6;PieSweet:12;Oatmeal:5,
EvolvedRecipe = Cake:6,
FoodType = Fruits,
FoodType    = Fruits,
DaysFresh = 5,
        Carbohydrates = 14.31,
DaysTotallyRotten = 8,
        Proteins = 1.36,
HungerChange = -12,
        Lipids = 0.38,
ThirstChange = -5,
        Calories = 58,</pre>
Calories = 58,
Carbohydrates = 14.31,
Lipids = 0.38,
Proteins = 1.36,
CustomEatSound = EatingFruit,
StaticModel = RoundFood_Peach,
WorldStaticModel = Peach_Ground,
}</pre>


==See also==
==See also==
Line 77: Line 91:
*[[Banana]]
*[[Banana]]


{{Navbox/Consumables}}
{{Navbox food}}

Revision as of 15:01, 29 September 2022

Peach
Peach
Peach (Rotten)
General
Category Food
Encumbrance
Heavy Load
0.2
Days until stale 5 days
Days until rotten 3 days
Nutrition
Hunger
Hunger
-12
Thirst
Thirst
-5
Calories
Calories
58
Carbohydrates
Carbohydrates
14.31
Proteins
Proteins
1.36
Fat
Fat
0.38
Technical details
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. Template:Consumables2

Crafting

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

Distribution

Peach is often found in refrigerators and grocery displays.

Gallery

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.73

	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,
	}

See also