# Cards

In turn-based tactical encounters, victory depends on effectively using and combining different **Cards**, applying specific strategies based on your opponents. All cards in the game are divided into three primary types, each with its own distinct characteristics:

* **Attack:** Cards designed to deal damage, weaken, or disrupt the enemy.
* **Defense:** Cards focused on protection, healing, or mitigating incoming damage.
* **Skill:** Cards that provide utility, buffs, debuffs, or enable unique tactical maneuvers.

<div><figure><img src="/files/1qGLtWZngILfss3aj1WK" alt=""><figcaption></figcaption></figure> <figure><img src="/files/HDf8m0xtzMT3SuMtKB6W" alt=""><figcaption></figcaption></figure> <figure><img src="/files/giiXxPKFIDznTlxTFwuU" alt=""><figcaption></figcaption></figure> <figure><img src="/files/5AR7uGpN4X8prpvy8SbI" alt=""><figcaption></figcaption></figure> <figure><img src="/files/ES7UMang8HdUUouKlJLu" alt=""><figcaption></figcaption></figure></div>

<div><figure><img src="/files/UdfM4v6vAuCIG1IkkRfu" alt="" width="159"><figcaption></figcaption></figure> <figure><img src="/files/41fQreJqpmsL2b4uOZJy" alt="" width="159"><figcaption></figcaption></figure> <figure><img src="/files/MfgMjRFsbGQDZf7hWls6" alt="" width="159"><figcaption></figcaption></figure></div>

***

🚧 **This feature is in active development.**\
⚠️*Its final design at launch may differ. This page will be updated as development progresses.*


---

# Agent Instructions: 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:

```
GET https://pulsar-rift.gitbook.io/pulsar-rift/turn-based-battles/cards.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
