# Character Race

## Creation

To create a character race, find (or create) the *GameName/Resources/GameName/CharacterRace* folder in the project tab and right click.  Choose *Create > AnyRPG > CharacterRace*.

![](https://2976860065-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fx7Nd93HqSNPpv2JhrViE%2Fuploads%2Fz6kdF6JPtrZBdNsDoiOO%2Fimage.png?alt=media\&token=cf08821d-809c-455f-a1d4-bf188bc04b12)

## Properties

| Name                | Description                                                                                                                                                                                                                                                                |
| ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| New Game Option     | If true, this race is available for players to choose on the new game menu, no matter what faction is chosen.                                                                                                                                                              |
| Male Unit Profile   | The [Unit Profile](https://docs.anyrpg.org/scriptable-objects/unit-profile) to use when the male gender is chosen.                                                                                                                                                         |
| Female Unit Profile | The [Unit Profile](https://docs.anyrpg.org/scriptable-objects/unit-profile) to use when the female gender is chosen.                                                                                                                                                       |
| Environment Preview | [Environment Preview properties](https://docs.anyrpg.org/shared-properties/environment-preview#properties).                                                                                                                                                                |
| Equipment Names     | A List of equipment that will be equipped by characters that choose the character class when starting a new game.                                                                                                                                                          |
| Default Hit Effects | A list of [Ability Effects](https://docs.anyrpg.org/scriptable-objects/ability-effects) to cast on the target when the character does not have a [Weapon](https://docs.anyrpg.org/scriptable-objects/items/weapon) equipped and does damage from a standard (auto) attack. |
| On Hit Effects      | A list of [Ability Effects](https://docs.anyrpg.org/scriptable-objects/ability-effects) to cast on the target when the [Weapon](https://docs.anyrpg.org/scriptable-objects/items/weapon) does damage from any attack, including standard (auto) attacks.                   |
| Capabilities        | Lists of abilities, traits, weapon skills, and armor skills the character class provides.  See [Capabilities](https://docs.anyrpg.org/shared-properties/capabilities) for descriptions.                                                                                    |
| Primary Stats       | A List of [Stat Scaling Nodes](https://docs.anyrpg.org/shared-properties/stat-scaling-nodes) that define primary stat budgets per level and secondary stats and power resources granted by those primary stats.                                                            |
| Power Resources     | A list of [Power Resources](https://docs.anyrpg.org/scriptable-objects/power-resource) the character will have access to.                                                                                                                                                  |

## Next Steps

* Assign a character race to a [Unit Profile](https://docs.anyrpg.org/scriptable-objects/unit-profile).
