Saxonberg Server API
    Preparing search index...

    What a covering presents in place of the wearer's identity. covers is forward-shaped for v2 feature-by-feature coverage stacking (face/body/voice); the v1 reveal gate reads only masksIdentity.

    interface Disguise {
        appearsAs: string;
        covers: string[];
        masksIdentity: boolean;
    }
    Index

    Properties

    appearsAs: string

    The masked presentation, e.g. "a hooded figure".

    covers: string[]

    Body/identity regions hidden, e.g. ['face']. v2 reads these.

    masksIdentity: boolean

    v1 gate: true ⇒ a recognized wearer's name is withheld.