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

    Interface Loadout

    A resolved loadout: entity id (weapon or wargear) → count across the unit.

    interface Loadout {
        counts: Map<string, number>;
    }
    Index

    Properties

    Properties

    counts: Map<string, number>