Orange: Difference between revisions

From PZwiki
(Fixing grammatical errors)
mNo edit summary
Line 1: Line 1:
{{languages|Orange}}
{{languages|Orange}}
{{header|Project Zomboid|Items|Food|Perishable Food|Fruit|type=Food|version=Version 40|incver=6}}{{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
Line 12: Line 12:
|weight=0.2
|weight=0.2
|days_fresh=6
|days_fresh=6
|days_rotten=9
|days_rotten=3
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-12
|hunger_change=-12
Line 23: Line 23:
|class_name=Base.Orange
|class_name=Base.Orange
}}
}}
An '''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}}
Oranges 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 ===
Oranges 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.
   
   
{{Consumables2
{{Consumables2
Line 52: Line 52:
== Crafting ==
== Crafting ==
=== Evolved recipes ===
=== Evolved recipes ===
{{EvolvedRecipesForItem|cake=8|fruitsalad=8}}
Orange is a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|Cake=12|FruitSalad=6|Pancakes=6|Waffles=6|Muffin=6|Pie=12|Salad=6}}


== Distribution ==
== Distribution ==
Oranges are often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].  
Orange are often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].
 
==Gallery==
<gallery>
File:Orange Model.png|Orange model when placed in the world.
File:OrangeRotten Model.png|Rotten orange model when placed in the world.
</gallery>


== Code ==
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=6}}
{{Retrieved|version=41|incver=73}}
<pre> item Orange
<pre> item Orange
HungerChange = -12,
{
Weight = 0.2,
DisplayName = Orange,
Type = Food,
DisplayCategory = Food,
DaysTotallyRotten = 9,
Type = Food,
ThirstChange = -20,
Weight = 0.2,
DisplayName = Orange,
Icon = Orange,
Icon = Orange,
EvolvedRecipe = Cake:12;FruitSalad:6;Pancakes:6;Waffles:6;Muffin:6;PieSweet:12;Salad:6,
DaysFresh = 6,
FoodType = Fruits,
EvolvedRecipe = Cake:8,
DaysFresh = 6,
FoodType    = Fruits,
DaysTotallyRotten = 9,
        Carbohydrates = 16.27,
HungerChange = -12,
        Proteins = 1,
ThirstChange = -20,
        Lipids = 0.3,
ThirstChange = -8,
        Calories = 65,</pre>
Calories = 65,
Carbohydrates = 16.27,
Lipids = 0.3,
Proteins = 1,
CustomEatSound = EatingFruit,
StaticModel = RoundFood_Orange,
WorldStaticModel = Orange_Ground,
}</pre>


== See also ==
== See also ==
Line 80: Line 94:
* [[Pineapple]]
* [[Pineapple]]


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

Revision as of 11:25, 29 September 2022

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

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