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

    Interface Wargear

    A non-weapon item a model may carry — an icon, attachment, or other piece of equipment with no weapon profile. Weapons live in weapon.schema.json; this entity exists so wargear-option swaps and add-ons can reference equipment that is not a weapon.

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

    interface Wargear {
        id: string;
        name: string;
        category?: string | null;
        game_version: GameVersionReference;
    }
    Index

    Properties

    id: string
    name: string
    category?: string | null
    game_version: GameVersionReference