Peach: Difference between revisions

From PZwiki
(Adjusted formatting, +evolve recipes, + trapping linkage, changed mistaken lettuce.png reference, added hunger ref to consumables section, -TOC, + ver reference, reconfirmed info)
(Redesigned page, +Nav Bar, Reworked description, changed nutrition info, added nutrition values, corrected evolved, +new info, + categories.)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages}}
{{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 -->
<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 -->
<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 -->
{{Consumables
{{Consumables
|image = Peach.png
|image = Peach.png
|weight = 0.2
|weight = 0.2
|hunger = -15
|hunger = -12
}}
}}
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.
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 ==
== Nutritional Information ==
Line 13: Line 16:
{{Consumables2
{{Consumables2
|image = Peach.png
|image = Peach.png
|hunger = -15
|hunger = -12
|thirst = 0
|thirst = 0
|unrotten hunger = -11
|unrotten hunger = -9
|unrotten boredom = +10
|unrotten boredom = +10
|unrotten unhappiness = +10
|unrotten unhappiness = +10
|unrotten thirst = 0
|unrotten thirst = 0
|unrotten image = Peach.png
|unrotten image = Peach.png
|rotten hunger = -6
|rotten hunger = -5
|rotten boredom = +20
|rotten boredom = +20
|rotten unhappiness = +20
|rotten unhappiness = +20
Line 29: Line 32:
|}
|}
<br><br><br><br><br><br><br><br><br><br><br>
<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 ==
== Evolved Recipes ==
{{EvolvedRecipesForItem
{{EvolvedRecipesForItem
|cake=8}}
|cake=6}}


== Trapping ==
== Trapping ==
Peaches can also be used in [[Trapping|traps]] to capture [[Dead_Rabbit|rabbits]].
Peaches can also be used in [[Trapping|traps]] to capture [[Dead_Rabbit|rabbits]].


Line 41: Line 49:


== Code ==
== Code ==
  <nowiki>item Peach
  <nowiki>
item Peach
HungerChange = -15,
HungerChange = -12,
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:6,
FoodType    =   Fruits,
FoodType    = Fruits,
        Carbohydrates = 14.31,
        Proteins = 1.36,
        Lipids = 0.38,
        Calories = 58,
</nowiki>
</nowiki>


Line 57: Line 69:
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Food]]
[[Category:Perishable Food]]
[[Category:Perishable_Food]]
[[Category:Version 32.20]]
[[Category:Version 34.28]]

Revision as of 17:37, 13 August 2016


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Perishable Foods -> Peach   

Peaches are an perishable food item that goes bad as time passes. Peaches are often inside of refrigerators, and in produce bins. Peaches take five in-game days to go stale, and eight in-game days to become rotten.

Nutritional Information

Template:Consumables2












It's Nutritional Values are as follows:
Carbohydrates = 14.31
Proteins = 1.36
Lipids = 0.38
Calories = 58

Evolved Recipes

Product Nutrition
Cake
Cake
6

Trapping

Peaches can also be used in traps to capture rabbits.

Refer to trapping for further information.

Code

	
	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,

Template:Navbox/Consumables