Pathfinder 1e for Foundry VTT
    Preparing search index...

    Variable equipmentSlotsConst

    equipmentSlots: {
        armor: { armor: "Armor" };
        clothing: { clothing: "Clothing" };
        other: { other: "Other" };
        shield: { shield: "Shield" };
        wondrous: {
            belt: "Belt";
            body: "Body";
            chest: "Chest";
            eyes: "Eyes";
            feet: "Feet";
            hands: "Hands";
            head: "Head";
            headband: "Headband";
            neck: "Neck";
            ring: "Ring";
            shoulders: "Shoulders";
            slotless: "Slotless";
            wrists: "Wrists";
        };
    } = ...

    The slots equipment can occupy, sorted by category

    Type declaration

    • Readonlyarmor: { armor: "Armor" }
    • Readonlyclothing: { clothing: "Clothing" }
    • Readonlyother: { other: "Other" }
    • Readonlyshield: { shield: "Shield" }
    • Readonlywondrous: {
          belt: "Belt";
          body: "Body";
          chest: "Chest";
          eyes: "Eyes";
          feet: "Feet";
          hands: "Hands";
          head: "Head";
          headband: "Headband";
          neck: "Neck";
          ring: "Ring";
          shoulders: "Shoulders";
          slotless: "Slotless";
          wrists: "Wrists";
      }