Saxonberg Server API
    Preparing search index...

    The fields that compose one disposition row. disposition / valence are the sub-check; kind / when / tags are act-level context the build seam defaults (kinddeed, when → the game-time witness).

    interface DispositionEntryFields {
        disposition: string;
        kind?: "claim" | "deed";
        tags?: string[];
        valence: number;
        when?: number | null;
    }
    Index

    Properties

    disposition: string

    The opposed-pair axis's durable key (e.g. 'sociability').

    kind?: "claim" | "deed"
    tags?: string[]
    valence: number

    Signed magnitude toward the axis's positive pole.

    when?: number | null

    Game-time seconds; defaults to "now" when omitted.