<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Curtain</title>
    <description>The latest articles on DEV Community by Curtain (@curtain_nycto).</description>
    <link>https://dev.to/curtain_nycto</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4040349%2Fd5ae93a5-7079-4a53-9f8a-609de5dcf3db.jpg</url>
      <title>DEV Community: Curtain</title>
      <link>https://dev.to/curtain_nycto</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/curtain_nycto"/>
    <language>en</language>
    <item>
      <title>How 97.7% of Palworld breeding recipes silently changed in 1.0 — and how to find what yours became</title>
      <dc:creator>Curtain</dc:creator>
      <pubDate>Tue, 21 Jul 2026 15:39:26 +0000</pubDate>
      <link>https://dev.to/curtain_nycto/how-977-of-palworld-breeding-recipes-silently-changed-in-10-and-how-to-find-what-yours-became-2f9p</link>
      <guid>https://dev.to/curtain_nycto/how-977-of-palworld-breeding-recipes-silently-changed-in-10-and-how-to-find-what-yours-became-2f9p</guid>
      <description>&lt;p&gt;You followed an old breeding guide. You put &lt;strong&gt;Penking + Bushi&lt;/strong&gt; into your breeding farm, dropped the cake, waited for the egg... and out hatched &lt;strong&gt;Sibelyx&lt;/strong&gt;, not the &lt;strong&gt;Anubis&lt;/strong&gt; the guide promised.&lt;/p&gt;

&lt;p&gt;You're not alone. Your guide isn't broken. &lt;strong&gt;The recipe changed.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;When Palworld hit 1.0, the breeding table got quietly rewritten. Almost every pairing that players had memorized from early-access now produces a different Pal. There's no in-game notice, no patch note that lists the hundreds of changed combos — just a lot of confused hatchings.&lt;/p&gt;

&lt;p&gt;So I dug into the data. Here's what I found, and the small tool I built to make sense of it.&lt;/p&gt;

&lt;h2&gt;
  
  
  What actually changed in 1.0
&lt;/h2&gt;

&lt;p&gt;I compared two snapshots of the game's breeding data — the pre-1.0 set and the current 1.0 release — both sourced from the open-source &lt;a href="https://github.com/tylercamp/palcalc" rel="noopener noreferrer"&gt;PalCalc&lt;/a&gt; project.&lt;/p&gt;

&lt;p&gt;The headline number:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;97.7% of comparable pre-1.0 parent pairs now produce a different Pal.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That's not a typo. If you take the breeding pairs that existed before 1.0 and run them against the current data, nearly all of them hatch something new.&lt;/p&gt;

&lt;p&gt;A few concrete examples players keep running into:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Old recipe (pre-1.0)&lt;/th&gt;
&lt;th&gt;What it makes now (1.0)&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Penking + Bushi&lt;/td&gt;
&lt;td&gt;
&lt;del&gt;Anubis&lt;/del&gt; → &lt;strong&gt;Sibelyx&lt;/strong&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;...&lt;/td&gt;
&lt;td&gt;&lt;em&gt;(more pairs in the tool)&lt;/em&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;The mismatch matters because &lt;strong&gt;most breeding guides and calculators on the internet still show the old results.&lt;/strong&gt; Players follow them, breed, and get confused.&lt;/p&gt;

&lt;h2&gt;
  
  
  The subtle trap: renumbering vs. real change
&lt;/h2&gt;

&lt;p&gt;There's a detail that trips up every breeding tool that tries to track this.&lt;/p&gt;

&lt;p&gt;When Palworld 1.0 launched, it also renumbered parts of the Paldeck (Pal #139 vs #116, etc.). A naive diff tool would see the number change and wrongly report "the breeding result changed!" — when really only the &lt;strong&gt;number&lt;/strong&gt; changed, not the actual Pal.&lt;/p&gt;

&lt;p&gt;To avoid that false signal, I match Pals by their &lt;strong&gt;internal game name&lt;/strong&gt;, not their Paldeck number. A renumbering is not mistaken for a changed breeding result. Only genuine recipe changes are counted.&lt;/p&gt;

&lt;h2&gt;
  
  
  The tool: PalShift
&lt;/h2&gt;

&lt;p&gt;I wanted a dead-simple way to answer one question:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;"I remember this old pair. What does it make now? And how do I still get the Pal I originally wanted?"&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That's literally the whole product. &lt;a href="https://palshift.onlinetoolkit.top/" rel="noopener noreferrer"&gt;PalShift&lt;/a&gt; — a Palworld 1.0 breeding changes checker.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How it works:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;You enter (or pick) an old parent pair you remember.&lt;/li&gt;
&lt;li&gt;It shows you what that pair makes in the old data vs. what it makes in 1.0.&lt;/li&gt;
&lt;li&gt;If the result changed, it gives you verified current 1.0 routes back to the Pal you originally wanted.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The data is built from public PalCalc snapshots and doesn't call another breeding calculator at runtime. There are dedicated pages per popular target (e.g. &lt;a href="https://palshift.onlinetoolkit.top/targets/anubis/" rel="noopener noreferrer"&gt;Anubis breeding changes&lt;/a&gt;) so you can jump straight to the Pal you care about.&lt;/p&gt;

&lt;p&gt;It runs entirely client-side, supports English / 中文 / 日本語 / 한국어, and — because it's a fan tool for a game — it's free.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I think "the diff" is the interesting part
&lt;/h2&gt;

&lt;p&gt;There are plenty of general breeding calculators out there. Most of them do the same thing: pick two parents, see the child.&lt;/p&gt;

&lt;p&gt;But the actual pain point players have right now isn't "what does X + Y make?" — it's &lt;strong&gt;"why does my old recipe give me the wrong Pal, and how do I fix it?"&lt;/strong&gt; That's a diff problem, not a calculator problem. Nobody else focuses on it.&lt;/p&gt;

&lt;p&gt;If you've been breeding in Palworld, I'd love to know:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Did a recipe you memorized break on you in 1.0?&lt;/li&gt;
&lt;li&gt;Which Pal were you trying to get back?&lt;/li&gt;
&lt;li&gt;Are there combos you'd want a "what changed" view on?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The whole thing is open about its data sources — pre-1.0 uses PalCalc v1.17.1, current data uses v1.17.3 (the first corrected 1.0 release line). You can &lt;a href="https://github.com/tylercamp/palcalc" rel="noopener noreferrer"&gt;review the PalCalc source&lt;/a&gt; yourself.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Unofficial fan-made utility. Not affiliated with or endorsed by Pocketpair.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>showdev</category>
      <category>gamedev</category>
      <category>sideprojects</category>
    </item>
  </channel>
</rss>
