Apple: Difference between revisions

From PZwiki
m (Corrected Navbar from old prototype format to new template format. Removed old categories (now implemented in automatic navbar code), corrected language bar (coding appears to have malfunctioned))
m (Confirmed code current at Version 38.30. Updated navbar header to correspond.)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|Apple}}
{{languages|Apple}}
{{header|The Game World|Items|Consumables|Food|Perishable Food|type=Food|version=Version 36|incver=40}}{{Consumables
{{header|The Game World|Items|Consumables|Food|Perishable Food|type=Food|version=Version 38|incver=30}}{{Consumables
|image = Apple.png
|image = Apple.png
|hunger = -15
|hunger = -15

Revision as of 00:20, 13 June 2018


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
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,
        	Carbohydrates 		= 25.13,
        	Proteins 		= 0.47,
        	Lipids 			= 0.31,
        	Calories 		= 95,

Template:Navbox/Consumables