Saxonberg Server API
    Preparing search index...

    One Discipline-tagged component of an act: "at this Discipline, against this difficulty, you got this outcome." discipline is the durable Discipline key (e.g. 'mixology'), not its templatePath — so the Catalog can be re-pathed without invalidating recorded evidence.

    interface Subcheck {
        difficulty: Difficulty;
        discipline: string;
        outcome: Outcome;
    }
    Index

    Properties

    difficulty: Difficulty
    discipline: string
    outcome: Outcome