Magical gene / lines and strokes

Gilded Crackle

A patch of cracked glaze over the haunch, each plate a slightly different shade and every seam between them run with gold.

What it can come out as

OutcomeCarrying
Gilded crackle (pale)Gcw/Gcw · Gcw/Gck · Gcw/Gcc · Gcw/n
Gilded crackle (black)Gck/Gck · Gck/Gcc · Gck/n
Gilded crackle (coloured)Gcc/Gcc
Wild typeGcc/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 1,786 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
Gcw/GcwGilded crackle (pale)0.002% — 1 in 50,000
Gcw/GckGilded crackle (pale)0.0027% — 1 in 37,495
Gcw/GccGilded crackle (pale)0.0027% — 1 in 37,495
Gcw/nGilded crackle (pale)0.038% — 1 in 2,632
Gck/GckGilded crackle (black)0.0027% — 1 in 37,495
Gck/GccGilded crackle (black)0.0027% — 1 in 37,495
Gck/nGilded crackle (black)0.0027% — 1 in 37,495
Gcc/GccGilded crackle (coloured)0.0027% — 1 in 37,495
n/nWild type99.944%

Its gene carrot

The file

common/src/main/resources/horsegenetics/genes/gilded_crackle.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.gilded_crackle
Phasemagical — it adds signed colour in phase 3, after the pigment has resolved
Priority391 — where it sits in the one (priority, key) paint order
AllelesGcw · Gck · Gcc · n
Varies per horse3 values drawn once off the expressing allele copy, so a foal that inherits the copy inherits the look
Built fromAXIS, CRACKLE, RAMP, SPECKLE, TOWARD

Why it is built this way

The reference arrived as a traced SVG (563 gradient-filled paths). It was not pasted in as an SVG mask and should not be: the SVG mask carries a shape somebody DREW, and a traced photograph is a field - the point ceiling exists precisely to stop one going in a gene file. The reference is a kind of shape, not a particular one, so it is written as CRACKLE.

All three cell layers share seed and scale and differ only in gap. That is what keeps them concentric with each other: layer 1 reads the plate at gap 1.2, layer 2 reads the same reading inverted so it lands in the seam, layer 3 reads a wider gap so the speckle sits inset from the gold rather than running up to it. Do not change scale on one of them alone.

The gold is a fixed colour in all three forms rather than a graded tone. It is a saturated target and it is the gene - a grey-seamed crackle is a different marking. Only the plates and the speckle regrade.

founders below is a placeholder that satisfies the loader. Run intake/tools/founders.py to derive the real table from the rarity tier.

Arrived at priority 330. Moved to 391: lines and strokes, with the other CRACKLE webs (kintsugi 376, stained glass 382). The arriving number was taken, or sat in a band whose family does not describe this marking - priority is both the paint order and the family the sidebar files a gene under.

The seam arrived 1.2 units wide and the speckle inset at 2, and the marking came out inside out: a solid gold haunch with a few pale plates floating in it - 29% of the barrel seam against 12% plate. A CRACKLE lattice is three-dimensional and the skin cuts its cells well away from their centres, so the surface lies much nearer a wall than a flat tiling suggests, and a channel that looks thin on paper eats the plates. Now 0.6 and 1.3, which is where the shipped crackles sit relative to their scale (stained glass, qular), and the plates outweigh the gold again.

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.

Gilded crackle (pale)

A cracked glaze across the haunch in three shades of off-white, every seam between the plates run with gold.

  1. plates — AXIS × AXIS × CRACKLE, painted with RAMP
  2. gold seam — AXIS × AXIS × CRACKLE inverted, painted with TOWARD
  3. gold seam — AXIS × AXIS × CRACKLE inverted, painted with TOWARD
  4. gold seam — AXIS × AXIS × CRACKLE inverted, painted with TOWARD
  5. speckle inside the plates — AXIS × AXIS × CRACKLE × SPECKLE, painted with TOWARD

Gilded crackle (black)

The same cracked glaze in three shades of near-black, still seamed with gold.

  1. plates — AXIS × AXIS × CRACKLE, painted with RAMP
  2. gold seam — AXIS × AXIS × CRACKLE inverted, painted with TOWARD
  3. gold seam — AXIS × AXIS × CRACKLE inverted, painted with TOWARD
  4. gold seam — AXIS × AXIS × CRACKLE inverted, painted with TOWARD
  5. speckle inside the plates — AXIS × AXIS × CRACKLE × SPECKLE, painted with TOWARD

Gilded crackle (coloured)

The same cracked glaze in the colour this line of horses runs to, the plates each a shade apart, gold in every seam.

  1. plates — AXIS × AXIS × CRACKLE, painted with RAMP
  2. gold seam — AXIS × AXIS × CRACKLE inverted, painted with TOWARD
  3. gold seam — AXIS × AXIS × CRACKLE inverted, painted with TOWARD
  4. gold seam — AXIS × AXIS × CRACKLE inverted, painted with TOWARD
  5. speckle inside the plates — AXIS × AXIS × CRACKLE × SPECKLE, painted with TOWARD

Wild type

No crackle.

Paints nothing.