Magical gene / lines and strokes
Filigree
White metalwork over the muscle masses - long arcs following the body's contours and broken tracks of short dashes between them - carrying onto the head and legs as a hairline. A third allele carries the same marking worked in greys instead of white - dark where the pale form is light, and the same number of steps.
What it can come out as
| Outcome | Carrying |
|---|---|
| Filigree | Flg/Flg · Flg/Flc · Flg/n · Flg/Flk |
| Black filigree | Flk/Flk · Flk/Flc · Flk/n |
| Coloured filigree | Flc/Flc |
| Wild type | Flc/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 pair | Shows as | How often |
|---|---|---|
Flg/Flg | Filigree | 0.002% — 1 in 50,000 |
Flg/Flk | Filigree | 0.0027% — 1 in 37,495 |
Flg/Flc | Filigree | 0.0027% — 1 in 37,495 |
Flg/n | Filigree | 0.038% — 1 in 2,632 |
Flk/Flk | Black filigree | 0.0027% — 1 in 37,495 |
Flk/Flc | Black filigree | 0.0027% — 1 in 37,495 |
Flk/n | Black filigree | 0.0027% — 1 in 37,495 |
Flc/Flc | Coloured filigree | 0.0027% — 1 in 37,495 |
n/n | Wild type | 99.944% |
Its gene carrot
The file
common/src/main/resources/horsegenetics/genes/filigree.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.
| Key | horsegenetics.filigree |
|---|---|
| Phase | magical — it adds signed colour in phase 3, after the pigment has resolved |
| Priority | 367 — where it sits in the one (priority, key) paint order |
| Alleles | Flg · Flk · Flc · n |
| Varies per horse | 3 values drawn once off the expressing allele copy, so a foal that inherits the copy inherits the look |
| Built from | AXIS, PARTS, SPECKLE, STROKES, TOWARD |
Why it is built this way
The black allele is the white one with the light taken out of it, and it sits one rung under white in the dominance series - so every combination that existed before it keeps the outcome it had, and only the pairs carrying Flk are new. The re-toning is a mapping rather than a repaint: every achromatic target moves into the dark end of the scale keeping its order and its spacing, and every SATURATED one is left alone, because that colour is the gene rather than its lightness.
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.
Filigree
Two element forms at once, both hard-edged and both the same white: long shallow arcs following the contour of the zone they sit in, and fields of short dashes lying parallel to the nearest arc, in broken tracks. The dashes crowd along the topline and the back edges of the shoulder and thin out below. The same tracery carries onto the head and all four legs - swirls and dashes there too, not a flat field - but drawn much finer, a hairline rather than a band, so a face reads as engraved rather than as painted.
- long arcs along the contours —
STROKES, painted withTOWARD - dash fields between and along the arcs —
STROKES×SPECKLE×AXIS, painted withTOWARD - the same work at a hairline, down the legs and over the head —
AXIS×PARTS×STROKES, painted withTOWARD
Black filigree
The same marking as the white form with the light taken out of it: a single near-black tone.
- long arcs along the contours —
STROKES, painted withTOWARD - dash fields between and along the arcs —
STROKES×SPECKLE×AXIS, painted withTOWARD - the same work at a hairline, down the legs and over the head —
AXIS×PARTS×STROKES, painted withTOWARD
Coloured filigree
The same metalwork worked in a colour rather than in white - the shade runs in a line of horses. Fully recessive: two copies, and a single copy beside the white allele shows white. It never gives blue eyes.
- long coloured arcs along the contours —
STROKES, painted withTOWARD - coloured dash fields between the arcs —
STROKES×SPECKLE×AXIS, painted withTOWARD - the same work at a hairline, down the legs and over the head —
AXIS×PARTS×STROKES, painted withTOWARD
Wild type
No filigree.
Paints nothing.