Magical gene / fields and regions

Wing Cloak

A pair of ghost wings folded over the barrel - broad soft arcs with a darker line along the leading edge, as though the horse were wearing them rather than growing them.

What it can come out as

OutcomeCarrying
Wing CloakWcw/Wcw · Wcw/Wcc · Wcw/n
Wing Cloak, colouredWcc/Wcc
Wild typeWcc/n · n/n

How each one is actually drawn - region by region, and the layers it is built from - is on the coding tab.

About this gene

Imported from the magic-gene intake, 2026-09-08. The source placed four wings by centre and angle. RINGS has no centre and no angle, but it does have `arc` - and a ring with an arc well under 1 is a sweep rather than a circle. Two radii give a forewing and a hindwing; a third pass at a much harder edge lands as the dark leading edge.

This one is the furthest from its source of the batch. The wings are placed by the lattice rather than by hand, so a horse gets however many the spacing puts on it - look at several before deciding it is right.

Crossing two of them

Finding one

About 1 in 893 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
Wcw/WcwWing Cloak0.004% — 1 in 25,000
Wcw/WccWing Cloak0.016% — 1 in 6,250
Wcw/nWing Cloak0.076% — 1 in 1,316
Wcc/WccWing Cloak, coloured0.016% — 1 in 6,250
n/nWild type99.888%

Its gene carrot

The file

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

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.

Wing Cloak

A ring with an arc well under 1 is not a ring at all - it is a sweep, and two of them at different radii read as a folded forewing and hindwing. A third pass draws the same sweep with a much harder edge, which lands as the dark line along the front of the wing.

  1. the forewing, swept forward — RINGS × AXIS, painted with TOWARD
  2. the hindwing behind it — RINGS × AXIS, painted with TOWARD
  3. a darker line along the leading edge — RINGS × AXIS, painted with TOWARD

Wing Cloak, coloured

The same wings in a colour the line carries. Fully recessive.

  1. the forewing, swept forward — RINGS × AXIS, painted with TOWARD
  2. the hindwing behind it — RINGS × AXIS, painted with TOWARD
  3. a darker line along the leading edge — RINGS × AXIS, painted with TOWARD

Wild type

No cloak.

Paints nothing.