Magical gene / speckle and dust

Duskfall Speckle

Fine speckling that is thickest along the topline - the back, the crest of the neck and the poll - and has thinned to nothing before it reaches the legs or the muzzle.

What it can come out as

OutcomeCarrying
Duskfall SpeckleDfs/Dfs · Dfs/Dfe · Dfs/n
Duskfall Speckle, emberDfe/Dfe
Wild typeDfe/n · n/n

How each one is actually drawn - region by region, and the layers it is built from - is on the coding tab.

Crossing two of them

Finding one

About 1 in 893 wild horses is born showing this. That is the whole of the supply: catch one, or make one with the carrot below. Breeds set their own pools and a breed built around this gene will carry it far more often than the wild population does.

Wild pairShows asHow often
Dfs/DfsDuskfall Speckle0.004% — 1 in 25,000
Dfs/DfeDuskfall Speckle0.016% — 1 in 6,250
Dfs/nDuskfall Speckle0.076% — 1 in 1,316
Dfe/DfeDuskfall Speckle, ember0.016% — 1 in 6,250
n/nWild type99.888%

Its gene carrot

The file

common/src/main/resources/horsegenetics/genes/duskfall_speckle.json — a data-driven gene, not a Java class. It is listed in the index.json beside it and registered by Genes' class initialiser at startup.

Keyhorsegenetics.duskfall_speckle
Phasemagical — it adds signed colour in phase 3, after the pigment has resolved
Priority331 — where it sits in the one (priority, key) paint order
AllelesDfs · Dfe · n
Varies per horse5 values drawn once off the expressing allele copy, so a foal that inherits the copy inherits the look
Built fromAXIS, SPECKLE, TOWARD

Why it is built this way

Imported from the magic-gene intake, 2026-09-08. Three regions, three separate fades, because a single AXIS band across the whole horse fades on the WHOLE horse's Y and would take the poll and the belly together. The point of the gene is that the speckle dies out before the legs and the muzzle, and that is a per-part statement.

What it paints

Each outcome, described the way the gene file describes it, and then the layers that draw it in the order they are painted. The prose is the part a reader checks a bake against; the list underneath is what the engine actually did.

Duskfall Speckle

A fall of fine white points, densest on the back and the crest and gone by the elbow. Each of the three regions carries its own fade, so the speckle runs out gradually rather than stopping at a part boundary - which is the difference between snow settling on a horse and a horse wearing a blanket.

  1. speckle heaviest along the back, thinning down the flank — SPECKLE × AXIS, painted with TOWARD
  2. speckle along the crest of the neck — SPECKLE × AXIS, painted with TOWARD
  3. a scatter over the poll, fading before the muzzle — SPECKLE × AXIS, painted with TOWARD

Duskfall Speckle, ember

The same fall in a colour the line carries - the ember form, which on a dark coat reads as sparks rather than as snow. Fully recessive.

  1. speckle heaviest along the back, thinning down the flank — SPECKLE × AXIS, painted with TOWARD
  2. speckle along the crest of the neck — SPECKLE × AXIS, painted with TOWARD
  3. a scatter over the poll, fading before the muzzle — SPECKLE × AXIS, painted with TOWARD

Wild type

No speckle.

Paints nothing.