> For the complete documentation index, see [llms.txt](https://docs.champz.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.champz.world/main-screen/barracks/characters-and-character-creation/secondary-attribute-reroll.md).

# Secondary attribute reroll

**Secondary attribute Reroll:** Rerolls allow users to reroll the attributes achieved through the rebirth mechanic.&#x20;

<figure><img src="/files/pDfxyhEGkiqlReqAUBRG" alt=""><figcaption></figcaption></figure>

* **Access:** Users can access the secondary attribute reroll by selecting any secondary attribute (shown in teal) displayed in the character's profile.

<figure><img src="/files/t9cslO0kW9glPOV7wWwY" alt=""><figcaption></figcaption></figure>

* **Cost Calculation:**
  * **Attempt Number**: The number of times an attribute has been rerolled.

| Attempt Nr | Truffles |
| ---------- | -------- |
| 1          | 15,000   |
| 2          | 15,450   |
| 3          | 15,914   |
| ...        | ...      |
| 30         | 35,384   |

Users are presented with three options from which they can choose their new attribute: two randomly generated new attributes (excluding the existing main attribute) with random values, and the current attribute as a "fallback" option. Each subsequent reroll becomes 3% more expensive than the previous one.

<figure><img src="/files/29kJ0E4m6YwYz1BlnF3U" alt=""><figcaption></figcaption></figure>

Users can strategically choose which attributes to reroll based on their preferences and resources.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.champz.world/main-screen/barracks/characters-and-character-creation/secondary-attribute-reroll.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
