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

# Codebreaker

<figure><img src="/files/64n2phDuLlKRjKMLuIXl" 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/HexkiO6Q3Z5gQkO1z9ri" alt=""><figcaption></figcaption></figure> <figure><img src="/files/rsAk9S6A0tj9mLzUhdaW" alt=""><figcaption></figcaption></figure> <figure><img src="/files/FO6qpxFm7fUOfVSLAnEl" alt=""><figcaption></figcaption></figure></div>

<div><figure><img src="/files/8qMU124OzLFdwmouQsS1" alt=""><figcaption></figcaption></figure> <figure><img src="/files/MbklH6VmYU0uM0v3yVyW" alt=""><figcaption></figcaption></figure> <figure><img src="/files/Hi0A1DCwNpNlJ2r7DJo2" alt=""><figcaption></figcaption></figure></div>

<div><figure><img src="/files/syjF5Nsj2Ub0CSJBYCpC" alt=""><figcaption></figcaption></figure> <figure><img src="/files/Oo8vzL0otQIFHaAKbseV" alt=""><figcaption></figcaption></figure> <figure><img src="/files/znJv2I5ObE63zjpJogCH" alt=""><figcaption></figcaption></figure></div>

<div><figure><img src="/files/8pjmFxhfQARR8reyI46K" alt=""><figcaption></figcaption></figure> <figure><img src="/files/Wq9vljjJSR3fAZnLc1UL" alt=""><figcaption></figcaption></figure> <figure><img src="/files/VJ504XdDhuoJAS2TKSQj" 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>Beta beam</strong></td><td>Helmet</td><td>Attack</td><td>700 DMG</td><td>1</td><td>Single enemy</td><td>20</td></tr><tr><td><strong>Crippling beam</strong></td><td>Frontek</td><td>Utility/Attack</td><td>300 DMG and 25% disable for 1 turn</td><td>2</td><td>Single enemy</td><td>15</td></tr><tr><td><strong>Cyber-infection</strong></td><td>Left gear</td><td>Attack</td><td>Infection (300 DMG) for 2 turns</td><td>2</td><td>Single enemy</td><td>10</td></tr><tr><td><strong>Discharge</strong></td><td>Left gear</td><td>Utility</td><td>Energy -30</td><td>-</td><td>Single enemy</td><td>15</td></tr><tr><td><strong>Energy overload</strong></td><td>Kinetics</td><td>Utility</td><td>Energy +50</td><td>-</td><td>Personal</td><td>15</td></tr><tr><td><strong>Gravity well</strong></td><td>Right gear</td><td>Attack</td><td>600 DMG</td><td>2</td><td>Single enemy</td><td>25</td></tr><tr><td><strong>Hacker protocol</strong></td><td>Cortex</td><td>Utility/Attack</td><td>300 DMG and suppress attack for 1 turn</td><td>2</td><td>Single enemy</td><td>15</td></tr><tr><td><strong>Harmful frequency</strong></td><td>Cortex</td><td>Attack</td><td>400 DMG</td><td>2</td><td>Single enemy</td><td>15</td></tr><tr><td><strong>Reflect</strong></td><td>Right gear</td><td>Utility</td><td>Reflect for 2 turns</td><td>-</td><td>Personal</td><td>30</td></tr><tr><td><strong>Short-circuit</strong></td><td>Frontek</td><td>Utility</td><td>Stun for 1 turn</td><td>3</td><td>Single enemy</td><td>15</td></tr><tr><td><strong>Spreading fire</strong></td><td>Kinetics</td><td>Attack</td><td>Burn (200 DMG) for 3 turns</td><td>-</td><td>Enemy area</td><td>15</td></tr><tr><td><strong>Stock up</strong></td><td>Helmet</td><td>Utility</td><td>Draw 4 cards</td><td>-</td><td>Personal</td><td>20</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/codebreaker.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.
