astro.Variable.PROCGEN_NEBULAE - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

@elite-dangerous-almanac/core / astro / PROCGEN_NEBULAE

Variable: PROCGEN_NEBULAE

const PROCGEN_NEBULAE: readonly Nebula[]

Defined in: src/astro/nebulae-procgen.ts:35

Every procedurally generated nebula, sorted by name.

Remarks

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).

Example

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'
⚠️ **GitHub.com Fallback** ⚠️