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

![](https://2976860065-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fx7Nd93HqSNPpv2JhrViE%2Fuploads%2FR0IKANIKYJS5u1ADsro0%2Fimage.png?alt=media\&token=a3c0026c-ffe2-4c6c-b48b-5119827c3983)

## Properties

| Name                     | Description                                                                                                                                                                                                              |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Main Weapon Slot         | If true, the icon from any [Item](https://docs.anyrpg.org/scriptable-objects/items) equipped in this slot will be used for auto-attack [Abilities](https://docs.anyrpg.org/scriptable-objects/abilities) on action bars. |
| Stat Weight              | A weighted value to control distribution of [Stats](https://docs.anyrpg.org/scriptable-objects/character-stat) among gear.                                                                                               |
| Equipment Slot Type List | A list of [Equipment Slot Types](https://docs.anyrpg.org/scriptable-objects/equipment-slot-type) 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.
