Orange

From PZwiki
Revision as of 23:24, 1 February 2020 by ?!X!? (talk | contribs) (Fixing grammatical errors)
Orange
Orange
Orange (Rotten)
General
Category Food
Encumbrance
Heavy Load
0.2
Days until stale 6 days
Days until rotten 9 days
Nutrition
Hunger
Hunger
-12
Thirst
Thirst
-8
Calories
Calories
65
Carbohydrates
Carbohydrates
16.27
Proteins
Proteins
1
Fat
Fat
0.3
Technical details
Item ID Base.Orange

An orange is a perishable food item which is classed as a fruit. Oranges grow on trees.

Usage

Trapping

Main article: Trapping

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

Consumable properties

Oranges can be eaten, providing the player with some positive effects, however, these will become more negative the longer it's left to perish.

Template:Consumables2

Crafting

Evolved recipes

Product Nutrition
Fruit Salad
Fruit Salad
8
Cake
Cake
8

Distribution

Oranges are often found in refrigerators and grocery displays.

Code

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

	item Orange
		HungerChange		= -12,
		Weight			= 0.2,
		Type			= Food,
		DaysTotallyRotten	= 9,
		ThirstChange		= -20,
		DisplayName		= Orange,
		Icon			= Orange,
		DaysFresh		= 6,
		EvolvedRecipe 		= Cake:8,
		FoodType    		= Fruits,
        	Carbohydrates 		= 16.27,
        	Proteins 		= 1,
        	Lipids 			= 0.3,
        	Calories 		= 65,

See also

Template:Navbox/Consumables