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

    Interface LoadoutGroup

    A set of identically-equipped models within a unit: count models of model-type model_name, each carrying weapons (counts are per model). Produced by groupLoadout so an exporter can render "Nx : " lines instead of one unit-wide weapon bag. Mirror of crates/wh40kdc/src/data/loadout.rs.

    interface LoadoutGroup {
        model_name: string | null;
        count: number;
        weapons: LoadoutGroupWeapon[];
    }
    Index

    Properties

    model_name: string | null
    count: number