> For the complete documentation index, see [llms.txt](https://docs.rubiscraft.fr/rc-uhc-v3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rubiscraft.fr/rc-uhc-v3/camp-uhc/theoochoux.md).

# Theoochoux

{% hint style="success" %}
A l'annonce des rôles, Theoochoux reçoit des pouvoirs différents en fonction du jour choisis aléatoirement (bon ou mauvais jour)
{% endhint %}

{% tabs %}
{% tab title="Bon jour" %}
{% hint style="success" %}
Il gagne 3% de résistance proche de GameBlack
{% endhint %}
{% endtab %}

{% tab title="Mauvais jour" %}
{% hint style="success" %}
Lorsqu'un allié le tape à l'épée, l'allié à 20% de chance de recevoir 1 report (visible en dessous du pseudo par tout le camp UHC). Theoochoux et l'allié ont différents changements d'effets en fonction des reports. Theoochoux gagne des effets lorqu'il n'est pas proche de l'allié en question et l'allié perd des effets lorsqu'il est proche de Theoochoux. Les effets des reports peuvent se stack si plusieurs alliés ont des reports
{% endhint %}

| Report | Effets                      |
| ------ | --------------------------- |
| 1      | 2% force                    |
| 2      | 2% force, 2% rési           |
| 3      | 2% force, 2% rési, 5% speed |

{% endtab %}
{% endtabs %}


---

# 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.rubiscraft.fr/rc-uhc-v3/camp-uhc/theoochoux.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.
