![]() |
PZwiki Update Project — Project Zomboid has received its largest update ever. We need your help to get the wiki updated to build 41! Want to get started? See the community portal or join the discussion on the official Discord (pzwiki_editing). We appreciate any level of contribution. |
Egg
Jump to navigation
Jump to search
![]() |
---|
Navigation: | Main>Project Zomboid>Items>Food>Perishable Food>Egg | Page updated: Version 41.73 |
---|
Egg | ||||
---|---|---|---|---|
![]() | ||||
| ||||
General | ||||
Category | Food | |||
Weight |
0.1 1 (carton) | |||
Days until stale |
14 days 3 (boiled egg) days | |||
Days until rotten |
7 days 3 (boiled egg) days | |||
Can't be frozen | True | |||
Nutrition | ||||
Hunger | -7 | |||
Calories | 63 | |||
Carbohydrates | 0.32 | |||
Proteins | 5.55 | |||
Fat | 4.18 | |||
Cooking | ||||
Time until cooked | 4 minutes | |||
Time until burned | 16 minutes | |||
Dangerous uncooked | True | |||
Technical details | ||||
Item ID | See Item IDs |
Egg is a perishable food item used in cooking.
Usage
Consumable properties
Egg can be eaten raw, which can make the player sick. Consuming after being cooked will provide the player with some positive effects, however these will become negative the longer it's left to perish.
Fresh | Stale | Rotten | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Uncooked
|
|
|
| |||||||||||||||
Cooked
|
|
|
| |||||||||||||||
Burned
|
![]() Hunger: -3 |
Crafting
Cooking
- Main article: Cooking
Product | XP Gained | Skill(s) | Recipe | Ingredient 1 | Ingredient 2 |
---|---|---|---|---|---|
![]() Boiled Egg (Cooked) |
2.5 Cooking | none | ![]() Heat source (Cooked: 4 mins) |
(consumed) |
What it makes
- Egg can be added to or removed from an egg carton.
Product | XP Gained | Skill(s) | Recipe | Ingredient 1 | Ingredient 2 |
---|---|---|---|---|---|
![]() Egg x12 |
none | ![]() Egg Carton (consumed) |
|||
![]() Egg Carton |
none | ![]() Egg x12 (consumed) |
- Egg can be used in several cooking recipes.
Product | XP Gained | Skill(s) | Recipe | Ingredient 1 | Ingredient 2 | Ingredient 3 | Ingredient 4 | Ingredient 5 | Ingredient 6 | Ingredient 7 | Ingredient 8 |
---|---|---|---|---|---|---|---|---|---|---|---|
![]() Cake Batter |
2.5 Cooking | none | ![]() OR ![]() OR ![]() |
![]() Bowl (consumed) |
(1 unit) (consumed) |
![]() Butter (15 units) (consumed) |
(3 units) (consumed) |
(consumed) |
![]() Yeast (consumed) |
![]() Milk (consumed) |
|
![]() Omelette (Uncooked) |
0.75 Cooking | none | (keep) |
![]() Frying Pan (consumed) |
(consumed) |
||||||
![]() Muffin Baking Tray (Uncooked) |
0.75 Cooking | none | (keep) |
![]() Muffin Tray (consumed) |
![]() Empty Bowl (keep) |
(consumed) |
(consumed) |
(consumed) |
(consumed) |
(2 units) (consumed) |
Evolved recipes
Egg and boiled egg is a cooking ingredient.
Egg
Product | Nutrition |
---|---|
![]() Stir Fry |
7 |
![]() Roasted Vegetables |
7 |
![]() Rice Pot/Saucepan |
7 |
![]() Pasta Pot/Saucepan |
7 |
Product | Nutrition |
---|---|
![]() Soup |
10 |
![]() Stew |
10 |
![]() Salad |
10 |
![]() Sandwich |
10 |
![]() Burger |
10 |
![]() Taco |
5 |
![]() Burrito |
10 |
Gallery
Item IDs
Name | Icon | Base ID |
---|---|---|
Egg | ![]() |
Base.Egg |
Boiled Egg | ![]() |
Base.EggBoiled |
Egg Carton | ![]() |
Base.EggCarton |
Code
From items_food.txt (Project Zomboid directory/media/scripts/)
Retrieved: Build 41.73
item Egg { DisplayName = Egg, DisplayCategory = Food, Type = Food, Weight = 0.1, Icon = Egg, DangerousUncooked = TRUE, EvolvedRecipe = Stir fry Griddle Pan:7;Stir fry:7;Roasted Vegetables:7;RicePot:7;RicePan:7;PastaPot:7;PastaPan:7, FoodType = Egg, IsCookable = true, ReplaceOnCooked = Base.EggBoiled, MinutesToCook = 4, MinutesToBurn = 20, DaysFresh = 14, DaysTotallyRotten = 21, HungerChange = -7, Calories = 63, Carbohydrates = 0.32, Lipids = 4.18, Proteins = 5.55, WorldStaticModel = Egg, Tags = Egg, }
Retrieved: Build 41.73
item EggBoiled { DisplayName = Boiled Egg, DisplayCategory = Food, Type = Food, Weight = 0.1, Icon = EggBoiled, EvolvedRecipe = Sandwich:10;Sandwich Baguette:10;Burger:10;Salad:10;Burrito:10;Taco:5;Soup:10;Stew:10, FoodType = Egg, DaysFresh = 3, DaysTotallyRotten = 6, HungerChange = -10, Calories = 63, Carbohydrates = 0.32, Lipids = 4.18, Proteins = 5.55, WorldStaticModel = EggBoiled_Ground, EvolvedRecipeName = Egg, }
Retrieved: Build 41.73
item EggCarton { DisplayName = Egg Carton, DisplayCategory = Food, Type = Food, Weight = 1, Icon = EggCarton, DaysFresh = 14, DaysTotallyRotten = 21, WorldStaticModel = EggCarton, }
See also