> For the complete documentation index, see [llms.txt](https://soulslike-framework.isik.vip/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://soulslike-framework.isik.vip/workflow/editor-1.md).

# Creating & Editing Stats/Attributes

<figure><img src="https://3303637552-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOAGs3il6rJbkejwPOlEP%2Fuploads%2FmZB7qqfUL8VlHSk61eu7%2Fimage.png?alt=media&amp;token=9f4d1589-2d88-4647-9e4e-9dac61c1b2bd" alt=""><figcaption></figcaption></figure>

### Creating a New Stat/Attribute

{% hint style="info" %}
We haven't provided Utility tools for creating/editing Stat/Attributes purely because their workflow won't be as repetitive.
{% endhint %}

Stats/Attributes are created as UObjects and managed by the [Stat Manager component.](/components-managers/shared-components/stat-attribute-manager.md) To create a new Stat/Attribute, head into a relevant directory (e.g, SoulslikeFramework/Data/\_Stats/), right-click the Content Browser and search for **"Stat/Attribute Object"**.

<figure><img src="https://3303637552-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOAGs3il6rJbkejwPOlEP%2Fuploads%2FsJNcGY40lWvb7GGWEiAM%2Fimage.png?alt=media&amp;token=e046a501-5d0a-45c0-b349-cef6996f25b4" alt=""><figcaption></figcaption></figure>

Open the newly created asset and adjust the properties in the **Config** tab to your liking.

<figure><img src="https://3303637552-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOAGs3il6rJbkejwPOlEP%2Fuploads%2FIyhxxbESAaokbosfpJwE%2Fimage.png?alt=media&amp;token=375c0827-ab07-4415-acb2-7d308809ed69" alt=""><figcaption></figcaption></figure>

When finished, [add your newly created Stat/Attribute the the Stat Manager component.](/components-managers/shared-components/stat-attribute-manager.md#adjusting-which-stats-attributes-to-initialize)

<figure><img src="https://3303637552-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOAGs3il6rJbkejwPOlEP%2Fuploads%2FX5rvY8fYelJ9GuLB6OWk%2Fimage.png?alt=media&amp;token=d2ff1e9c-007f-433d-80b6-719464afb0ef" alt=""><figcaption></figcaption></figure>

Now you will see your newly created Stat/Attribute in-game, automatically added to the UI. Where it is added is determined by the Parent Category property.

<figure><img src="https://3303637552-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOAGs3il6rJbkejwPOlEP%2Fuploads%2FkBlcG3BwUVev2nBjNPkY%2Fimage.png?alt=media&amp;token=a16f9beb-10bf-45fa-9026-7eeaab0faa93" alt=""><figcaption></figcaption></figure>
