> For the complete documentation index, see [llms.txt](https://exobots.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://exobots.gitbook.io/docs/introduction/exobots/renovator.md).

# Renovator

<figure><img src="/files/3qia5OVeKpYR3hhQQtwx" alt=""><figcaption></figcaption></figure>

### **AVAILABLE CARDS**

*<mark style="color:red;">\*NOTE:</mark>* The playing cards are constantly being updated, the information that appears in the game may not correspond to this guide.

<div><figure><img src="/files/ZBHsAx9VWflfC0CCSwhs" alt=""><figcaption></figcaption></figure> <figure><img src="/files/QdKvu4P3CvqGTxiVzNDA" alt=""><figcaption></figcaption></figure> <figure><img src="/files/Ho7BxRKuiq9VyHWo0W5j" alt=""><figcaption></figcaption></figure></div>

<div><figure><img src="/files/urueQSi7IwAUdwxBrGnz" alt=""><figcaption></figcaption></figure> <figure><img src="/files/wgPmGP3RRxvwE7s8TqWZ" alt=""><figcaption></figcaption></figure> <figure><img src="/files/utofdWXJUNt12LHGLlxt" alt=""><figcaption></figcaption></figure></div>

<div><figure><img src="/files/c3GB3Yk9jHFCLeF4nZ8P" alt=""><figcaption></figcaption></figure> <figure><img src="/files/36owb9OroR2zh6tuhg4P" alt=""><figcaption></figcaption></figure> <figure><img src="/files/fnyMN2CEk7IXYfXOBLbM" alt=""><figcaption></figcaption></figure></div>

<div><figure><img src="/files/kDN3dMOp4vBNpmFAUiWp" alt=""><figcaption></figcaption></figure> <figure><img src="/files/1mVv4UfUOeqUzS6P06dU" alt=""><figcaption></figcaption></figure> <figure><img src="/files/NCi9GA2BsxghNeUrMWX1" alt=""><figcaption></figcaption></figure></div>

<table data-view="cards"><thead><tr><th>Card</th><th>Part</th><th>Type</th><th>Effect</th><th>Distance</th><th>Target</th><th>Energy cost</th></tr></thead><tbody><tr><td><strong>Cleanse</strong></td><td>Cortex</td><td>Heal</td><td>Removes all debuffs</td><td>-</td><td>Ally area</td><td>30</td></tr><tr><td><strong>Damage transfer</strong></td><td>Frontek</td><td>Attack</td><td>DMG from 0 to 1000 depending on the HP this Exobot is missing</td><td>1</td><td>Single enemy</td><td>20</td></tr><tr><td><strong>Emergency protocol</strong></td><td>Cortex</td><td>Utility</td><td>Resist for 1 turn</td><td>-</td><td>Personal</td><td>10</td></tr><tr><td><strong>Energy drain</strong></td><td>Left gear</td><td>Attack</td><td>400 DMG, 50% drain</td><td>2</td><td>Single enemy</td><td>15</td></tr><tr><td><strong>Gear switch</strong></td><td>Kinetics</td><td>Utility</td><td>SPD +20 for 2 turns</td><td>-</td><td>Personal</td><td>10</td></tr><tr><td><strong>Nanobots swarm</strong></td><td>Left gear</td><td>Heal/Attack</td><td>300 DMG and heal 300 HP</td><td>-</td><td>Enemy area</td><td>35</td></tr><tr><td><strong>Precision laser</strong></td><td>Frontek</td><td>Attack</td><td>400 DMG</td><td>2</td><td>Single enemy</td><td>10</td></tr><tr><td><strong>Rebuild</strong></td><td>Helmet</td><td>Heal</td><td>Heal 800 HP</td><td>-</td><td>Personal</td><td>35</td></tr><tr><td><strong>Regenerate</strong></td><td>Right gear</td><td>Heal</td><td>Regenerate for 2 turns</td><td>-</td><td>Ally area</td><td>25</td></tr><tr><td><strong>Renovate</strong></td><td>Right gear</td><td>Heal</td><td>Heal 500 HP</td><td>-</td><td>Personal</td><td>25</td></tr><tr><td><strong>Surgical laser</strong></td><td>Helmet</td><td>Utility/Attack</td><td>CRIT +15 for 2 turns, then 400 DMG</td><td>2</td><td>Single enemy</td><td>20</td></tr><tr><td><strong>Trample</strong></td><td>Kinetics</td><td>Attack</td><td>400 DMG</td><td>1</td><td>Single enemy</td><td>15</td></tr></tbody></table>


---

# 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://exobots.gitbook.io/docs/introduction/exobots/renovator.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.
