# Elements

Each Character belongs either to one of the 5 Elements. Each Character may have a weakness or a resistance to another type of Character.

### Resistance

If Character have a resistance, they reduce the total damage to half which taken from Opponent Character of that type.

### Weakness

If Character has a weakness, they take double the damage from attacks by Character of the matching type.

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

<table><thead><tr><th width="150">-</th><th width="150">-</th><th width="150">DEFENDER</th><th width="150">DEFENDER</th><th width="150">DEFENDER</th><th width="150">DEFENDER</th><th>DEFENDER</th></tr></thead><tbody><tr><td></td><td></td><td><span data-gb-custom-inline data-tag="emoji" data-code="1f332">🌲</span>Tree</td><td><span data-gb-custom-inline data-tag="emoji" data-code="26f0">⛰️</span>Earth</td><td><span data-gb-custom-inline data-tag="emoji" data-code="1f30a">🌊</span>Water</td><td>🔥Fire</td><td><span data-gb-custom-inline data-tag="emoji" data-code="1f7e8">🟨</span>Metal</td></tr><tr><td>ATTACKER</td><td><span data-gb-custom-inline data-tag="emoji" data-code="1f332">🌲</span>Tree</td><td>1x</td><td><mark style="color:red;">2x</mark></td><td>1x</td><td>1x</td><td><mark style="color:green;">0.5x</mark></td></tr><tr><td>ATTACKER</td><td><span data-gb-custom-inline data-tag="emoji" data-code="26f0">⛰️</span>Earth</td><td><mark style="color:green;">0.5x</mark></td><td>1x</td><td><mark style="color:red;">2x</mark></td><td>1x</td><td>1x</td></tr><tr><td>ATTACKER</td><td><span data-gb-custom-inline data-tag="emoji" data-code="1f30a">🌊</span>Water</td><td>1x</td><td><mark style="color:green;">0.5x</mark></td><td>1x</td><td><mark style="color:red;">2x</mark></td><td>1x</td></tr><tr><td>ATTACKER</td><td>🔥Fire</td><td>1x</td><td>1x</td><td><mark style="color:green;">0.5x</mark></td><td>1x</td><td><mark style="color:red;">2x</mark></td></tr><tr><td>ATTACKER</td><td><span data-gb-custom-inline data-tag="emoji" data-code="1f7e8">🟨</span>Metal</td><td><mark style="color:red;">2x</mark></td><td>1x</td><td>1x</td><td><mark style="color:green;">0.5x</mark></td><td>1x</td></tr></tbody></table>


---

# 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.nftduel.net/nft-duel/card/elements.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.
