Back to Blog
Guide August 17, 2026 11 min read

Who Moves First and Who Crits: The Turn-Order and Critical-Hit Math Nobody Has Written Down

Two guides on this site have mentioned turn order, and both said the same five words: AGI decides who acts first. True — and it's one term of a four-term formula whose randomness has a hard edge, sitting next to a critical-hit system with two different ceilings and an exactly-1.25x bonus nobody has ever printed. This is the arithmetic. Every number below was recomputed this morning by running the live battle engine's own functions — hundreds of thousands of simulated initiative rolls and damage calls — not by reading comments. Where the beginner guide gave you the stat table and the advanced tactics guide gave you the turn economy, this one gives you the numbers underneath both.

First, an Honest Scope: Where Turn Order Actually Applies

The most important sentence in this guide is the one that keeps you from mis-spending stat points: in a standard 1v1 battle against the arena's AI, you always choose your move first. That's a design choice, not a dice outcome — the server prompts the player before processing the opponent's response in 1v1, no matter whose AGI is higher. Initiative decides who opens the fight in PvP and in the four multi-battle modes — 2v2, 3v3, and the 2v1 and 3v1 boss formats — where the Turn Order bar you see across the top of the battle screen is showing you exactly the sorted list this article explains. Those modes are not a corner case: of the player battles fought in Nutopia to date, roughly one in four has been something other than a 1v1.

So what does AGI do for you in ordinary 1v1? It dodges. Your base dodge chance is AGI ÷ (AGI + 500) — 100 AGI is about a 16.7% base chance to slip an incoming hit before the attacker's accuracy pushes it back down. That curve flattens as it climbs, which is worth knowing before you chase it: the same points buy less dodge each time. AGI is never wasted; it just earns its keep differently depending on the mode.

The Four Terms of Initiative

When a fight does roll initiative, here is the whole formula, in the order the engine applies it:

Everyone's four numbers are summed, the list is sorted highest-first, and that's the turn order. The term that makes this system interesting is the third one. The random kicker isn't a coin flip bolted onto a stat check — it's a percentage of your own AGI. Your initiative always lands somewhere between 1.0× and 1.2× your (gear-adjusted) AGI. And bounded randomness has a property flat randomness doesn't: a hard edge.

The Hard Edge: A 20% Lead Is a Guarantee

Because your roll lives in that 1.0–1.2× band, a Pal whose AGI is 20% higher than its opponent's (luck equal) cannot lose the roll — the faster Pal's floor meets the slower Pal's ceiling. We ran an AGI-120 Pal against an AGI-100 Pal through the engine's turn-order function 100,000 times this morning: the faster Pal moved first 100,000 times, and zero times did the slower one sneak ahead in either list order. Inside the band, the dice matter on a steep curve. Measured at 20,000 runs per step:

The practical reading: small AGI edges are strong tendencies, not promises — and there is a threshold past which the coin simply stops existing. If your setup Pal in a 3v3 must act before a specific opponent, the number to hit is 20% over, not “a bit more.”

The luck term is real, too, at exactly one-twentieth strength. At identical AGI 100, a Pal with a huge luck advantage (LCK 200 against a fresh adoptee's baseline) won the roll about 88% of 50,000 runs; a modest LCK 20 edge won about 54% — a genuine tiebreaker, and nothing more. Luck's real day job is in the next section.

The Gear Cap Bites at 50

Speed-boost gear multiplies your AGI in the initiative math, but the engine truncates it at 50 — anything above that number on your equipment is ignored for turn order. We proved the cap by brute force: at equal AGI, a speed boost of 25 won all 20,000 runs; against a bare Pal with 80% more base AGI, boosts of 50, 80, and even a hypothetical 200 all lost 20,000 out of 20,000 — an uncapped 200 would have won outright. Gear can turn a small AGI deficit into a win, and it cannot outrun a large one.

Two Crit Ceilings, Not One

Critical hits pay 1.5× damage, for both physical and magic attacks. The chance comes from the same root for both: √(DEX + LCK) ÷ √20,000 — a square-root curve over your two precision stats, headed toward a combined-stat cap of 20,000. Then the two calculators part ways, and this is the part no screen tells you:

Physical crits can, in principle, reach 100%: the stat term alone tops out at essentially 1.0 at the stat cap, and equipment crit chance plus a species crit passive push toward the same 1.0 ceiling. Magic crits are capped harder. The stat term pins at 85% — it hits that pin at exactly DEX + LCK = 14,450 and stays there no matter how far past it your stats climb — and only gear or a species passive can lift the final chance, to an absolute ceiling of 95%. A pure-stat mage never crits more than 85% of the time; the last ten points exist only on equipment. Physical attackers can close to certainty; casters always keep a sliver of doubt.

We verified the curve empirically, not just algebraically: a test Pal with DEX 2,000 and LCK 2,000 predicts a 44.7% crit rate by the formula, and across 200,000 calls into each of the shipped damage functions it measured 44.8% physical and 44.8% magic on landed hits. The formula on the page is the formula in the code.

What Live Pals Actually Roll

Now the number that puts those ceilings at honest distance. The best-trained stat line in all of Nutopia right now — checked against the live rosters this morning, across 261 companions with levels up to 123 — carries a combined DEX + LCK of 170. That's a 9.22% crit chance. The live spread runs DEX 10–104 and LCK 10–82, so every Pal in the game is on the steep early stretch of the square-root curve, where points buy the most chance — and nobody is within sight of the 14,450 where the magic pin even starts to matter. Treat the ceilings as the shape of the mountain, not a build target: they tell you the curve bends physical-favorable at altitudes no trainer has reached. Level-ups do push you along it automatically — every level raises AGI, DEX, and LCK among the stats it writes — and crit-chance gear adds its number straight on top of whatever the curve gives you.

Two Passives That Reach This Exact Math

Species passives mostly live elsewhere in the engine, but two land directly in this article's formulas. Flicko's Thunder Dash applies a 20% speed boost at battle start, and it's applied before turn order is computed — so it moves initiative for real, exactly like 20 points of the gear term. Corelix's AI Analysis adds a flat 15 percentage points of crit chance, and it lands in both the physical and the magic formula — on today's live stat lines, that passive is worth more crit than any trained stat pair in the game.

The Quiet 1.25× on Same-Type Skills

One more number that has never appeared on this site: a skill whose element matches one of your Pal's own types hits for exactly 1.25×, applied after type effectiveness against the defender. It stacks multiplicatively with everything else — a super-effective same-type hit is 2.0 × 1.25 = 2.5× before variance. We measured it through the shipped damage functions with everything else held equal: across ~36,000 clean samples per case, same-type damage came out at a ratio of 1.2494 (physical) and 1.2507 (magic) against off-type — the 1.25 in the code, recovered from the outside. The practical rule follows the type chart you already know: when two equipped skills would both land neutrally, the one that shares your Pal's type is a quarter louder. And since your Pal learns same-type skills more readily than off-type ones, the engine has been quietly nudging your kit toward its own bonus all along.

The Bottom Line

The five numbers worth carrying out of this guide: your initiative lives between 1.0× and 1.2× your gear-adjusted AGI, so a 20% lead is a guarantee and anything less is a curve; the gear speed term stops counting at 50; crits pay 1.5×, with physical able to reach certainty while magic pins at 85% from stats, 95% with gear; and a same-type skill is always worth 1.25×. In 1v1 you always move first anyway — spend AGI there for the dodge curve, not the opening move. In PvP and team battles, the Turn Order bar isn't a mystery anymore. It's four terms, and now you can read them.

Previous: The Nine Perks All Articles