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

# Faction

## Creation

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

## Properties

| Name                            | Description                                                                                                                                                                                                                                                                                                                                                                                                                         |
| ------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| New Game Option                 | If true, this faction can be chosen as the faction the player will be part of when starting a new game.                                                                                                                                                                                                                                                                                                                             |
| Default Starting Zone           | The zone ([Scene](/scriptable-objects/scene-node.md)) that new players will start in if this faction is chosen when starting a new game.                                                                                                                                                                                                                                                                                            |
| Default Starting Location Tag   | If not empty, players starting as this faction will spawn at the transform with this tag.                                                                                                                                                                                                                                                                                                                                           |
| Races                           | A list of [Character Races](/scriptable-objects/character-race.md) that are available to choose from when this faction is selected when starting a new game.                                                                                                                                                                                                                                                                        |
| Add System Profiles             | If true, the *Default Unit Profiles* from the [System Configuration Manager](/getting-started/configuring-your-game.md) will be available to choose from when this faction is selected when starting a new game.                                                                                                                                                                                                                    |
| Character Creator Profile Names | A list of [Unit Profiles](/scriptable-objects/unit-profile.md) that the player can choose from when starting as this faction.                                                                                                                                                                                                                                                                                                       |
| Environment Preview             | [Environment Preview properties](/shared-properties/environment-preview.md#properties).                                                                                                                                                                                                                                                                                                                                             |
| Equipment Names                 | A list of [Equipment](/scriptable-objects/items/equipment.md) that will be worn by a new player when starting the game as this faction.                                                                                                                                                                                                                                                                                             |
| Default Disposition             | The disposition (relationship) that this faction has toward any faction not specifically in its disposition list.                                                                                                                                                                                                                                                                                                                   |
| Disposition List                | <p>A list of factions and the dispositions that this faction will have toward them.<br><strong>Faction Name</strong><br>The name of a faction<br><strong>Disposition</strong><br>The disposition (relationship) that this faction will have toward them.</p>                                                                                                                                                                        |
| Capabilities                    | A list of [Capabilities](/shared-properties/capabilities.md) that any character that is part of this faction will have.                                                                                                                                                                                                                                                                                                             |
| Class Capability List           | <p>A list of character classes, and the capabilities that those classes will have.<br><strong>Character Classes</strong><br>A list of <a href="/pages/YWyFEqU11MNdBUIYrbA5">Character Classes</a>.<br><strong>Capabilities</strong><br>The specific <a href="/pages/HXOFQ6mkNbeK4IzA056y">Capabilities</a> that any <a href="/pages/YWyFEqU11MNdBUIYrbA5">Character Class</a> in the <em>Character Classes</em> list will have.</p> |

## Next Steps

* Configure the System Configuration Manager to allow choosing a faction when starting a new game.
