Apple

From PZwiki
Revision as of 00:45, 13 June 2018 by MalonyJenkins (talk | contribs) (Accidently omitted use in fruit salad. Corrected.)


Apples are perishable food items 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 eight in-game days to rot.

Nutritional Information

Template:Consumables2












It's Nutritional Values are as follows:
Carbohydrates = 25.13
Proteins = 0.47
Lipids = 0.31
Calories = 95

Crafting

Apples can be used an cake ingredient.

Name Recipe Description













Evolved Recipes

Product Nutrition
Fruit Salad
Fruit Salad
8
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;FruitSalad:8,
		FoodType    		= Fruits,
        	Carbohydrates 		= 25.13,
        	Proteins 		= 0.47,
        	Lipids 			= 0.31,
        	Calories 		= 95,

Template:Navbox/Consumables