PalSpherePalworld DB
HomeHomeGuidesGuidesPalDexDexMapMapItemsItemsSkillsSkillsBreedingBreedTechnologyTechTier ListsTiersPartiesPartiesMore
HomeHomeGuidesGuidesPalDexDexMapMapItemsItemsSkillsSkillsBreedingBreedTechnologyTechTier ListsTiersPartiesParties
All guides
Sphere Signals9 min readBy Taylor G19 Jul 2026

Palworld Mutated Eggs Explained

Quick answer

Mutation rolls when the Breeding Farm creates the egg. Extravagant Vegetable Cake raises the chance to 3% per egg; other cakes stay at 1%.

Mutated Eggs are a breeding outcome, not a World Tree pickup. They look enough like Ominous Eggs that players keep farming the wrong region.

Mutated Eggs are extremely rare breeding products with a special mutation. You still incubate them normally. You do not find a wild Mutated Egg on the ground the way you find an Ominous Egg.

Mutated Egg

Mutated Egg

Pal Eggs

A Mutated Egg. An egg that is extremely rarely obtained, having undergone a special mutation. Place it in an Egg Incubator to incubate it.

Mutated Egg

Mutated Egg

Pal Eggs

A Mutated Egg. An egg that is extremely rarely obtained, having undergone a special mutation. Place it in an Egg Incubator to incubate it.

Mutated Egg

Mutated Egg

Pal Eggs

A Mutated Egg. An egg that is extremely rarely obtained, having undergone a special mutation. Place it in an Egg Incubator to incubate it.

Size ladder

How they differ from other eggs

  • Source: Breeding Farm mutation rolls, not found as wild spawns.
  • Base mutation chance is 1% per egg.
  • Extravagant Vegetable Cake raises mutation chance to 3%. Other cakes stay at 1%. Full recipes and Vegetable vs Extravagant math: Palworld 1.0 Cake Guide.
  • Vegetable Cake lays two eggs at once, so you get two independent mutation rolls.

Need the Extravagant Vegetable Cake recipe or cake comparison table?

Open Cake Guide

Where they come from

Put cake in the Breeding Farm chest and breed. Mutated Eggs are not a world loot drop. If you are hunting shells on the ground in the World Tree, you are looking for Ominous Eggs instead.

Plan parents, then force mutation with the right cake.

Open Breeding Pathways

Extravagant Vegetable Cake recipe, Vegetable vs Extravagant math, and every cake unlock.

Palworld 1.0 Cake Guide

What hatches

Every breedable Pal has a hidden CombiRank (breeding power). Lower CombiRank means stronger / rarer on the breeding ladder.

  • First the game works out the normal child from your two parents, same as a regular egg.
  • If the egg mutates, it upgrades from that child: it picks among Pals with a lower CombiRank (stronger), weighted toward roughly half the normal child's CombiRank.
  • It is not a flat random draw of every stronger Pal, and it is not the World Tree Ominous Egg hatch list.

Is there a minimum CombiRank for Mutated Eggs?

There is no single global minimum like "mutations always land near 1500." The pool scales with the normal child's CombiRank.

  • Target sits near half the normal child's CombiRank (coefficient 0.5).
  • The main jitter band is target ± 10% of the child rank (RandomCoefficient 0.1). For a child at 1500 that is about 600 to 900 around a 750 target.
  • PalSphere's wider list soft floor uses 0.5 − 2×0.1 = 0.3 × child rank (about 450 when the child is 1500). That 2× stretch is our display bound so rare far-strong picks still appear in the calculator. It is not a second game float named "0.2 jitter."
  • Example: a weak child around CombiRank 3000 aims near 1500, with a primary band about 1200 to 1800, and our list soft floor near 900.
  • Strong parents already produce a low-CombiRank child, so their mutation pool sits even lower (stronger) on the ladder.

Exact per-pair odds are still reverse-engineered from those coefficients, so treat the hatch as an upgraded child from those parents, not a guarantee of any one legendary.

Browse every breedable Pal's CombiRank in one sortable table.

Open full CombiRank list

Guaranteed mutation benefits

  • Mutations always hatch as Alpha (normal eggs only hit Alpha about 5% of the time).
  • Talent values start at least at 90.
  • Pal Essence Condenser starts mutants at rank 3 instead of the usual bottom rank.
  • You always get one mutation passive from this set: Babysitter, Idiosyncratic, Immortality, Heavily Armored, or Skymarcher.
  • You also get a second rainbow-tier passive from the normal catchable rainbow pool (Demon God, Diamond Body, Swift, Eternal Engine, Remarkable Craftsmanship, and the rest of that tier).

Ominous Egg vs Mutated Egg

  • Ominous Egg: wild World Tree pickup. Fixed World Tree hatch list and World Tree passives.
  • Mutated Egg: rare Breeding Farm mutation. CombiRank upgrade pool, mutation passives, always Alpha, high talents, Condenser head start.
  • If the item name says Ominous Egg, read the Ominous Eggs guide. If it says Mutated Egg, stay here.

Still mixing them up? Read the full Ominous Egg guide for World Tree spawns and hatch pools.

Ominous Eggs explained

Technical Analysis

These values come from Palworld's UPalGameSetting defaults (Combi_Mutation* fields). Cake odds also use DA_BreedingItemEffectData. The exact native species-sampling loop is still reverse-engineered from these floats, so treat the band math as a strong model, not a byte-for-byte guarantee.

