Body, Mind & Soul — API Reference
    Preparing search index...
    equipment: {
        slots: {
            chest: { label: string; max: number };
            hand: { label: string; max: number };
            neck: { label: string; max: number };
            ring: { label: string; max: number };
            twoHanded: { cost: number; countsAs: string; label: string };
        };
    }

    Type Declaration

    • slots: {
          chest: { label: string; max: number };
          hand: { label: string; max: number };
          neck: { label: string; max: number };
          ring: { label: string; max: number };
          twoHanded: { cost: number; countsAs: string; label: string };
      }