> For the complete documentation index, see [llms.txt](https://ino-worlds.gitbook.io/pg-wiki-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ino-worlds.gitbook.io/pg-wiki-en/about-abilities.md).

# About abilities

![](/files/3qWuMU6gTLi52KpVEAGm)

**Unity** - your card deals 200% of the total race's damage against 1 target

![](/files/5w2emzrdeMZWiYELp2Tg)

**Curse** - leaves a trail of poison that deals damage to enemies caught in the path for 2 turns (equivalent to 150% of the race's damage)

![](/files/jGmUSOhAHw9VXf3JteVj)

**Substitution** - changes all the heart stones for stones of the race

![](/files/byHheG3hDmhvflsmCZ7V)

**Bloodsucker** - attacks for 100% of the total race's damage and steals health from the adversary (by doing so, your character heals in accordance with the damage done)

![](/files/mogoDyIQOecVawWQ63Rv)

**Headache** - stuns all enemy warriors for 1 turn

![](/files/TBFK39r1FreYmEucOadC)

**Vengeance** - hero returns 50% of damage done to him back to enemy that launched an attack

![](/files/6IZOv1aldlXSXnuOYj6m)

**Witch doctor -** fills his allies with hope and instantly restores 10% of health to all friendly heroes

### How to use the ability?&#x20;

You can use the ability on your own on turn 4. \
Otherwise, the ability activates by itself on turn 5.

### How can I change my ability?

You can change the ability an unlimited number of times in the Barrack.

The number of changes made is reflected in the corresponding attribute of the card in the blockchain.

![](/files/8m7iI4VyyMgG7KX4tRNV)

### How much does it cost to change ability?<br>

The cost of the FIRST ability change depends on the rarity of the card and is equal to:\
\
\- Ordinary 30 FUR

\- Unusual 400 FUR

\- Rare 3 000 FUR

\- Epic 10 000 FUR

\- Legendary 20 000 FUR

Each next ability change increases in price by 3%.

### &#x20;What's worth keeping in mind?

Odds of getting abilities are not "equally-random" and could be changed when the game balanced.&#x20;

<br>


---

# 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://ino-worlds.gitbook.io/pg-wiki-en/about-abilities.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.
