> For the complete documentation index, see [llms.txt](https://orange-lounge-smp.gitbook.io/orange-smp-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orange-lounge-smp.gitbook.io/orange-smp-wiki/dungeons/amethyst-sanctuary.md).

# Amethyst Sanctuary

### Overview

Amethyst Sanctuary is an amethyst dungeon.

It focuses on stronger custom mobs and the Amethyst Overseer boss.

### Quick facts

* **Type:** Amethyst dungeon
* **Bosses:** 1

### Mobs

| Mob                | Level | Health | Damage | Drops           |
| ------------------ | ----: | -----: | -----: | --------------- |
| `Amethyst Soldier` |    10 |    365 |    100 | Experience `40` |
| `Violet Crawler`   |    10 |    100 |     85 | Experience `40` |
| `Amethyst Vex`     |    10 |    220 |     75 | —               |

### Bosses

| Boss                | Level | Health | Damage | Boss drops       |
| ------------------- | ----: | -----: | -----: | ---------------- |
| `Amethyst Overseer` |    10 |   2850 |    200 | Experience `400` |

### Chest loot

| Loot                        | Amount |  Chance |
| --------------------------- | -----: | ------: |
| `Silver Coin`               |   1–10 |     75% |
| `Gold Coin`                 |   1–10 |     70% |
| `Blacksmith's Iron`         |    1–2 |     80% |
| `Small Mana Potion`         |      1 |     85% |
| `Small Health Potion`       |      1 |     85% |
| `Small Restoration Potion`  |      1 |     70% |
| `Common Essence`            |    1–2 |     80% |
| `Uncommon Essence`          |    1–2 |     70% |
| `Common Magical Core`       |    1–2 |     60% |
| `Uncommon Magical Core`     |    1–2 |     60% |
| `Dungeon Rush`              |      1 |     75% |
| `Dungeon Trail Mix`         |      1 |     75% |
| `Dungeon Backpack`          |      1 |     20% |
| `Large Mana Potion`         |      1 |     65% |
| `Large Health Potion`       |      1 |     65% |
| `Large Restoration Potion`  |      1 |     65% |
| `Dungeon Shield`            |      1 |     55% |
| `Rare Essence`              |    1–2 |     60% |
| `Epic Essence`              |    1–2 |     50% |
| `Rare Magical Core`         |    1–2 |     50% |
| `Epic Magical Core`         |    1–2 |     40% |
| `Dungeoneering Repair Kit`  |    1–4 |     50% |
| `Dungeon Backpack II`       |      1 |     15% |
| `Dungeon Backpack III`      |      1 |     10% |
| `Dungeon Aegis`             |      1 |     35% |
| `Legendary Essence`         |    1–2 |     40% |
| `Legendary Magical Core`    |    1–2 |     30% |
| `Mythical Essence`          |    1–2 |     30% |
| `Mythical Magical Core`     |    1–2 |     20% |
| `Ascension Stone`           |      1 |    0.5% |
| `Dusted Reliquary`          |      1 | 0.7692% |
| `Chainbound Wristguard`     |      1 |  0.641% |
| `Broken Bone Idol`          |      1 | 0.5128% |
| `Crypt Warden Gloves`       |      1 | 0.3846% |
| `Rusted Jailer's Amulet`    |      1 | 0.2564% |
| `Abyssal Hourglass`         |      1 | 0.3846% |
| `Nightveil Amulet`          |      1 | 0.3205% |
| `Voidreaver Gloves`         |      1 | 0.2564% |
| `Grave Robber Ring`         |      1 | 0.1923% |
| `Soul Cage`                 |      1 | 0.1282% |
| `Warden's Oath Bracelet`    |      1 | 0.2564% |
| `Ring of the Sealed Gate`   |      1 | 0.2308% |
| `Tomb of the Fallen`        |      1 | 0.2051% |
| `Blood Moon Band`           |      1 | 0.1795% |
| `Crownless King's Sigil`    |      1 | 0.1538% |
| `Dungeon Heart`             |      1 | 0.1282% |
| `Snake Pet`                 |      1 |      5% |
| `Snake Pet — Rarer Variant` |      1 |    2.5% |
| `Drake Pet`                 |      1 |      5% |
| `Drake Pet — Rarer Variant` |      1 |    2.5% |


---

# 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://orange-lounge-smp.gitbook.io/orange-smp-wiki/dungeons/amethyst-sanctuary.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.
