> For the complete documentation index, see [llms.txt](https://wiki.mixelpixel.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.mixelpixel.net/nicht-fertig/die-server-funktionen/kartensystem/kartenbuendel.md).

# Kartenbündel

### Wie bekommt man ein Karten Bündel?

Für das Kartenbündel gibt es ein eigenes Customrezept. Dieses findet man unter `/rezept Karten Bündel`

<figure><img src="/files/B7aZPaiJ7LfYwXI85Uxy" alt="" width="528"><figcaption><p>Das Craftingtrezept des Karten Bündels</p></figcaption></figure>

### Wie funktioniert das Karten Bündel?

|                                                                                                                                                                  |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <div><figure><img src="/files/8cRvVMsxa67xbsZZgVkb" alt=""><figcaption><p>Leeres Karten Bündel</p></figcaption></figure></div>                                   | Das ist das Item, dass nach dem herstellen erlangt wird.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| <div><figure><img src="/files/XXXIsYITMuJAzrxh16IN" alt=""><figcaption><p>Das Karten Bündel Menü.</p></figcaption></figure></div>                                | Bei einem Rechtsklick mit dem <mark style="color:orange;">Karten Bündel</mark> öffnet sich ein spezielles Inventar.                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| <div><figure><img src="/files/ia1Y3QTGGofldypBCIan" alt=""><figcaption><p>Mapart größe einstellen.</p></figcaption></figure></div>                               | Der <mark style="color:$success;">grüne Balken</mark> am oberen Rand der Karte legt die <mark style="color:$success;">Breite</mark> fest und bestimmt dadurch, wie die Karte am Ende auf der Fläche positioniert wird. Mit dem <mark style="color:blue;">blauen Balken</mark> kann die <mark style="color:blue;">Höhe</mark> der Karte festgelegt werden.                                                                                                                                                                                                |
| <div><figure><img src="/files/FVdEets2kO2Sretw7PtJ" alt=""><figcaption><p>Karte mit Shift + Rechtsklick aufheben oder platzieren</p></figcaption></figure></div> | Mit **Shift + Rechtsklick** auf den oberen linken Rahmen kann die zuvor eingestellte Kartengröße eingesammelt oder platziert werden.                                                                                                                                                                                                                                                                                                                                                                                                                     |
| <div><figure><img src="/files/183MTUM3jVSBKtNNWSCM" alt=""><figcaption><p>Ein Karten Bündel sperren</p></figcaption></figure></div>                              | <p>Die Funktion Bünde<em>l <mark style="color:red;">sperren</mark></em> oder <em><mark style="color:$success;">entsperren</mark></em> legt fest, ob die hinterlegten Karten von anderen Nutzern verschoben werden können oder ob sie fixiert, im Bündel Inventar, bleiben.<br><br><mark style="color:$warning;"><strong>Info:</strong></mark> <em><mark style="color:yellow;">Zudem entsperrt sich das Bündel, wenn der Kunde alle Karten entnommen hat.</mark></em><br><em><mark style="color:green;">(Es kann wiederverwendet werden.)</mark></em></p> |
| <div><figure><img src="/files/9vge4ArTvxR8RninMBU2" alt=""><figcaption><p>Karten Bündel duplizieren</p></figcaption></figure></div>                              | Mit einem weiteren leeren <mark style="color:orange;">Karten Bündel</mark> und der benötigten Anzahl an Karten kann ein Kartenbündel dupliziert werden. Dies funktioniert jedoch nur, wenn man der Besitzer der jeweiligen Karten im Bündel ist.                                                                                                                                                                                                                                                                                                         |

### Limitierung

{% hint style="warning" %}
Das Kartenbündel **hat eine Kapazität von 500 Karten.**
{% endhint %}


---

# 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://wiki.mixelpixel.net/nicht-fertig/die-server-funktionen/kartensystem/kartenbuendel.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.
