@alpaca-software/40kdc-data
    Preparing search index...

    Interface ForceDisposition

    A 11e strategic-intent tag granted by detachments. Players compare dispositions at game start to determine the shared mission; asymmetric primary objectives result.

    This interface was referenced by 0KdcBundledSchemas's JSON-Schema via the definition "force-disposition".

    interface ForceDisposition {
        id:
            | "take-and-hold"
            | "disruption"
            | "purge-the-foe"
            | "priority-assets"
            | "reconnaissance";
        name: string;
        text?: string;
        game_version: GameVersionReference;
    }
    Index

    Properties

    id:
        | "take-and-hold"
        | "disruption"
        | "purge-the-foe"
        | "priority-assets"
        | "reconnaissance"

    One of the five confirmed launch Force Dispositions.

    name: string
    text?: string

    Community-authored description of the disposition's effect (original prose only — no reproduced rules text).

    game_version: GameVersionReference