Wild Eggs: Difference between revisions

From PZwiki
(Updated to build 41.51 + changed crafting)
m (Simplified redundant links)
 
(28 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{languages}}
{{Header|Project Zomboid|Items|Food|Protein}}
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=51}}{{Infobox food
{{Page version|41.78.16}}
|display_name=Wild Eggs
{{Infobox item
|name_colour=Food
|name=Wild Eggs
|name_text_colour=Food
|model=WildEggs_Model.png
|image=WildEggs_120px.png
|icon=WildEggs.png
|alternate_image=WildEggs.png
|icon_name=Wild Eggs (Uncooked)
|alternate_name=Wild Eggs (Uncooked)
|icon2=WildEggsCooked.png
|alternate_link=
|icon_name2=Wild Eggs (Cooked)
|alternate_image2=WildEggsCooked.png
 
|alternate_name2=Wild Eggs (Cooked)
|alternate_link2=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 18: Line 16:
|cant_be_frozen=False
|cant_be_frozen=False
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-10
|hunger_change=-7
|calories=63
|calories=63
|lipids=4.18
|lipids=4.18
Line 24: Line 22:
|carbohydrates=0.32
|carbohydrates=0.32
<!--COOKING-->
<!--COOKING-->
|cook_minutes=10
|cook_minutes=4
|burn_minutes=30
|burn_minutes=20
|dangerous_uncooked=True
|dangerous_uncooked=True
|bad_microwaved=True
|bad_microwaved=True
Line 31: Line 29:
|bad_cold=True
|bad_cold=True
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.WildEggs
|item_id=Base.WildEggs
}}'''Wild eggs''' are a [[Food#Perishable|perishable]] food [[item]] used in [[cooking]].  
}}
'''Wild eggs''' are a [[Food#Perishable|perishable]] food [[Items|item]] used in [[cooking]].


==Usage==
==Usage==
=== Consumable properties ===
===Consumable properties===
Wild eggs can be eaten raw, which can make the [[player]] [[Moodles#Sick|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.
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.
{{Consumables2
{{Consumables
|image = WildEggs.png
|image = WildEggs.png
|hunger = -10
|hunger = -7
|perishable = 1
|perishable = 1
|cookable = 1
|cookable = 1
Line 70: Line 69:
===Cooking===
===Cooking===
Wild eggs can be used to make [[Cake Batter|cake batter]].
Wild eggs can be used to make [[Cake Batter|cake batter]].
{{Crafting header|ing=7}}
{{Crafting/sandbox2
{{Crafting cooking|108|ing=7}}
|cake_batter
{{Crafting cooking|238|ing=7}}
|boiled_egg_cooked
|}
}}
 
====Evolved recipes====
====Evolved recipes====
{{EvolvedRecipesForItem|stirfry=10|sandwich=10|burger=10|salad=10|roastedvegetables=10|ricepot=10|ricepan=10|Pastapot=10|pastapan=10}}
{{EvolvedRecipesForItem|stirfry=7|roastedvegetables=7|rice=7|pasta=7|sandwich=7|burger=7|salad=7|burrito=7|taco=7|soup=7|stew=7}}


==Distribution==
==Distribution==
===Foraging===
===Foraging===
{{Main|Foraging}}
{{Main|Foraging}}
Wild eggs can only be found by foraging, and require the [[player]] to be level 8.
Wild eggs can only be found by foraging, and require the [[player]] to be level 8. Its search focus is the animals option.


==Code==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox
{{Retrieved|version=41|incver=51}}
| {{CodeSnip
<pre>    item WildEggs
  | lang = java
    {
  | line = true
        HungerChange = -10,
  | start = 4212
        Weight = 0.1,
  | source = items_food.txt
        Type = Food,
  | retrieved = true
        DisplayName = Wild Eggs,
  | version = 41.78.16
        Icon = WildEggs,
  | code =
        DaysFresh = 14,
item WildEggs
        DaysTotallyRotten = 21,
{
        IsCookable = TRUE,
DisplayName = Wild Eggs,
        EvolvedRecipe = Stir fry Griddle Pan:10;Stir fry:10;Sandwich:10|Cooked;Burger:10;Salad:10|Cooked;Roasted Vegetables:10;RicePot:10;RicePan:10;PastaPot:10;PastaPan:10,
DisplayCategory = Food,
        FoodType = Egg,
Type = Food,
        MinutesToBurn = 30,
Weight = 0.1,
        MinutesToCook = 10,
Icon = WildEggs,
        DangerousUncooked = TRUE,
BadCold = true,
        Carbohydrates = 0.32,
BadInMicrowave = true,
        Proteins = 5.55,
CantBeFrozen = FALSE,
        Lipids = 4.18,
DangerousUncooked = TRUE,
        Calories = 63,
/*EvolvedRecipe = Stir fry Griddle Pan:7;Stir fry:7;Roasted Vegetables:7;RicePot:7;RicePan:7;PastaPot:7;PastaPan:7,*/
        CantBeFrozen = FALSE,
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,
        BadInMicrowave = true,
/*EvolvedRecipe = Stir fry Griddle Pan:10;Stir fry:10;Sandwich:10|Cooked;Sandwich Baguette:10|Cooked;Burger:10|Cooked;Salad:10|Cooked;Roasted Vegetables:10;RicePot:10;RicePan:10;PastaPot:10;PastaPan:10,*/
        GoodHot = true,
FoodType = Egg,
        BadCold = true,
/*GoodHot = true,*/
        WorldStaticModel = WildEggs,
IsCookable = true,
    }</pre>
/*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 = WildEggs,
Tags = Egg,
EvolvedRecipeName = Wild Egg,
}
}}
}}


==See also==
==See also==
*[[Foraging|Foraging Guide]]
*[[Foraging]]
*[[Egg]]
*[[Egg]]


{{Navbox/Consumables}}
{{Navbox items|meat}}
 
 
[[Category:Perishable food]]

Latest revision as of 12:13, 25 April 2024

Project ZomboidItemsFoodProteinWild Eggs
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Wild Eggs
WildEggs Model.png
Wild Eggs (Cooked)
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Days fresh
14 days
Days until rotten
21 days
Nutrition
HungerMoodle Icon Hungry.png
-7
CaloriesCalories
63
CarbohydratesCarbohydrates
0.32
ProteinsProteins
5.55
FatFat
4.18
Cooking
Time until cooked
4 minutes
Time until burned
20 minutes
Dangerous uncooked
True
Bad microwaved
True
Good hot
True
Bad cold
True
Technical
Item ID
Base.WildEggs

Wild 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.

Fresh Stale Rotten
Uncooked

WildEggs.png
Hunger: -7


Dangerous uncooked, may cause sickness.

WildEggs.png
Hunger: -7
Boredom: +10
Unhappiness: +10
Dangerous uncooked, may cause sickness.

WildEggs.png

Hunger: -5
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Cooked

WildEggsCooked.png
Hunger: -10

WildEggsCooked.png
Hunger: -7
Boredom: +10
Unhappiness: +10

WildEggsCooked.png
Hunger: -5
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Burned

WildEggsCooked.png
Hunger: -5
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Crafting

Cooking

Wild eggs can be used to make cake batter.

Product Ingredients Tools Requirements Workstation XP
CakeBatter.png
Cake Batter
One of:
Fork.png Fork ×1
Spatula.png Spatula ×1
Spoon.png Spoon ×1
Each of:
Bowl.png Bowl ×1
Butter.png Butter ×15 unit(s)
Yeast.png Yeast ×1
Milk.png Milk ×1
none
Profession chef2.png
Chef occupation
(or)
Trait cook.png
Cook trait
(or)
MagazineFood.png
Good Cooking Magazine Vol.1
none 2.5 Cooking
EggBoiled.png
Boiled Egg (Cooked)
One of:
Egg.png Egg ×1
WildEggs.png Wild Eggs ×1
none none Heat source.gif
Heat source
2.5 Cooking

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

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 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,*/
		EvolvedRecipe = Stir fry Griddle Pan:7;Stir fry:7;Roasted Vegetables:7;RicePot:7;RicePan:7;PastaPot:7;PastaPan:7;Sandwich:7

See also