Saxonberg Server API
    Preparing search index...

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

    interface TranscriptEntryFields {
        difficulty: Difficulty;
        discipline: string;
        kind?: "claim" | "deed";
        outcome: Outcome;
        tags?: string[];
        when?: number | null;
    }
    Index

    Properties

    difficulty: Difficulty
    discipline: string
    kind?: "claim" | "deed"
    outcome: Outcome
    tags?: string[]
    when?: number | null

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