Orange: Difference between revisions

From PZwiki
mNo edit summary
(Fixing grammatical errors)
Line 22: Line 22:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Orange
|class_name=Base.Orange
}}An '''orange''' is a [[Food#Perishable|perishable]] food [[item]].  
}}
An '''orange''' is a [[Food#Perishable|perishable]] food [[item]] which is classed as a fruit. Oranges grow on trees.  


==Usage==
== Usage ==
===Trapping===
=== Trapping ===
{{Main|Trapping}}
{{Main|Trapping}}
Oranges can be used as bait in [[Trapping|traps]] to capture [[Dead_Mouse|mice]], [[Dead_Rat|rats]] and [[Dead_Squirrel|squirrels]].
Oranges can be used as bait in [[Trapping|traps]] to capture [[Dead_Mouse|mice]], [[Dead_Rat|rats]] and [[Dead_Squirrel|squirrels]].
===Consumable properties===
 
An orange can be eaten, providing the player with some positive effects, however these will become more negative the longer it's left to perish.  
=== 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.
{{Consumables2
{{Consumables2
|image = Orange.png
|image = Orange.png
Line 51: Line 54:
{{EvolvedRecipesForItem|cake=8|fruitsalad=8}}
{{EvolvedRecipesForItem|cake=8|fruitsalad=8}}


==Distribution==
== Distribution ==
Oranges are often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].  
Oranges are often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].  


Line 73: Line 76:
         Calories = 65,</pre>
         Calories = 65,</pre>


==See also==
== See also ==
*[[Lemon]]
* [[Lemon]]
*[[Pineapple]]
* [[Pineapple]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}

Revision as of 00:24, 2 February 2020

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