astro.Variable.PROCGEN_NEBULAE - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
@elite-dangerous-almanac/core / astro / PROCGEN_NEBULAE
constPROCGEN_NEBULAE: readonlyNebula[]
Defined in: src/astro/nebulae-procgen.ts:35
Every procedurally generated nebula, sorted by name.
Every record has type: 'procgen'. Note that name and system differ here:
the nebula is named for its own boxel (Agnairt AA-A h36) while system is the
catalogued system nearby (Agnairt TA-U d4-360).
import { PROCGEN_NEBULAE } from '@elite-dangerous-almanac/core/astro/nebulae-procgen';
PROCGEN_NEBULAE[0]?.name; // -> 'Agnairt AA-A h36'
PROCGEN_NEBULAE[0]?.system; // -> 'Agnairt TA-U d4-360'