Magical gene / ground and strong white
Snow Cloud
Snow lying over the horse in drifts, with the coat showing through where none settled - and dark points clustered high on the croup, round the ankles and across the face in front of the ears. 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 |
|---|---|
| Snow Cloud | Snw/Snw · Snw/Snc · Snw/n · Snw/Snk |
| Snow Cloud, black points | Snk/Snk · Snk/Snc · Snk/n |
| Snow Cloud, coloured points | Snc/Snc |
| Wild type | Snc/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 3,572 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 |
|---|---|---|
Snw/Snw | Snow Cloud | 0.001% — 1 in 100,000 |
Snw/Snk | Snow Cloud | 0.0013% — 1 in 75,019 |
Snw/Snc | Snow Cloud | 0.0013% — 1 in 75,019 |
Snw/n | Snow Cloud | 0.019% — 1 in 5,263 |
Snk/Snk | Snow Cloud, black points | 0.0013% — 1 in 75,019 |
Snk/Snc | Snow Cloud, black points | 0.0013% — 1 in 75,019 |
Snk/n | Snow Cloud, black points | 0.0013% — 1 in 75,019 |
Snc/Snc | Snow Cloud, coloured points | 0.0013% — 1 in 75,019 |
n/n | Wild type | 99.972% |
Its gene carrot
The file
common/src/main/resources/horsegenetics/genes/snow_cloud.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.snow_cloud |
|---|---|
| Phase | magical — it adds signed colour in phase 3, after the pigment has resolved |
| Priority | 219 — where it sits in the one (priority, key) paint order |
| Alleles | Snw · Snk · Snc · n |
| Varies per horse | 13 values drawn once off the expressing allele copy, so a foal that inherits the copy inherits the look |
| Built from | AXIS, PARTS, PATCHES, SPECKLE, TOWARD |
Why it is built this way
Imported from the magic-gene intake, 2026-09-08. White goes on first over everything, and the three clouds of points are painted back over it. Clumping on the speckle fields is what makes them clouds rather than an even dusting.
The points are subtler on a bake than the source description suggests. If they want to be louder the knob to move is the speckle size rather than the density - denser small points still read as grey from a distance.
The white used to be a flat PARTS mask over every part, so the horse went entirely white and the only thing the base coat could do was not be seen. It now runs through a large-scale PATCHES mask (owner's call), so there are bare drifts the coat shows through - which is what the gene's own name describes and what makes a snow-cloud chestnut and a snow-cloud black different animals. The three point clusters are untouched; where a cluster lands on a bare drift it simply has less white to sit on.
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 Snk 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.
Snow Cloud
Snow lies over the horse in drifts with the coat showing through where none settled, and three clouds of dark points are laid over the top - each a speckle field pinned to one part of the body: high on the croup, round the ankles, and across the face in front of the ears.
- snow over the horse, with bare drifts the coat shows through —
PARTS×PATCHES, painted withTOWARD - points clustered high on the croup —
SPECKLE×AXIS×AXIS, painted withTOWARD - points round the ankles —
SPECKLE×AXIS, painted withTOWARD - points across the face, forward of the ears —
SPECKLE×AXIS, painted withTOWARD
Snow Cloud, black points
The same marking as the white form with the light taken out of it: the same 2 steps, moved to the dark end of the scale.
- snow over the horse, with bare drifts the coat shows through —
PARTS×PATCHES, painted withTOWARD - points clustered high on the croup —
SPECKLE×AXIS×AXIS, painted withTOWARD - points round the ankles —
SPECKLE×AXIS, painted withTOWARD - points across the face, forward of the ears —
SPECKLE×AXIS, painted withTOWARD
Snow Cloud, coloured points
The same drifted snow with the points in a colour the line carries instead of in near-black. Fully recessive.
- snow over the horse, with bare drifts the coat shows through —
PARTS×PATCHES, painted withTOWARD - points clustered high on the croup —
SPECKLE×AXIS×AXIS, painted withTOWARD - points round the ankles —
SPECKLE×AXIS, painted withTOWARD - points across the face, forward of the ears —
SPECKLE×AXIS, painted withTOWARD
Wild type
No snow.
Paints nothing.