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

    Variable equipmentTypesConst

    equipmentTypes: {
        armor: {
            _label: "Armor";
            heavyArmor: "Heavy Armor";
            lightArmor: "Light Armor";
            mediumArmor: "Medium Armor";
        };
        clothing: { _label: "Clothing" };
        other: { _label: "Other" };
        shield: {
            _label: "Shield";
            heavyShield: "Heavy Shield";
            lightShield: "Light Shield";
            other: "Miscellaneous Shield";
            towerShield: "Tower Shield";
        };
        wondrous: { _label: "Wondrous" };
    } = ...

    The various equipment types and their subtypes

    Type declaration

    • Readonlyarmor: {
          _label: "Armor";
          heavyArmor: "Heavy Armor";
          lightArmor: "Light Armor";
          mediumArmor: "Medium Armor";
      }
    • Readonlyclothing: { _label: "Clothing" }
    • Readonlyother: { _label: "Other" }
    • Readonlyshield: {
          _label: "Shield";
          heavyShield: "Heavy Shield";
          lightShield: "Light Shield";
          other: "Miscellaneous Shield";
          towerShield: "Tower Shield";
      }
    • Readonlywondrous: { _label: "Wondrous" }