# Circles & effects

As already mentioned in [Overview](/dark-mythos-gamepaper/elements/overview.md), elemental circuits have been developed for a strategic aspect and elemental damage has been added to them. A circuit is divided into superior and inferior. Superior stands for an element that is superior to another element, and inferior for an element that is inferior to another element. Bonuses have now been added to bring the strategic aspect to life.

{% hint style="info" %}
Clockwise, the superior circulation is active. The inferior circulation is active in an anti-clockwise direction.
{% endhint %}

### Circle of the earth elements

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

### Circle of the ghost elements

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

### Element effects

| Type                                                                                                        | Bonus damage or reduction                                                                                                             |
| ----------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| <mark style="color:green;">Superior</mark> element attacks <mark style="color:red;">Inferior</mark> element | <mark style="color:green;">Superior</mark> receives an <mark style="background-color:green;">attack damage bonus</mark> of 30%        |
| <mark style="color:red;">Inferior</mark> element attacks <mark style="color:green;">Superior</mark> element | <mark style="color:red;">Inferior</mark> receives an <mark style="background-color:red;">reduction in attack damage</mark> **of 30%** |

This system makes it very important to choose the right elements to cause the most damage and increase your defence as much as possible. Visualisation of the relationships between the elements:

| Superior                    | Inferior                          |
| --------------------------- | --------------------------------- |
| Ice >>                      | << Fire                           |
| Fire >>                     | << Nature                         |
| Nature >>                   | << Ice                            |
| Dark >>                     | << Holy                           |
| Holy >>                     | << Spirit                         |
| Spirit >>                   | << Dark                           |
| Deals 30% more damage to >> | << Reduces the damage by 30% from |


---

# 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.dark-mythos.com/dark-mythos-gamepaper/elements/circles-and-effects.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.
