Peach: Difference between revisions

From PZwiki
(Created page with "{{languages}} {{Consumables |image = Peach.png |weight = 0.2 }} A perishable food item that goes bad as time passes. Peaches are often found inside of refrigerators, and i...")
 
(Adjusted formatting, +evolve recipes, + trapping linkage, changed mistaken lettuce.png reference, added hunger ref to consumables section, -TOC, + ver reference, reconfirmed info)
Line 1: Line 1:
__NOTOC__
{{languages}}
{{languages}}
{{Consumables
{{Consumables
|image = Peach.png
|image = Peach.png
|weight = 0.2
|weight = 0.2
|hunger = -15
}}
}}
A perishable food item that goes bad as time passes. Peaches are often found inside of [[refrigerator]]s, and in produce bins. Peaches takes five in-game days to go stale, and eight in-game days to rot.
A perishable food item that goes bad as time passes. Peaches are often found inside of [[refrigerator]]s, and in produce bins. Peaches takes five in-game days to go stale, and eight in-game days to rot.


== Nutritional Information ==
== Nutritional Information ==
{| border=0 align=left
|
{{Consumables2
{{Consumables2
|image = Peach.png
|image = Peach.png
Line 15: Line 19:
|unrotten unhappiness = +10
|unrotten unhappiness = +10
|unrotten thirst = 0
|unrotten thirst = 0
|unrotten image = Lettuce.png
|unrotten image = Peach.png
|rotten hunger = -6
|rotten hunger = -6
|rotten boredom = +20
|rotten boredom = +20
Line 23: Line 27:
|rotten image = PeachRotten.png
|rotten image = PeachRotten.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br>
== Evolved Recipes ==
{{EvolvedRecipesForItem
|cake=8}}
== Trapping ==
Peaches can also be used in [[Trapping|traps]] to capture [[Dead_Rabbit|rabbits]].
Refer to [[Trapping|trapping]] for further information.


== Code ==
== Code ==
  <nowiki>item Peach
  <nowiki>item Peach
{
HungerChange = -15,
HungerChange = -15,
Weight = 0.2,
Weight = 0.2,
Type = Food,
Type = Food,
DaysTotallyRotten = 8,
DaysTotallyRotten = 8,
DisplayName = Peach,
DisplayName = Peach,
Icon = Peach,
Icon = Peach,
DaysFresh = 5,
DaysFresh = 5,
EvolvedRecipe = Cake:8,
EvolvedRecipe = Cake:8,
FoodType   =   Fruits,
FoodType   =   Fruits,
}</nowiki>
</nowiki>


{{Navbox/Consumables}}
{{Navbox/Consumables}}
Line 42: Line 58:
[[Category:Food]]
[[Category:Food]]
[[Category:Perishable Food]]
[[Category:Perishable Food]]
[[Category:Version 2.9.9.17]]
[[Category:Version 32.20]]

Revision as of 18:39, 13 August 2015


A perishable food item that goes bad as time passes. Peaches are often found inside of refrigerators, and in produce bins. Peaches takes five in-game days to go stale, and eight in-game days to rot.

Nutritional Information

Template:Consumables2












Evolved Recipes

Product Nutrition
Cake
Cake
8

Trapping

Peaches can also be used in traps to capture rabbits.

Refer to trapping for further information.

Code

item Peach
	
		HungerChange		=	-15,
		Weight			=	0.2,
		Type			=	Food,
		DaysTotallyRotten	=	8,
		DisplayName		=	Peach,
		Icon			=	Peach,
		DaysFresh		=	5,
		EvolvedRecipe 		=	Cake:8,
		FoodType    		=   	Fruits,

Template:Navbox/Consumables