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

# Attachment Profile

## Creation

To create an attachment profile, find (or create) the *GameName/Resources/GameName/AttachmentProfile* folder in the project tab and right click.  Choose *Create > AnyRPG > AttachmentProfile*.

## Properties

| Name                   | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| ---------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Attachment Point Nodes | <p>A list of attachment point nodes, which map user friendly bone names to actual bone names.<br><strong>Node Name</strong><br>The user friendly bone name which is referred to in the attachment node of the equipment, spell effect, etc.<br><strong>Position</strong></p><p>The position any object will be attached at, relative to the <em>Target Bone</em>.<br><strong>Rotation Is Global</strong><br>If true, the rotation property will be relative to world space.<br><strong>Rotation</strong><br>The rotation of the object being attached, relative to the target bone, or global if the <em>Rotation Is Global property</em> is true.<br><strong>Scale</strong><br>The scale of the object being attached.<br><strong>Target Bone</strong><br>The actual bone in the character/unit hierarchy that the object will be attached to.</p> |

## Next Steps

* Refer to an attachment profile in the *Ability Object List* field of an [Ability Effect](/scriptable-objects/ability-effects.md).
* Refer to an attachment profile in the *Holdable Object List* field of an [Ability](/scriptable-objects/abilities.md).
* Refer to an attachment profile in the *Holdable Object List* field of a piece of [Equipment](/scriptable-objects/items/equipment.md).
* Refer to an attachment profile in the *Ability Animation Object List* or *Ability Object List* fields of a Weapon Skill.
