> For the complete documentation index, see [llms.txt](https://docs.dark-mythos.com/dark-mythos-gamepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dark-mythos.com/dark-mythos-gamepaper/de/das-spiel/deckbuilder.md).

# Deckbuilder

<figure><img src="https://lh7-us.googleusercontent.com/GiAJ8pooDop_pOC0PJ4Phpy3rIBUdNHYM5i0sKwEGIFskstteUpLRzbtChpM3Om-MNln-X6To0w5RPIM7j89rOLwjYdzTTItGnuD6ttBbCNwY9zWufU6IdG2Cq2nGqF-OQy5u5zvDVqcAsECJK-j9Q" alt=""><figcaption><p>Decks können in einem Deckbuilder erstellt werden</p></figcaption></figure>

Decks können in einem Deckbuilder erstellt werden und individuell mit einem Wunschname gespeichert werden.&#x20;

{% hint style="info" %}
Jedes Deck besteht aus 25 Spielkarten und bis zu 8 Gegenstandskarten.
{% endhint %}

**Der Aufbau:** \
Auf der linken Seite werden die verfügbaren Karten aus dem Inventar der angemeldeten Person angezeigt. Auf der rechten Seite werden die Karten angezeigt, die dem Deck zugewiesen sind.

Auf beiden Seiten wird durch Klicken auf eine Karte diese in das Deck aufgenommen oder vom Deck entfernt.

Zusätzlich findest du folgende nützliche Informationen:

* Anzeige der Kartenanzahlen für Gaming- und Item-Karten
* Summe der Mythics-Kosten für die gewählten Karten
* Aktuelle Mythics-Range für das Deck Mythics-Kosten
* Markierung für Karten, die nicht mehr Teil des Inventars sind und damit ein Spielen mit dem Deck blockieren

{% hint style="info" %}
Es lohnt sich, die Mythics-Kosten bei der Zusammenstellung eines Decks im Auge zu behalten und die Kosten so nah wie möglich an das Limit der Mythics-Range zu treiben.
{% endhint %}

<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://docs.dark-mythos.com/dark-mythos-gamepaper/de/das-spiel/deckbuilder.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.
