How Palworld breeding actually works
The short rule you have read elsewhere is real, but it only gets you about four fifths of the way. Here is the rest.
Every Pal carries a hidden number
Breeding in Palworld is not random. Each species has a fixed internal value that decides what it produces when paired, and the game never shows it to you. In the current data that value runs from 20 at the low end up to 3100 at the high end. A low value marks a Pal the game wants to keep out of reach, a high one marks a starter you will trip over in the first hour.
Because the pairing maths works on these values and not on rarity, the two do not always agree. Aegidron sits near the very bottom at 30, which looks forbidding, yet 121 different pairs produce it. Meanwhile Gumoss (Variant) has an ordinary value of 2950 and still cannot be bred from any mixed pair at all.
The rule, stated properly
Take both parents' values, add them together, add one, halve the total and round down. The game then looks for the species whose own value sits closest to that number.
target = floor((parent1 + parent2 + 1) / 2) child = the species whose value is nearest to target
Two more rules sit on top and both are absolute. Pairing a species with itself always returns that same species, with no exceptions anywhere in the data. And you can never breed your way to something rarer than the rarer of your two parents, which is why a shortcut to the strongest Pals does not exist.
Where that rule quietly fails
We ran the rule against the finished result table from the game data, all 44551 mixed pairs of it, and it agreed with the game about four times in five. That is a poor hit rate for something usually presented as the whole story. Three things account for the gap.
- Ties are the norm, not an edge case. Pal values are spaced ten apart across long stretches of the table, so a target frequently lands exactly between two species. That happens in roughly a third of all mixed pairs. When it does, the more common of the two candidates usually wins, but not always, and no simple rule we tested predicted the winner every time.
- 83 pairs are hardcoded and ignore the maths. Almost all of them exist to place a variant form behind one specific pairing. The averaging rule would hand you something else entirely for those pairs. They are listed on the unique combos page.
- 2 pairs answer differently depending on gender. Katress and Wixen are the same two parents either way, yet the egg changes with which one is male. Pair a female Katress with a male Wixen and you get Katress Ignis. Swap the genders and the same two species give you Wixen Noct instead. Almost no breeding chart accounts for this.
This is why our breeding calculator does not calculate anything. It reads the finished table, so ties, fixed pairs and the gender cases are already correct rather than approximated.
Why older breeding charts now give wrong answers
Palworld left early access on 10 July 2026, and the release added a large batch of new Pals. Adding a Pal shifts the crowded middle of the value table, so pairs that used to land on one species can land on its new neighbour instead. Charts written before that release have not simply aged, they give answers the game no longer agrees with.
The tower boss Pals are the clearest casualty. Guides still circulate the old pairings for them, and we checked every one against the current data: they are all gone. Grizzbolt, Lyleen, Orserk, Faleris, Shadowbeak, Selyne and Bastigor now have no mixed pair whatsoever, and Shaolong, added with the release, never had one. That is 8 of the 9 tower boss Pals reachable only by owning two of that species, exactly like a legendary. The remaining one, Astralym, does not appear in the breeding data at all, so it has no pairing of any kind.
| Pal | Pairing older guides list | Current data |
|---|---|---|
| Grizzbolt | Mossanda plus Rayhound | two Grizzbolt, nothing else |
| Lyleen | Mossanda plus Petallia | two Lyleen, nothing else |
| Orserk | Grizzbolt plus Relaxaurus | two Orserk, nothing else |
| Faleris | Vanwyrm plus Anubis | two Faleris, nothing else |
| Shadowbeak | Kitsun plus Astegon | two Shadowbeak, nothing else |
| Selyne | Paladius plus Lunaris | two Selyne, nothing else |
| Bastigor | Frostallion plus Anubis | two Bastigor, nothing else |
| Shaolong | no pairing was ever published | two Shaolong, nothing else |
| Astralym | not in the breeding data at all | no pairing of any kind |
This is the whole reason our pages are generated from the game data and stamped with the build they came from, rather than written once and left alone. When the next patch lands, these tables are rebuilt from the new data instead of quietly going stale.
Mutation, and why it does not make results random
The 1.0 release added a breeding mechanic called Mutation: a low chance that an egg produces a Pal stronger than the normal result, with higher stats and a unique passive skill. It is worth knowing about, and it is also worth being precise about what it does.
Mutation affects how strong the individual that hatches is. It does not change which species you get. Species selection is still fixed and deterministic, which is why a calculator reading the result table can tell you the outcome with certainty. Put the same two parents together a hundred times and you will get the same species a hundred times; what varies is the quality of the individual.
For a full account of what else the release moved, see what Palworld 1.0 changed.
What you need in the world
Knowing the pairing is only half of it. Breeding needs a Breeding Farm at your base, and the farm holds exactly 2 Pals, which must be one male and one female. Gender is fixed when a Pal is caught or hatched, so a species you happen to own in only one gender cannot be paired with itself no matter how many you collect.
The real limit is Cake. The farm consumes one whole Cake per egg, and it stops the moment the feed box runs dry. Cake needs a Cooking Pot and a Kindling Pal to work it, then 5 Flour, 8 Red Berries, 7 Milk, 8 Egg and 2 Honey for a single one. Milk and Egg mean a ranch with the right Pals on it, so most players find their breeding pace is set by the farm behind the farm.