Orange: Difference between revisions

From PZwiki
mNo edit summary
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages|Orange}}
{{Languages}}{{Header|Project Zomboid|Items|Food|Perishable Food|Fruit|type=Food|version=Version 41|incver=73}}{{Infobox food
{{header|Project Zomboid|Items|Food|Perishable Food|Fruit|type=Food|version=Version 41|incver=73}}{{Infobox food
|display_name=Orange
|display_name=Orange
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Orange_120px.png
|image=Orange.png
|alternate_image=OrangeRotten.png
|alternate_image=OrangeRotten.png
|alternate_link=
|alternate_link=
Line 22: Line 21:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Orange
|class_name=Base.Orange
}}
}}'''Orange''' is a [[Food#Perishable|perishable]] food [[item]] which is classed as a fruit. Oranges grow on trees.  
'''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}}
Orange can be used as bait in [[Trapping|traps]] to capture [[Dead_Mouse|mice]], [[Dead_Rat|rats]] and [[Dead_Squirrel|squirrels]].
Orange can be used as bait in [[Trapping|traps]] to capture [[Dead Mouse|mice]], [[Dead Rat|rats]] and [[Dead Squirrel|squirrels]].


=== Consumable properties ===
===Consumable properties===
Orange can be eaten, providing the player with some positive effects, however, these will become more negative the longer it's left to perish.
Orange can be eaten, providing the player with some positive effects, however, these will become more negative the longer it's left to perish.
   
   
Line 50: Line 49:
}}
}}


== Crafting ==
==Crafting==
{{Main|Cooking}}
{{Main|Cooking}}
=== Evolved recipes ===
 
===Evolved recipes===
Orange is a [[cooking]] [[Recipe Ingredients|ingredient]].
Orange is a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|Cake=12|FruitSalad=6|Pancakes=6|Waffles=6|Muffin=6|Pie=12|Salad=6}}
{{EvolvedRecipesForItem|Cake=12|FruitSalad=6|Pancakes=6|Waffles=6|Muffin=6|Pie=12|Salad=6}}


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


Line 65: Line 65:
</gallery>  
</gallery>  


== Code ==
==Code==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=73}}
{{Retrieved|version=41|incver=73}}
<pre> item Orange
<pre>
item Orange
{
{
DisplayName = Orange,
DisplayName = Orange,
Line 89: Line 90:
StaticModel = RoundFood_Orange,
StaticModel = RoundFood_Orange,
WorldStaticModel = Orange_Ground,
WorldStaticModel = Orange_Ground,
}</pre>
}
</pre>


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


{{Navbox food}}
{{Navbox food}}

Revision as of 23:33, 25 February 2023

Orange
Orange
Orange (Rotten)
General
Category Food
Encumbrance
Heavy Load
0.2
Days until stale 6 days
Days until rotten 3 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

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

Usage

Trapping

Main article: Trapping

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

Consumable properties

Orange 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

Main article: Cooking

Evolved recipes

Orange is a cooking ingredient.

Product Nutrition
Salad
Salad
6
Fruit Salad
Fruit Salad
6
Pie (savory)
Pie (savory)
12
Cake
Cake
12
Muffin
Muffin
6
Pancakes
Pancakes
6
Waffles
Waffles
6

Distribution

Orange are often found in refrigerators and grocery displays.

Gallery

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.73

	item Orange
	{
		DisplayName = Orange,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = Orange,
		EvolvedRecipe = Cake:12;FruitSalad:6;Pancakes:6;Waffles:6;Muffin:6;PieSweet:12;Salad:6,
		FoodType = Fruits,
		DaysFresh = 6,
		DaysTotallyRotten = 9,
		HungerChange = -12,
		ThirstChange = -20,
		ThirstChange = -8,
		Calories = 65,
		Carbohydrates = 16.27,
		Lipids = 0.3,
		Proteins = 1,
		CustomEatSound = EatingFruit,
		StaticModel = RoundFood_Orange,
		WorldStaticModel = Orange_Ground,
	}

See also