Peach: Difference between revisions

From PZwiki
(Update of NavBar.)
(new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Peach}}
{{languages|Peach}}
<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 -->
{{header|Project Zomboid|Items|Food|Perishable Food|Fruits|type=Food|version=Version 40|incver=6}}{{Infobox food
<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 -->
|display_name=Peach
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_colour=Food
{{Consumables
|name_text_colour=Food
|image = Peach.png
|image=Peach_120px.png
|weight = 0.2
<!--GENERAL-->
|hunger = -12
|category=Food
}}
|weight=0.2
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.  
|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-->
|class_name=Base.Peach
}}A '''peach''' is a [[Food#Perishable|perishable]] food [[item]].  


== Nutritional Information ==
==Usage==
{| border=0 align=left
===Trapping===
|
{{Main|Trapping}}
Peaches can be used as bait in [[Trapping|traps]] to capture [[Dead_Rabbit|rabbits]].
===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.
{{Consumables2
{{Consumables2
|image = Peach.png
|image = Peach.png
Line 30: Line 43:
|rotten image = PeachRotten.png
|rotten image = PeachRotten.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br>
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 14.31 <br>
Proteins = 1.36 <br>
Lipids = 0.38 <br>
Calories = 58 <br><br>


== Evolved Recipes ==
== Crafting ==
{{EvolvedRecipesForItem
=== Evolved recipes ===
|cake=6}}
Peaches are a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|cake=-6|fruitsalad=-6}}


== Trapping ==
==Distribution==
Peaches can also be used in [[Trapping|traps]] to capture [[Dead_Rabbit|rabbits]].
Peaches are often found in [[Containers#Refrigerator|fridges]] and [[Containers#Displays|grocery displays]].  
 
Refer to [[Trapping|trapping]] for further information.


== Code ==
== Code ==
<nowiki>
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
item Peach
{{Retrieved|version=40|incver=6}}
<pre> item Peach
HungerChange = -12,
HungerChange = -12,
Weight = 0.2,
Weight = 0.2,
Line 63: Line 68:
         Proteins = 1.36,
         Proteins = 1.36,
         Lipids = 0.38,
         Lipids = 0.38,
         Calories = 58,
         Calories = 58,</pre>
</nowiki>
 
==See also==
*[[Apple]]
*[[Banana]]


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

Revision as of 15:26, 15 August 2018

Peach
Peach
General
Category Food
Encumbrance
Heavy Load
0.2
Days until stale 5 days
Days until rotten 8 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

A peach is a perishable food item.

Usage

Trapping

Main article: Trapping

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

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. Template:Consumables2

Crafting

Evolved recipes

Peaches are a cooking ingredient.

Product Nutrition
Fruit Salad
Fruit Salad
-6
Cake
Cake
-6

Distribution

Peaches are often found in fridges and grocery displays.

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.6

	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,

See also

Template:Navbox/Consumables