Poached Egg

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]
PictureKate.png
This is a future feature.
This article is about an item or mechanic that is currently unimplemented and planned for a future version.
It has either been previewed or found in the game files and does not exist yet.
Poached Egg
EggPoached Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Days fresh
3 days
Days until rotten
6 days
Nutrition
HungerMoodle Icon Hungry.png
-10
CaloriesCalories
63
CarbohydratesCarbohydrates
0.32
ProteinsProteins
5.55
FatFat
4.18
Technical
Item ID
Base.EggPoached

Poached egg is a perishable food item used in cooking.

Usage

Consumable properties

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

Fresh Stale Rotten
EggPoached.png
Hunger: -10
EggPoached.png
Hunger: -7
Boredom: +10
Unhappiness: +10
EggPoached.png
Hunger: -4
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Crafting

Main article: Cooking

Evolved recipes

Poached egg is a cooking ingredient.

Product Nutrition
Salad
Salad
10
Sandwich
Sandwich
10
Burger
Burger
10
Taco
Taco
5
Burrito
Burrito
10

Distribution

Poached eggs do not appear to currently spawn in-game, despite having a unique world model. When added, it is likely to spawn in similar locations to scrambled eggs.

Code

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

Item

EggPoached.png Base.EggPoached
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item EggPoached
	{
		DisplayName = Poached Egg,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = EggPoached,
		EvolvedRecipe = Sandwich:10;Sandwich Baguette:10;Burger:10;Salad:10;Burrito:10;Taco:5,
		FoodType = Egg,
		DaysFresh = 3,
		DaysTotallyRotten = 6,
		HungerChange = -10,
		Calories = 63,
		Carbohydrates = 0.32,
		Lipids = 4.18,
		Proteins = 5.55,
		WorldStaticModel = EggPoached_Ground,
	}

See also