Wild Eggs: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: fix infobox based on file, eid: 75b572c6))
Tag: Reverted
(PZ Updater automated execution(task: fix infobox based on file(attempt partial repatch #1), eid: abf698b5))
Tag: Manual revert
Line 13: Line 13:
|category=Food
|category=Food
|weight=0.1
|weight=0.1
|days_fresh=144
|days_fresh=14
|days_rotten=211
|days_rotten=21
|cant_be_frozen=False
|cant_be_frozen=False
<!--NUTRITION-->
<!--NUTRITION-->

Revision as of 15:16, 3 July 2023

Template:Infobox foodWild eggs are a perishable food item used in cooking.

Usage

Consumable properties

Wild eggs 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. Template:Consumables2

Crafting

Cooking

Wild eggs can be used to make cake batter.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4 Ingredient 5 Ingredient 6 Ingredient 7
CakeBatter.png
Cake Batter
2.5 Cooking none Chef
OR
Cook (trait)
OR
Good Cooking Magazine Vol. 1
Bowl.png
Bowl
(consumed)

(keep)

(1 unit)

(consumed)
Butter.png
Butter
(15 units)

(consumed)

(3 units)

(consumed)
One of:
Egg.png Egg
WildEggs.png Wild Eggs

(consumed)
Yeast.png
Yeast
(consumed)
Boiled Egg
Boiled Egg (Cooked)
2.5 Cooking none Heat source.gif
Heat source
(Cooked: 4 mins)
One of:
Egg.png Egg
WildEggs.png Wild Eggs

(consumed)





Evolved recipes

Product Nutrition
Soup
Soup
7
Stew
Stew
7
Salad
Salad
7
Stir Fry
Stir Fry
7
Roasted Vegetables
Roasted Vegetables
7
Sandwich
Sandwich
7
Burger
Burger
7
Rice Pot/Saucepan
Rice Pot/Saucepan
7
Pasta Pot/Saucepan
Pasta Pot/Saucepan
7
Taco
Taco
7
Burrito
Burrito
7

Distribution

Foraging

Main article: Foraging

Wild eggs can only be found by foraging, and require the player to be level 8. Its search focus is the animals option.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.78.16

    item WildEggs
	{
		DisplayName = Wild Eggs,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = WildEggs,
		BadCold = true,
		BadInMicrowave = true,
		CantBeFrozen = FALSE,
		DangerousUncooked = TRUE,
		EvolvedRecipe = Stir fry Griddle Pan:7;Stir fry:7;Roasted Vegetables:7;RicePot:7;RicePan:7;PastaPot:7;PastaPan:7;Sandwich:7|Cooked;Sandwich Baguette:7|Cooked;Burger:7|Cooked;Salad:7|Cooked;Burrito:7|Cooked;Taco:3|Cooked;Soup:7;Stew:7,		
		FoodType = Egg,
		IsCookable = true,
		MinutesToCook = 4,
		MinutesToBurn = 20,
		DaysFresh = 14,
		DaysTotallyRotten = 21,
		HungerChange = -7,
		Calories = 63,
		Carbohydrates = 0.32,
		Lipids = 4.18,
		Proteins = 5.55,
		WorldStaticModel = WildEggs,
		Tags = Egg,
		EvolvedRecipeName = Wild Egg,
	}

See also