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

    Interface Faction

    A playable faction or sub-faction.

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

    interface Faction {
        id: string;
        name: string;
        parent_faction_id?: string | null;
        game_version: GameVersionReference;
        keywords?: KeywordList;
        aliases?: string[];
        faction_rule_id?: string | null;
    }
    Index

    Properties

    id: string
    name: string
    parent_faction_id?: string | null
    game_version: GameVersionReference
    keywords?: KeywordList
    aliases?: string[]
    faction_rule_id?: string | null

    Reference to the faction-wide ability (e.g., Oath of Moment)