> 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-profile.md).

# Equipment Slot Profile

## Creation

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

## Properties

| Name                     | Description                                                                                                                                                                      |
| ------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Main Weapon Slot         | If true, the icon from any [Item](/scriptable-objects/items.md) equipped in this slot will be used for auto-attack [Abilities](/scriptable-objects/abilities.md) on action bars. |
| Stat Weight              | A weighted value to control distribution of [Stats](/scriptable-objects/character-stat.md) among gear.                                                                           |
| Equipment Slot Type List | A list of [Equipment Slot Types](/scriptable-objects/equipment-slot-type.md) that can be equipped in this physical slot.                                                         |
| Set On Hit Audio         | If true, items in this list will set on-hit audio sounds if they have one.  This is mostly useful for weapon slots.                                                              |

## Next Steps

* If new equipment slot profiles are defined, a custom UI will need to be created that will display the new slots.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

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