# CRAFT

CRAFT is needed to combine Equipment cards to create more powerful Equipment cards. When used to combine cards, the spent CRAFT is destroyed.

CRAFT can be transferred to a blockchain wallet and traded, but must be transferred back to your in-game wallet before it can be used to combine cards in the game.

<figure><img src="/files/7eA137rnQsAyjRTorvwL" alt=""><figcaption></figcaption></figure>

Burning an Equipment card creates CRAFT. The amount of CRAFT produced depends on the card's level, rarity and type of foil.

**CRAFT Produced by Card Level and Rarity (Regular Foil)**

| Card Level | Common | Rare | Epic | Legendary |
| :--------: | :----: | :--: | :--: | :-------: |
|      1     |    1   |   2  |   3  |     4     |
|      2     |    2   |   4  |   6  |     8     |
|      3     |    3   |   6  |   9  |     12    |
|      4     |    4   |   8  |  12  |     16    |
|      5     |    5   |  10  |  15  |     20    |
|      6     |    6   |  12  |  18  |     24    |
|      7     |    7   |  14  |  21  |     28    |
|      8     |    8   |  16  |  24  |     32    |
|      9     |    9   |  18  |  27  |     36    |
|     10     |   10   |  20  |  30  |     40    |

Burning a Gold foil card gives double the amount of CRAFT as a regular foil card.

**CRAFT Produced by Card Level and Rarity (Gold Foil)**

| Card Level | Common | Rare | Epic | Legendary |
| :--------: | :----: | :--: | :--: | :-------: |
|      2     |    4   |   8  |  12  |     16    |
|      3     |    6   |  12  |  18  |     24    |
|      4     |    8   |  16  |  24  |     32    |
|      5     |   10   |  20  |  30  |     40    |
|      6     |   12   |  24  |  36  |     48    |
|      7     |   14   |  28  |  42  |     56    |
|      8     |   16   |  32  |  48  |     64    |
|      9     |   18   |  36  |  54  |     72    |
|     10     |   20   |  40  |  60  |     80    |


---

# 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.immortalcreed.com/assets/currencies/craft.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.
