Magical gene / ground and strong white
Qular
White over most of the horse, left open in straight-sided polygons of coat separated by even white channels - a giraffe read backwards, with the mane untouched. 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 |
|---|---|
| Qular | Qul/Qul · Qul/Quc · Qul/n · Qul/Quk |
| Black Qular | Quk/Quk · Quk/Quc · Quk/n |
| Coloured Qular | Quc/Quc |
| Wild type | Quc/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 |
|---|---|---|
Qul/Qul | Qular | 0.002% — 1 in 50,000 |
Qul/Quk | Qular | 0.0027% — 1 in 37,495 |
Qul/Quc | Qular | 0.0027% — 1 in 37,495 |
Qul/n | Qular | 0.038% — 1 in 2,632 |
Quk/Quk | Black Qular | 0.0027% — 1 in 37,495 |
Quk/Quc | Black Qular | 0.0027% — 1 in 37,495 |
Quk/n | Black Qular | 0.0027% — 1 in 37,495 |
Quc/Quc | Coloured Qular | 0.0027% — 1 in 37,495 |
n/n | Wild type | 99.944% |
Its gene carrot
The file
common/src/main/resources/horsegenetics/genes/qular.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.qular |
|---|---|
| Phase | magical — it adds signed colour in phase 3, after the pigment has resolved |
| Priority | 200 — where it sits in the one (priority, key) paint order |
| Alleles | Qul · Quk · Quc · n |
| Varies per horse | 5 values drawn once off the expressing allele copy, so a foal that inherits the copy inherits the look |
| Built from | AXIS, CRACKLE, PARTS, 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 Quk 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.
Qular
Nearly the whole horse goes white, and what is left of the coat reads as panels laid on top of it rather than as gaps cut out - big irregular polygons with straight sides and corners that meet three at a time, scattered over the neck, shoulder, ribcage, barrel, hindquarter and upper legs. Between them runs an even white channel a finger or two wide, which is what makes it a giraffe rather than a paint. The head is mostly white with panels round the eyes and muzzle; the lower legs keep a dark boot. Every panel edge is crisp - how big the panels are and how wide the channels between them run varies a great deal from horse to horse, but none of them feathers. The mane and tail are not touched by any of it.
- white over almost the whole horse —
PARTS, painted withTOWARD - the giraffe panels the white is left out of —
CRACKLE, painted withTOWARD - the dark boot the white is left out of —
AXIS, painted withTOWARD
Black Qular
The same marking as the white form with the light taken out of it: a single near-black tone.
- white over almost the whole horse —
PARTS, painted withTOWARD - the giraffe panels the white is left out of —
CRACKLE, painted withTOWARD - the dark boot the white is left out of —
AXIS, painted withTOWARD
Coloured Qular
The same panelling, with the ground in a colour the line carries rather than in white. Fully recessive: it takes two copies, and a single copy beside the white allele shows white. It never gives blue eyes, whatever the white form does.
- white over almost the whole horse, in colour —
PARTS, painted withTOWARD - the giraffe panels the white is left out of, in colour —
CRACKLE, painted withTOWARD - the dark boot the white is left out of, in colour —
AXIS, painted withTOWARD
Wild type
No panelling.
Paints nothing.