How to read a Palworld breeding combos list
Combo lists are generated from hidden breed-power values, not from lore or typing. Understanding the formula makes any list usable.
Updated for the current Palworld patch
- ✓The formula
- ✓Why lists disagree
- ✓Special-case pairs
- ✓Use reverse lookup
The formula
Child target = floor((parent A breed power + parent B breed power + 1) / 2). The game picks the species whose breed power sits closest to that target, with ties broken by internal Paldeck order.
Why lists disagree
Community charts made before a patch can drift when new Pals are added into the breed-power ladder. Always confirm against a calculator that tracks the current roster.
Special-case pairs
A handful of pairs are hard-coded to specific children regardless of the averaged value, which is why some combos look wrong on paper but work in game.
Use reverse lookup
Searching from the child back to the parents is faster than scanning a chart. The Pal Stars calculator at /breeding lists every pair that produces a given Pal.