Full formulas (C = normal child's CombiRank; lower C is stronger):

  • mutationChance = Combi_MutationRate + cake.MutationRateBonusPercent/100 → base 0.01, or 0.03 with Extravagant Vegetable Cake
  • target = C × Combi_MutationRankCoefficient = C × 0.5
  • jitterHalfWidth = C × Combi_MutationRandomCoefficient = C × 0.1 (±10% of C)
  • primaryBand ≈ [target − jitterHalfWidth, target + jitterHalfWidth] = [0.4C, 0.6C]
  • listSoftFloor (PalSphere calculator list only) = C × (0.5 − 2×0.1) = 0.3C
  • candidates = breedable pals with rank R where listSoftFloor ≤ R < C
  • weight(R) ≈ 1 / (1 + Combi_MutationRankDiffPenalty × |R − targetJittered|), penalty = 0.4
  • Worked example C = 1500: target 750; primary band 600–900; list soft floor 450
  • Worked example C = 3080 (Chikipi): target 1540; primary band about 1232–1848; list soft floor about 924

Combi_MutationRate = 0.01

Base chance a Breeding Farm egg becomes a Mutated Egg before cake bonuses: 1% per egg. Extravagant Vegetable Cake adds MutationRateBonusPercent +2, which raises the effective chance to 3% per egg. Other cakes leave this at 1%. Vegetable Cake still uses 1%, but lays two eggs, so you get two independent rolls.

Combi_MutationRankCoefficient = 0.5

After mutation triggers, aim the hatch species near half the normal child's CombiRank. Example: child 1500 → target 750. Lower CombiRank is stronger, so this pulls toward a stronger Pal than the normal egg.

Combi_MutationRandomCoefficient = 0.1

How far that target can jitter, as a fraction of the child CombiRank C. 0.1 means ±10% of C. For child 1500, that is ±150 around the 750 target (about 600 to 900).

Combi_MutationRankDiffPenalty = 0.4

This is not a 40% chance. It is a steepness knob for how fast a candidate's pick weight falls as its CombiRank moves away from the (jittered) target. Model: weight = 1 / (1 + 0.4 × distance), where distance = |candidateRank − target|.

  • Distance 0 (exact target): weight = 1 / (1 + 0) = 1.0
  • Distance 50: weight = 1 / (1 + 0.4×50) = 1/21 ≈ 0.048
  • Distance 100: weight = 1 / (1 + 0.4×100) = 1/41 ≈ 0.024
  • Distance 250: weight = 1 / (1 + 0.4×250) = 1/101 ≈ 0.010

So a Pal sitting on the target is roughly 40× more likely than one 100 CombiRank points away (1.0 vs 0.024), if those were the only two options. Raise the penalty and the peak gets sharper; lower it and far ranks stay more competitive. Native code may use a different exact curve, but the intent is a peaked pick around the target, not an equal lottery of every candidate.

Combi_MutationMinTalent = 90

Mutated offspring roll talents (IVs) with a floor of 90 on the 0–100 scale.

Combi_MutationInitialRank = 3

Mutants start at Condenser rank 3 instead of the usual bottom rank, which skips most early condensing fodder.

Cross-check every breedable Pal's CombiRank while reading the band math above.

Open CombiRank list

Common questions

Short answers for searches that should land here, with links to the item, map pin, or related guide when you need more detail.

How to get Mutated Eggs in Palworld?
Mutation rolls when the Breeding Farm creates the egg. Extravagant Vegetable Cake raises the chance to 3% per egg; other cakes stay at 1%. Cake guide
What is the Palworld breeding chart / breeding tree?
Use pathways and the calculator instead of a static chart. 1.0 CombiRank and unique fusions change often enough that a live tool stays accurate. Breeding pathways
what hatches from mutated egg?
Mutated Eggs are a breeding outcome, not a World Tree pickup. They look enough like Ominous Eggs that players keep farming the wrong region. Full steps and links are in this guide. Read this guide
What does the Palworld Mutated Eggs Explained cover?
Palworld Mutated Eggs guide: 1% vs 3% cake odds, how CombiRank upgrades the hatch, soft rank floor (~30% of the normal child), mutation passives, Alpha hatches, and Mutated Egg vs Ominous Egg. Jump to guide
Quick answer: Palworld Mutated Eggs Explained?
Mutated Eggs are a breeding outcome, not a World Tree pickup. They look enough like Ominous Eggs that players keep farming the wrong region.
Written & reviewed by Taylor G·Last reviewed 2026-07-25·Game version 1.0.3·Published 2026-07-19
Sources:Palworld game tables extract

Sphere Signals

Published 19 Jul 2026

PreviousPalworld Ominous Eggs: Locations, Hatch List, and vs Mutated EggsNextHow to Get Predator Cores in Palworld 1.0

More in Breeding, Inheritance & Mutations

Crossing Legendaries for Variant Skills: Genetic Recombination ExplainedActive Skill Inheritance vs. Level-Up Unlocks in PalworldGrintale's Double-Egg Condenser Scaling in Palworld, Explained
PalSphereFan-made Palworld database
AboutContactPrivacyNews
Host a ServerSupport Us
HomeGuidesDexMap