SKILL_DISPLAY_SUBTYPE_ORDER: readonly string[] = ...

The canonical display order of skill subtypes on the Being sheet's Skills tab.

The order pins each subtype's display position; the template renders only the subtypes that have skills (the redesign's present-only pattern, shared across every Being tab), so each populated subtype section carries its own "+ Add" control and empty subtypes are hidden. combattechnique (a combattechnique-subtype skill) keeps a defined position here so its section sorts stably when a being has combat techniques; a being with none creates its first via the tab's global "Add Skill" footer, which opens the subtype picker (issue #797 retired the always-visible empty Combat Technique section that #714 added). The mystical subtype is intentionally absent — those skills surface on the Mysteries tab.