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

Omelette

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]
Omelette
EggOmlette Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Days fresh
3 days
Days until rotten
6 days
Nutrition
HungerUI Hunger.png
-20
CaloriesCalories
120
CarbohydratesCarbohydrates
0.52
ProteinsProteins
10.55
FatFat
6.18
Technical
Item ID
Base.EggOmelette
PlushSpiffo.pngThis article is about omelette that spawn naturally or made via non-evolved recipe. For omelette made using the evolved recipes, see omelette (crafted).

An omelette is a perishable food item.

Usage

Consumable properties

Omelettes can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.

State Icon Hunger Boredom Unhappiness Sickness chance
Fresh Omelette (Fresh) -20 - - -
Stale Omelette (Stale) -15 +10 +10 -
Rotten Omelette (Rotten) -9 +20 +20 100%

Crafting

Cooking

Omelettes are a cooking ingredient.

Product Nutrition
TZ CraftSalat.png
Salad
20
SandwichSandwich
Sandwich
20
Burger
Burger
20
Taco.png
Taco (crafted)
10
Burrito.png
Burrito (crafted)
20

Location

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

EggOmelette 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
cafekitchen restaurantdisplay 41.46%
cafekitchen restaurantdisplay 23.67%
cafeteria restaurantdisplay 41.46%
cafeteria restaurantdisplay 23.67%
cafeteriakitchen restaurantdisplay 41.46%
cafeteriakitchen restaurantdisplay 23.67%
dinerkitchen restaurantdisplay 41.46%
dinerkitchen restaurantdisplay 23.67%
dining restaurantdisplay 41.46%
dining restaurantdisplay 23.67%
kitchen_crepe restaurantdisplay 41.46%
kitchen_crepe restaurantdisplay 23.67%
pileocrepe restaurantdisplay 41.46%
pileocrepe restaurantdisplay 23.67%
restaurant restaurantdisplay 41.46%
restaurant restaurantdisplay 23.67%
restaurantkitchen restaurantdisplay 41.46%
restaurantkitchen restaurantdisplay 23.67%

Omelettes can be found in the displays of cafeterias, cafes, diners, crêperies, and other restaurants.

History

Base.EggOmelette

Version Description
Build 41.72 EvolvedRecipe added with value {'Sandwich': '20', 'Sandwich Baguette': '20', 'Burger': '20', 'Salad': '20', 'Burrito': '20', 'Taco': '10'}.
FoodType added with value Egg.
Build 41.69 DaysFresh changed from 14 to 3.
DaysTotallyRotten changed from 21 to 6.
DisplayCategory added with value Food.
Build 41.65 Released on this version.

Base.OmeletteRecipe

Version Description
Build 41.78 Item tag added with value HasMetal.
Build 41.72 EvolvedRecipe added with value {'Sandwich': ['14', 'Cooked'], 'Sandwich Baguette': ['14', 'Cooked'], 'Burger': ['14', 'Cooked'], 'Burrito': ['14', 'Cooked'], 'Taco': ['7', 'Cooked']}.
FoodType added with value Egg.
Build 41.69 DaysTotallyRotten changed from 10 to 6.
DisplayCategory added with value Food.
Build 41.66 DangerousUncooked added with value true.
Build 41.65 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 EggOmelette
	{
		DisplayName = Omelette,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = EggOmelette,
		EvolvedRecipe = Sandwich:20;Sandwich Baguette:20;Burger:20;Salad:20;Burrito:20;Taco:10,
		FoodType = Egg,
		DaysFresh = 3,
		DaysTotallyRotten = 6,
		HungerChange = -20,
		Calories = 120,
		Carbohydrates = 0.52,
		Lipids = 6.18,
		Proteins = 10.55,
		WorldStaticModel = EggOmlette_Ground,
	}

See also