# Character Generation

Roll four d6s, and drop the lowest-value die. Then assign each of the three remaining die roll to an ability. (STR, DEX, INT). Additionally, you may adjust the values up to two points; adding to one skill while subtracting it from another.

A character’s perks are determined by the ability scores automatically. Refer to the table below and note them down.

<table><thead><tr><th width="176">Ability Score</th><th width="132">Perk Score</th></tr></thead><tbody><tr><td>1-2</td><td>1</td></tr><tr><td>3-5</td><td>2</td></tr><tr><td>6</td><td>3</td></tr></tbody></table>

Once you finalized the three ability scores, add the three ability scores and divide the sum by three, rounding down the result. This value represents the character's charisma.

### Alternate Character Generation

For a more hands-on approach, you can follow the steps given below to generate a character:

1. Roll four d6s, and ignore the die with the lowest value.
2. Add the values of three remaining dice.
3. Distribute the total among the three abilities (with six being the maximum value).
4. Note down perks based on the values you assigned to each ability.
5. Calculate the character's charisma by adding the three ability scores and dividing the sum by three, and rounding down the result.
6. Note down morale based on the charisma value.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hexhunt.gitbook.io/hexhunt/of-sword-and-sorcery/character/character-generation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
