Apple: Difference between revisions

From PZwiki
mNo edit summary
Line 5: Line 5:
|name_text_colour=Food
|name_text_colour=Food
|image=Apple_120px.png
|image=Apple_120px.png
|alternate_image=AppleRotten.png
|alternate_link=
|alternate_name=Apple (Rotten)
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food

Revision as of 11:49, 20 August 2018

Template:Infobox foodAn apple is a perishable food item.

Usage

Trapping

Main article: Trapping

Apples can be used as bait in traps to capture rabbits, mice, rats and squirrels.

Consumable properties

An apple can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish. Template:Consumables2

Crafting

Evolved recipes

Apples are a cooking ingredient.

Product Nutrition
Fruit Salad
Fruit Salad
8
Cake
Cake
8

Distribution

Apples are often found in refrigerators and grocery displays.

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.6

	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,

See also

Template:Navbox/Consumables