> For the complete documentation index, see [llms.txt](https://docs.anyrpg.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.anyrpg.org/scriptable-objects/equipment-slot-type.md).

# Equipment Slot Type

## Creation

To create an equipment set, find (or create) the *GameName/Resources/GameName/EquipmentSlotType* folder in the project tab and right click.  Choose *Create > AnyRPG > Equipment> EquipmentSlotType*.

## Properties

| Name                    | Description                                                                                                                                            |
| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Stat Weight             | A weighted value to control distribution of [Stats](/scriptable-objects/character-stat.md) among gear.                                                 |
| Exclusive Slot Profiles | A list of [Equipment Slot Profiles](/scriptable-objects/equipment-slot-profile.md) that will be unequipped if equipment of this slot type is equipped. |
| Exclusive Slot Types    | A list of equipment slot types that will be unequipped if equipment of this slot type is equipped.                                                     |

## Next Steps

* Assign an equipment slot type to a piece of [Equipment](/scriptable-objects/items/equipment.md).
