Peach: Difference between revisions

From PZwiki
(Redesigned page, +Nav Bar, Reworked description, changed nutrition info, added nutrition values, corrected evolved, +new info, + categories.)
m (Version bump)
(31 intermediate revisions by 10 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Food|Fruit}}
{{languages|Peach}}
{{Page version|41.78.16}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{Infobox item
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|name=Peach
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[Peach|Peach]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|model=Peach_Model.png
{{Consumables
|icon=Peach.png
|image = Peach.png
|icon_name=Peach
|weight = 0.2
|icon2=PeachRotten.png
|hunger = -12
 
|icon_name2=Peach (Rotten)
<!--GENERAL-->
|category=Food
|weight=0.2
|days_fresh=5
|days_rotten=8
<!--NUTRITION-->
|hunger_change=-12
|thirst_change=-5
|calories=58
|lipids=0.38
|proteins=1.36
|carbohydrates=14.31
<!--TECHNICAL DETAILS-->
|item_id=Base.Peach
}}
}}
Peaches are an [[Food#Perishable|perishable]] food item that goes bad as time passes. Peaches are often inside of [[refrigerator]]s, and in produce bins. Peaches take five in-game days to go stale, and eight in-game days to become rotten.


== Nutritional Information ==
'''Peach''' is a perishable [[food]] [[Items|item]].
{| border=0 align=left
 
|
==Usage==
{{Consumables2
===Trapping===
{{Main|Trapping}}
Peach can be used as bait in [[Trapping|traps]] to capture [[Dead Rabbit|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.
{{Consumables
|image = Peach.png
|image = Peach.png
|hunger = -12
|hunger = -12
Line 30: Line 50:
|rotten image = PeachRotten.png
|rotten image = PeachRotten.png
}}
}}
==Crafting==
{{Main|Cooking}}
===Evolved recipes===
Peach is a [[cooking]] [[Recipe ingredients|ingredient]].
{{EvolvedRecipesForItem|Cake=12|FruitSalad=6|Pancakes=6|Waffles=6|Muffin=6|PieSweet=12|Oatmeal=5}}
===Sack of Peach===
{{Crafting header|ing=1}}
{{Crafting general|060|ing=1}}
|}
==Distribution==
The loot distributions can be found in the table(s) below.
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|rowspan="2"|all
|[[fridge]]
|4
|2
|-
|[[fridge]]
|4
|2
|-
|bakery
|[[fridge]]
|4
|8
|-
|breakroom
|[[fridge]]
|4
|8
|-
|cafe
|[[fridge]]
|4
|8
|-
|rowspan="2"|gigamart
|[[grocerstand]]
|4
|1
|-
|[[grocerstand]]
|4
|2
|-
|kitchen_crepe
|[[fridge]]
|4
|8
|}
|}
<br><br><br><br><br><br><br><br><br><br><br>
Peach is often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].
 
Sacks of peaches can be found in grocery stores and warehouses.


'''It's Nutritional Values are as follows:'''<br>
==Gallery==
Carbohydrates = 14.31 <br>
<gallery>
Proteins = 1.36 <br>
Peach Model.png|Peach model when placed in the world.
Lipids = 0.38 <br>
PeachRotten Model.png|Rotten peach model when placed in the world.
Calories = 58 <br><br>
</gallery>


== Evolved Recipes ==
==Code==
{{EvolvedRecipesForItem
{{CodeBox|[[File:Peach.png]] {{ID|Base.Peach}}<br>
|cake=6}}
{{CodeSnip
  | lang = java
  | line = true
  | start = 1451
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
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,
}
}}


== Trapping ==
[[File:Sandbag.png]] {{ID|Base.SackProduce_Peach}}<br>
Peaches can also be used in [[Trapping|traps]] to capture [[Dead_Rabbit|rabbits]].
{{CodeSnip
  | lang = java
  | line = true
  | start = 8174
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item SackProduce_Peach
{
DisplayName = Sack of Peaches,
DisplayCategory = Food,
Type = Food,
Weight = 2,
Icon = Sandbag,
CantEat = TRUE,
DaysFresh = 5,
DaysTotallyRotten = 8,
WorldStaticModel = SandBag,
}
}}
}}


Refer to [[Trapping|trapping]] for further information.
==See also==
*[[Apple]]
*[[Banana]]


== Code ==
{{Navbox food}}
<nowiki>
item Peach
HungerChange = -12,
Weight = 0.2,
Type = Food,
DaysTotallyRotten = 8,
DisplayName = Peach,
Icon = Peach,
DaysFresh = 5,
EvolvedRecipe = Cake:6,
FoodType    = Fruits,
        Carbohydrates = 14.31,
        Proteins = 1.36,
        Lipids = 0.38,
        Calories = 58,
</nowiki>


{{Navbox/Consumables}}
[[Category:Perishable food]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Perishable_Food]]
[[Category:Version 34.28]]

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