Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Orange

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Orange
Orange Model.png
OrangeRotten Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Properties
Days fresh
6 days
Days until rotten
9 days
Nutrition
HungerUI Hunger.png
-12
ThirstUI Thristy.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.


State Icon Hunger Boredom Unhappiness Sickness chance
Fresh Orange (Fresh) -12 - - -
Stale Orange (Stale) -9 +10 +10 -
Rotten Orange (Rotten) -5 +20 +20 100%

Crafting

Main article: Cooking

Evolved recipes

Orange is a cooking ingredient.

Product Nutrition
TZ CraftSalat.png
Salad
6
FruitSalad.png
Fruit Salad
6
PieWhole.png
Pie (savory)
12
Cake.png
Cake (crafted)
12
Muffintray Batter.png
Muffin (crafted)
6
PancakesFruit.png
Pancakes (crafted)
6
SafflesFruit.png
Waffles (crafted)
6

Location

The loot distributions can be found in the table(s) below.

Orange distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
all fridge 6.74%
all grocerstand 19.68%
bakery fridge 19.68%
bakerykitchen fridge 19.68%
breakroom fridge 19.68%
cafe fridge 19.68%
cafekitchen fridge 19.68%
daycare fridge 19.68%
donut_kitchenstorage fridge 19.68%
gigamart grocerstand 41.46%
gigamart grocerstand 23.67%
grocery grocerstand 41.46%
grocery grocerstand 23.67%
icecreamkitchen fridge 41.46%
icecreamkitchen fridge 23.67%
kitchen_crepe fridge 19.68%
Stories
Story ID Link
RBTSBreakfast Table stories
Foraging
Amount Skill level Biome: chance Weather modifiers % Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1-3 5 Farm: 15
FarmLand: 15
Forest: 10
-10 - - - February to November April to September February

History

Base.Orange

Version Description
Build 41.72 EvolvedRecipe changed from {'Cake': '8', 'FruitSalad': '8', 'Pancakes': '8', 'Waffles': '8', 'Muffin': '8'} to {'Cake': '12', 'FruitSalad': '6', 'Pancakes': '6', 'Waffles': '6', 'Muffin': '6', 'PieSweet': '12', 'Salad': '6'}.
Build 41.65 DisplayCategory added with value Food.
EvolvedRecipe changed from {'Cake': '8', 'FruitSalad': '8'} to {'Cake': '8', 'FruitSalad': '8', 'Pancakes': '8', 'Waffles': '8', 'Muffin': '8'}.
Build 41.54 CustomEatSound added with value EatingFruit.
WorldStaticModel added with value Orange_Ground.
Build 41.20 StaticModel added with value RoundFood_Orange.
Build 35.25b EvolvedRecipe changed from {'Cake': '8'} to {'Cake': '8', 'FruitSalad': '8'}.
ThirstChange changed from -20 to -8.
Build 34.23 Calories added with value 65.
Nutrition added with value 16.27.
HungerChange changed from -15 to -12.
Nutrition added with value 0.3.
Proteins added with value 1.
Build 26 EvolvedRecipe added with value {'Cake': '8'}.
FoodType added with value Fruits.
RC2.9 - Build 0007 DaysFresh changed from 7 to 6.
HungerChange changed from -30 to -15.
0.2.0a Released on this version.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
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