Saxonberg Server API
    Preparing search index...

    One vital sign's healthy baseline + survivable band, per species (Vitals substrate). Values are plain numbers in the sign's canonical unit (K / bpm / mmHg / % / L). Leaving the band is what eventually flips the lifecycle state (a future driver consumes it). Shaped to admit a later age-curve without reshaping.

    interface VitalBand {
        baseline: number;
        survivableMax: number;
        survivableMin: number;
    }
    Index

    Properties

    baseline: number
    survivableMax: number
    survivableMin: number