> 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/armor-class.md).

# Armor Class

{% embed url="<https://youtu.be/m75PRa63AFI>" %}

## Creation

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

## Properties

| Name            | Description                                                                                                                                                                                                                                                      |
| --------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Armor Per Level | <p>The total amount of armor value provided per level if all equipment slots have armor of this type equipped.<br>The formula per piece of equipment is:<br><code>Item Level \* Armor Per Level \* Item Quality Multiplier \* (1 / Total Armor Slots)</code></p> |

## Next Steps

* Create [Armor](/scriptable-objects/items/armor.md) and assign this armor class to it.
* Configure a [Character Class](/scriptable-objects/character-class.md) to be able to equip gear with this armor class assigned.
* Configure a [Character Race](/scriptable-objects/character-race.md) to be able to equip gear with this armor class assigned.
* Configure a [Class Specialization](/scriptable-objects/class-specialization.md) to be able to equip gear with this armor class assigned.
* Directly Configure a specific [Unit Profile](/scriptable-objects/unit-profile.md) to be able to equip gear with this armor class assigned.
* Configure a [Unit Type](/scriptable-objects/unit-type.md) to be able to equip gear with this armor class assigned.
* Configure the Game Manager for your game so that all characters can equip gear with this armor class assigned.
