Apple: Difference between revisions

From PZwiki
mNo edit summary
(Adjusted formatting, slightly adjusted summary, added correct crafting/evolved recipe entry, added link to trapping, removed TOC)
Line 1: Line 1:
__NOTOC__
{{languages}}
{{languages}}
{{Consumables
{{Consumables
Line 8: Line 9:


== Nutritional Information ==
== Nutritional Information ==
{| border=0 align=left
|
{{Consumables2
{{Consumables2
|image = Apple.png
|image = Apple.png
Line 24: Line 27:
|rotten image = RottenApple.png
|rotten image = RottenApple.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br>


== Recipes ==
== Crafting ==
*Cake
 
Apples can be used an [[Recipe Ingredients|cake ingredient]].
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|2041}}
|}
 
== Evolved Recipes ==
{{EvolvedRecipesForItem
|cake=8}}
 
== Trapping ==
 
Apples can also be used in [[Trapping|traps]] to capture [[Dead_Rabbit|rabbits]], [[Dead_Rat|rats]] and [[Dead_Squirrel|squirrels]].
 
Refer to [[Trapping|trapping]] for further information.


== Code ==
== Code ==

Revision as of 21:38, 7 August 2015


A perishable food item that goes bad as time passes, when outside of a refrigerator. Apples are often found within houses, inside of refrigerators, and in produce bins. Apples take five in-game days to go stale, and an in-game week and one day to rot.

Nutritional Information

Template:Consumables2












Crafting

Apples can be used an cake ingredient.

Name Recipe Description












Evolved Recipes

Product Nutrition
Cake
Cake
8

Trapping

Apples can also be used in traps to capture rabbits, rats and squirrels.

Refer to trapping for further information.

Code

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

Template:Navbox/Consumables