> For the complete documentation index, see [llms.txt](https://doc.thetanarena.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.thetanarena.com/gameplay-1/skills/effect.md).

# Effect

Effect Skill: Inflicting status on self, allies, and enemies

* **Ice Ball**: Freezing enemies in a chosen area for a short period.
* **Crazy Charge:** The hero charges forwards with a burst of speed, stuns, and deals damage to the first enemy it hits.
* **Bubble Prison:** Disabling any enemy's action while they are inside the bubble and causing them to receive increased damages.
* **Rubber Chain:** Tying 2 enemies with a chain. They cannot move farther from each other.
* **Invisible:** Heroes become invisible and can only be detected if an enemy gets too close.&#x20;
* **Toxic Fluid:** Creating a pond filled with toxic liquid. Slowing enemies and causing them to take damage over time.
* **Black Hole:** Launching a black hole bomb that draws enemies in and preventing them from moving freely.
* **Rocket Plunger:** Hooking an enemy with a plunger and disabling them for a short period.
* **Burrow:** Allowing heroes to hide underground and then un-hide to knock up and damage any nearby enemy.
* **Meteor Slam:** Heroes elevates themselves in the air and perform a massive slam to a chosen area, dealing damage and knocking enemies up.
* **Ghost Fade:** Rapidly sliding to an area. Can be re-activated to get back to the starting position.
* **Bullet Volley:** Firing a burst of bullets in a wide cone of effect. Dealing damage to enemies and stunning them.


---

# 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://doc.thetanarena.com/gameplay-1/skills/effect.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.
