> 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/vorbereitungsphase/elementary-chain.md).

# Elementary Chain

Beim Start eines Matches werden vier zufällige Elemente gezogen. Die Anordnung der Elemente ist ebenfalls zufällig. Daraus entsteht dann die sogenannte "Elementary Chain", also Element-Kette.

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

Das Spielprinzip basiert auf einer rotierenden Abfolge der Elemente in der Kette. Jede Partei eines Matches erhält dadurch ein **aktives Element**. Zum Beginn jeder Runde innerhalb eines Matches werden die aktiv gewählten Elemente um eine Position weiterbewegt. Die Kontrahenten trennt dabei immer ein Element.

{% hint style="info" %}
Für das taktische Vorgehen ist es wichtig vorausschauend zu spielen und den Einsatz von bestimmten Gaming-Karten und Item-Karten sowie deren Elemente gut vor zu planen.
{% endhint %}

**Beispiel:**

* Runde 1\
  Spieler: <mark style="color:red;">Feuer</mark>\
  Gegner: <mark style="color:blue;">Eis</mark>
* Runde 2\
  Spieler: Spirit\
  Gegner: <mark style="color:purple;">Dark</mark>
* Runde 3\
  Spieler: <mark style="color:blue;">Eis</mark>\
  Gegner: <mark style="color:red;">Feuer</mark>
* Runde 4\
  Spieler: <mark style="color:purple;">Dark</mark>\
  Gegner: Spirit
* Runde 5 - Rotation beginnt von vorn\
  Spieler: <mark style="color:red;">Feuer</mark>\
  Gegner: <mark style="color:blue;">Eis</mark>


---

# 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/vorbereitungsphase/elementary-chain.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.
