Saxonberg Server API
    Preparing search index...

    The data bundle each WeatherType carries: its per-field deviation targets plus the Wave-2 cloud / precipitation descriptors (reported by analyze weather; they drive nothing in Wave 1).

    interface WeatherTypeProfile {
        cloud: number;
        deviation: WeatherDeviation;
        precipitation: "none" | "rain" | "snow";
        type: WeatherType;
    }
    Index

    Properties

    cloud: number

    Cloud cover 0..1 — Wave-2 light-dimming seam.

    deviation: WeatherDeviation

    Per-field signed deviation from the biome base.

    precipitation: "none" | "rain" | "snow"

    Precipitation descriptor — Wave-2 wetness seam.