# Pantagrams & Ertels

### Pentagrams

The Elemental Attack and Defense system in the game. It is also used to equip Ertels (Alt + Right-click on an unequipped Pentagram in your inventory). Using the right ones grants bonuses.

#### Types of Pentagrams and where to get them:

Each player starts with a starter deck as soon as they create their character. Additional decks can then be obtained during the game.

<details>

<summary><mark style="color:yellow;">Beginner</mark></summary>

**Muren's Book of Magic, Scroll of Etramu**\
\&#xNAN;*Drop from monsters in map Atlans 2-3 and Kanturu Ruins 2-3*

</details>

<details>

<summary><mark style="color:$success;">Normal</mark></summary>

**Lorencia Knight's Iron Shield, Hero Elixir, Gladiator's Dagger**\
\&#xNAN;*Drop from monsters in maps Acheron*

</details>

<details>

<summary><mark style="color:$danger;">Rare</mark></summary>

**Thoughtful Sage's Jewel, Iron Shield of the Magic, Brave Hero Elixir, Merciless Gladiator's Dagger**\
\&#xNAN;*Drop from* [*Element Invasion*](/oasismu/drops/interactive-blocks-1.md#element-invasion) *\[Acheron]*

</details>

<details>

<summary><mark style="color:purple;">Unique</mark></summary>

**Kundun's Madness Blade, Kundun's Magic Spell Scroll, Empire Guardian's Stronghold, Ancient Icarus Scroll, Runedil's Goldentune Harp, Lemuria's Orb, Norrwen's Bloodstring Lyra, Arca's Prophecy, Antonia's Sword, Kundun's Seal Scroll**\
\&#xNAN;*\[Lv. 4]* [*Monster Soul Converter*](/oasismu/game-system/interactive-blocks-2.md#monster-souls-quest-4) *quest reward*

</details>

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

### Tabs

{% tabs %}
{% tab title="First tab" %}
Each tab is like a mini page — it can contain multiple other blocks, of any type. So you can add code blocks, images, integration blocks and more to individual tabs in the same tab block.
{% endtab %}

{% tab title="Second tab" %}
Add images, embedded content, code blocks, and more.

```javascript
const handleFetchEvent = async (request, context) => {
    return new Response({message: "Hello World"});
};
```

{% endtab %}
{% endtabs %}

### Expandable sections

<details>

<summary>Click me to expand</summary>

Expandable blocks are helpful in condensing what could otherwise be a lengthy paragraph. They are also great in step-by-step guides and FAQs.

</details>

### Video Name

{% embed url="<https://www.youtube.com/watch?v=YILlrDYzAm4>" %}

{% hint style="info" %}
Last text info
{% endhint %}


---

# 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://oasismu.gitbook.io/oasismu/game-system/interactive-blocks-7.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.
