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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.anyrpg.org/scriptable-objects/equipment-slot-type.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
