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

# Netshadow

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

<figure><img src="/files/yeXzCVD1k8s2Ld1a6eSE" 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/uqEu8QaGiC8hb2QcoSK3" alt=""><figcaption></figcaption></figure> <figure><img src="/files/F1ggtyREkt3l17s71C2W" alt=""><figcaption></figcaption></figure> <figure><img src="/files/R1ISVFXgYHJQC6TKS15h" alt=""><figcaption></figcaption></figure></div>

<div><figure><img src="/files/DeQ3wpXRfXrjOKXM4BAy" alt=""><figcaption></figcaption></figure> <figure><img src="/files/SyGtp78Ox6DYu5NXaqA2" alt=""><figcaption></figcaption></figure> <figure><img src="/files/YsrNtomwSUplzimcN9tz" alt=""><figcaption></figcaption></figure></div>

<div><figure><img src="/files/y1ZGXRv6kYYVxppisdDf" alt=""><figcaption></figcaption></figure> <figure><img src="/files/1SphvQIojzhEmJbmSESL" alt=""><figcaption></figcaption></figure> <figure><img src="/files/kVy4DpBLj7vaItIikfAf" alt=""><figcaption></figcaption></figure></div>

<div><figure><img src="/files/8dGsBpB4IkFWYhGnJUuh" alt=""><figcaption></figcaption></figure> <figure><img src="/files/ojQk1UfdVVo8UVHeemlx" alt=""><figcaption></figcaption></figure> <figure><img src="/files/2XsCxrJbgY3r1pxZTrjv" 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>Acid blade</strong></td><td>Left gear</td><td>Attack</td><td>500 DMG and acid (200 DMG) for 1 turn</td><td>1</td><td>Single enemy</td><td>20</td></tr><tr><td><strong>Extract</strong></td><td>Cortex</td><td>Attack</td><td>400 DMG and steal 50% energy</td><td>2</td><td>Single enemy</td><td>25</td></tr><tr><td><strong>Find weakness</strong></td><td>Helmet</td><td>Utility</td><td>50% vulnerable for 2 turns</td><td>-</td><td>Enemy area</td><td>15</td></tr><tr><td><strong>Hacking blade</strong></td><td>Left gear</td><td>Attack</td><td>400 DMG</td><td>1</td><td>Single enemy</td><td>10</td></tr><tr><td><strong>Lethal protocol</strong></td><td>Helmet</td><td>Utility</td><td>SPD +30 and surprise attack for 1 turn</td><td>-</td><td>Personal</td><td>15</td></tr><tr><td><strong>Mug</strong></td><td>Cortex</td><td>Utility/Attack</td><td>400 DMG and discard 1 card</td><td>2</td><td>Single enemy</td><td>20</td></tr><tr><td><strong>Phase out</strong></td><td>Frontek</td><td>Utility</td><td>100% dodge for 1 turn</td><td>-</td><td>Personal</td><td>25</td></tr><tr><td><strong>Pristine laser</strong></td><td>Frontek</td><td>Attack</td><td>500 DMG</td><td>2</td><td>Single enemy</td><td>15</td></tr><tr><td><strong>Retreat</strong></td><td>Kinetics</td><td>Utility</td><td>Switch (to back row) and distance +1 for 1 turn</td><td>-</td><td>Personal</td><td>10</td></tr><tr><td><strong>Smoke screen</strong></td><td>Right gear</td><td>Utility</td><td>50% dodge for 1 turn</td><td>-</td><td>Ally area</td><td>20</td></tr><tr><td><strong>Stalk</strong></td><td>Kinetics</td><td>Attack</td><td>500 DMG</td><td>3</td><td>Single enemy</td><td>20</td></tr><tr><td><strong>Thievery</strong></td><td>Right gear</td><td>Attack</td><td>400 DMG and steal (1 buff)</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/netshadow.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.
