# 9. CARDS & DECKS

The most basic element of Storm Warfare is a card.

Each card represents an action that the player can perform: Attack, Defence or Support.

**Card Variables**

**Attack**

The amount of damage a card inflicts on an enemy card.

**Defence**

The health of a card. If it drops to zero, the card is destroyed.

**Command Points**

Command Points are the resources used by players to play cards and activate Commander Abilities. Players start the game with 0 Command Points and gain 1 Command Point every turn.

**Unit Type**

Refers to the class of a card: Infantry, Tanks, etc.

**Card Info**

Explanation of the card's abilities and features.

**Level & Rarity**

Refers to the level of a card. There are four levels for each unit card. Rarity is a general measure of a card's quality and difficulty of acquisition.

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


---

# 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://docs.stormwarfare.com/ecosystem/games/stormwarfare/9.-cards-and-decks.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.
