Saxonberg Server API
    Preparing search index...
    interface CelestialProfile {
        axialTiltDegrees: Quantity<"degrees">;
        dayLengthSeconds: number;
        moons: MoonDef[];
        suns: SunDef[];
        yearLengthDays: number;
    }
    Index

    Properties

    axialTiltDegrees: Quantity<"degrees">

    Axial tilt; drives the declination swing. Earth-like = 23.5°.

    dayLengthSeconds: number

    One rotation, in seconds. Earth-like = 86 400.

    moons: MoonDef[]

    Zero or more moons. Earth-like: one, synodic 30 days.

    suns: SunDef[]

    At least one sun. Earth-like: exactly one.

    yearLengthDays: number

    One orbit, in days. Earth-like = 360 (D7).