# 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*.

![](https://2976860065-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fx7Nd93HqSNPpv2JhrViE%2Fuploads%2Ft9mbUBzwEdLvGRx2xZ5O%2Fimage.png?alt=media\&token=fe38ad5c-c3c9-4854-85f0-7822caa03415)

## Properties

| Name                    | Description                                                                                                                                                                |
| ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Stat Weight             | A weighted value to control distribution of [Stats](https://docs.anyrpg.org/scriptable-objects/character-stat) among gear.                                                 |
| Exclusive Slot Profiles | A list of [Equipment Slot Profiles](https://docs.anyrpg.org/scriptable-objects/equipment-slot-profile) 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](https://docs.anyrpg.org/scriptable-objects/items/equipment).
