Magical gene / lines and strokes
Wyrmwood Sigils
Curling black scrollwork wrapping the neck, barrel, face and legs, threaded with a luminous ichor that tints the mane, drips down the hip, trails off the tail and caps the hooves.
What it can come out as
| Outcome | Carrying |
|---|---|
| Wyrmwood Sigils | Wys/Wys · Wys/Wyd · Wys/n |
| Wyrmwood Sigils, unlit | Wyd/Wyd |
| Wild type | Wyd/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,571 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 |
|---|---|---|
Wys/Wys | Wyrmwood Sigils | 0.001% — 1 in 100,000 |
Wys/Wyd | Wyrmwood Sigils | 0.004% — 1 in 25,000 |
Wys/n | Wyrmwood Sigils | 0.019% — 1 in 5,263 |
Wyd/Wyd | Wyrmwood Sigils, unlit | 0.004% — 1 in 25,000 |
n/n | Wild type | 99.972% |
Its gene carrot
The file
common/src/main/resources/horsegenetics/genes/wyrmwood_sigils.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.wyrmwood_sigils |
|---|---|
| Phase | magical — it adds signed colour in phase 3, after the pigment has resolved |
| Priority | 378 — where it sits in the one (priority, key) paint order |
| Alleles | Wys · Wyd · 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, RAMP, SPOTS, STROKES, TOWARD, WAVES, emissive |
Why it is built this way
Imported from the magic-gene intake, 2026-09-08. Black filigree first, ichor over it. The hip drips are a spot field stretched 2.5x along Y and cut to the rear of the barrel, which is what makes them run downward instead of sitting as dots.
Only the ichor layers are emissive - the scrollwork is not. In the dark a wyrmwood horse is the glow alone, and the black is simply absent, which is the effect the source asked for.
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.
Wyrmwood Sigils
Black filigree first, then the ichor over it - and the ichor is emissive, so the sigils are still there when the light goes. The drips are a spot field stretched two and a half times along Y and cut to the hip, which is what makes them run downward rather than sit as dots.
- scrollwork banded round the neck —
AXIS×STROKES, painted withTOWARD - curls over the barrel —
STROKES, painted withTOWARD - finer ones over the face —
STROKES, painted withTOWARD - bands down the forelegs —
WAVES, painted withTOWARD - ichor through the mane —
PARTS, painted withTOWARD, and it glows - ichor pooling in drips down the hip —
SPOTS×AXIS, painted withTOWARD, and it glows - and a trail of it down the tail —
PARTS, painted withRAMP, and it glows - capped hooves —
AXIS, painted withTOWARD, and it glows
Wyrmwood Sigils, unlit
The same scrollwork and the same ichor, in pigment rather than light - the whole pattern is there, and none of it glows. Fully recessive.
- scrollwork banded round the neck —
AXIS×STROKES, painted withTOWARD - curls over the barrel —
STROKES, painted withTOWARD - finer ones over the face —
STROKES, painted withTOWARD - bands down the forelegs —
WAVES, painted withTOWARD - ichor through the mane —
PARTS, painted withTOWARD - ichor pooling in drips down the hip —
SPOTS×AXIS, painted withTOWARD - and a trail of it down the tail —
PARTS, painted withRAMP - capped hooves —
AXIS, painted withTOWARD
Wild type
No sigils.
Paints nothing.