Orange: Difference between revisions

From PZwiki
m (→‎Evolved recipes: Update link - avoid redirect)
(→‎top: New infobox upgrade - Food)
Line 2: Line 2:
{{header/sandbox2|Project Zomboid|Items|Food|Fruit}}
{{header/sandbox2|Project Zomboid|Items|Food|Fruit}}
{{page version|41.73}}
{{page version|41.73}}
{{Infobox food
{{Infobox item
|display_name=Orange
|name=Orange
|name_colour=Food
|model=Orange_Model.png
|name_text_colour=Food
|icon=Orange.png
|image=Orange_Model.png
|icon_name=Orange
|image_width=200px
|icon2=OrangeRotten.png
|alternate_image=Orange.png
 
|alternate_link=
|icon_name2=Orange (Rotten)
|alternate_name=Orange
|alternate_image2=OrangeRotten.png
|alternate_link2=
|alternate_name2=Orange (Rotten)
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 27: Line 23:
|carbohydrates=16.27
|carbohydrates=16.27
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Orange
|item_id=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.  

Revision as of 10:54, 29 January 2024

Template:Header/sandbox2

Spiffo controlyourself.png
This page was last updated for an older version (41.73).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Orange
Orange Model.png
Orange (Rotten)
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Properties
Days fresh
6 days
Days until rotten
9 days
Nutrition
HungerMoodle Icon Hungry.png
-12
ThirstMoodle Icon Thirsty.png
-8
CaloriesCalories
65
CarbohydratesCarbohydrates
16.27
ProteinsProteins
1
FatFat
0.3
Technical
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.


Fresh Stale Rotten

Orange.png
Hunger: -12


Orange.png
Hunger: -9
Boredom: +10
Unhappiness: +10

Rotten Orange.png
Hunger: -5
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

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