Peach: Difference between revisions

From PZwiki
m (→‎Evolved recipes: Update link - avoid redirect)
(→‎top: New infobox upgrade - Food)
Line 2: Line 2:
{{header/sandbox2|Project Zomboid|Items|Food|Fruit}}
{{header/sandbox2|Project Zomboid|Items|Food|Fruit}}
{{page version|41.73}}
{{page version|41.73}}
{{Infobox food
{{Infobox item
|display_name=Peach
|name=Peach
|name_colour=Food
|model=Peach_Model.png
|name_text_colour=Food
|icon=Peach.png
|image=Peach_Model.png
|icon_name=Peach
|image_width=200px
|icon2=PeachRotten.png
|alternate_image=Peach.png
 
|alternate_link=
|icon_name2=Peach (Rotten)
|alternate_name=Peach
|alternate_image2=PeachRotten.png
|alternate_link2=
|alternate_name2=Peach (Rotten)
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 27: Line 23:
|carbohydrates=14.31
|carbohydrates=14.31
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Peach
|item_id=Base.Peach
}}
}}
'''Peach''' is a [[Food#Perishable|perishable]] food [[item]].  
'''Peach''' is a [[Food#Perishable|perishable]] food [[item]].  

Revision as of 11:05, 29 January 2024

Template:Header/sandbox2

Spiffo controlyourself.png
This page was last updated for an older version (41.73).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
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

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